@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: 700;
}

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 {
  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;
  -webkit-box-sizing: content-box;
  -moz-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 silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

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

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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 #c5baa5;
}

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

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

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.row {
  margin-left: -30px;
  margin-right: -30px;
}

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

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

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

.col-xxs-11 {
  width: 91.66666667%;
}

.col-xxs-10 {
  width: 83.33333333%;
}

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

.col-xxs-8 {
  width: 66.66666667%;
}

.col-xxs-7 {
  width: 58.33333333%;
}

.col-xxs-60 {
  width: 60%;
}

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

.col-xxs-5 {
  width: 41.66666667%;
}

.col-xxs-4 {
  width: 33.33333333%;
}

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

.col-xxs-20 {
  width: 20%;
}

.col-xxs-2 {
  width: 16.66666667%;
}

.col-xxs-1 {
  width: 8.33333333%;
}

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

.col-xxs-pull-11 {
  right: 91.66666667%;
}

.col-xxs-pull-10 {
  right: 83.33333333%;
}

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

.col-xxs-pull-8 {
  right: 66.66666667%;
}

.col-xxs-pull-7 {
  right: 58.33333333%;
}

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

.col-xxs-pull-5 {
  right: 41.66666667%;
}

.col-xxs-pull-4 {
  right: 33.33333333%;
}

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

.col-xxs-pull-2 {
  right: 16.66666667%;
}

.col-xxs-pull-1 {
  right: 8.33333333%;
}

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

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

.col-xxs-push-11 {
  left: 91.66666667%;
}

.col-xxs-push-10 {
  left: 83.33333333%;
}

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

.col-xxs-push-8 {
  left: 66.66666667%;
}

.col-xxs-push-7 {
  left: 58.33333333%;
}

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

.col-xxs-push-5 {
  left: 41.66666667%;
}

.col-xxs-push-4 {
  left: 33.33333333%;
}

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

.col-xxs-push-2 {
  left: 16.66666667%;
}

.col-xxs-push-1 {
  left: 8.33333333%;
}

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

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

.col-xxs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xxs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xxs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xxs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xxs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xxs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xxs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xxs-offset-1 {
  margin-left: 8.33333333%;
}

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

@media (min-width: 541px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-20 .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-60,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-60 {
    width: 60%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-20 {
    width: 20%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-20,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-60,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-60 {
    width: 60%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-20 {
    width: 20%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .col-md-1,
  .col-md-2,
  .col-md-20,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-60,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-60 {
    width: 60%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-20 {
    width: 20%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-20,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-60,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-60 {
    width: 60%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-20 {
    width: 20%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #ddd;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

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

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

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

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

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

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

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

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

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: none;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

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

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

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

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

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

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

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

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

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

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

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

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

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

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

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

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

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

.form-horizontal .form-group {
  margin-left: -30px;
  margin-right: -30px;
}

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

@media (max-width: 540px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 540px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 540px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 540px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 540px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) 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 !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

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

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased !important;
}

html,
body {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

ol,
ul {
  list-style: none;
}

img {
  border: none;
  height: auto;
}

.clear {
  clear: both;
}

p:last-child,
.gform_wrapper .gform_heading .gform_description:last-child,
.gform_wrapper .gform_fields .gfield .gfield_checkbox label:last-child,
.gform_wrapper .gfield_description:last-child {
  margin-bottom: 0;
}

::-moz-selection {
  background: #e2e2e2;
}

::selection {
  background: #e2e2e2;
}

::-moz-selection {
  background: #e2e2e2;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

h1,
h2,
h3,
.gform_wrapper .gform_heading .gform_title,
#banner .sub-heading,
h4,
.gform_wrapper .gsection .gsection_title,
#body.blog #respond #reply-title,
h5,
.wpcf7 .wpcf7-response-output,
.gform_wrapper .validation_error,
#body.blog #comments,
h6 {
  font-weight: 400;
  font-style: normal;
}

body .bggrey {
  background-color: #c5baa5;
}

body .bggrey-dark {
  background-color: #aaa4a1;
}

body .bggrey.panel {
  background-color: #c5baa5;
}

body .bggrey.panel-dark {
  background-color: #aaa4a1;
}

body .bggrey * {
  color: #fff;
}

body .bggrey h1,
body .bggrey h2,
body .bggrey h3,
body .bggrey .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading body .bggrey .gform_title,
body .bggrey #banner .sub-heading,
#banner body .bggrey .sub-heading,
body .bggrey h4,
body .bggrey .gform_wrapper .gsection .gsection_title,
.gform_wrapper .gsection body .bggrey .gsection_title,
body .bggrey #body.blog #respond #reply-title,
#body.blog #respond body .bggrey #reply-title,
body .bggrey h5,
body .bggrey .wpcf7 .wpcf7-response-output,
.wpcf7 body .bggrey .wpcf7-response-output,
body .bggrey .gform_wrapper .validation_error,
.gform_wrapper body .bggrey .validation_error,
body .bggrey #body.blog #comments,
#body.blog body .bggrey #comments,
body .bggrey h6,
body .bggrey .h1,
body .bggrey .h2,
body .bggrey .h3,
body .bggrey #main-section .wysiwyg h2,
#main-section .wysiwyg body .bggrey h2,
body .bggrey .l6 .wysiwyg h2,
.l6 .wysiwyg body .bggrey h2,
body .bggrey .h4,
body .bggrey .text-columns .intropara,
.text-columns body .bggrey .intropara,
body .bggrey #main-section .wysiwyg h3,
#main-section .wysiwyg body .bggrey h3,
body .bggrey #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title,
#main-section .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title,
body .bggrey .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title,
.gform_wrapper .gform_heading #main-section .wysiwyg body .bggrey .gform_title,
body .bggrey #main-section .wysiwyg #banner .sub-heading,
#main-section .wysiwyg #banner body .bggrey .sub-heading,
body .bggrey #banner #main-section .wysiwyg .sub-heading,
#banner #main-section .wysiwyg body .bggrey .sub-heading,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h1,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h1,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h2,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h2,
body .bggrey .l6 .wysiwyg h3,
.l6 .wysiwyg body .bggrey h3,
body .bggrey .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title,
.l6 .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title,
body .bggrey .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title,
.gform_wrapper .gform_heading .l6 .wysiwyg body .bggrey .gform_title,
body .bggrey .l6 .wysiwyg #banner .sub-heading,
.l6 .wysiwyg #banner body .bggrey .sub-heading,
body .bggrey #banner .l6 .wysiwyg .sub-heading,
#banner .l6 .wysiwyg body .bggrey .sub-heading,
body .bggrey .h5,
body .bggrey .intropara,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h3,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h3,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title,
body .bggrey .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gform_title,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner body .bggrey .sub-heading,
body .bggrey #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .sub-heading,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h4,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h4,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection body .bggrey .gsection_title,
body .bggrey .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gsection_title,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond body .bggrey #reply-title,
body .bggrey #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey #reply-title,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h6,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h6,
body .bggrey .h6 {
  color: #fff;
}

body .bggrey h1 a,
body .bggrey h2 a,
body .bggrey h3 a,
body .bggrey .gform_wrapper .gform_heading .gform_title a,
.gform_wrapper .gform_heading body .bggrey .gform_title a,
body .bggrey #banner .sub-heading a,
#banner body .bggrey .sub-heading a,
body .bggrey h4 a,
body .bggrey .gform_wrapper .gsection .gsection_title a,
.gform_wrapper .gsection body .bggrey .gsection_title a,
body .bggrey #body.blog #respond #reply-title a,
#body.blog #respond body .bggrey #reply-title a,
body .bggrey h5 a,
body .bggrey .wpcf7 .wpcf7-response-output a,
.wpcf7 body .bggrey .wpcf7-response-output a,
body .bggrey .gform_wrapper .validation_error a,
.gform_wrapper body .bggrey .validation_error a,
body .bggrey #body.blog #comments a,
#body.blog body .bggrey #comments a,
body .bggrey h6 a,
body .bggrey .h1 a,
body .bggrey .h2 a,
body .bggrey .h3 a,
body .bggrey #main-section .wysiwyg h2 a,
#main-section .wysiwyg body .bggrey h2 a,
body .bggrey .l6 .wysiwyg h2 a,
.l6 .wysiwyg body .bggrey h2 a,
body .bggrey .h4 a,
body .bggrey .text-columns .intropara a,
.text-columns body .bggrey .intropara a,
body .bggrey #main-section .wysiwyg h3 a,
#main-section .wysiwyg body .bggrey h3 a,
body .bggrey #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title a,
#main-section .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a,
body .bggrey .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title a,
.gform_wrapper .gform_heading #main-section .wysiwyg body .bggrey .gform_title a,
body .bggrey #main-section .wysiwyg #banner .sub-heading a,
#main-section .wysiwyg #banner body .bggrey .sub-heading a,
body .bggrey #banner #main-section .wysiwyg .sub-heading a,
#banner #main-section .wysiwyg body .bggrey .sub-heading a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h1 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h1 a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h2 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h2 a,
body .bggrey .l6 .wysiwyg h3 a,
.l6 .wysiwyg body .bggrey h3 a,
body .bggrey .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title a,
.l6 .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a,
body .bggrey .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title a,
.gform_wrapper .gform_heading .l6 .wysiwyg body .bggrey .gform_title a,
body .bggrey .l6 .wysiwyg #banner .sub-heading a,
.l6 .wysiwyg #banner body .bggrey .sub-heading a,
body .bggrey #banner .l6 .wysiwyg .sub-heading a,
#banner .l6 .wysiwyg body .bggrey .sub-heading a,
body .bggrey .h5 a,
body .bggrey .intropara a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h3 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h3 a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a,
body .bggrey .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title a,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gform_title a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner body .bggrey .sub-heading a,
body .bggrey #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading a,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .sub-heading a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h4 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h4 a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection body .bggrey .gsection_title a,
body .bggrey .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title a,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gsection_title a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond body .bggrey #reply-title a,
body .bggrey #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title a,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey #reply-title a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h6 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h6 a,
body .bggrey .h6 a {
  color: #000;
}

body .bggrey h1 a:hover,
body .bggrey h2 a:hover,
body .bggrey h3 a:hover,
body .bggrey .gform_wrapper .gform_heading .gform_title a:hover,
.gform_wrapper .gform_heading body .bggrey .gform_title a:hover,
body .bggrey #banner .sub-heading a:hover,
#banner body .bggrey .sub-heading a:hover,
body .bggrey h4 a:hover,
body .bggrey .gform_wrapper .gsection .gsection_title a:hover,
.gform_wrapper .gsection body .bggrey .gsection_title a:hover,
body .bggrey #body.blog #respond #reply-title a:hover,
#body.blog #respond body .bggrey #reply-title a:hover,
body .bggrey h5 a:hover,
body .bggrey .wpcf7 .wpcf7-response-output a:hover,
.wpcf7 body .bggrey .wpcf7-response-output a:hover,
body .bggrey .gform_wrapper .validation_error a:hover,
.gform_wrapper body .bggrey .validation_error a:hover,
body .bggrey #body.blog #comments a:hover,
#body.blog body .bggrey #comments a:hover,
body .bggrey h6 a:hover,
body .bggrey .h1 a:hover,
body .bggrey .h2 a:hover,
body .bggrey .h3 a:hover,
body .bggrey #main-section .wysiwyg h2 a:hover,
#main-section .wysiwyg body .bggrey h2 a:hover,
body .bggrey .l6 .wysiwyg h2 a:hover,
.l6 .wysiwyg body .bggrey h2 a:hover,
body .bggrey .h4 a:hover,
body .bggrey .text-columns .intropara a:hover,
.text-columns body .bggrey .intropara a:hover,
body .bggrey #main-section .wysiwyg h3 a:hover,
#main-section .wysiwyg body .bggrey h3 a:hover,
body .bggrey #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title a:hover,
#main-section .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a:hover,
body .bggrey .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title a:hover,
.gform_wrapper .gform_heading #main-section .wysiwyg body .bggrey .gform_title a:hover,
body .bggrey #main-section .wysiwyg #banner .sub-heading a:hover,
#main-section .wysiwyg #banner body .bggrey .sub-heading a:hover,
body .bggrey #banner #main-section .wysiwyg .sub-heading a:hover,
#banner #main-section .wysiwyg body .bggrey .sub-heading a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h1 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h1 a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h2 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h2 a:hover,
body .bggrey .l6 .wysiwyg h3 a:hover,
.l6 .wysiwyg body .bggrey h3 a:hover,
body .bggrey .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title a:hover,
.l6 .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a:hover,
body .bggrey .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title a:hover,
.gform_wrapper .gform_heading .l6 .wysiwyg body .bggrey .gform_title a:hover,
body .bggrey .l6 .wysiwyg #banner .sub-heading a:hover,
.l6 .wysiwyg #banner body .bggrey .sub-heading a:hover,
body .bggrey #banner .l6 .wysiwyg .sub-heading a:hover,
#banner .l6 .wysiwyg body .bggrey .sub-heading a:hover,
body .bggrey .h5 a:hover,
body .bggrey .intropara a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h3 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h3 a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a:hover,
body .bggrey .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title a:hover,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gform_title a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner body .bggrey .sub-heading a:hover,
body .bggrey #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading a:hover,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .sub-heading a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h4 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h4 a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection body .bggrey .gsection_title a:hover,
body .bggrey .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title a:hover,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gsection_title a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond body .bggrey #reply-title a:hover,
body .bggrey #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title a:hover,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey #reply-title a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h6 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h6 a:hover,
body .bggrey .h6 a:hover {
  color: #000;
}

body .bggrey a {
  color: #000;
}

body .bggrey a:hover {
  color: #000;
}

body .bggrey .btn,
body .bggrey #body .gform_footer input[type=submit],
#body .gform_footer body .bggrey input[type=submit],
body .bggrey .l6 .gform_footer input[type=submit],
.l6 .gform_footer body .bggrey input[type=submit],
body .bggrey a.btn,
body .bggrey input[type=submit] {
  color: #fff !important;
  background-color: #000;
}

body .bggrey .btn:hover,
body .bggrey #body .gform_footer input[type=submit]:hover,
#body .gform_footer body .bggrey input[type=submit]:hover,
body .bggrey .l6 .gform_footer input[type=submit]:hover,
.l6 .gform_footer body .bggrey input[type=submit]:hover,
body .bggrey a.btn:hover,
body .bggrey input[type=submit]:hover {
  color: #fff !important;
  background-color: #000;
}

body .bggrey .btn:hover span,
body .bggrey #body .gform_footer input[type=submit]:hover span,
#body .gform_footer body .bggrey input[type=submit]:hover span,
body .bggrey .l6 .gform_footer input[type=submit]:hover span,
.l6 .gform_footer body .bggrey input[type=submit]:hover span,
body .bggrey a.btn:hover span,
body .bggrey input[type=submit]:hover span {
  color: #fff;
}

body .bglightgrey {
  background-color: #f2f2f2;
}

body .bglightgrey-dark {
  background-color: #d9d9d9;
}

body .bglightgrey.panel {
  background-color: #f2f2f2;
}

body .bglightgrey.panel-dark {
  background-color: #d9d9d9;
}

body .bglightgrey * {
  color: #000;
}

body .bglightgrey h1,
body .bglightgrey h2,
body .bglightgrey h3,
body .bglightgrey .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading body .bglightgrey .gform_title,
body .bglightgrey #banner .sub-heading,
#banner body .bglightgrey .sub-heading,
body .bglightgrey h4,
body .bglightgrey .gform_wrapper .gsection .gsection_title,
.gform_wrapper .gsection body .bglightgrey .gsection_title,
body .bglightgrey #body.blog #respond #reply-title,
#body.blog #respond body .bglightgrey #reply-title,
body .bglightgrey h5,
body .bglightgrey .wpcf7 .wpcf7-response-output,
.wpcf7 body .bglightgrey .wpcf7-response-output,
body .bglightgrey .gform_wrapper .validation_error,
.gform_wrapper body .bglightgrey .validation_error,
body .bglightgrey #body.blog #comments,
#body.blog body .bglightgrey #comments,
body .bglightgrey h6,
body .bglightgrey .h1,
body .bglightgrey .h2,
body .bglightgrey .h3,
body .bglightgrey #main-section .wysiwyg h2,
#main-section .wysiwyg body .bglightgrey h2,
body .bglightgrey .l6 .wysiwyg h2,
.l6 .wysiwyg body .bglightgrey h2,
body .bglightgrey .h4,
body .bglightgrey .text-columns .intropara,
.text-columns body .bglightgrey .intropara,
body .bglightgrey #main-section .wysiwyg h3,
#main-section .wysiwyg body .bglightgrey h3,
body .bglightgrey #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title,
#main-section .wysiwyg .gform_wrapper .gform_heading body .bglightgrey .gform_title,
body .bglightgrey .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title,
.gform_wrapper .gform_heading #main-section .wysiwyg body .bglightgrey .gform_title,
body .bglightgrey #main-section .wysiwyg #banner .sub-heading,
#main-section .wysiwyg #banner body .bglightgrey .sub-heading,
body .bglightgrey #banner #main-section .wysiwyg .sub-heading,
#banner #main-section .wysiwyg body .bglightgrey .sub-heading,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h1,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey h1,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h2,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey h2,
body .bglightgrey .l6 .wysiwyg h3,
.l6 .wysiwyg body .bglightgrey h3,
body .bglightgrey .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title,
.l6 .wysiwyg .gform_wrapper .gform_heading body .bglightgrey .gform_title,
body .bglightgrey .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title,
.gform_wrapper .gform_heading .l6 .wysiwyg body .bglightgrey .gform_title,
body .bglightgrey .l6 .wysiwyg #banner .sub-heading,
.l6 .wysiwyg #banner body .bglightgrey .sub-heading,
body .bglightgrey #banner .l6 .wysiwyg .sub-heading,
#banner .l6 .wysiwyg body .bglightgrey .sub-heading,
body .bglightgrey .h5,
body .bglightgrey .intropara,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h3,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey h3,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading body .bglightgrey .gform_title,
body .bglightgrey .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey .gform_title,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner body .bglightgrey .sub-heading,
body .bglightgrey #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey .sub-heading,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h4,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey h4,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection body .bglightgrey .gsection_title,
body .bglightgrey .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey .gsection_title,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond body .bglightgrey #reply-title,
body .bglightgrey #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey #reply-title,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h6,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey h6,
body .bglightgrey .h6 {
  color: #000;
}

body .bglightgrey h1 a,
body .bglightgrey h2 a,
body .bglightgrey h3 a,
body .bglightgrey .gform_wrapper .gform_heading .gform_title a,
.gform_wrapper .gform_heading body .bglightgrey .gform_title a,
body .bglightgrey #banner .sub-heading a,
#banner body .bglightgrey .sub-heading a,
body .bglightgrey h4 a,
body .bglightgrey .gform_wrapper .gsection .gsection_title a,
.gform_wrapper .gsection body .bglightgrey .gsection_title a,
body .bglightgrey #body.blog #respond #reply-title a,
#body.blog #respond body .bglightgrey #reply-title a,
body .bglightgrey h5 a,
body .bglightgrey .wpcf7 .wpcf7-response-output a,
.wpcf7 body .bglightgrey .wpcf7-response-output a,
body .bglightgrey .gform_wrapper .validation_error a,
.gform_wrapper body .bglightgrey .validation_error a,
body .bglightgrey #body.blog #comments a,
#body.blog body .bglightgrey #comments a,
body .bglightgrey h6 a,
body .bglightgrey .h1 a,
body .bglightgrey .h2 a,
body .bglightgrey .h3 a,
body .bglightgrey #main-section .wysiwyg h2 a,
#main-section .wysiwyg body .bglightgrey h2 a,
body .bglightgrey .l6 .wysiwyg h2 a,
.l6 .wysiwyg body .bglightgrey h2 a,
body .bglightgrey .h4 a,
body .bglightgrey .text-columns .intropara a,
.text-columns body .bglightgrey .intropara a,
body .bglightgrey #main-section .wysiwyg h3 a,
#main-section .wysiwyg body .bglightgrey h3 a,
body .bglightgrey #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title a,
#main-section .wysiwyg .gform_wrapper .gform_heading body .bglightgrey .gform_title a,
body .bglightgrey .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title a,
.gform_wrapper .gform_heading #main-section .wysiwyg body .bglightgrey .gform_title a,
body .bglightgrey #main-section .wysiwyg #banner .sub-heading a,
#main-section .wysiwyg #banner body .bglightgrey .sub-heading a,
body .bglightgrey #banner #main-section .wysiwyg .sub-heading a,
#banner #main-section .wysiwyg body .bglightgrey .sub-heading a,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h1 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey h1 a,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h2 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey h2 a,
body .bglightgrey .l6 .wysiwyg h3 a,
.l6 .wysiwyg body .bglightgrey h3 a,
body .bglightgrey .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title a,
.l6 .wysiwyg .gform_wrapper .gform_heading body .bglightgrey .gform_title a,
body .bglightgrey .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title a,
.gform_wrapper .gform_heading .l6 .wysiwyg body .bglightgrey .gform_title a,
body .bglightgrey .l6 .wysiwyg #banner .sub-heading a,
.l6 .wysiwyg #banner body .bglightgrey .sub-heading a,
body .bglightgrey #banner .l6 .wysiwyg .sub-heading a,
#banner .l6 .wysiwyg body .bglightgrey .sub-heading a,
body .bglightgrey .h5 a,
body .bglightgrey .intropara a,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h3 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey h3 a,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading body .bglightgrey .gform_title a,
body .bglightgrey .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title a,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey .gform_title a,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner body .bglightgrey .sub-heading a,
body .bglightgrey #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading a,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey .sub-heading a,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h4 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey h4 a,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection body .bglightgrey .gsection_title a,
body .bglightgrey .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title a,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey .gsection_title a,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond body .bglightgrey #reply-title a,
body .bglightgrey #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title a,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey #reply-title a,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h6 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey h6 a,
body .bglightgrey .h6 a {
  color: #2b6792;
}

body .bglightgrey h1 a:hover,
body .bglightgrey h2 a:hover,
body .bglightgrey h3 a:hover,
body .bglightgrey .gform_wrapper .gform_heading .gform_title a:hover,
.gform_wrapper .gform_heading body .bglightgrey .gform_title a:hover,
body .bglightgrey #banner .sub-heading a:hover,
#banner body .bglightgrey .sub-heading a:hover,
body .bglightgrey h4 a:hover,
body .bglightgrey .gform_wrapper .gsection .gsection_title a:hover,
.gform_wrapper .gsection body .bglightgrey .gsection_title a:hover,
body .bglightgrey #body.blog #respond #reply-title a:hover,
#body.blog #respond body .bglightgrey #reply-title a:hover,
body .bglightgrey h5 a:hover,
body .bglightgrey .wpcf7 .wpcf7-response-output a:hover,
.wpcf7 body .bglightgrey .wpcf7-response-output a:hover,
body .bglightgrey .gform_wrapper .validation_error a:hover,
.gform_wrapper body .bglightgrey .validation_error a:hover,
body .bglightgrey #body.blog #comments a:hover,
#body.blog body .bglightgrey #comments a:hover,
body .bglightgrey h6 a:hover,
body .bglightgrey .h1 a:hover,
body .bglightgrey .h2 a:hover,
body .bglightgrey .h3 a:hover,
body .bglightgrey #main-section .wysiwyg h2 a:hover,
#main-section .wysiwyg body .bglightgrey h2 a:hover,
body .bglightgrey .l6 .wysiwyg h2 a:hover,
.l6 .wysiwyg body .bglightgrey h2 a:hover,
body .bglightgrey .h4 a:hover,
body .bglightgrey .text-columns .intropara a:hover,
.text-columns body .bglightgrey .intropara a:hover,
body .bglightgrey #main-section .wysiwyg h3 a:hover,
#main-section .wysiwyg body .bglightgrey h3 a:hover,
body .bglightgrey #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title a:hover,
#main-section .wysiwyg .gform_wrapper .gform_heading body .bglightgrey .gform_title a:hover,
body .bglightgrey .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title a:hover,
.gform_wrapper .gform_heading #main-section .wysiwyg body .bglightgrey .gform_title a:hover,
body .bglightgrey #main-section .wysiwyg #banner .sub-heading a:hover,
#main-section .wysiwyg #banner body .bglightgrey .sub-heading a:hover,
body .bglightgrey #banner #main-section .wysiwyg .sub-heading a:hover,
#banner #main-section .wysiwyg body .bglightgrey .sub-heading a:hover,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h1 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey h1 a:hover,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h2 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey h2 a:hover,
body .bglightgrey .l6 .wysiwyg h3 a:hover,
.l6 .wysiwyg body .bglightgrey h3 a:hover,
body .bglightgrey .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title a:hover,
.l6 .wysiwyg .gform_wrapper .gform_heading body .bglightgrey .gform_title a:hover,
body .bglightgrey .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title a:hover,
.gform_wrapper .gform_heading .l6 .wysiwyg body .bglightgrey .gform_title a:hover,
body .bglightgrey .l6 .wysiwyg #banner .sub-heading a:hover,
.l6 .wysiwyg #banner body .bglightgrey .sub-heading a:hover,
body .bglightgrey #banner .l6 .wysiwyg .sub-heading a:hover,
#banner .l6 .wysiwyg body .bglightgrey .sub-heading a:hover,
body .bglightgrey .h5 a:hover,
body .bglightgrey .intropara a:hover,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h3 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey h3 a:hover,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading body .bglightgrey .gform_title a:hover,
body .bglightgrey .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title a:hover,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey .gform_title a:hover,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner body .bglightgrey .sub-heading a:hover,
body .bglightgrey #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading a:hover,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey .sub-heading a:hover,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h4 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey h4 a:hover,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection body .bglightgrey .gsection_title a:hover,
body .bglightgrey .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title a:hover,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey .gsection_title a:hover,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond body .bglightgrey #reply-title a:hover,
body .bglightgrey #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title a:hover,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey #reply-title a:hover,
body .bglightgrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h6 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bglightgrey h6 a:hover,
body .bglightgrey .h6 a:hover {
  color: #1b4669;
}

body .bglightgrey a {
  color: #2b6792;
}

body .bglightgrey a:hover {
  color: #1b4669;
}

body .bglightgrey .btn,
body .bglightgrey #body .gform_footer input[type=submit],
#body .gform_footer body .bglightgrey input[type=submit],
body .bglightgrey .l6 .gform_footer input[type=submit],
.l6 .gform_footer body .bglightgrey input[type=submit],
body .bglightgrey a.btn,
body .bglightgrey input[type=submit] {
  color: #000 !important;
  background-color: #000;
}

body .bglightgrey .btn:hover,
body .bglightgrey #body .gform_footer input[type=submit]:hover,
#body .gform_footer body .bglightgrey input[type=submit]:hover,
body .bglightgrey .l6 .gform_footer input[type=submit]:hover,
.l6 .gform_footer body .bglightgrey input[type=submit]:hover,
body .bglightgrey a.btn:hover,
body .bglightgrey input[type=submit]:hover {
  color: #000 !important;
  background-color: #000;
}

body .bglightgrey .btn:hover span,
body .bglightgrey #body .gform_footer input[type=submit]:hover span,
#body .gform_footer body .bglightgrey input[type=submit]:hover span,
body .bglightgrey .l6 .gform_footer input[type=submit]:hover span,
.l6 .gform_footer body .bglightgrey input[type=submit]:hover span,
body .bglightgrey a.btn:hover span,
body .bglightgrey input[type=submit]:hover span {
  color: #000;
}

html {
  height: 100%;
}

html body {
  color: #333;
}

.outer {
  background-color: #fff;
}

a {
  color: #1b4669;
}

a:hover {
  color: #2b6792;
}

.bglightgrey {
  background-color: #f7f7f7;
}

.fgblack,
a.fgblack {
  color: #000 !important;
}

.fgblack *,
a.fgblack * {
  color: #000 !important;
}

.fgblack em,
a.fgblack em {
  font-style: normal;
  color: #fff !important;
}

.fgwhite,
a.fgwhite {
  color: #fff !important;
}

.fgwhite *,
a.fgwhite * {
  color: #fff !important;
}

.fgwhite em,
a.fgwhite em {
  font-style: normal;
  color: #1b4669 !important;
}

body .bggrey {
  background-color: #f7f7f7;
}

body .bggrey-dark {
  background-color: #dedede;
}

body .bggrey.panel {
  background-color: #f7f7f7;
}

body .bggrey.panel-dark {
  background-color: #dedede;
}

body .bggrey * {
  color: #000;
}

body .bggrey h1,
body .bggrey h2,
body .bggrey h3,
body .bggrey .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading body .bggrey .gform_title,
body .bggrey #banner .sub-heading,
#banner body .bggrey .sub-heading,
body .bggrey h4,
body .bggrey .gform_wrapper .gsection .gsection_title,
.gform_wrapper .gsection body .bggrey .gsection_title,
body .bggrey #body.blog #respond #reply-title,
#body.blog #respond body .bggrey #reply-title,
body .bggrey h5,
body .bggrey .wpcf7 .wpcf7-response-output,
.wpcf7 body .bggrey .wpcf7-response-output,
body .bggrey .gform_wrapper .validation_error,
.gform_wrapper body .bggrey .validation_error,
body .bggrey #body.blog #comments,
#body.blog body .bggrey #comments,
body .bggrey h6,
body .bggrey .h1,
body .bggrey .h2,
body .bggrey .h3,
body .bggrey #main-section .wysiwyg h2,
#main-section .wysiwyg body .bggrey h2,
body .bggrey .l6 .wysiwyg h2,
.l6 .wysiwyg body .bggrey h2,
body .bggrey .h4,
body .bggrey .text-columns .intropara,
.text-columns body .bggrey .intropara,
body .bggrey #main-section .wysiwyg h3,
#main-section .wysiwyg body .bggrey h3,
body .bggrey #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title,
#main-section .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title,
body .bggrey .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title,
.gform_wrapper .gform_heading #main-section .wysiwyg body .bggrey .gform_title,
body .bggrey #main-section .wysiwyg #banner .sub-heading,
#main-section .wysiwyg #banner body .bggrey .sub-heading,
body .bggrey #banner #main-section .wysiwyg .sub-heading,
#banner #main-section .wysiwyg body .bggrey .sub-heading,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h1,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h1,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h2,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h2,
body .bggrey .l6 .wysiwyg h3,
.l6 .wysiwyg body .bggrey h3,
body .bggrey .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title,
.l6 .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title,
body .bggrey .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title,
.gform_wrapper .gform_heading .l6 .wysiwyg body .bggrey .gform_title,
body .bggrey .l6 .wysiwyg #banner .sub-heading,
.l6 .wysiwyg #banner body .bggrey .sub-heading,
body .bggrey #banner .l6 .wysiwyg .sub-heading,
#banner .l6 .wysiwyg body .bggrey .sub-heading,
body .bggrey .h5,
body .bggrey .intropara,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h3,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h3,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title,
body .bggrey .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gform_title,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner body .bggrey .sub-heading,
body .bggrey #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .sub-heading,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h4,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h4,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection body .bggrey .gsection_title,
body .bggrey .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gsection_title,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond body .bggrey #reply-title,
body .bggrey #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey #reply-title,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h6,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h6,
body .bggrey .h6 {
  color: #000;
}

body .bggrey h1 a,
body .bggrey h2 a,
body .bggrey h3 a,
body .bggrey .gform_wrapper .gform_heading .gform_title a,
.gform_wrapper .gform_heading body .bggrey .gform_title a,
body .bggrey #banner .sub-heading a,
#banner body .bggrey .sub-heading a,
body .bggrey h4 a,
body .bggrey .gform_wrapper .gsection .gsection_title a,
.gform_wrapper .gsection body .bggrey .gsection_title a,
body .bggrey #body.blog #respond #reply-title a,
#body.blog #respond body .bggrey #reply-title a,
body .bggrey h5 a,
body .bggrey .wpcf7 .wpcf7-response-output a,
.wpcf7 body .bggrey .wpcf7-response-output a,
body .bggrey .gform_wrapper .validation_error a,
.gform_wrapper body .bggrey .validation_error a,
body .bggrey #body.blog #comments a,
#body.blog body .bggrey #comments a,
body .bggrey h6 a,
body .bggrey .h1 a,
body .bggrey .h2 a,
body .bggrey .h3 a,
body .bggrey #main-section .wysiwyg h2 a,
#main-section .wysiwyg body .bggrey h2 a,
body .bggrey .l6 .wysiwyg h2 a,
.l6 .wysiwyg body .bggrey h2 a,
body .bggrey .h4 a,
body .bggrey .text-columns .intropara a,
.text-columns body .bggrey .intropara a,
body .bggrey #main-section .wysiwyg h3 a,
#main-section .wysiwyg body .bggrey h3 a,
body .bggrey #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title a,
#main-section .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a,
body .bggrey .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title a,
.gform_wrapper .gform_heading #main-section .wysiwyg body .bggrey .gform_title a,
body .bggrey #main-section .wysiwyg #banner .sub-heading a,
#main-section .wysiwyg #banner body .bggrey .sub-heading a,
body .bggrey #banner #main-section .wysiwyg .sub-heading a,
#banner #main-section .wysiwyg body .bggrey .sub-heading a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h1 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h1 a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h2 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h2 a,
body .bggrey .l6 .wysiwyg h3 a,
.l6 .wysiwyg body .bggrey h3 a,
body .bggrey .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title a,
.l6 .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a,
body .bggrey .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title a,
.gform_wrapper .gform_heading .l6 .wysiwyg body .bggrey .gform_title a,
body .bggrey .l6 .wysiwyg #banner .sub-heading a,
.l6 .wysiwyg #banner body .bggrey .sub-heading a,
body .bggrey #banner .l6 .wysiwyg .sub-heading a,
#banner .l6 .wysiwyg body .bggrey .sub-heading a,
body .bggrey .h5 a,
body .bggrey .intropara a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h3 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h3 a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a,
body .bggrey .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title a,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gform_title a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner body .bggrey .sub-heading a,
body .bggrey #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading a,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .sub-heading a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h4 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h4 a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection body .bggrey .gsection_title a,
body .bggrey .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title a,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gsection_title a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond body .bggrey #reply-title a,
body .bggrey #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title a,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey #reply-title a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h6 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h6 a,
body .bggrey .h6 a {
  color: #000;
}

body .bggrey h1 a:hover,
body .bggrey h2 a:hover,
body .bggrey h3 a:hover,
body .bggrey .gform_wrapper .gform_heading .gform_title a:hover,
.gform_wrapper .gform_heading body .bggrey .gform_title a:hover,
body .bggrey #banner .sub-heading a:hover,
#banner body .bggrey .sub-heading a:hover,
body .bggrey h4 a:hover,
body .bggrey .gform_wrapper .gsection .gsection_title a:hover,
.gform_wrapper .gsection body .bggrey .gsection_title a:hover,
body .bggrey #body.blog #respond #reply-title a:hover,
#body.blog #respond body .bggrey #reply-title a:hover,
body .bggrey h5 a:hover,
body .bggrey .wpcf7 .wpcf7-response-output a:hover,
.wpcf7 body .bggrey .wpcf7-response-output a:hover,
body .bggrey .gform_wrapper .validation_error a:hover,
.gform_wrapper body .bggrey .validation_error a:hover,
body .bggrey #body.blog #comments a:hover,
#body.blog body .bggrey #comments a:hover,
body .bggrey h6 a:hover,
body .bggrey .h1 a:hover,
body .bggrey .h2 a:hover,
body .bggrey .h3 a:hover,
body .bggrey #main-section .wysiwyg h2 a:hover,
#main-section .wysiwyg body .bggrey h2 a:hover,
body .bggrey .l6 .wysiwyg h2 a:hover,
.l6 .wysiwyg body .bggrey h2 a:hover,
body .bggrey .h4 a:hover,
body .bggrey .text-columns .intropara a:hover,
.text-columns body .bggrey .intropara a:hover,
body .bggrey #main-section .wysiwyg h3 a:hover,
#main-section .wysiwyg body .bggrey h3 a:hover,
body .bggrey #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title a:hover,
#main-section .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a:hover,
body .bggrey .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title a:hover,
.gform_wrapper .gform_heading #main-section .wysiwyg body .bggrey .gform_title a:hover,
body .bggrey #main-section .wysiwyg #banner .sub-heading a:hover,
#main-section .wysiwyg #banner body .bggrey .sub-heading a:hover,
body .bggrey #banner #main-section .wysiwyg .sub-heading a:hover,
#banner #main-section .wysiwyg body .bggrey .sub-heading a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h1 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h1 a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h2 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h2 a:hover,
body .bggrey .l6 .wysiwyg h3 a:hover,
.l6 .wysiwyg body .bggrey h3 a:hover,
body .bggrey .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title a:hover,
.l6 .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a:hover,
body .bggrey .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title a:hover,
.gform_wrapper .gform_heading .l6 .wysiwyg body .bggrey .gform_title a:hover,
body .bggrey .l6 .wysiwyg #banner .sub-heading a:hover,
.l6 .wysiwyg #banner body .bggrey .sub-heading a:hover,
body .bggrey #banner .l6 .wysiwyg .sub-heading a:hover,
#banner .l6 .wysiwyg body .bggrey .sub-heading a:hover,
body .bggrey .h5 a:hover,
body .bggrey .intropara a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h3 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h3 a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a:hover,
body .bggrey .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title a:hover,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gform_title a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner body .bggrey .sub-heading a:hover,
body .bggrey #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading a:hover,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .sub-heading a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h4 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h4 a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection body .bggrey .gsection_title a:hover,
body .bggrey .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title a:hover,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gsection_title a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond body .bggrey #reply-title a:hover,
body .bggrey #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title a:hover,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey #reply-title a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h6 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h6 a:hover,
body .bggrey .h6 a:hover {
  color: #000;
}

body .bggrey a {
  color: #000;
}

body .bggrey a:hover {
  color: #000;
}

body .bggrey .btn,
body .bggrey #body .gform_footer input[type=submit],
#body .gform_footer body .bggrey input[type=submit],
body .bggrey .l6 .gform_footer input[type=submit],
.l6 .gform_footer body .bggrey input[type=submit],
body .bggrey a.btn,
body .bggrey input[type=submit] {
  color: #fff !important;
  background-color: #000;
}

body .bggrey .btn:hover,
body .bggrey #body .gform_footer input[type=submit]:hover,
#body .gform_footer body .bggrey input[type=submit]:hover,
body .bggrey .l6 .gform_footer input[type=submit]:hover,
.l6 .gform_footer body .bggrey input[type=submit]:hover,
body .bggrey a.btn:hover,
body .bggrey input[type=submit]:hover {
  color: #fff !important;
  background-color: #000;
}

body .bggrey .btn:hover span,
body .bggrey #body .gform_footer input[type=submit]:hover span,
#body .gform_footer body .bggrey input[type=submit]:hover span,
body .bggrey .l6 .gform_footer input[type=submit]:hover span,
.l6 .gform_footer body .bggrey input[type=submit]:hover span,
body .bggrey a.btn:hover span,
body .bggrey input[type=submit]:hover span {
  color: #fff;
}

body .bggrey {
  background-color: #c5baa5;
}

body .bggrey-dark {
  background-color: #aaa4a1;
}

body .bggrey.panel {
  background-color: #c5baa5;
}

body .bggrey.panel-dark {
  background-color: #aaa4a1;
}

body .bggrey * {
  color: #fff;
}

body .bggrey h1,
body .bggrey h2,
body .bggrey h3,
body .bggrey .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading body .bggrey .gform_title,
body .bggrey #banner .sub-heading,
#banner body .bggrey .sub-heading,
body .bggrey h4,
body .bggrey .gform_wrapper .gsection .gsection_title,
.gform_wrapper .gsection body .bggrey .gsection_title,
body .bggrey #body.blog #respond #reply-title,
#body.blog #respond body .bggrey #reply-title,
body .bggrey h5,
body .bggrey .wpcf7 .wpcf7-response-output,
.wpcf7 body .bggrey .wpcf7-response-output,
body .bggrey .gform_wrapper .validation_error,
.gform_wrapper body .bggrey .validation_error,
body .bggrey #body.blog #comments,
#body.blog body .bggrey #comments,
body .bggrey h6,
body .bggrey .h1,
body .bggrey .h2,
body .bggrey .h3,
body .bggrey #main-section .wysiwyg h2,
#main-section .wysiwyg body .bggrey h2,
body .bggrey .l6 .wysiwyg h2,
.l6 .wysiwyg body .bggrey h2,
body .bggrey .h4,
body .bggrey .text-columns .intropara,
.text-columns body .bggrey .intropara,
body .bggrey #main-section .wysiwyg h3,
#main-section .wysiwyg body .bggrey h3,
body .bggrey #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title,
#main-section .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title,
body .bggrey .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title,
.gform_wrapper .gform_heading #main-section .wysiwyg body .bggrey .gform_title,
body .bggrey #main-section .wysiwyg #banner .sub-heading,
#main-section .wysiwyg #banner body .bggrey .sub-heading,
body .bggrey #banner #main-section .wysiwyg .sub-heading,
#banner #main-section .wysiwyg body .bggrey .sub-heading,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h1,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h1,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h2,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h2,
body .bggrey .l6 .wysiwyg h3,
.l6 .wysiwyg body .bggrey h3,
body .bggrey .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title,
.l6 .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title,
body .bggrey .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title,
.gform_wrapper .gform_heading .l6 .wysiwyg body .bggrey .gform_title,
body .bggrey .l6 .wysiwyg #banner .sub-heading,
.l6 .wysiwyg #banner body .bggrey .sub-heading,
body .bggrey #banner .l6 .wysiwyg .sub-heading,
#banner .l6 .wysiwyg body .bggrey .sub-heading,
body .bggrey .h5,
body .bggrey .intropara,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h3,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h3,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title,
body .bggrey .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gform_title,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner body .bggrey .sub-heading,
body .bggrey #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .sub-heading,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h4,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h4,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection body .bggrey .gsection_title,
body .bggrey .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gsection_title,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond body .bggrey #reply-title,
body .bggrey #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey #reply-title,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h6,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h6,
body .bggrey .h6 {
  color: #fff;
}

body .bggrey h1 a,
body .bggrey h2 a,
body .bggrey h3 a,
body .bggrey .gform_wrapper .gform_heading .gform_title a,
.gform_wrapper .gform_heading body .bggrey .gform_title a,
body .bggrey #banner .sub-heading a,
#banner body .bggrey .sub-heading a,
body .bggrey h4 a,
body .bggrey .gform_wrapper .gsection .gsection_title a,
.gform_wrapper .gsection body .bggrey .gsection_title a,
body .bggrey #body.blog #respond #reply-title a,
#body.blog #respond body .bggrey #reply-title a,
body .bggrey h5 a,
body .bggrey .wpcf7 .wpcf7-response-output a,
.wpcf7 body .bggrey .wpcf7-response-output a,
body .bggrey .gform_wrapper .validation_error a,
.gform_wrapper body .bggrey .validation_error a,
body .bggrey #body.blog #comments a,
#body.blog body .bggrey #comments a,
body .bggrey h6 a,
body .bggrey .h1 a,
body .bggrey .h2 a,
body .bggrey .h3 a,
body .bggrey #main-section .wysiwyg h2 a,
#main-section .wysiwyg body .bggrey h2 a,
body .bggrey .l6 .wysiwyg h2 a,
.l6 .wysiwyg body .bggrey h2 a,
body .bggrey .h4 a,
body .bggrey .text-columns .intropara a,
.text-columns body .bggrey .intropara a,
body .bggrey #main-section .wysiwyg h3 a,
#main-section .wysiwyg body .bggrey h3 a,
body .bggrey #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title a,
#main-section .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a,
body .bggrey .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title a,
.gform_wrapper .gform_heading #main-section .wysiwyg body .bggrey .gform_title a,
body .bggrey #main-section .wysiwyg #banner .sub-heading a,
#main-section .wysiwyg #banner body .bggrey .sub-heading a,
body .bggrey #banner #main-section .wysiwyg .sub-heading a,
#banner #main-section .wysiwyg body .bggrey .sub-heading a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h1 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h1 a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h2 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h2 a,
body .bggrey .l6 .wysiwyg h3 a,
.l6 .wysiwyg body .bggrey h3 a,
body .bggrey .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title a,
.l6 .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a,
body .bggrey .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title a,
.gform_wrapper .gform_heading .l6 .wysiwyg body .bggrey .gform_title a,
body .bggrey .l6 .wysiwyg #banner .sub-heading a,
.l6 .wysiwyg #banner body .bggrey .sub-heading a,
body .bggrey #banner .l6 .wysiwyg .sub-heading a,
#banner .l6 .wysiwyg body .bggrey .sub-heading a,
body .bggrey .h5 a,
body .bggrey .intropara a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h3 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h3 a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a,
body .bggrey .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title a,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gform_title a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner body .bggrey .sub-heading a,
body .bggrey #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading a,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .sub-heading a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h4 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h4 a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection body .bggrey .gsection_title a,
body .bggrey .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title a,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gsection_title a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond body .bggrey #reply-title a,
body .bggrey #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title a,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey #reply-title a,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h6 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h6 a,
body .bggrey .h6 a {
  color: #fff;
}

body .bggrey h1 a:hover,
body .bggrey h2 a:hover,
body .bggrey h3 a:hover,
body .bggrey .gform_wrapper .gform_heading .gform_title a:hover,
.gform_wrapper .gform_heading body .bggrey .gform_title a:hover,
body .bggrey #banner .sub-heading a:hover,
#banner body .bggrey .sub-heading a:hover,
body .bggrey h4 a:hover,
body .bggrey .gform_wrapper .gsection .gsection_title a:hover,
.gform_wrapper .gsection body .bggrey .gsection_title a:hover,
body .bggrey #body.blog #respond #reply-title a:hover,
#body.blog #respond body .bggrey #reply-title a:hover,
body .bggrey h5 a:hover,
body .bggrey .wpcf7 .wpcf7-response-output a:hover,
.wpcf7 body .bggrey .wpcf7-response-output a:hover,
body .bggrey .gform_wrapper .validation_error a:hover,
.gform_wrapper body .bggrey .validation_error a:hover,
body .bggrey #body.blog #comments a:hover,
#body.blog body .bggrey #comments a:hover,
body .bggrey h6 a:hover,
body .bggrey .h1 a:hover,
body .bggrey .h2 a:hover,
body .bggrey .h3 a:hover,
body .bggrey #main-section .wysiwyg h2 a:hover,
#main-section .wysiwyg body .bggrey h2 a:hover,
body .bggrey .l6 .wysiwyg h2 a:hover,
.l6 .wysiwyg body .bggrey h2 a:hover,
body .bggrey .h4 a:hover,
body .bggrey .text-columns .intropara a:hover,
.text-columns body .bggrey .intropara a:hover,
body .bggrey #main-section .wysiwyg h3 a:hover,
#main-section .wysiwyg body .bggrey h3 a:hover,
body .bggrey #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title a:hover,
#main-section .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a:hover,
body .bggrey .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title a:hover,
.gform_wrapper .gform_heading #main-section .wysiwyg body .bggrey .gform_title a:hover,
body .bggrey #main-section .wysiwyg #banner .sub-heading a:hover,
#main-section .wysiwyg #banner body .bggrey .sub-heading a:hover,
body .bggrey #banner #main-section .wysiwyg .sub-heading a:hover,
#banner #main-section .wysiwyg body .bggrey .sub-heading a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h1 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h1 a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h2 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h2 a:hover,
body .bggrey .l6 .wysiwyg h3 a:hover,
.l6 .wysiwyg body .bggrey h3 a:hover,
body .bggrey .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title a:hover,
.l6 .wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a:hover,
body .bggrey .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title a:hover,
.gform_wrapper .gform_heading .l6 .wysiwyg body .bggrey .gform_title a:hover,
body .bggrey .l6 .wysiwyg #banner .sub-heading a:hover,
.l6 .wysiwyg #banner body .bggrey .sub-heading a:hover,
body .bggrey #banner .l6 .wysiwyg .sub-heading a:hover,
#banner .l6 .wysiwyg body .bggrey .sub-heading a:hover,
body .bggrey .h5 a:hover,
body .bggrey .intropara a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h3 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h3 a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading body .bggrey .gform_title a:hover,
body .bggrey .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title a:hover,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gform_title a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner body .bggrey .sub-heading a:hover,
body .bggrey #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading a:hover,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .sub-heading a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h4 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h4 a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection body .bggrey .gsection_title a:hover,
body .bggrey .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title a:hover,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey .gsection_title a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond body .bggrey #reply-title a:hover,
body .bggrey #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title a:hover,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey #reply-title a:hover,
body .bggrey #body.pdl10-contact-us #section-2 .columns.wysiwyg h6 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bggrey h6 a:hover,
body .bggrey .h6 a:hover {
  color: #fff;
}

body .bggrey a {
  color: #fff;
}

body .bggrey a:hover {
  color: #fff;
}

body .bggrey .btn,
body .bggrey #body .gform_footer input[type=submit],
#body .gform_footer body .bggrey input[type=submit],
body .bggrey .l6 .gform_footer input[type=submit],
.l6 .gform_footer body .bggrey input[type=submit],
body .bggrey a.btn,
body .bggrey input[type=submit] {
  color: #000 !important;
  background-color: #fff;
}

body .bggrey .btn:hover,
body .bggrey #body .gform_footer input[type=submit]:hover,
#body .gform_footer body .bggrey input[type=submit]:hover,
body .bggrey .l6 .gform_footer input[type=submit]:hover,
.l6 .gform_footer body .bggrey input[type=submit]:hover,
body .bggrey a.btn:hover,
body .bggrey input[type=submit]:hover {
  color: #000 !important;
  background-color: #fff;
}

body .bggrey .btn:hover span,
body .bggrey #body .gform_footer input[type=submit]:hover span,
#body .gform_footer body .bggrey input[type=submit]:hover span,
body .bggrey .l6 .gform_footer input[type=submit]:hover span,
.l6 .gform_footer body .bggrey input[type=submit]:hover span,
body .bggrey a.btn:hover span,
body .bggrey input[type=submit]:hover span {
  color: #000;
}

body .bgblack {
  background-color: #000;
}

body .bgblack-dark {
  background-color: #000;
}

body .bgblack.panel {
  background-color: #000;
}

body .bgblack.panel-dark {
  background-color: #000;
}

body .bgblack * {
  color: #fff;
}

body .bgblack h1,
body .bgblack h2,
body .bgblack h3,
body .bgblack .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading body .bgblack .gform_title,
body .bgblack #banner .sub-heading,
#banner body .bgblack .sub-heading,
body .bgblack h4,
body .bgblack .gform_wrapper .gsection .gsection_title,
.gform_wrapper .gsection body .bgblack .gsection_title,
body .bgblack #body.blog #respond #reply-title,
#body.blog #respond body .bgblack #reply-title,
body .bgblack h5,
body .bgblack .wpcf7 .wpcf7-response-output,
.wpcf7 body .bgblack .wpcf7-response-output,
body .bgblack .gform_wrapper .validation_error,
.gform_wrapper body .bgblack .validation_error,
body .bgblack #body.blog #comments,
#body.blog body .bgblack #comments,
body .bgblack h6,
body .bgblack .h1,
body .bgblack .h2,
body .bgblack .h3,
body .bgblack #main-section .wysiwyg h2,
#main-section .wysiwyg body .bgblack h2,
body .bgblack .l6 .wysiwyg h2,
.l6 .wysiwyg body .bgblack h2,
body .bgblack .h4,
body .bgblack .text-columns .intropara,
.text-columns body .bgblack .intropara,
body .bgblack #main-section .wysiwyg h3,
#main-section .wysiwyg body .bgblack h3,
body .bgblack #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title,
#main-section .wysiwyg .gform_wrapper .gform_heading body .bgblack .gform_title,
body .bgblack .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title,
.gform_wrapper .gform_heading #main-section .wysiwyg body .bgblack .gform_title,
body .bgblack #main-section .wysiwyg #banner .sub-heading,
#main-section .wysiwyg #banner body .bgblack .sub-heading,
body .bgblack #banner #main-section .wysiwyg .sub-heading,
#banner #main-section .wysiwyg body .bgblack .sub-heading,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg h1,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack h1,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg h2,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack h2,
body .bgblack .l6 .wysiwyg h3,
.l6 .wysiwyg body .bgblack h3,
body .bgblack .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title,
.l6 .wysiwyg .gform_wrapper .gform_heading body .bgblack .gform_title,
body .bgblack .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title,
.gform_wrapper .gform_heading .l6 .wysiwyg body .bgblack .gform_title,
body .bgblack .l6 .wysiwyg #banner .sub-heading,
.l6 .wysiwyg #banner body .bgblack .sub-heading,
body .bgblack #banner .l6 .wysiwyg .sub-heading,
#banner .l6 .wysiwyg body .bgblack .sub-heading,
body .bgblack .h5,
body .bgblack .intropara,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg h3,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack h3,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading body .bgblack .gform_title,
body .bgblack .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack .gform_title,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner body .bgblack .sub-heading,
body .bgblack #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack .sub-heading,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg h4,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack h4,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection body .bgblack .gsection_title,
body .bgblack .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack .gsection_title,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond body .bgblack #reply-title,
body .bgblack #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack #reply-title,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg h6,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack h6,
body .bgblack .h6 {
  color: #fff;
}

body .bgblack h1 a,
body .bgblack h2 a,
body .bgblack h3 a,
body .bgblack .gform_wrapper .gform_heading .gform_title a,
.gform_wrapper .gform_heading body .bgblack .gform_title a,
body .bgblack #banner .sub-heading a,
#banner body .bgblack .sub-heading a,
body .bgblack h4 a,
body .bgblack .gform_wrapper .gsection .gsection_title a,
.gform_wrapper .gsection body .bgblack .gsection_title a,
body .bgblack #body.blog #respond #reply-title a,
#body.blog #respond body .bgblack #reply-title a,
body .bgblack h5 a,
body .bgblack .wpcf7 .wpcf7-response-output a,
.wpcf7 body .bgblack .wpcf7-response-output a,
body .bgblack .gform_wrapper .validation_error a,
.gform_wrapper body .bgblack .validation_error a,
body .bgblack #body.blog #comments a,
#body.blog body .bgblack #comments a,
body .bgblack h6 a,
body .bgblack .h1 a,
body .bgblack .h2 a,
body .bgblack .h3 a,
body .bgblack #main-section .wysiwyg h2 a,
#main-section .wysiwyg body .bgblack h2 a,
body .bgblack .l6 .wysiwyg h2 a,
.l6 .wysiwyg body .bgblack h2 a,
body .bgblack .h4 a,
body .bgblack .text-columns .intropara a,
.text-columns body .bgblack .intropara a,
body .bgblack #main-section .wysiwyg h3 a,
#main-section .wysiwyg body .bgblack h3 a,
body .bgblack #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title a,
#main-section .wysiwyg .gform_wrapper .gform_heading body .bgblack .gform_title a,
body .bgblack .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title a,
.gform_wrapper .gform_heading #main-section .wysiwyg body .bgblack .gform_title a,
body .bgblack #main-section .wysiwyg #banner .sub-heading a,
#main-section .wysiwyg #banner body .bgblack .sub-heading a,
body .bgblack #banner #main-section .wysiwyg .sub-heading a,
#banner #main-section .wysiwyg body .bgblack .sub-heading a,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg h1 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack h1 a,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg h2 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack h2 a,
body .bgblack .l6 .wysiwyg h3 a,
.l6 .wysiwyg body .bgblack h3 a,
body .bgblack .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title a,
.l6 .wysiwyg .gform_wrapper .gform_heading body .bgblack .gform_title a,
body .bgblack .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title a,
.gform_wrapper .gform_heading .l6 .wysiwyg body .bgblack .gform_title a,
body .bgblack .l6 .wysiwyg #banner .sub-heading a,
.l6 .wysiwyg #banner body .bgblack .sub-heading a,
body .bgblack #banner .l6 .wysiwyg .sub-heading a,
#banner .l6 .wysiwyg body .bgblack .sub-heading a,
body .bgblack .h5 a,
body .bgblack .intropara a,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg h3 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack h3 a,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading body .bgblack .gform_title a,
body .bgblack .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title a,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack .gform_title a,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner body .bgblack .sub-heading a,
body .bgblack #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading a,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack .sub-heading a,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg h4 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack h4 a,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection body .bgblack .gsection_title a,
body .bgblack .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title a,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack .gsection_title a,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond body .bgblack #reply-title a,
body .bgblack #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title a,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack #reply-title a,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg h6 a,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack h6 a,
body .bgblack .h6 a {
  color: #fff;
}

body .bgblack h1 a:hover,
body .bgblack h2 a:hover,
body .bgblack h3 a:hover,
body .bgblack .gform_wrapper .gform_heading .gform_title a:hover,
.gform_wrapper .gform_heading body .bgblack .gform_title a:hover,
body .bgblack #banner .sub-heading a:hover,
#banner body .bgblack .sub-heading a:hover,
body .bgblack h4 a:hover,
body .bgblack .gform_wrapper .gsection .gsection_title a:hover,
.gform_wrapper .gsection body .bgblack .gsection_title a:hover,
body .bgblack #body.blog #respond #reply-title a:hover,
#body.blog #respond body .bgblack #reply-title a:hover,
body .bgblack h5 a:hover,
body .bgblack .wpcf7 .wpcf7-response-output a:hover,
.wpcf7 body .bgblack .wpcf7-response-output a:hover,
body .bgblack .gform_wrapper .validation_error a:hover,
.gform_wrapper body .bgblack .validation_error a:hover,
body .bgblack #body.blog #comments a:hover,
#body.blog body .bgblack #comments a:hover,
body .bgblack h6 a:hover,
body .bgblack .h1 a:hover,
body .bgblack .h2 a:hover,
body .bgblack .h3 a:hover,
body .bgblack #main-section .wysiwyg h2 a:hover,
#main-section .wysiwyg body .bgblack h2 a:hover,
body .bgblack .l6 .wysiwyg h2 a:hover,
.l6 .wysiwyg body .bgblack h2 a:hover,
body .bgblack .h4 a:hover,
body .bgblack .text-columns .intropara a:hover,
.text-columns body .bgblack .intropara a:hover,
body .bgblack #main-section .wysiwyg h3 a:hover,
#main-section .wysiwyg body .bgblack h3 a:hover,
body .bgblack #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title a:hover,
#main-section .wysiwyg .gform_wrapper .gform_heading body .bgblack .gform_title a:hover,
body .bgblack .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title a:hover,
.gform_wrapper .gform_heading #main-section .wysiwyg body .bgblack .gform_title a:hover,
body .bgblack #main-section .wysiwyg #banner .sub-heading a:hover,
#main-section .wysiwyg #banner body .bgblack .sub-heading a:hover,
body .bgblack #banner #main-section .wysiwyg .sub-heading a:hover,
#banner #main-section .wysiwyg body .bgblack .sub-heading a:hover,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg h1 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack h1 a:hover,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg h2 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack h2 a:hover,
body .bgblack .l6 .wysiwyg h3 a:hover,
.l6 .wysiwyg body .bgblack h3 a:hover,
body .bgblack .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title a:hover,
.l6 .wysiwyg .gform_wrapper .gform_heading body .bgblack .gform_title a:hover,
body .bgblack .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title a:hover,
.gform_wrapper .gform_heading .l6 .wysiwyg body .bgblack .gform_title a:hover,
body .bgblack .l6 .wysiwyg #banner .sub-heading a:hover,
.l6 .wysiwyg #banner body .bgblack .sub-heading a:hover,
body .bgblack #banner .l6 .wysiwyg .sub-heading a:hover,
#banner .l6 .wysiwyg body .bgblack .sub-heading a:hover,
body .bgblack .h5 a:hover,
body .bgblack .intropara a:hover,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg h3 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack h3 a:hover,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading body .bgblack .gform_title a:hover,
body .bgblack .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title a:hover,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack .gform_title a:hover,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner body .bgblack .sub-heading a:hover,
body .bgblack #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading a:hover,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack .sub-heading a:hover,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg h4 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack h4 a:hover,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection body .bgblack .gsection_title a:hover,
body .bgblack .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title a:hover,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack .gsection_title a:hover,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond body .bgblack #reply-title a:hover,
body .bgblack #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title a:hover,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack #reply-title a:hover,
body .bgblack #body.pdl10-contact-us #section-2 .columns.wysiwyg h6 a:hover,
#body.pdl10-contact-us #section-2 .columns.wysiwyg body .bgblack h6 a:hover,
body .bgblack .h6 a:hover {
  color: #fff;
}

body .bgblack a {
  color: #fff;
}

body .bgblack a:hover {
  color: #fff;
}

body .bgblack .btn,
body .bgblack #body .gform_footer input[type=submit],
#body .gform_footer body .bgblack input[type=submit],
body .bgblack .l6 .gform_footer input[type=submit],
.l6 .gform_footer body .bgblack input[type=submit],
body .bgblack a.btn,
body .bgblack input[type=submit] {
  color: #000 !important;
  background-color: #fff;
}

body .bgblack .btn:hover,
body .bgblack #body .gform_footer input[type=submit]:hover,
#body .gform_footer body .bgblack input[type=submit]:hover,
body .bgblack .l6 .gform_footer input[type=submit]:hover,
.l6 .gform_footer body .bgblack input[type=submit]:hover,
body .bgblack a.btn:hover,
body .bgblack input[type=submit]:hover {
  color: #000 !important;
  background-color: #fff;
}

body .bgblack .btn:hover span,
body .bgblack #body .gform_footer input[type=submit]:hover span,
#body .gform_footer body .bgblack input[type=submit]:hover span,
body .bgblack .l6 .gform_footer input[type=submit]:hover span,
.l6 .gform_footer body .bgblack input[type=submit]:hover span,
body .bgblack a.btn:hover span,
body .bgblack input[type=submit]:hover span {
  color: #000;
}

h1,
h2,
h3,
.gform_wrapper .gform_heading .gform_title,
#banner .sub-heading,
h4,
.gform_wrapper .gsection .gsection_title,
#body.blog #respond #reply-title,
h5,
.wpcf7 .wpcf7-response-output,
.gform_wrapper .validation_error,
#body.blog #comments,
h6,
.h1,
.h2,
.h3,
#main-section .wysiwyg h2,
.l6 .wysiwyg h2,
.h4,
.text-columns .intropara,
#main-section .wysiwyg h3,
#main-section .wysiwyg .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading #main-section .wysiwyg .gform_title,
#main-section .wysiwyg #banner .sub-heading,
#banner #main-section .wysiwyg .sub-heading,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h1,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h2,
.l6 .wysiwyg h3,
.l6 .wysiwyg .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading .l6 .wysiwyg .gform_title,
.l6 .wysiwyg #banner .sub-heading,
#banner .l6 .wysiwyg .sub-heading,
.h5,
.intropara,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h3,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h4,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h6,
.h6 {
  font-family: "Lato", sans-serif;
  padding: 0;
  margin: 30px 0 0.8em;
  color: #1b4669;
  font-weight: 500;
  text-transform: capitalize;
}

h1 em,
h2 em,
h3 em,
.gform_wrapper .gform_heading .gform_title em,
#banner .sub-heading em,
h4 em,
.gform_wrapper .gsection .gsection_title em,
#body.blog #respond #reply-title em,
h5 em,
.wpcf7 .wpcf7-response-output em,
.gform_wrapper .validation_error em,
#body.blog #comments em,
h6 em,
.h1 em,
.h2 em,
.h3 em,
#main-section .wysiwyg h2 em,
.l6 .wysiwyg h2 em,
.h4 em,
.text-columns .intropara em,
#main-section .wysiwyg h3 em,
#main-section .wysiwyg .gform_wrapper .gform_heading .gform_title em,
.gform_wrapper .gform_heading #main-section .wysiwyg .gform_title em,
#main-section .wysiwyg #banner .sub-heading em,
#banner #main-section .wysiwyg .sub-heading em,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h1 em,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h2 em,
.l6 .wysiwyg h3 em,
.l6 .wysiwyg .gform_wrapper .gform_heading .gform_title em,
.gform_wrapper .gform_heading .l6 .wysiwyg .gform_title em,
.l6 .wysiwyg #banner .sub-heading em,
#banner .l6 .wysiwyg .sub-heading em,
.h5 em,
.intropara em,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h3 em,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title em,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title em,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading em,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading em,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h4 em,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title em,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title em,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title em,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title em,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h6 em,
.h6 em {
  font-style: normal;
}

h1.light,
h2.light,
h3.light,
.gform_wrapper .gform_heading .light.gform_title,
#banner .light.sub-heading,
h4.light,
.gform_wrapper .gsection .light.gsection_title,
#body.blog #respond .light#reply-title,
h5.light,
.wpcf7 .light.wpcf7-response-output,
.gform_wrapper .light.validation_error,
#body.blog .light#comments,
h6.light,
.h1.light,
.h2.light,
.h3.light,
#main-section .wysiwyg h2.light,
.l6 .wysiwyg h2.light,
.h4.light,
.text-columns .light.intropara,
#main-section .wysiwyg h3.light,
#main-section .wysiwyg .gform_wrapper .gform_heading .light.gform_title,
.gform_wrapper .gform_heading #main-section .wysiwyg .light.gform_title,
#main-section .wysiwyg #banner .light.sub-heading,
#banner #main-section .wysiwyg .light.sub-heading,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h1.light,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h2.light,
.l6 .wysiwyg h3.light,
.l6 .wysiwyg .gform_wrapper .gform_heading .light.gform_title,
.gform_wrapper .gform_heading .l6 .wysiwyg .light.gform_title,
.l6 .wysiwyg #banner .light.sub-heading,
#banner .l6 .wysiwyg .light.sub-heading,
.h5.light,
.light.intropara,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h3.light,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .light.gform_title,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .light.gform_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .light.sub-heading,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .light.sub-heading,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h4.light,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .light.gsection_title,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .light.gsection_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond .light#reply-title,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg .light#reply-title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h6.light,
.h6.light {
  font-weight: 400;
}

p,
.gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gfield_description,
li,
table,
label,
.intropara {
  padding: 0;
  margin: 0 0 15px 0;
}

.bglightgreen p em,
.bglightgreen .gform_wrapper .gform_heading .gform_description em,
.gform_wrapper .gform_heading .bglightgreen .gform_description em,
.bglightgreen .gform_wrapper .gform_fields .gfield .gfield_checkbox label em,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .bglightgreen label em,
.bglightgreen .gform_wrapper .gfield_description em,
.gform_wrapper .bglightgreen .gfield_description em,
.bglightgreen p strong,
.bglightgreen .gform_wrapper .gform_heading .gform_description strong,
.gform_wrapper .gform_heading .bglightgreen .gform_description strong,
.bglightgreen .gform_wrapper .gform_fields .gfield .gfield_checkbox label strong,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .bglightgreen label strong,
.bglightgreen .gform_wrapper .gfield_description strong,
.gform_wrapper .bglightgreen .gfield_description strong,
.bglightgreen li em,
.bglightgreen li strong,
.bglightgreen table em,
.bglightgreen table strong,
.bglightgreen label em,
.bglightgreen label strong,
.bglightgreen .intropara em,
.bglightgreen .intropara strong {
  color: #fff;
}

p em,
.gform_wrapper .gform_heading .gform_description em,
.gform_wrapper .gform_fields .gfield .gfield_checkbox label em,
.gform_wrapper .gfield_description em,
li em,
table em,
label em,
.intropara em {
  font-style: italic;
}

#header p,
#header .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading #header .gform_description,
#header .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox #header label,
#header .gform_wrapper .gfield_description,
.gform_wrapper #header .gfield_description,
#header li,
#header table,
#footer p,
#footer .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading #footer .gform_description,
#footer .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox #footer label,
#footer .gform_wrapper .gfield_description,
.gform_wrapper #footer .gfield_description,
#footer li,
#footer table {
  margin: 0;
  padding: 0;
}

* > h1:first-child,
* > h2:first-child,
* > h3:first-child,
.gform_wrapper .gform_heading * > .gform_title:first-child,
#banner * > .sub-heading:first-child,
* > h4:first-child,
.gform_wrapper .gsection * > .gsection_title:first-child,
#body.blog #respond * > #reply-title:first-child,
* > h5:first-child,
.wpcf7 * > .wpcf7-response-output:first-child,
.gform_wrapper * > .validation_error:first-child,
#body.blog * > #comments:first-child,
* > h6:first-child {
  margin-top: 0 !important;
}

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

@media only screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 540px) {
  h1,
  .h1 {
    font-size: 34px;
  }
}
h2,
.h2 {
  font-size: 42px;
  line-height: 1.24;
}

@media only screen and (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
h3,
.gform_wrapper .gform_heading .gform_title,
#banner .sub-heading,
.h3,
#main-section .wysiwyg h2,
.l6 .wysiwyg h2 {
  font-size: 35px;
  line-height: 1.33;
}

@media only screen and (max-width: 1024px) {
  h3,
  .gform_wrapper .gform_heading .gform_title,
  #banner .sub-heading,
  .h3,
  #main-section .wysiwyg h2,
  .l6 .wysiwyg h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h3,
  .gform_wrapper .gform_heading .gform_title,
  #banner .sub-heading,
  .h3,
  #main-section .wysiwyg h2,
  .l6 .wysiwyg h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  h3,
  .gform_wrapper .gform_heading .gform_title,
  #banner .sub-heading,
  .h3,
  #main-section .wysiwyg h2,
  .l6 .wysiwyg h2 {
    font-size: 23px;
  }
}
h4,
.gform_wrapper .gsection .gsection_title,
#body.blog #respond #reply-title,
.h4,
.text-columns .intropara,
#main-section .wysiwyg h3,
#main-section .wysiwyg .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading #main-section .wysiwyg .gform_title,
#main-section .wysiwyg #banner .sub-heading,
#banner #main-section .wysiwyg .sub-heading,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h1,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h2,
.l6 .wysiwyg h3,
.l6 .wysiwyg .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading .l6 .wysiwyg .gform_title,
.l6 .wysiwyg #banner .sub-heading,
#banner .l6 .wysiwyg .sub-heading {
  font-size: 25px;
  line-height: 1.38;
}

@media only screen and (max-width: 1024px) {
  h4,
  .gform_wrapper .gsection .gsection_title,
  #body.blog #respond #reply-title,
  .h4,
  .text-columns .intropara,
  #main-section .wysiwyg h3,
  #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title,
  .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title,
  #main-section .wysiwyg #banner .sub-heading,
  #banner #main-section .wysiwyg .sub-heading,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg h1,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg h2,
  .l6 .wysiwyg h3,
  .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title,
  .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title,
  .l6 .wysiwyg #banner .sub-heading,
  #banner .l6 .wysiwyg .sub-heading {
    font-size: 23px;
    line-height: 1.45;
  }
}
@media only screen and (max-width: 767px) {
  h4,
  .gform_wrapper .gsection .gsection_title,
  #body.blog #respond #reply-title,
  .h4,
  .text-columns .intropara,
  #main-section .wysiwyg h3,
  #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title,
  .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title,
  #main-section .wysiwyg #banner .sub-heading,
  #banner #main-section .wysiwyg .sub-heading,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg h1,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg h2,
  .l6 .wysiwyg h3,
  .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title,
  .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title,
  .l6 .wysiwyg #banner .sub-heading,
  #banner .l6 .wysiwyg .sub-heading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  h4,
  .gform_wrapper .gsection .gsection_title,
  #body.blog #respond #reply-title,
  .h4,
  .text-columns .intropara,
  #main-section .wysiwyg h3,
  #main-section .wysiwyg .gform_wrapper .gform_heading .gform_title,
  .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title,
  #main-section .wysiwyg #banner .sub-heading,
  #banner #main-section .wysiwyg .sub-heading,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg h1,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg h2,
  .l6 .wysiwyg h3,
  .l6 .wysiwyg .gform_wrapper .gform_heading .gform_title,
  .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title,
  .l6 .wysiwyg #banner .sub-heading,
  #banner .l6 .wysiwyg .sub-heading {
    font-size: 20px;
  }
}
h5,
.wpcf7 .wpcf7-response-output,
.gform_wrapper .validation_error,
#body.blog #comments,
.h5,
.intropara,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h3,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h4,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h6 {
  font-size: 22px;
  line-height: 1.45;
}

@media only screen and (max-width: 1024px) {
  h5,
  .wpcf7 .wpcf7-response-output,
  .gform_wrapper .validation_error,
  #body.blog #comments,
  .h5,
  .intropara,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg h3,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title,
  .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading,
  #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg h4,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title,
  .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title,
  #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg h6 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  h5,
  .wpcf7 .wpcf7-response-output,
  .gform_wrapper .validation_error,
  #body.blog #comments,
  .h5,
  .intropara,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg h3,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title,
  .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading,
  #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg h4,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title,
  .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title,
  #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  h5,
  .wpcf7 .wpcf7-response-output,
  .gform_wrapper .validation_error,
  #body.blog #comments,
  .h5,
  .intropara,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg h3,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title,
  .gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading,
  #banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg h4,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title,
  .gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title,
  #body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title,
  #body.pdl10-contact-us #section-2 .columns.wysiwyg h6 {
    font-size: 18px;
  }
}
h6,
.h6 {
  font-size: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h6,
  .h6 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 540px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}
.intropara {
  text-transform: none;
}

@media only screen and (max-width: 540px) {
  .intropara.sml {
    font-size: 17px;
  }
}
.xxl {
  font-size: 146px;
  line-height: 0.9;
}

@media only screen and (max-width: 1024px) {
  .xxl {
    font-size: 130px;
    line-height: 0.9;
  }
}
.xl {
  font-size: 105px;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .xl {
    font-size: 95px;
  }
}
.l,
#banner .heading {
  font-size: 86px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .l,
  #banner .heading {
    font-size: 68px;
    line-height: 1;
  }
}
.sml {
  font-size: 11px;
  line-height: 1.42;
}

#body .wysiwyg img,
.wysiwyg img,
#body .widget-booknow img {
  margin: 15px 0;
}

#body .wysiwyg img:first-child,
.wysiwyg img:first-child,
#body .widget-booknow img:first-child {
  margin-top: 0;
}

#body .wysiwyg img:last-child,
.wysiwyg img:last-child,
#body .widget-booknow img:last-child {
  margin-bottom: 0;
}

#body .wysiwyg ul,
#body .wysiwyg ol,
.wysiwyg ul,
.wysiwyg ol,
#body .widget-booknow ul,
#body .widget-booknow ol {
  padding: 0;
  margin: 0 0 15px 0;
}

#body .widget-booknow ul:last-child {
  margin-bottom: 0;
}

#body .wysiwyg ul li,
#body .wysiwyg ol li,
.wysiwyg ul li,
.wysiwyg ol li,
#body .widget-booknow ul li,
#body .widget-booknow ol li {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#body .wysiwyg ul li,
.wysiwyg ul li,
#body .widget-booknow ul li {
  list-style-type: disc;
  padding-left: 5px;
  margin-left: 20px;
}

#body .wysiwyg ol li,
.wysiwyg ol li,
#body .widget-booknow ol li {
  list-style-type: decimal;
  padding-left: 5px;
  margin-left: 20px;
}

#body .wysiwyg ol li:before,
.wysiwyg ol li:before,
#body .widget-booknow ol li:before {
  display: none;
}

blockquote {
  line-height: 1.6;
}

.sml {
  font-size: 13px;
}

.med {
  font-size: 16px;
}

.fontbold {
  font-weight: 700;
}

.fontmedium {
  font-weight: 600;
}

.fontnormal {
  font-weight: 400;
}

.fontlight {
  font-weight: 300;
}

.italic {
  font-style: italic;
}

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

.strikethrough {
  text-decoration: line-through;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: none;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
}
@media only screen and (max-width: 540px) {
  .text-center-xxs {
    text-align: center !important;
  }
  .text-left-xxs {
    text-align: left !important;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
@media only screen and (max-width: 1024px) {
  .row > div[class*=col-md],
  .row > div[class*=col-lg] {
    margin-bottom: 40px;
  }
  .row > div[class*=col-md]:last-child,
  .row > div[class*=col-lg]:last-child {
    margin-bottom: 0;
  }
  .row > div[class*=col-sm],
  .row > div[class*=col-xs],
  .row > div[class*=col-xxs] {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .row > div[class*=col-sm],
  .row > div[class*=col-md],
  .row > div[class*=col-lg] {
    margin-bottom: 40px;
  }
  .row > div[class*=col-sm]:last-child,
  .row > div[class*=col-md]:last-child,
  .row > div[class*=col-lg]:last-child {
    margin-bottom: 0;
  }
  .row > div[class*=col-xs],
  .row > div[class*=col-xxs] {
    margin-bottom: 0;
  }
  .row > div.col-xs-12 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .row > div[class*=col-xs],
  .row > div[class*=col-sm],
  .row > div[class*=col-md],
  .row > div[class*=col-lg] {
    margin-bottom: 40px;
  }
  .row > div[class*=col-xs]:last-child,
  .row > div[class*=col-sm]:last-child,
  .row > div[class*=col-md]:last-child,
  .row > div[class*=col-lg]:last-child {
    margin-bottom: 0;
  }
  .row > div[class*=col-xxs] {
    margin-bottom: 0;
  }
}
.outer {
  position: relative;
}

.container,
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .container,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container {
  max-width: 1600px;
}

#body .outer:not(#banner) .animatein {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.gutter-big > .row {
  margin-left: -60px;
  margin-right: -60px;
}

@media only screen and (max-width: 1024px) {
  .gutter-big > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.gutter-big > .row > div[class^=col-],
.gutter-big > .row > a[class^=col-] {
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (max-width: 1024px) {
  .gutter-big > .row > div[class^=col-],
  .gutter-big > .row > a[class^=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.gutter-med .row {
  margin-left: -40px;
  margin-right: -40px;
}

@media only screen and (max-width: 1024px) {
  .gutter-med .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.gutter-med .row > div[class^=col-],
.gutter-med .row > a[class^=col-] {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1024px) {
  .gutter-med .row > div[class^=col-],
  .gutter-med .row > a[class^=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.gutter-sml > .row {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-sml > .row > div[class^=col-],
.gutter-sml > .row > a[class^=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

.no-gutter > .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > .row > div[class^=col-],
.no-gutter > .row > a[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-xsml {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-sml {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-med {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-big {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section .section {
  padding-top: 70px;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .section .section {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .section .section {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-sml {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-med {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-big {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-sml {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-med {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-big {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-borders .section:first-child,
.section-borders .section-sml:first-child,
.section-borders .section-big:first-child {
  border-width: 0;
}

.max-width-300 {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .max-width-300 {
    padding-left: 0;
    padding-right: 0;
  }
}
.max-width-400 {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .max-width-400 {
    padding-left: 0;
    padding-right: 0;
  }
}
.max-width-500 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .max-width-500 {
    padding-left: 0;
    padding-right: 0;
  }
}
.max-width-600 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .max-width-600 {
    padding-left: 0;
    padding-right: 0;
  }
}
.max-width-700 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .max-width-700 {
    padding-left: 0;
    padding-right: 0;
  }
}
.max-width-800 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .max-width-800 {
    padding-left: 0;
    padding-right: 0;
  }
}
.max-width-900 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .max-width-900 {
    padding-left: 0;
    padding-right: 0;
  }
}
.max-width-960 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .max-width-960 {
    padding-left: 0;
    padding-right: 0;
  }
}
.max-width-1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .max-width-1000 {
    padding-left: 0;
    padding-right: 0;
  }
}
.max-width-1060 {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .max-width-1060 {
    padding-left: 0;
    padding-right: 0;
  }
}
.max-width-1200 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .max-width-1200 {
    padding-left: 0;
    padding-right: 0;
  }
}
.media:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.media .media-left {
  padding-right: 35px;
  padding-top: 0;
}

.media .media-body :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 540px) {
  .media .media-left {
    padding: 0;
    margin-bottom: 20px;
  }
  .media .media-left img {
    width: 100%;
  }
  .media .media-left,
  .media .media-body {
    display: block;
    width: 100%;
  }
}
td,
th {
  padding: 0 10px 0 0;
}

.flexgrid {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .flexgrid {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .flexgrid {
    padding-top: 0;
  }
}
.flexbox .flexgrid:before,
.flexbox .flexgrid:after {
  display: none;
}

.flexbox .flexgrid .clearfix {
  display: none !important;
}

.flexgrid > div {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.flexgrid > div > * {
  max-width: 100%;
}

.flexgrid > div .flexgrow {
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .flexgrid > div {
    margin-top: 40px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 540px) {
  .flexgrid > div {
    margin-bottom: 0 !important;
  }
}
.flexgrid.flexstart > div {
  align-items: flex-start;
}

.flexbox .flexgridsquares {
  display: flex;
  justify-content: center;
  flex-direction: row;
  justify-content: space-around;
}

.flexbox .flexsquare {
  padding: 0;
  margin: 0;
  text-align: center;
  flex: 1 0 auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexbox .flexsquare:before {
  content: "";
  float: left;
  padding-top: 100%;
}

body > .call-modal.aito-link {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 140px;
  height: 43px;
  background: #fff;
  z-index: 99999;
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px);
  transition: transform 0.2s linear;
}

body > .call-modal.aito-link > img {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  body > .call-modal.aito-link {
    display: none;
  }
}
body.showmobnav > .call-modal.aito-link {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#header,
#nav-wrapper {
  transition: transform 0.2s linear;
}

#header {
  height: 108px;
  background-color: #1b4669;
  width: 100%;
  z-index: 99;
  z-index: 999999;
}

#header .container,
#header .row,
#header #header-inner {
  height: inherit;
}

#header #header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .site-logo {
  display: block;
  width: 244px;
  float: left;
}

@media only screen and (max-width: 767px) {
  #header .site-logo {
    width: 200px;
  }
}
#header .site-logo a,
#header .site-logo img {
  width: 100%;
  display: block;
}

#header .site-logo .strapline {
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding-top: 10px;
  letter-spacing: -0.1px;
  white-space: nowrap;
}

#header .header-items {
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}

#header .site-social,
#header .site-search,
#header .site-contact {
  display: inline-block;
  margin-left: 40px;
}

@media only screen and (max-width: 1200px) {
  #header .site-social,
  #header .site-search,
  #header .site-contact {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #header .site-social {
    width: 0;
  }
  #header .site-social > a,
  #header .site-social #aito-widget > a,
  #header .site-social-container .reviews-header {
    display: none;
  }
}
#header #aito-widget {
  width: 140px;
  margin: 5px auto 0 auto;
}

#header #aito-widget > a,
#header #aito-widget > a img {
  display: block;
  width: 100%;
}

#header .site-search .searchformwrap {
  position: relative;
}

#header .site-search .searchformwrap input {
  width: 248px;
  padding: 0 30px 0 11px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border-radius: 16px;
  color: #000;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  font-weight: 500;
  box-shadow: none;
}

@media only screen and (max-width: 1200px) {
  #header .site-search .searchformwrap input {
    width: 180px;
  }
}
#header .site-search .searchformwrap button {
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  font-size: 16px;
  line-height: 32px;
  padding: 0;
  color: #bfbfbf;
}

#header .site-contact {
  text-align: right;
  color: #fff;
}

#header .site-contact > div,
#header .site-contact > a {
  display: inline-block;
  float: right;
  text-align: center;
  width: 52%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width : 1025px) {
  #header .site-contact > div,
  #header .site-contact > a {
    color: white;
  }
  #header .site-contact > div:hover,
  #header .site-contact > a:hover {
    color: white !important;
  }
}
@media only screen and (max-width : 1024px) {
  #header .site-contact > div,
  #header .site-contact > a {
    flex-direction: column;
    grid-row-gap: 6px;
  }
}

#header .site-contact > div i,
#header .site-contact > a i {
  margin-right: 10px;
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  #header .site-contact > div i,
  #header .site-contact > a i {
    color: #1b4669;
  }
}
@media only screen and (max-width: 1024px) {
  #header .site-contact > div span strong,
  #header .site-contact > a span strong {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  #header .site-contact,
  #header .site-search {
    position: fixed;
    left: 0;
    top: -46px;
    right: 0;
    background: #fff;
    color: #000;
    margin: 0;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .site-contact > div,
  #header .site-search > div {
    margin: 0 60px;
  }
  #header .site-contact > form,
  #header .site-search > form {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #header .site-contact i {
    display: none;
  }
  #header .site-contact span {
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
  }
  #header .site-contact span strong {
    font-size: 14px !important;
    display: block;
  }
  #header .site-contact .site-contact-us {
    margin: 0 20px 0 0;
  }
  #header .site-contact .site-contact-uk {
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1025px) {
  #header .site-contact,
  #header .site-search {
    display: inline-block !important;
  }
}
#header #mob-buttons {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #header #mob-buttons {
    display: inline-block;
    margin-left: 30px;
  }
  #header #mob-buttons i {
    cursor: pointer;
    margin: 0 0 0 11px;
  }
  #header #mob-buttons #mob-button-search {
    font-size: 21px;
  }
  #header #mob-buttons #mob-button-phone {
    font-size: 22px;
    transform: translateY(2px);
  }
}
@media only screen and (max-width: 540px) {
  #header #mob-buttons {
    margin: 0;
  }
  #header #mob-buttons #mob-button-search {
    font-size: 18px;
    margin: 0;
  }
  #header #mob-buttons #mob-button-phone {
    font-size: 18px;
    margin-left: 4px;
  }
}
@media only screen and (min-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
#nav-wrapper {
  width: 100%;
  z-index: 99999;
  background-color: #122845;
  height: 50px;
}
#nav-wrapper #menu-main-menu-1 {
  width: 100%;
}
@media only screen and (max-width: 1399px) {
  #nav-wrapper .container {
    padding-right: 0;
    padding-left: 20px;
  }
  #nav-wrapper .row {
    margin: 0;
  }
  #nav-wrapper #nav-inner {
    padding: 0;
  }
}

#nav-wrapper .languages li {
  display: inline;
  margin: 0;
  color: #fff;
}

#nav-wrapper .languages li a {
  color: #fff;
}

#nav-wrapper .container,
#nav-wrapper .row,
#nav-wrapper #nav-inner,
#nav-wrapper #nav {
  height: inherit;
}

#nav .nav > li > a,
#nav-wrapper .languages li a,
#nav-wrapper .languages li span {
  display: block;
}

#nav-wrapper .languages li {
  display: inline-block;
  margin-left: 20px;
}

#nav .nav > li > a,
#nav-wrapper .languages li a,
#nav-wrapper .languages li span {
  height: inherit;
  line-height: inherit;
  display: block;
  transition: all 0.3s ease-in-out;
  color: #fff;
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
}

#nav {
  background-color: transparent;
  margin: 0 auto;
  text-align: center;
  display: flex;
  max-width: 1600px;
  justify-content: space-between;
  align-items: center;
}

#nav .nav {
  text-align: center;
  display: flex;
  justify-content: flex-start;
  height: inherit;
  gap: 50px;
}
@media only screen and (max-width : 1599px) {
  #nav .nav {
    gap: 2.9vw;
  }
}
@media only screen and (max-width : 1499px) {
  #nav .nav {
    gap: 2.4vw;
  }
}
@media only screen and (max-width : 1199px) {
  #nav .nav {
    gap: 1.75vw;
  }
}
@media only screen and (max-width : 1099px) {
  #nav .nav {
    gap: 1.2vw;
  }
}

#nav .nav > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: inherit;
  line-height: 49px;
}
#nav .nav > li.login-link {
  margin-left: auto;
}
#nav .nav > li.login-link a {
  background-color: #b0a591;
  padding: 0 20px;
  margin: 0;
}
@media only screen and (max-width : 1199px) {
  #nav .nav > li.login-link a {
    padding: 0 15px;
  }
}
#nav .nav > li.login-link a:hover {
  color: #fff !important;
  background-color: #a8a194;
}

#nav .nav > li li {
  line-height: 1;
}

#nav .nav > li > a {
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1.2;
}
@media only screen and (max-width: 1299px) {
  #nav .nav > li > a {
    font-size: 13px;
  }
}

#nav .nav > li .sub-menu {
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-color: #f7f7f7;
  top: 100%;
  min-width: 100%;
  text-align: left !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#nav .nav > li .sub-menu li {
  margin: 0;
  padding: 0;
}

#nav .nav > li .sub-menu li a {
  display: block;
  white-space: nowrap;
  padding: 12px 20px;
  text-transform: uppercase;
  color: #2b6792;
  font-weight: 400;
  font-size: 13px;
  border-bottom: 1px solid rgba(43, 103, 146, 0.1);
}

#nav .nav > li .sub-menu li a:hover {
  color: #000;
  opacity: 0.5;
}

#nav .nav > li .sub-menu li:last-child > a {
  border-width: 0;
}

#nav .nav > li:hover,
#nav .nav > li.active {
  overflow: visible;
}

#nav .nav > li:hover > a,
#nav .nav > li.active > a {
  color: #2b6792;
  background-color: transparent;
}

#nav .nav > li:hover > .sub-menu,
#nav .nav > li.active > .sub-menu {
  opacity: 1;
}

#nav .nav > li.current_page_item > a:after,
#nav .nav > li.current-menu-ancestor > a:after,
#nav .nav > li.current-menu-parent > a:after,
#nav .nav > li.current-menu-item > a:after {
  display: block;
  background-color: transparent;
  color: #2b6792;
  content: "";
  height: 3px;
  width: 100%;
  position: absolute !important;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  #nav .nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #nav .nav {
    display: none;
  }
}
#mobnavbtn {
  width: 22px;
  height: 40px;
  float: right;
  margin: 0;
  display: none;
}

@media only screen and (max-width: 1024px) {
  #mobnavbtn {
    display: block;
  }
}
#mobnavbtn #mobnavtrigger {
  position: relative;
  width: inherit;
  height: inherit;
  cursor: pointer;
}

#mobnavbtn #mobnavtrigger span {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 3px;
  position: absolute !important;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}

#mobnavbtn #mobnavtrigger span.bar1 {
  margin-top: -6px;
}

.showmobnav #mobnavbtn #mobnavtrigger span.bar1 {
  transform: translateY(-50%) rotate(45deg);
  margin: 0;
}

#mobnavbtn #mobnavtrigger span.bar3 {
  margin-top: 6px;
}

.showmobnav #mobnavbtn #mobnavtrigger span.bar3 {
  transform: translateY(-50%) rotate(-45deg);
  margin: 0;
}

.showmobnav #mobnavbtn #mobnavtrigger span.bar2 {
  opacity: 0;
}

#mobnavbtn #mobnavtrigger:hover span {
  background-color: rgba(255, 255, 255, 0.5);
}

#website-wrap {
  transform: translateX(0);
  transition: transform 0.2s linear;
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#mobmenu {
  transition: transform 0.2s linear;
  background-color: #fff;
  text-align: left;
  padding: 20px 0;
  top: 0;
  transform: translateX(-260px);
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 260px;
  position: fixed !important;
  z-index: 0;
  overflow: scroll;
}

#mobmenu li {
  margin: 0 20px;
  padding: 0;
  position: relative;
}

#mobmenu li a {
  display: block;
  padding: 8px 50px 8px 0;
  text-transform: uppercase;
  color: #1b4669;
  font-weight: 400;
  font-size: 15px;
  border-bottom: 1px solid rgba(27, 70, 105, 0.2);
}

#mobmenu li .sub-menu {
  display: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

#mobmenu li .sub-menu li {
  margin: 0;
}

#mobmenu li .sub-menu li a {
  padding: 3px 0;
  position: relative;
  text-transform: none;
  z-index: 1;
  font-size: 13px;
  border-width: 0;
}

#mobmenu li .sub-menu li:last-child a {
  border-width: 0;
}

#mobmenu li > .sub-menu > li a {
  text-transform: uppercase;
}

#mobmenu li > .sub-menu > li .sub-menu li a {
  text-transform: none;
}

#mobmenu li.menu-item-has-children span {
  cursor: pointer;
  display: block;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 50px;
  height: 40px;
  overflow: hidden;
}

#mobmenu li.menu-item-has-children span:after {
  content: "";
  display: block;
  width: 50px;
  height: 40px;
  z-index: 2;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
  content: "\f067";
  line-height: 45px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

#mobmenu li.menu-item-has-children span.active:after {
  transform: rotate(45deg);
}

#mobmenu li.menu-item-has-children .sub-menu {
  padding-top: 0;
  padding-bottom: 0;
}

#mobmenu li.menu-item-has-children .sub-menu > li:first-child {
  padding-top: 8px;
}

#mobmenu li.menu-item-has-children .sub-menu > li:first-child > span {
  top: 8px;
}

#mobmenu li.menu-item-has-children .sub-menu > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

#mobmenu li.menu-item-has-children .sub-menu .sub-menu > li:first-child {
  padding-top: 0;
}

#mobmenu li.menu-item-has-children .sub-menu .sub-menu > li:first-child > span {
  top: 0;
}

#mobmenu li.menu-item-has-children .sub-menu span {
  height: 29px;
}

#mobmenu li.menu-item-has-children .sub-menu span:after {
  height: 29px;
  line-height: 29px;
}

#mobmenu > div > ul > li > a {
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
}

body.showmobnav {
  overflow: hidden;
}

body.showmobnav #website-wrap,
body.showmobnav #header,
body.showmobnav #nav-wrapper,
body.showmobnav .alert-news {
  transform: translateX(260px);
}

body.showmobnav #mobmenu {
  display: block;
  transform: translateX(0);
}

@media only screen and (max-width: 1024px) {
  body.showmobnav .modal--show.is-active {
    width: calc(100vw - 260px);
    height: 100vh;
    -webkit-transform: unset !important;
    transform: unset !important;
    left: 260px;
  }
}
.navbar {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.navbar__logo {
  float: left;
  display: inline-block;
  width: 7.5em;
  padding: 0.8em 0;
}

.navbar__logo img {
  border: none;
  width: 7.5em;
  min-width: 7.5em;
  max-width: 7.5em;
  height: auto;
}

.modal--fade .modal-content,
.modal--show .modal-content {
  border-bottom-width: 0 !important;
}

#footer {
  background-color: #1b4669;
  margin-top: -2px;
}

#footer .container {
  max-width: 100%;
}

@media only screen and (min-width: 1025px) {
  #footer .container {
    max-width: 1600px;
    width: 100%;
  }
}
#footer a {
  color: #fff;
}

#footer a:hover {
  color: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 1025px) {
  #footer .newsletter {
    padding: 0 0 3em 0;
    margin: 0 0 3em 0;
    border-bottom: 2px solid #2b6792;
  }
}
#footer .newsletter h2 {
  color: #fff;
}

#footer .newsletter form {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  #footer .newsletter form {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#footer .newsletter form input[type=text] {
  transition: all 0.3s ease-in-out;
  margin: 0 0 1em 0;
  padding: 0.2em 1em;
  width: 100%;
  height: 2.6em;
}

@media only screen and (min-width: 768px) {
  #footer .newsletter form input[type=text] {
    width: 49%;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .newsletter form input[type=text] {
    margin: 0;
    width: 24%;
  }
}
#footer .newsletter form input[type=email] {
  transition: all 0.3s ease-in-out;
  margin: 0 0 1em 0;
  padding: 0.2em 1em;
  width: 100%;
  height: 2.6em;
}

@media only screen and (min-width: 768px) {
  #footer .newsletter form input[type=email] {
    width: 49%;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .newsletter form input[type=email] {
    margin: 0;
    width: 24%;
  }
}
#footer .newsletter form .btn,
#footer .newsletter form #body .gform_footer input[type=submit],
#body .gform_footer #footer .newsletter form input[type=submit],
#footer .newsletter form .l6 .gform_footer input[type=submit],
.l6 .gform_footer #footer .newsletter form input[type=submit] {
  width: 100%;
  margin: 0 0 1em 0;
  text-align: right;
  line-height: 2;
  padding: 0.3em 0.6em;
  color: #fff;
  background-color: #2b6792;
}

@media only screen and (min-width: 768px) {
  #footer .newsletter form .btn,
  #footer .newsletter form #body .gform_footer input[type=submit],
  #body .gform_footer #footer .newsletter form input[type=submit],
  #footer .newsletter form .l6 .gform_footer input[type=submit],
  .l6 .gform_footer #footer .newsletter form input[type=submit] {
    width: 49%;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .newsletter form .btn,
  #footer .newsletter form #body .gform_footer input[type=submit],
  #body .gform_footer #footer .newsletter form input[type=submit],
  #footer .newsletter form .l6 .gform_footer input[type=submit],
  .l6 .gform_footer #footer .newsletter form input[type=submit] {
    margin: 0;
    width: 24%;
  }
}
#footer .newsletter form .btn:after,
#footer .newsletter form #body .gform_footer input[type=submit]:after,
#body .gform_footer #footer .newsletter form input[type=submit]:after,
#footer .newsletter form .l6 .gform_footer input[type=submit]:after,
.l6 .gform_footer #footer .newsletter form input[type=submit]:after {
  content: "\f054";
  font-size: 14px;
  margin: 0 0 0 2em;
  padding: 0.4em 0.7em;
  background-color: #fff;
  color: #1b4669;
}

#footer .newsletter form .btn:hover,
#footer .newsletter form #body .gform_footer input[type=submit]:hover,
#body .gform_footer #footer .newsletter form input[type=submit]:hover,
#footer .newsletter form .l6 .gform_footer input[type=submit]:hover,
.l6 .gform_footer #footer .newsletter form input[type=submit]:hover {
  cursor: pointer;
  background-color: rgba(43, 103, 146, 0.8);
  transition: background-color 0.3s ease-in-out;
}

#footer .footer-logo {
  width: 100%;
  padding: 0.2em;
  margin: 0 0 2em 0;
  height: auto;
}

@media only screen and (min-width: 768px) {
  #footer .footer-logo {
    margin: 1em auto;
    width: 30em;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .footer-logo {
    width: 100%;
  }
}
#footer .footer-contact {
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  #footer .footer-contact {
    padding: 0 3em 0 0;
    border-right: 2px solid #2b6792;
  }
}
#footer .footer-contact span {
  display: block;
  width: 100%;
  color: #fff;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  margin: 1em 0 2em;
}

@media only screen and (min-width: 1025px) {
  #footer .footer-contact span {
    margin: 0;
  }
}
#footer .footer-contact a {
  display: inline;
  text-align: center;
  font-weight: 600;
}

#footer .company-link {
  display: block;
  text-align: right;
  color: #fff;
}

#footer .site-credit {
  display: block;
  text-align: right;
  color: #fff;
}

#footer .misc-links {
  margin: 3em auto 0;
}

#footer .misc-links p,
#footer .misc-links .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading #footer .misc-links .gform_description,
#footer .misc-links .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox #footer .misc-links label,
#footer .misc-links .gform_wrapper .gfield_description,
.gform_wrapper #footer .misc-links .gfield_description {
  text-align: center;
  margin: 0.5em;
}

@media only screen and (min-width: 768px) {
  #footer .misc-links p,
  #footer .misc-links .gform_wrapper .gform_heading .gform_description,
  .gform_wrapper .gform_heading #footer .misc-links .gform_description,
  #footer .misc-links .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
  .gform_wrapper .gform_fields .gfield .gfield_checkbox #footer .misc-links label,
  #footer .misc-links .gform_wrapper .gfield_description,
  .gform_wrapper #footer .misc-links .gfield_description {
    text-align: right;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  #footer .misc-links {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin: 3em 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .misc-links {
    display: block;
    align-items: inherit;
    justify-content: inherit;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .misc-links {
    margin: 0;
    padding: 0 0 0 3em;
    border-left: 2px solid #2b6792;
  }
}
#footer .misc-links li {
  display: block;
  text-align: center;
  margin: 0.5em;
}

@media only screen and (min-width: 768px) {
  #footer .misc-links li {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .misc-links li {
    float: left;
    margin: 0 0 0 1em;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .misc-links li {
    margin: 0;
  }
}
#footer .misc-links li a {
  color: #fff;
}

#footer .misc-links li a:hover {
  color: rgba(255, 255, 255, 0.2);
}

#footer .footer-list {
  margin: 2em 0;
  display: block;
}

@media only screen and (max-width: 767px) {
  #footer .footer-list {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .footer-list {
    margin: 0;
  }
}
#footer .footer-list li {
  margin: 0.2em 0;
  text-align: center;
}
@media only screen and (max-width : 767px) {
  #footer .footer-list li {
    text-align: left;
  }
}

@media only screen and (min-width: 1025px) {
  #footer .footer-list li {
    margin: 0;
    text-align: left;
  }
}
#footer .footer-search-box p,
#footer .footer-search-box .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading #footer .footer-search-box .gform_description,
#footer .footer-search-box .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox #footer .footer-search-box label,
#footer .footer-search-box .gform_wrapper .gfield_description,
.gform_wrapper #footer .footer-search-box .gfield_description {
  color: #fff;
}

#footer .footer-search-box input[type=submit] {
  display: none;
}

#footer .footer-search-box .branch-search .branch-search-form {
  margin: 1em 0 1.5em;
}

#footer .footer-search-box .branch-search .branch-search-form .branch-search-form-wrap {
  position: relative;
}

#footer .footer-search-box .branch-search .branch-search-form .branch-search-form-wrap:before {
  display: inline-block;
  font: normal normal normal 1em/1 Font Awesome 5 Free;
  font-size: 1.5em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0;
  content: "\f002";
  position: absolute;
  top: 0.5em;
  right: 1em;
  color: #ed202d;
}

#footer .footer-search-box .branch-search .branch-search-form .branch-search-form-wrap input[type=search] {
  width: 100%;
  padding: 1em 3.706325903em 1em 1.5em;
  line-height: 1;
  background-color: #f9f9f9;
  color: #000;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  border-radius: 50px;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}

#footer .footer-search-box .btn,
#footer .footer-search-box #body .gform_footer input[type=submit],
#body .gform_footer #footer .footer-search-box input[type=submit],
#footer .footer-search-box .l6 .gform_footer input[type=submit],
.l6 .gform_footer #footer .footer-search-box input[type=submit] {
  background-color: transparent;
  padding: 0.5em 0;
  font-size: 18px;
}

#footer .footer-search-box .btn:after,
#footer .footer-search-box #body .gform_footer input[type=submit]:after,
#body .gform_footer #footer .footer-search-box input[type=submit]:after,
#footer .footer-search-box .l6 .gform_footer input[type=submit]:after,
.l6 .gform_footer #footer .footer-search-box input[type=submit]:after {
  display: inline-block;
  margin: 0.4em 0 0 2em;
  font: normal normal normal 1em/1 Font Awesome 5 Free;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  position: absolute;
  color: #1b4669;
  transition: all, ease, 0.3s !important;
}

#footer .footer-search-box .btn:hover:after,
#footer .footer-search-box #body .gform_footer input[type=submit]:hover:after,
#body .gform_footer #footer .footer-search-box input[type=submit]:hover:after,
#footer .footer-search-box .l6 .gform_footer input[type=submit]:hover:after,
.l6 .gform_footer #footer .footer-search-box input[type=submit]:hover:after {
  -webkit-transform: translateX(5em);
  transform: translateX(5em);
  transition: all, ease, 0.3s !important;
}

@media only screen and (min-width: 541px) {
  #footer .footer-drop {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .footer-drop {
    text-align: inherit !important;
  }
}
#footer .footer-drop .h6 a {
  color: #fff !important;
}

#footer .footer-drop .h6 a:hover {
  color: rgba(255, 255, 255, 0.2) !important;
}

@media only screen and (max-width : 767px) {
  #footer .site-links > .col-xs-12 {
    margin-bottom: 0 !important;
  }
  #footer .site-links > .col-xs-12:last-child > .footer-drop {
    margin-bottom: 0;
    padding-bottom: 0;
    border-width: 0;
  }
}

#footer .footer-drop > span {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#footer .footer-drop i,
#footer .footer-drop svg {
  float: right;
  margin-left: 20px;
  display: none;
}
#footer .footer-drop.active svg {
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  #footer .footer-drop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #footer .footer-drop i,
  #footer .footer-drop svg {
    display: block;
    font-size: 21px;
    color: #fff;
    width: 40px;
    text-align: right;
  }
  #footer .footer-drop i:hover {
    cursor: pointer;
  }
  #footer .footer-drop.active i:before {
    content: "\f106";
  }
}
@media only screen and (max-width: 767px) {
  #footer #footer-row-1 .col-sm-3 {
    margin-bottom: 20px;
  }
}
#footer #footer-row-2 ul.inline-block li {
  margin-right: 20px;
}

#footer #footer-row-2 ul.inline-block li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  #footer #footer-row-2 {
    padding-top: 80px;
    flex-direction: column;
    align-items: center;
  }
  #footer #footer-row-2 .col-sm-2.text-center,
  #footer #footer-row-2 .col-sm-5.nopadright,
  #footer #footer-row-2 .col-sm-5.nopadleft {
    text-align: center !important;
    padding: 0 !important;
    margin-bottom: 30px;
  }
  #footer #footer-row-2 .col-sm-2.text-center {
    order: 1;
  }
  #footer #footer-row-2 .col-sm-5.nopadright {
    order: 2;
  }
  #footer #footer-row-2 .col-sm-5.nopadleft {
    order: 3;
    margin-bottom: 0;
  }
}
.text-center {
  text-align: center;
}

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

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

.columns-two {
  column-count: 2;
  column-gap: 30px;
}

@media only screen and (max-width: 540px) {
  .columns-two {
    column-count: 1;
    column-gap: 0;
  }
}
@media only screen and (min-width: 541px) {
  .columns-two > p:first-child,
  .gform_wrapper .gform_heading .columns-two > .gform_description:first-child,
  .gform_wrapper .gform_fields .gfield .gfield_checkbox .columns-two > label:first-child,
  .gform_wrapper .columns-two > .gfield_description:first-child {
    padding-top: 0;
  }
}
.w75px {
  width: 75px;
  height: auto;
}

.w100px {
  width: 100px;
  height: auto;
}

.w125px {
  width: 125px;
  height: auto;
}

.w150px {
  width: 150px;
  height: auto;
}

.w175px {
  width: 175px;
  height: auto;
}

.w200px {
  width: 200px;
  height: auto;
}

.w225px {
  width: 225px;
  height: auto;
}

.w250px {
  width: 250px;
  height: auto;
}

img.w100 {
  width: 100%;
  height: auto;
}

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

.table {
  display: table;
}

.table .tc {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

a {
  color: #1b4669;
}

a:hover {
  color: #29abe2;
  text-decoration: none;
}

a:focus {
  text-decoration: none !important;
  outline: none;
}

a {
  transition: color 0.3s ease-in-out;
}

a.social {
  transition: background-color 0.3s ease-in-out;
}

a.more {
  text-decoration: underline;
  color: #000;
}

a.more:hover {
  color: #c5baa5;
  text-decoration: none;
}

.arrowcircle:before {
  transition: all 0.3s ease-in-out;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  z-index: 2;
  border-radius: 50%;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  text-align: center;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 13px;
  line-height: 31px;
  position: relative;
  text-indent: 2px;
  font-size: 11px;
}

@media only screen and (max-width: 1024px) {
  .arrowcircle:before {
    line-height: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .arrowcircle:before {
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    top: -1px;
    margin-right: 5px;
  }
}
span.arrowcircle:before {
  margin-right: 0;
}

.btn,
#body .gform_wrapper form .gform_fields input[type=submit],
.l6 .gform_wrapper input[type=submit],
input[type=submit],
button {
  display: inline-block;
  color: #000;
  font-family: "Lato", sans-serif !important;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  border-width: 0;
  cursor: pointer;
  padding: 6px 0;
  margin-bottom: 0;
  line-height: 1.42857143;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn.no-bg,
#body .gform_footer input.no-bg[type=submit],
.l6 .gform_footer input.no-bg[type=submit],
input[type=submit].no-bg,
button.no-bg {
  background-color: transparent;
}

.btn.btn-bg,
#body .gform_footer input.btn-bg[type=submit],
.l6 .gform_footer input.btn-bg[type=submit],
input[type=submit].btn-bg,
button.btn-bg {
  background-color: #2b6792;
  color: #fff;
  padding: 6px 6px 6px 12px;
}

#body .wysiwyg p:not(.postmeta):not(.logged-in-as):not(.hide-pst-link) > a.btn {
  display: block !important;
  font-weight: 500 !important;
  color: white !important;
  transition: all 0.3s ease-in-out !important;
  /* border-width: 0; */
}
#body .wysiwyg p:not(.postmeta):not(.logged-in-as):not(.hide-pst-link) > a.btn:before {
  display: none !important;
}

.btn.btn-bg:after,
#body .gform_footer input.btn-bg[type=submit]:after,
.l6 .gform_footer input.btn-bg[type=submit]:after,
input[type=submit].btn-bg:after,
button.btn-bg:after {
  background-color: #fff;
  color: #2b6792;
}

.btn.btn-bg:hover,
#body .gform_footer input.btn-bg[type=submit]:hover,
.l6 .gform_footer input.btn-bg[type=submit]:hover,
input[type=submit].btn-bg:hover,
button.btn-bg:hover {
  background-color: #122845;
}

.btn,
input[type=submit],
.outer:not(header) button {
  margin: 20px 0 0;
}

.btn:after,
#body .gform_footer input[type=submit]:after,
.l6 .gform_footer input[type=submit]:after,
input[type=submit]:after,
.outer:not(header) button:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 14px;
  margin: 0 0 0 20px;
  transition: all, ease, 0.3s;
  padding: 0.5em 0.7em;
  background-color: #fff;
  color: #1b4669;
}

ul.sidebar li,
ul.arrowlist li {
  display: inline;
  margin: 0;
  padding: 0;
}

ul.sidebar li a,
ul.arrowlist li a {
  display: block;
  color: #000;
  text-transform: uppercase;
  padding: 15px 0 15px 25px;
  margin: 0;
  position: relative;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  ul.sidebar li a,
  ul.arrowlist li a {
    padding: 10px 0 10px 20px;
  }
}
ul.sidebar li a:before,
ul.arrowlist li a:before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute !important;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 23px;
}

ul.sidebar li:last-child a,
ul.arrowlist li:last-child a {
  border-width: 0;
}

ul.inline-block li {
  display: inline-block;
}

.border {
  border: 1px solid #c5baa5;
}

.nopad {
  padding: 0 !important;
}

.nomarg {
  margin: 0 !important;
}

.nomargpad {
  padding: 0 !important;
  margin: 0 !important;
}

.nomargtop {
  margin-top: 0 !important;
}

.nomargright {
  margin-right: 0 !important;
}

.nomargbottom {
  margin-bottom: 0 !important;
}

.nomargleft {
  margin-left: 0 !important;
}

.nopadtop {
  padding-top: 0 !important;
}

.nopadright {
  padding-right: 0 !important;
}

.nopadbottom {
  padding-bottom: 0 !important;
}

.nopadleft {
  padding-left: 0 !important;
}

.inheritheights > .container,
.inheritheights > .container-fluid {
  height: inherit;
}

.inheritheights > .container > .row,
.inheritheights > .container-fluid > .row {
  height: inherit;
}

.inheritheights > .container > .row > div,
.inheritheights > .container-fluid > .row > div {
  height: inherit;
}

.inheritheights > .row {
  height: inherit;
}

.inheritheights > .row > div {
  height: inherit;
}

.overflowhidden {
  overflow: hidden;
}

.flexcolumn,
.flex-middle,
.flex-left,
.flex-right,
.verticallyspaceitems,
#send-enquiry .send-enquiry-col-1,
.send-enquiry .send-enquiry-col-1,
#send-enquiry .send-enquiry-col-2,
.send-enquiry .send-enquiry-col-2 {
  flex-direction: column;
}

.flexjustcenter,
.flex-middle,
.flex-left,
.flex-right {
  justify-content: center;
}

.flexrow,
.flexrow-right,
.flex-middle,
.flex-left,
.flex-right,
.verticallyspaceitems,
#send-enquiry .send-enquiry-col-1,
.send-enquiry .send-enquiry-col-1,
#send-enquiry .send-enquiry-col-2,
.send-enquiry .send-enquiry-col-2,
.flexspacearound {
  display: flex;
}

.flexrow-right {
  justify-content: flex-end;
}

.flexrow-right > * {
  max-width: 100%;
}

.flex-middle {
  align-items: center;
}

.flex-middle > * {
  max-width: 100%;
}

.flex-left {
  align-items: flex-start;
}

.flex-left > * {
  max-width: 100%;
}

.flex-right {
  align-items: flex-end;
}

.flex-right > * {
  max-width: 100%;
}

.verticallyspaceitems,
#send-enquiry .send-enquiry-col-1,
.send-enquiry .send-enquiry-col-1,
#send-enquiry .send-enquiry-col-2,
.send-enquiry .send-enquiry-col-2 {
  align-items: flex-start;
  justify-content: space-between;
}

.verticallyspaceitems > *,
#send-enquiry .send-enquiry-col-1 > *,
.send-enquiry .send-enquiry-col-1 > *,
#send-enquiry .send-enquiry-col-2 > *,
.send-enquiry .send-enquiry-col-2 > * {
  max-width: 100%;
}

.flexspacearound {
  align-items: center;
  justify-content: space-between;
}

.flexspacearound > * {
  max-width: 100%;
}

.overlay-black .title,
.overlay-green .title,
.overlay-lightgreen .title {
  z-index: 3;
}

.overlay-black .slidepanel,
.overlay-green .slidepanel,
.overlay-lightgreen .slidepanel {
  z-index: 4;
}

.overlay-black:before,
.overlay-green:before,
.overlay-lightgreen:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  z-index: 1;
}

.overlay-black:before {
  background-color: rgba(51, 51, 51, 0.6);
}

.overlay-green:before {
  background-color: rgba(27, 70, 105, 0.85);
}

.overlay-lightgreen:before {
  background-color: rgba(43, 103, 146, 0.85);
}

.bgimg {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.bgimg + * {
  position: relative;
  z-index: 2;
}

.embed-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

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

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.border-top {
  border-top: 2px solid #c5baa5;
}

.border-bottom {
  border-bottom: 1px solid #c5baa5;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.max-width-1200 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.bgimg {
  position: relative;
  z-index: 2;
}

.expand {
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 1em 0;
  margin: 2em 0 0;
}

.expand:hover {
  cursor: pointer;
}

.expand i {
  padding: 0.2em;
  background-color: #2b6792;
  color: #fff;
}

.expand i:hover {
  background-color: rgba(43, 103, 146, 0.8);
}

.expand.active i:before {
  content: "\f077";
}

.expand-content {
  display: none;
}

.icon-right:after {
  display: inline-block;
  font: normal normal normal 1em/1 Font Awesome 5 Free;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

a {
  color: #1b4669;
}

a:hover {
  text-decoration: none;
}

.post-meta {
  padding: 2em 0;
}
@media only screen and (max-width : 767px) {
  .single-tour .post-meta {
    padding: 0 0 2em;
  }
}

.borders {
  padding: 2em 0 !important;
  border-top: 1px solid #c5baa5;
  border-bottom: 1px solid #c5baa5;
}

.borders-top {
  padding: 2em 0 !important;
  border-top: 1px solid #c5baa5;
}

.borders-bottom-sml {
  padding: 0 0 1em;
  border-bottom: 1px solid #c5baa5;
}

.borders-bottom:after {
  content: "";
  display: block;
  clear: both;
}

.border-bottom {
  border-bottom: 1px solid #c5baa5;
  padding: 0 0 40px 0;
  margin-bottom: 40px !important;
}

.borders-single {
  margin: 3em 0;
  border-bottom: 1px solid #c5baa5;
}

.box {
  padding: 2em;
  background-color: #f2f2f2;
}
@media only screen and (max-width : 767px) {
  .box {
    padding: 20px;
  }
}

.box .box-detail {
  padding: 2em;
}

.box.no-padding {
  padding: 0;
}

.padded-sml {
  padding: 2em 0;
}

.no-bg {
  background-color: transparent;
}

.display {
  display: block;
}

.hide {
  display: none;
}

.box-content {
  background-color: #f2f2f2;
  padding: 1em 0;
  text-align: center;
  margin: 3em 0 0;
}

.logo-block {
  display: block;
  background-color: #1b4669;
  border-bottom: 7px solid #c5baa5;
  padding: 1em;
}

.logo-block img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.ui-state-focus {
  outline: none;
}

.uppercase {
  text-transform: uppercase;
}

.wysiwyg img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .wysiwyg img {
    display: inherit;
  }
}
.margbottom5 {
  margin-bottom: 5px;
}

.margbottom10 {
  margin-bottom: 10px;
}

.margbottom15 {
  margin-bottom: 15px;
}

.margbottom20 {
  margin-bottom: 20px;
}

.margbottom24 {
  margin-bottom: 24px;
}

.margbottom30 {
  margin-bottom: 30px;
}

.margbottom40 {
  margin-bottom: 40px;
}

.margbottom50 {
  margin-bottom: 50px;
}

.margbottom60 {
  margin-bottom: 60px;
}

.margbottom70 {
  margin-bottom: 70px;
}

.margbottom80 {
  margin-bottom: 80px;
}

.margbottom90 {
  margin-bottom: 90px;
}

.margbottom100 {
  margin-bottom: 100px;
}

.margright5 {
  margin-right: 5px;
}

.margright10 {
  margin-right: 10px;
}

.margright15 {
  margin-right: 15px;
}

.margright20 {
  margin-right: 20px;
}

.margright24 {
  margin-right: 24px;
}

.margright30 {
  margin-right: 30px;
}

.margright40 {
  margin-right: 40px;
}

.margright50 {
  margin-right: 50px;
}

.margright60 {
  margin-right: 60px;
}

.margright70 {
  margin-right: 70px;
}

.margright80 {
  margin-right: 80px;
}

.margright90 {
  margin-right: 90px;
}

.margright100 {
  margin-right: 100px;
}

.margleft5 {
  margin-left: 5px;
}

.margleft10 {
  margin-left: 10px;
}

.margleft15 {
  margin-left: 15px;
}

.margleft20 {
  margin-left: 20px;
}

.margleft24 {
  margin-left: 24px;
}

.margleft30 {
  margin-left: 30px;
}

.margleft40 {
  margin-left: 40px;
}

.margleft50 {
  margin-left: 50px;
}

.margleft60 {
  margin-left: 60px;
}

.margleft70 {
  margin-left: 70px;
}

.margleft80 {
  margin-left: 80px;
}

.margleft90 {
  margin-left: 90px;
}

.margleft100 {
  margin-left: 100px;
}

.margtop5 {
  margin-top: 5px;
}

.margtop10 {
  margin-top: 10px;
}

.margtop15 {
  margin-top: 15px;
}

.margtop20 {
  margin-top: 20px;
}

.margtop24 {
  margin-top: 24px;
}

.margtop30 {
  margin-top: 30px;
}

.margtop40 {
  margin-top: 40px;
}

.margtop50 {
  margin-top: 50px;
}

.margtop60 {
  margin-top: 60px;
}

.margtop70 {
  margin-top: 70px;
}

.margtop80 {
  margin-top: 80px;
}

.margtop90 {
  margin-top: 90px;
}

.margtop100 {
  margin-top: 100px;
}

.padbottom5 {
  padding-bottom: 5px;
}

.padbottom10 {
  padding-bottom: 10px;
}

.padbottom15 {
  padding-bottom: 15px;
}

.padbottom20 {
  padding-bottom: 20px;
}

.padbottom24 {
  padding-bottom: 24px;
}

.padbottom30 {
  padding-bottom: 30px;
}

.padbottom40 {
  padding-bottom: 40px;
}

.padbottom50 {
  padding-bottom: 50px;
}

.padbottom60 {
  padding-bottom: 60px;
}

.padbottom70 {
  padding-bottom: 70px;
}

.padbottom80 {
  padding-bottom: 80px;
}

.padbottom90 {
  padding-bottom: 90px;
}

.padbottom100 {
  padding-bottom: 100px;
}

.padright5 {
  padding-right: 5px;
}

.padright10 {
  padding-right: 10px;
}

.padright15 {
  padding-right: 15px;
}

.padright20 {
  padding-right: 20px;
}

.padright24 {
  padding-right: 24px;
}

.padright30 {
  padding-right: 30px;
}

.padright40 {
  padding-right: 40px;
}

.padright50 {
  padding-right: 50px;
}

.padright60 {
  padding-right: 60px;
}

.padright70 {
  padding-right: 70px;
}

.padright80 {
  padding-right: 80px;
}

.padright90 {
  padding-right: 90px;
}

.padright100 {
  padding-right: 100px;
}

.padleft5 {
  padding-left: 5px;
}

.padleft10 {
  padding-left: 10px;
}

.padleft15 {
  padding-left: 15px;
}

.padleft20 {
  padding-left: 20px;
}

.padleft24 {
  padding-left: 24px;
}

.padleft30 {
  padding-left: 30px;
}

.padleft40 {
  padding-left: 40px;
}

.padleft50 {
  padding-left: 50px;
}

.padleft60 {
  padding-left: 60px;
}

.padleft70 {
  padding-left: 70px;
}

.padleft80 {
  padding-left: 80px;
}

.padleft90 {
  padding-left: 90px;
}

.padleft100 {
  padding-left: 100px;
}

.padtop5 {
  padding-top: 5px;
}

.padtop10 {
  padding-top: 10px;
}

.padtop15 {
  padding-top: 15px;
}

.padtop20 {
  padding-top: 20px;
}

.padtop24 {
  padding-top: 24px;
}

.padtop30 {
  padding-top: 30px;
}

.padtop40 {
  padding-top: 40px;
}

.padtop50 {
  padding-top: 50px;
}

.padtop60 {
  padding-top: 60px;
}

.padtop70 {
  padding-top: 70px;
}

.padtop80 {
  padding-top: 80px;
}

.padtop90 {
  padding-top: 90px;
}

.padtop100 {
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .margbottom-sm {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .margbottom50 {
    margin-bottom: 40px;
  }
  .margbottom60 {
    margin-bottom: 40px;
  }
  .margbottom70 {
    margin-bottom: 40px;
  }
  .margbottom80 {
    margin-bottom: 40px;
  }
  .margbottom90 {
    margin-bottom: 40px;
  }
  .margbottom100 {
    margin-bottom: 40px;
  }
  .margtop50 {
    margin-top: 40px;
  }
  .margtop60 {
    margin-top: 40px;
  }
  .margtop70 {
    margin-top: 40px;
  }
  .margtop80 {
    margin-top: 40px;
  }
  .margtop90 {
    margin-top: 40px;
  }
  .margtop100 {
    margin-top: 40px;
  }
  .padbottom50 {
    padding-bottom: 40px;
  }
  .padbottom60 {
    padding-bottom: 40px;
  }
  .padbottom70 {
    padding-bottom: 40px;
  }
  .padbottom80 {
    padding-bottom: 40px;
  }
  .padbottom90 {
    padding-bottom: 40px;
  }
  .padbottom100 {
    padding-bottom: 40px;
  }
  .padtop50 {
    padding-top: 40px;
  }
  .padtop60 {
    padding-top: 40px;
  }
  .padtop70 {
    padding-top: 40px;
  }
  .padtop80 {
    padding-top: 40px;
  }
  .padtop90 {
    padding-top: 40px;
  }
  .padtop100 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .margbottom40 {
    margin-bottom: 30px;
  }
  .margbottom50 {
    margin-bottom: 30px;
  }
  .margbottom60 {
    margin-bottom: 30px;
  }
  .margbottom70 {
    margin-bottom: 30px;
  }
  .margbottom80 {
    margin-bottom: 30px;
  }
  .margbottom90 {
    margin-bottom: 30px;
  }
  .margbottom100 {
    margin-bottom: 30px;
  }
  .margtop40 {
    margin-top: 30px;
  }
  .margtop50 {
    margin-top: 30px;
  }
  .margtop60 {
    margin-top: 30px;
  }
  .margtop70 {
    margin-top: 30px;
  }
  .margtop80 {
    margin-top: 30px;
  }
  .margtop90 {
    margin-top: 30px;
  }
  .margtop100 {
    margin-top: 30px;
  }
  .padbottom40 {
    padding-bottom: 30px;
  }
  .padbottom50 {
    padding-bottom: 30px;
  }
  .padbottom60 {
    padding-bottom: 30px;
  }
  .padbottom70 {
    padding-bottom: 30px;
  }
  .padbottom80 {
    padding-bottom: 30px;
  }
  .padbottom90 {
    padding-bottom: 30px;
  }
  .padbottom100 {
    padding-bottom: 30px;
  }
  .padtop40 {
    padding-top: 30px;
  }
  .padtop50 {
    padding-top: 30px;
  }
  .padtop60 {
    padding-top: 30px;
  }
  .padtop70 {
    padding-top: 30px;
  }
  .padtop80 {
    padding-top: 30px;
  }
  .padtop90 {
    padding-top: 30px;
  }
  .padtop100 {
    padding-top: 30px;
  }
  .margbottom10-xs {
    margin-bottom: 10px !important;
  }
}
.nomarg {
  margin: 0 !important;
}

.nopad {
  padding: 0 !important;
}

#body.blog .post-thumbnail,
#body.blog .article-head,
#body.blog .addthis {
  margin-bottom: 40px;
}

#body {
  position: relative;
  z-index: 1;
}

#intro-section .col-sm-12.text-center .intropara,
#secondary-text .col-sm-12.text-center .intropara,
#gallery-section .col-sm-12.text-center .intropara {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

@media only screen and (max-width: 767px) {
  #intro-section .col-sm-12.text-center,
  #secondary-text .col-sm-12.text-center,
  #gallery-section .col-sm-12.text-center {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #secondary-text .row.section {
    margin-left: -15px;
    margin-right: -15px;
  }
  #secondary-text .row.section > div {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #secondary-text .row.section .col-sm-6.col-md-3 {
    margin-bottom: 40px;
  }
}
.img-circle {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #intro-section .col-sm-12.text-center {
    text-align: center;
  }
  #intro-section .col-sm-12.text-center .img-circle {
    margin-bottom: 0;
  }
}
#our-customers .max-width-1000 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #our-customers .max-width-1000 {
    margin-bottom: 30px;
  }
}
#our-customers .img-circle {
  margin: 0 10px 20px;
}

@media only screen and (max-width: 767px) {
  #messageform-section .margtop60 {
    margin-top: 30px;
  }
}
.owl-carousel.singleslide {
  display: block;
}

.owl-stage-outer {
  width: 100%;
}

.slide {
  display: block;
}

.owl-item {
  transform-style: preserve-3d;
}

.owl-item > * {
  width: 100% !important;
  transform-style: preserve-3d;
}

.owl-controls {
  width: 100%;
}

.owl-dots,
.owl-nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  height: 0;
  position: absolute !important;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  z-index: 999;
}

.owl-dots.disabled,
.owl-nav.disabled {
  display: none !important;
}

.owl-dots .owl-prev,
.owl-nav .owl-prev {
  position: absolute !important;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -60px;
  z-index: 2;
}

.owl-dots .owl-next,
.owl-nav .owl-next {
  position: absolute !important;
  top: 50%;
  right: -60px;
  bottom: auto;
  left: auto;
  z-index: 2;
}

.owl-dots .owl-prev,
.owl-dots .owl-next,
.owl-nav .owl-prev,
.owl-nav .owl-next {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}

.owl-dots .owl-prev:before,
.owl-dots .owl-prev:after,
.owl-dots .owl-next:before,
.owl-dots .owl-next:after,
.owl-nav .owl-prev:before,
.owl-nav .owl-prev:after,
.owl-nav .owl-next:before,
.owl-nav .owl-next:after {
  font-size: 21px;
}

.owl-dots .owl-prev:hover,
.owl-dots .owl-next:hover,
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .owl-dots .owl-prev,
  .owl-dots .owl-next,
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    display: none !important;
  }
}
.owl-dots {
  text-align: center;
  position: absolute !important;
  top: auto;
  right: 15px;
  bottom: 40px;
  left: 15px;
  z-index: 2;
}

.owl-dots .owl-dot {
  width: 16px;
  height: 7px;
  background-color: #1b4669;
  display: inline-block;
  margin: 0 0 0 8px;
  cursor: pointer;
}
@media only screen and (max-width : 767px) {
  .owl-dots .owl-dot {
    width: 10px;
    height: 4px;
    margin: 0 0 0 6px;
  }
}

.owl-dots .owl-dot.active {
  background-color: #fff;
}

#gallery-section .owl-dots {
  position: static !important;
  margin-top: 20px;
}

.owl-stage-outer {
  z-index: 2;
}

#banner .owl-prev {
  left: 50px;
}

#banner .owl-next {
  right: 50px;
}

.placeholder label {
  display: block;
}

.no-placeholder label {
  display: block;
}

.gform_wrapper .label-btn {
  margin: 0 0 0 1em;
}

.gform_wrapper .label-btn .btn,
.gform_wrapper .label-btn #body .gform_footer input[type=submit],
#body .gform_footer .gform_wrapper .label-btn input[type=submit],
.gform_wrapper .label-btn .l6 .gform_footer input[type=submit],
.l6 .gform_footer .gform_wrapper .label-btn input[type=submit] {
  margin: 0 !important;
}

.gform_wrapper .label-btn input[type=file] {
  width: 5em;
}

.gform_wrapper .btn-left {
  float: left !important;
}

.gform_wrapper .btn-right {
  float: right !important;
}

.gform_wrapper .browse-btn {
  background-color: #2b6792 !important;
  width: 8em !important;
}

.gform_wrapper .action-text {
  margin: 0.2em 0;
  font-size: 18px;
  font-family: "myriad-pro", sans-serif;
  color: #000;
}

.gform_wrapper .action-text:hover {
  cursor: pointer;
  color: #2b6792;
  transition: color, 0.3s, ease-in-out;
}

#body ul li,
.gform_wrapper ul li {
  padding: 0;
  margin: 0;
}

#body ul li:last-child,
.gform_wrapper ul li:last-child {
  border-width: 0;
}

#body ul li .ginput_container,
.gform_wrapper ul li .ginput_container {
  margin: 0;
}

#body ul li .ginput_container > .ui-front,
.gform_wrapper ul li .ginput_container > .ui-front {
  position: relative;
}

#body ul li:last-child input[type=text],
#body ul li:last-child input[type=email],
#body ul li:last-child input[type=number],
#body ul li:last-child input[type=tel],
#body ul li:last-child input[type=month],
#body ul li:last-child input[type=password],
#body ul li:last-child input[type=search],
#body ul li:last-child input[type=time],
#body ul li:last-child input[type=url],
#body ul li:last-child input[type=week],
#body ul li:last-child textarea,
.gform_wrapper ul li:last-child input[type=text],
.gform_wrapper ul li:last-child input[type=email],
.gform_wrapper ul li:last-child input[type=number],
.gform_wrapper ul li:last-child input[type=tel],
.gform_wrapper ul li:last-child input[type=month],
.gform_wrapper ul li:last-child input[type=password],
.gform_wrapper ul li:last-child input[type=search],
.gform_wrapper ul li:last-child input[type=time],
.gform_wrapper ul li:last-child input[type=url],
.gform_wrapper ul li:last-child input[type=week],
.gform_wrapper ul li:last-child textarea {
  margin-bottom: 0 !important;
}

#body form input[type=text],
#body form input[type=email],
#body form input[type=number],
#body form input[type=tel],
#body form input[type=month],
#body form input[type=password],
#body form input[type=search],
#body form input[type=time],
#body form input[type=url],
#body form input[type=week],
.gform_wrapper form input[type=text],
.gform_wrapper form input[type=email],
.gform_wrapper form input[type=number],
.gform_wrapper form input[type=tel],
.gform_wrapper form input[type=month],
.gform_wrapper form input[type=password],
.gform_wrapper form input[type=search],
.gform_wrapper form input[type=time],
.gform_wrapper form input[type=url],
.gform_wrapper form input[type=week] {
  border-radius: 0;
}

#body form textarea,
.gform_wrapper form textarea {
  border-radius: 0;
}

#body form input[type=text],
#body form input[type=email],
#body form input[type=number],
#body form input[type=tel],
#body form input[type=month],
#body form input[type=password],
#body form input[type=search],
#body form input[type=time],
#body form input[type=url],
#body form input[type=week],
#body form textarea,
.gform_wrapper form input[type=text],
.gform_wrapper form input[type=email],
.gform_wrapper form input[type=number],
.gform_wrapper form input[type=tel],
.gform_wrapper form input[type=month],
.gform_wrapper form input[type=password],
.gform_wrapper form input[type=search],
.gform_wrapper form input[type=time],
.gform_wrapper form input[type=url],
.gform_wrapper form input[type=week],
.gform_wrapper form textarea {
  display: block;
  width: 100%;
  appearance: none;
  border-width: 0;
  color: #000;
  padding: 8px 16px;
  margin-bottom: 4px;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border: 2px solid #dfdfdf;
  border-radius: 5px;
}

#body form input[type=text] ::placeholder,
#body form input[type=email] ::placeholder,
#body form input[type=number] ::placeholder,
#body form input[type=tel] ::placeholder,
#body form input[type=month] ::placeholder,
#body form input[type=password] ::placeholder,
#body form input[type=search] ::placeholder,
#body form input[type=time] ::placeholder,
#body form input[type=url] ::placeholder,
#body form input[type=week] ::placeholder,
#body form textarea ::placeholder,
.gform_wrapper form input[type=text] ::placeholder,
.gform_wrapper form input[type=email] ::placeholder,
.gform_wrapper form input[type=number] ::placeholder,
.gform_wrapper form input[type=tel] ::placeholder,
.gform_wrapper form input[type=month] ::placeholder,
.gform_wrapper form input[type=password] ::placeholder,
.gform_wrapper form input[type=search] ::placeholder,
.gform_wrapper form input[type=time] ::placeholder,
.gform_wrapper form input[type=url] ::placeholder,
.gform_wrapper form input[type=week] ::placeholder,
.gform_wrapper form textarea ::placeholder {
  color: #000;
}

#body form input[type=text]:focus,
#body form input[type=email]:focus,
#body form input[type=number]:focus,
#body form input[type=tel]:focus,
#body form input[type=month]:focus,
#body form input[type=password]:focus,
#body form input[type=search]:focus,
#body form input[type=time]:focus,
#body form input[type=url]:focus,
#body form input[type=week]:focus,
#body form textarea:focus,
.gform_wrapper form input[type=text]:focus,
.gform_wrapper form input[type=email]:focus,
.gform_wrapper form input[type=number]:focus,
.gform_wrapper form input[type=tel]:focus,
.gform_wrapper form input[type=month]:focus,
.gform_wrapper form input[type=password]:focus,
.gform_wrapper form input[type=search]:focus,
.gform_wrapper form input[type=time]:focus,
.gform_wrapper form input[type=url]:focus,
.gform_wrapper form input[type=week]:focus,
.gform_wrapper form textarea:focus {
  background-color: rgba(247, 247, 247, 0.8);
}

#body form button,
.gform_wrapper form button {
  margin-bottom: 0 !important;
  font-family: "Lato", sans-serif !important;
}

@media only screen and (max-width: 767px) {
  #body form button,
  .gform_wrapper form button {
    width: 100% !important;
  }
}
#body form textarea,
.gform_wrapper form textarea {
  height: 230px;
  border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
  #body form textarea,
  .gform_wrapper form textarea {
    height: 180px;
  }
}
#body form > .row,
.gform_wrapper form > .row {
  margin-left: -15px;
  margin-right: -15px;
}

#body form > .row > div[class*=col-],
.gform_wrapper form > .row > div[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  #send-enquiry .send-enquiry-col-1,
  .send-enquiry .send-enquiry-col-1 {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #send-enquiry .send-enquiry-col-2,
  .send-enquiry .send-enquiry-col-2 {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #send-enquiry,
  .send-enquiry {
    width: 64%;
  }
}
@media only screen and (max-width: 1024px) {
  #send-enquiry button,
  .send-enquiry button {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #send-enquiry .flexrow,
  #send-enquiry .flexrow-right,
  #send-enquiry .flex-middle,
  #send-enquiry .flex-left,
  #send-enquiry .flex-right,
  #send-enquiry .verticallyspaceitems,
  #send-enquiry .send-enquiry-col-1,
  #send-enquiry .send-enquiry-col-2,
  #send-enquiry .flexspacearound,
  .send-enquiry .flexrow,
  .send-enquiry .flexrow-right,
  .send-enquiry .flex-middle,
  .send-enquiry .flex-left,
  .send-enquiry .flex-right,
  .send-enquiry .verticallyspaceitems,
  .send-enquiry #send-enquiry .send-enquiry-col-1,
  #send-enquiry .send-enquiry .send-enquiry-col-1,
  .send-enquiry .send-enquiry-col-1,
  .send-enquiry #send-enquiry .send-enquiry-col-2,
  #send-enquiry .send-enquiry .send-enquiry-col-2,
  .send-enquiry .send-enquiry-col-2,
  .send-enquiry .flexspacearound {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #request-callback,
  .request-callback {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1199px) {
  #request-callback,
  .request-callback {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #request-callback,
  .request-callback {
    width: 36%;
  }
}
@media only screen and (max-width: 1024px) {
  #request-callback button,
  .request-callback button {
    font-size: 14px;
  }
}
.wpcf7 span {
  margin: 0 !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 .wpcf7-not-valid {
  border-color: #1b4669;
  background-color: #1b4669;
  color: #fff;
}

.wpcf7 .wpcf7-not-valid ::placeholder {
  color: #fff;
}

.wpcf7 .send-enquiry-col-2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  z-index: 2;
  display: block;
  clear: left;
}

.wpcf7 .wpcf7-response-output {
  border-width: 0 !important;
  padding: 30px 0 !important;
  margin: 0 !important;
  text-transform: none;
}

.send-enquiry .wpcf7 .wpcf7-response-output,
#send-enquiry .wpcf7 .wpcf7-response-output {
  padding: 30px !important;
}

.gform_wrapper .ui-selectmenu-button.ui-corner-top {
  z-index: 3;
}

.gform_wrapper .ui-selectmenu-menu {
  z-index: 2;
  background: #fff;
  border-top-width: 0;
  position: relative;
  box-shadow: none;
  border-radius: 0;
}

.gform_wrapper .ui-selectmenu-menu.ui-selectmenu-open {
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  position: absolute;
  max-height: 250px;
  overflow: scroll;
}

.gform_wrapper .ui-selectmenu-menu ul {
  border-radius: 0;
  width: 100% !important;
  padding-bottom: 0 !important;
  border-width: 0 !important;
}

.gform_wrapper .ui-selectmenu-menu ul li {
  width: 100%;
  padding: 8px 16px !important;
  border-width: 0 !important;
  border-bottom: 1px solid #f7f7f7 !important;
  color: #000 !important;
}

.gform_wrapper .ui-selectmenu-menu ul li:last-child {
  border-width: 0 !important;
}

.gform_wrapper .ui-selectmenu-menu ul li:last-child .gfield.gfield_error {
  margin-bottom: 0px !important;
}

.ui-widget {
  font-family: "myriad-pro", sans-serif;
  color: #000;
}

.ui-selectmenu-button {
  width: 100% !important;
  display: block;
  border-width: 0;
  border: none;
  border-radius: 0;
  background-color: #f7f7f7;
  box-shadow: none;
  padding: 8px 0;
  position: relative;
  margin-bottom: 4px;
}

.ui-selectmenu-button:hover {
  cursor: pointer;
}

.ui-selectmenu-button:hover .ui-state-focus {
  border: 0 !important;
  background: transparent !important;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-selectmenu-button .ui-selectmenu-text {
  padding: 0 16px;
  margin: 0 4em 0 0;
}

.ui-selectmenu-button .ui-icon {
  width: 40px;
  height: 100%;
  background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0 !important;
  text-align: center;
  color: #1b4669;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-selectmenu-button .ui-icon:before {
  content: "\f078";
}

.ui-selectmenu-button.ui-corner-top .ui-icon:before {
  content: "\f077";
}

.ui-selectmenu-button .ui-menu-item {
  border: 0 !important;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gform_wrapper {
  max-width: 100%;
}

.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 0;
}

.gform_wrapper .gform_heading .gform_title {
  font-weight: 300;
}

.gform_wrapper .gform_heading .gform_description {
  display: block;
  margin-bottom: 15px;
}

.gform_wrapper .gform_fields .gfield {
  position: relative;
  z-index: 1;
}

.gform_wrapper .gform_fields .gfield .gfield_checkbox label {
  margin: 0 0 0 10px;
  display: inline-block;
  padding: 0;
}

.gform_wrapper .gform_footer {
  padding: 0;
  margin: 2em 0;
}

.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer button {
  margin-top: 10px;
  font-family: "Lato", sans-serif !important;
}

.gform_wrapper .gform_ajax_spinner {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  animation: spinner 1s linear infinite normal;
  padding: 0;
}

.gform_wrapper li {
  margin: 0;
  padding: 0;
}

.gform_wrapper .gsection {
  border-width: 0;
  padding: 30px 0 0;
}

.gform_wrapper .gsection .gsection_title {
  font-weight: 300;
}

.gform_wrapper .gfield_description {
  width: 100%;
  padding: 0;
}

.gform_wrapper .validation_error,
.gform_wrapper .gfield_error {
  width: 100%;
  background-color: transparent !important;
  margin-bottom: 0;
  border-width: 0;
}

.gform_wrapper .validation_error .ginput_container,
.gform_wrapper .gfield_error .ginput_container {
  max-width: 100% !important;
  margin-top: 0 !important;
}

.gform_wrapper .validation_error .ginput_container input[type=email],
.gform_wrapper .validation_error .ginput_container input[type=number],
.gform_wrapper .validation_error .ginput_container input[type=password],
.gform_wrapper .validation_error .ginput_container input[type=tel],
.gform_wrapper .validation_error .ginput_container input[type=text],
.gform_wrapper .validation_error .ginput_container input[type=url],
.gform_wrapper .validation_error .ginput_container textarea,
.gform_wrapper .gfield_error .ginput_container input[type=email],
.gform_wrapper .gfield_error .ginput_container input[type=number],
.gform_wrapper .gfield_error .ginput_container input[type=password],
.gform_wrapper .gfield_error .ginput_container input[type=tel],
.gform_wrapper .gfield_error .ginput_container input[type=text],
.gform_wrapper .gfield_error .ginput_container input[type=url],
.gform_wrapper .gfield_error .ginput_container textarea {
  border-width: 0;
  border-bottom: 2px solid red;
}

.gform_wrapper .validation_error .ginput_container .ui-selectmenu-button,
.gform_wrapper .gfield_error .ginput_container .ui-selectmenu-button {
  border: 2px solid red;
}

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: red;
}

.gform_wrapper .validation_error {
  text-transform: none;
  margin-bottom: 20px;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_body {
    width: 100% !important;
  }
}
.left-input {
  width: 48% !important;
  float: left !important;
  clear: none !important;
}

.right-input {
  width: 48% !important;
  float: right !important;
  clear: none !important;
}

#banner {
  padding: 16vw 0;
  position: relative;
  z-index: 0;
  width: 100%;
  color: #fff;
  margin-bottom: 40px;
  transition: opacity 0.5s ease-in-out;
}

#banner.owl-carousel {
  padding: 0;
}

#banner.owl-carousel .slide {
  padding: 16vw 0;
}

@media only screen and (min-width: 1200px) {
  #banner {
    padding: 200px 0;
  }
}
#banner.vh {
  height: calc(100vh - 173px);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
  #banner.vh {
    height: calc(100vh - 136px);
  }
}
@media only screen and (max-width: 767px) {
  #banner.vh {
    height: calc(100vh - 115px);
  }
}
#banner.owl-carousel {
  opacity: 0;
  display: block !important;
}

#banner.owl-carousel .owl-stage-outer,
#banner.owl-carousel .owl-stage,
#banner.owl-carousel .owl-item,
#banner.owl-carousel .slide {
  height: inherit;
}

#banner.owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

#banner.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  flex-wrap: wrap;
}

#banner.owl-carousel .owl-stage-outer .owl-stage .owl-item .slide {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

#banner.owl-carousel .owl-stage-outer .owl-stage .owl-item .slide img {
  align-self: center;
}

#banner.owl-carousel .owl-stage-outer .owl-stage .owl-item .slide > * {
  max-width: 100%;
}

#banner:not(.owl-carousel) {
  display: flex;
}

#banner.owl-loaded {
  opacity: 1;
}

#banner .slide {
  display: block;
  width: 100%;
  height: inherit;
}

#banner .slide > * {
  max-width: 100%;
}

#banner .slide .text {
  height: inherit;
}

#banner .btn,
#banner #body .gform_footer input[type=submit],
#body .gform_footer #banner input[type=submit],
#banner .l6 .gform_footer input[type=submit],
.l6 .gform_footer #banner input[type=submit] {
  margin-bottom: 0;
  background-color: #1b4669;
}

#banner .btn span,
#banner #body .gform_footer input[type=submit] span,
#body .gform_footer #banner input[type=submit] span,
#banner .l6 .gform_footer input[type=submit] span,
.l6 .gform_footer #banner input[type=submit] span {
  background-color: inherit;
}

#banner .btn:before,
#banner #body .gform_footer input[type=submit]:before,
#body .gform_footer #banner input[type=submit]:before,
#banner .l6 .gform_footer input[type=submit]:before,
.l6 .gform_footer #banner input[type=submit]:before {
  background-color: inherit;
}

@media only screen and (max-width: 767px) {
  #banner .btn,
  #banner #body .gform_footer input[type=submit],
  #body .gform_footer #banner input[type=submit],
  #banner .l6 .gform_footer input[type=submit],
  .l6 .gform_footer #banner input[type=submit] {
    font-size: 14px;
  }
}
#banner .bgimg:after {
  content: "";
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

#banner.standard,
#banner.singleslide {
  opacity: 1;
}

#banner.standard .bgimg,
#banner.singleslide .bgimg {
  transition: opacity 1s ease-in-out;
}

#banner.standard .text,
#banner.singleslide .text {
  transition: opacity 0.5s ease-in-out;
}

#banner .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 80px;
  padding-right: 80px;
}

#banner .text > * {
  max-width: 1200px;
}

.no-flexbox #banner .text {
  margin-top: 0;
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  #banner .text {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 540px) {
  #banner .text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .home #banner .text {
    margin-top: 0;
  }
}
#banner .heading {
  color: #fff;
  margin-bottom: 20px;
}

#banner .sub-heading {
  color: #fff;
  margin: 0;
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  #banner .heading {
    font-size: 6vw;
    line-height: 1.2;
  }
  #banner .sub-heading {
    font-size: 3vw;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  #banner .heading {
    font-size: 7vw;
  }
  #banner .sub-heading {
    font-size: 4.5vw;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 540px) {
  #banner .heading {
    font-size: 28px;
    line-height: 1.2;
  }
  #banner .sub-heading {
    font-size: 16px;
  }
}
#banner .slide.image_left_solid .bgimg,
#banner .slide.image_right_solid .bgimg {
  right: auto;
  width: 60%;
  background-size: contain;
  height: inherit;
  position: static !important;
  margin-left: 80px;
  margin-right: 80px;
  max-width: 700px;
}

#banner .slide.image_left_solid .bgimg:after,
#banner .slide.image_right_solid .bgimg:after {
  display: none;
}

#banner .slide.image_left_solid .text,
#banner .slide.image_right_solid .text {
  margin-top: 0;
  width: 40%;
  padding: 0 80px 0 0;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

#banner .slide.image_left_solid .text h2,
#banner .slide.image_right_solid .text h2 {
  margin-bottom: 20px;
}

#banner .slide.image_left_solid .text .btn,
#banner .slide.image_left_solid .text #body .gform_footer input[type=submit],
#body .gform_footer #banner .slide.image_left_solid .text input[type=submit],
#banner .slide.image_left_solid .text .l6 .gform_footer input[type=submit],
.l6 .gform_footer #banner .slide.image_left_solid .text input[type=submit],
#banner .slide.image_right_solid .text .btn,
#banner .slide.image_right_solid .text #body .gform_footer input[type=submit],
#body .gform_footer #banner .slide.image_right_solid .text input[type=submit],
#banner .slide.image_right_solid .text .l6 .gform_footer input[type=submit],
.l6 .gform_footer #banner .slide.image_right_solid .text input[type=submit] {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1400px) {
  #banner .slide.image_left_solid .bgimg,
  #banner .slide.image_right_solid .bgimg {
    width: 50%;
  }
  #banner .slide.image_left_solid .text,
  #banner .slide.image_right_solid .text {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  #banner .slide.image_left_solid,
  #banner .slide.image_right_solid {
    flex-direction: column;
  }
  #banner .slide.image_left_solid .bgimg,
  #banner .slide.image_right_solid .bgimg {
    height: 28vw;
    background-size: auto 100%;
    background-position: center bottom;
  }
  .vh #banner .slide.image_left_solid .bgimg,
  .vh #banner .slide.image_right_solid .bgimg {
    height: 40%;
  }
  #banner .slide.image_left_solid .bgimg,
  #banner .slide.image_left_solid .text,
  #banner .slide.image_right_solid .bgimg,
  #banner .slide.image_right_solid .text {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 80px;
  }
  #banner .slide.image_left_solid .text,
  #banner .slide.image_right_solid .text {
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 540px) {
  #banner .slide.image_left_solid .bgimg,
  #banner .slide.image_right_solid .bgimg {
    height: 44vw;
    margin-bottom: 25px;
  }
  #banner .slide.image_left_solid .bgimg,
  #banner .slide.image_left_solid .text,
  #banner .slide.image_right_solid .bgimg,
  #banner .slide.image_right_solid .text {
    padding: 0 40px !important;
  }
}
#banner .slide.image_left_solid .bgimg {
  order: 1;
}

#banner .slide.image_left_solid .text {
  order: 2;
}

#banner .slide.image_right_solid .bgimg {
  order: 2;
}

@media only screen and (max-width: 1024px) {
  #banner .slide.image_right_solid .bgimg {
    order: 1;
  }
}
#banner .slide.image_right_solid .text {
  padding: 0 0 0 80px;
  order: 1;
}

@media only screen and (max-width: 1024px) {
  #banner .slide.image_right_solid .text {
    order: 2;
    padding: 0 80px;
  }
}
#body.blog .article .media .media-body p.intropara,
#body.blog .article .media .media-body .gform_wrapper .gform_heading .intropara.gform_description,
.gform_wrapper .gform_heading #body.blog .article .media .media-body .intropara.gform_description,
#body.blog .article .media .media-body .gform_wrapper .gform_fields .gfield .gfield_checkbox label.intropara,
.gform_wrapper .gform_fields .gfield .gfield_checkbox #body.blog .article .media .media-body label.intropara,
#body.blog .article .media .media-body .gform_wrapper .intropara.gfield_description,
.gform_wrapper #body.blog .article .media .media-body .intropara.gfield_description {
  font-size: 15px;
}

#body.blog #respond textarea,
#body.blog #respond input {
  display: block;
  margin-bottom: 0;
}

#body.blog #respond textarea {
  height: 156px;
}

#body.blog #respond form .row {
  display: flex;
}

#body.blog #respond form .row > div:first-child {
  order: 2;
}

@media only screen and (max-width: 540px) {
  #body.blog #respond form .row {
    display: block;
  }
}
#body.blog #respond form .form-submit {
  margin-top: 15px;
}

#body.blog #respond form .form-submit input[type=submit] {
  font-size: 12px;
  font-weight: 400;
  padding: 1em 2em;
}

#body.blog .commentlist {
  margin-bottom: 50px;
}

#body.blog .commentlist .comment {
  margin-bottom: 30px;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 30px;
}

#body.blog .commentlist .comment .comment-author {
  margin-bottom: 10px;
}

#body.blog .commentlist .comment .comment-author img {
  border-radius: 50%;
  margin-right: 10px;
}

#body.blog .commentlist .comment:last-child {
  margin-bottom: 0;
}

#body.blog #searchform .searchformwrap {
  position: relative;
}

#body.blog #searchform .searchformwrap input {
  margin-bottom: 0;
  padding-right: 37px;
  border-radius: 41px;
}

#body.blog #searchform .searchformwrap button {
  padding: 0;
  margin: 0;
  display: block;
  background-color: transparent;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 40px;
  height: 100%;
  line-height: 30px;
  text-align: center;
  border-radius: 0;
  border-width: 0;
}

#body.blog #searchform .searchformwrap button i {
  color: #1b4669;
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  #body.blog #searchform .searchformwrap button {
    width: 40px !important;
  }
}
#body.blog #searchform .searchformwrap button:after {
  display: none;
}

#body.blog .sidebar .widget {
  margin-bottom: 40px;
  border-bottom: 1px solid #c5baa5;
}

#body.blog .sidebar .widget:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #body.blog .sidebar .widget {
    margin-bottom: 40px;
  }
}
#body.blog .sidebar ul li {
  margin: 0;
  padding: 0;
}

#body.blog .sidebar ul li a {
  display: block;
  color: #000;
  border-bottom: 2px solid #f2f2f2;
  padding: 15px 0;
}

#body.blog .sidebar ul li a:hover {
  color: #1b4669;
}

#body.blog .sidebar ul li:last-child a {
  border-bottom-width: 0;
  padding-bottom: 0;
}

#body.blog .sidebar ul li.article {
  padding: 15px 0 15px 30px;
}

#body.blog .sidebar ul li.article a {
  padding: 0;
  border-width: 0;
}

#body.blog .sidebar ul li.article a:before {
  display: none;
}

#body.blog #blog-related-articles .slide {
  width: 33%;
  padding-right: 70px;
}

#body.blog #blog-related-articles .slide img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #body.blog #blog-related-articles .slide {
    width: 50%;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 540px) {
  #body.blog #blog-related-articles .slide {
    width: 100%;
    padding-right: 0;
  }
}
#body.blog #blog-related-articles .owl-carousel .slide {
  width: auto;
  padding: 0px !important;
}

@media only screen and (max-width: 767px) {
  #body.pdl10-contact-us #intro-section {
    text-align: center !important;
  }
}
#body.pdl10-contact-us #messageform-section #map,
#body.pdl10-contact-us #messageform-section .gform_wrapper {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  #body.pdl10-contact-us #messageform-section #map,
  #body.pdl10-contact-us #messageform-section .gform_wrapper {
    margin-top: 30px;
  }
}
#body.pdl12-gallery #button-filters,
#body.pdl7-case-study-landing #button-filters {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 540px) {
  #body.pdl12-gallery #button-filters,
  #body.pdl7-case-study-landing #button-filters {
    margin-bottom: 30px;
  }
}
#body.pdl12-gallery #button-filters span,
#body.pdl7-case-study-landing #button-filters span {
  padding: 0.7em 1.2em;
}

#body.pdl12-gallery #button-filters span.filter,
#body.pdl7-case-study-landing #button-filters span.filter {
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}

#body.pdl12-gallery #button-filters span.filter:hover,
#body.pdl7-case-study-landing #button-filters span.filter:hover {
  color: #1b4669;
}

#body.pdl12-gallery #button-filters span.filter.active,
#body.pdl7-case-study-landing #button-filters span.filter.active {
  color: #c5c5c5;
  border: 2px solid #1b4669;
  border-radius: 5px;
}

#body.pdl12-gallery #button-filters #filter-mob,
#body.pdl7-case-study-landing #button-filters #filter-mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  #body.pdl12-gallery #button-filters span,
  #body.pdl7-case-study-landing #button-filters span {
    display: block;
  }
  #body.pdl12-gallery #button-filters #filter-desktop,
  #body.pdl7-case-study-landing #button-filters #filter-desktop {
    display: none;
  }
  #body.pdl12-gallery #button-filters #filter-mob,
  #body.pdl7-case-study-landing #button-filters #filter-mob {
    border: 2px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #body.pdl12-gallery #button-filters #filter-mob:after,
  #body.pdl7-case-study-landing #button-filters #filter-mob:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    color: #1b4669;
  }
  #body.pdl12-gallery #button-filters .filter-wrapper,
  #body.pdl7-case-study-landing #button-filters .filter-wrapper {
    display: none;
  }
  #body.pdl12-gallery #button-filters.menu-active #filter-mob:after,
  #body.pdl7-case-study-landing #button-filters.menu-active #filter-mob:after {
    content: "\f068";
  }
  #body.pdl12-gallery #button-filters.menu-active .filter-wrapper,
  #body.pdl7-case-study-landing #button-filters.menu-active .filter-wrapper {
    display: block;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top-width: 0;
  }
}
#body.pdl12-gallery #gallerygrid,
#body.pdl12-gallery #csgallerygrid,
#body.pdl7-case-study-landing #gallerygrid,
#body.pdl7-case-study-landing #csgallerygrid {
  margin-left: -10px;
  margin-right: -10px;
}

#body.pdl12-gallery #gallerygrid a,
#body.pdl12-gallery #csgallerygrid a,
#body.pdl7-case-study-landing #gallerygrid a,
#body.pdl7-case-study-landing #csgallerygrid a {
  display: block;
}

#body.pdl12-gallery #gallerygrid > div,
#body.pdl12-gallery #csgallerygrid > div,
#body.pdl7-case-study-landing #gallerygrid > div,
#body.pdl7-case-study-landing #csgallerygrid > div {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px !important;
}

#body.pdl12-gallery #gallerygrid > div.mix,
#body.pdl12-gallery #csgallerygrid > div.mix,
#body.pdl7-case-study-landing #gallerygrid > div.mix,
#body.pdl7-case-study-landing #csgallerygrid > div.mix {
  display: none;
}

#body.pdl12-gallery #gallerygrid > div a,
#body.pdl12-gallery #csgallerygrid > div a,
#body.pdl7-case-study-landing #gallerygrid > div a,
#body.pdl7-case-study-landing #csgallerygrid > div a {
  display: block;
}

#body.pdl5-services-landing #featured-sections .section {
  text-align: center;
}

#body.pdl5-services-landing #featured-sections .section.image_right_faded .bgimg,
#body.pdl5-services-landing #featured-sections .section.image_right_solid .bgimg,
#body.pdl5-services-landing #featured-sections .section.image_left_faded .bgimg,
#body.pdl5-services-landing #featured-sections .section.image_left_solid .bgimg {
  width: 50%;
}

#body.pdl5-services-landing #featured-sections .section.image_right_faded .bgimg,
#body.pdl5-services-landing #featured-sections .section.image_right_solid .bgimg {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 2;
  z-index: 0;
}

#body.pdl5-services-landing #featured-sections .section.image_left_faded .bgimg,
#body.pdl5-services-landing #featured-sections .section.image_left_solid .bgimg {
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  z-index: 0;
}

#body.pdl5-services-landing #featured-sections .section.image_right_faded .bgimg:after,
#body.pdl5-services-landing #featured-sections .section.image_left_faded .bgimg:after {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  z-index: 1;
  content: "";
}

#body.pdl5-services-landing #featured-sections .section.image_right_faded .bgimg:after {
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

#body.pdl5-services-landing #featured-sections .section.image_left_faded .bgimg:after {
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

#body.pdl5-services-landing #featured-sections .section.image_background {
  text-align: center;
}

#body.pdl5-services-landing #featured-sections .section.image_background .bgimg {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  z-index: 0;
}

#body.pdl5-services-landing #featured-sections .section.image_background .bgimg:after {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  z-index: 1;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

#body.pdl5-services-landing #featured-sections .section.image_background * {
  color: #fff;
}

#body.pdl8-case-study #gallerygrid {
  margin-left: -10px;
  margin-right: -10px;
}

#body.pdl8-case-study #gallerygrid > div {
  margin-top: 0;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

#body.pdl8-case-study #gallerygrid > div a {
  display: block;
}

#mask.gallery #lightbox {
  padding: 50px;
}

#mask.gallery #lightbox #loaderspinner {
  position: absolute !important;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/loading.png");
  transition: opacity 0.3s ease-in-out;
  animation: spinner 1s linear infinite normal;
}

#mask.gallery #lightbox.loaded #loaderspinner {
  opacity: 0;
}

#mask.gallery #gallery-carousel {
  height: 100%;
  width: 100%;
  z-index: 3 !important;
}

#mask.gallery #gallery-carousel.singleslide {
  overflow: hidden;
}

#mask.gallery #gallery-carousel .slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#mask.gallery #gallery-carousel .slide p,
#mask.gallery #gallery-carousel .slide .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading #mask.gallery #gallery-carousel .slide .gform_description,
#mask.gallery #gallery-carousel .slide .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox #mask.gallery #gallery-carousel .slide label,
#mask.gallery #gallery-carousel .slide .gform_wrapper .gfield_description,
.gform_wrapper #mask.gallery #gallery-carousel .slide .gfield_description {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding-top: 30px;
}

#mask.gallery #gallery-carousel .slide p strong.uppercase,
#mask.gallery #gallery-carousel .slide .gform_wrapper .gform_heading .gform_description strong.uppercase,
.gform_wrapper .gform_heading #mask.gallery #gallery-carousel .slide .gform_description strong.uppercase,
#mask.gallery #gallery-carousel .slide .gform_wrapper .gform_fields .gfield .gfield_checkbox label strong.uppercase,
.gform_wrapper .gform_fields .gfield .gfield_checkbox #mask.gallery #gallery-carousel .slide label strong.uppercase,
#mask.gallery #gallery-carousel .slide .gform_wrapper .gfield_description strong.uppercase,
.gform_wrapper #mask.gallery #gallery-carousel .slide .gfield_description strong.uppercase {
  margin-right: 5px;
}

#mask.gallery #gallery-carousel .owl-stage-outer,
#mask.gallery #gallery-carousel .owl-stage,
#mask.gallery #gallery-carousel .owl-item {
  height: 100%;
}

#mask.gallery #gallery-carousel .owl-stage-outer img,
#mask.gallery #gallery-carousel .owl-stage img,
#mask.gallery #gallery-carousel .owl-item img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

#mask.gallery #gallery-carousel .owl-stage-outer img.landscape,
#mask.gallery #gallery-carousel .owl-stage img.landscape,
#mask.gallery #gallery-carousel .owl-item img.landscape {
  width: 100% !important;
  height: auto !important;
}

#mask.gallery #gallery-carousel .owl-stage-outer img.portrait,
#mask.gallery #gallery-carousel .owl-stage img.portrait,
#mask.gallery #gallery-carousel .owl-item img.portrait {
  width: auto !important;
  height: 100% !important;
}

#mask.gallery #gallery-carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#mask.gallery #gallery-carousel .owl-dots .owl-prev,
#mask.gallery #gallery-carousel .owl-nav .owl-prev {
  left: -110px;
}

#mask.gallery #gallery-carousel .owl-dots .owl-next,
#mask.gallery #gallery-carousel .owl-nav .owl-next {
  right: -110px;
}

#mask.gallery #gallery-carousel img.portrait {
  width: auto;
  height: 100%;
}

#mask.gallery #gallery-carousel img.landscape {
  width: 100%;
  height: auto;
}

#banner-temp {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  #banner-temp {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1600px;
    width: 100%;
  }
}
#banner-temp .container {
  max-width: 100%;
}

@media only screen and (min-width: 1025px) {
  #banner-temp .container {
    max-width: 1600px;
    width: 100%;
  }
}
#banner-temp .bgimg {
  margin: 0;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#banner-temp .text {
  margin: 0 auto;
  padding: 15em 0 0;
  position: relative;
}

#banner-temp .banner-text-bg {
  background-color: rgba(31, 84, 151, 0.3);
  margin: 2em 0;
  padding: 1em;
  max-width: 100%;
}

#banner-temp h2 {
  margin: 30px auto 0 0;
  line-height: 1.1;
  color: #fff;
}

#banner-temp p,
#banner-temp .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading #banner-temp .gform_description,
#banner-temp .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox #banner-temp label,
#banner-temp .gform_wrapper .gfield_description,
.gform_wrapper #banner-temp .gfield_description {
  margin: 10px 0 0;
  font-weight: 600;
  color: #fff;
}

#sliding-banner .slide {
  position: absolute;
  top: 0;
  left: -975px;
  display: none;
  z-index: 4;
  opacity: 1;
  width: 975px;
  height: 290px;
  background: #0d3161;
}

#sliding-banner .slide-content {
  color: #fff;
  font: 12px/1.5 Helvetica, Arial, sans-serif;
  vertical-align: baseline;
}

#sliding-banner h2 {
  font-family: "Trebuchet MS", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 15px;
}

#sliding-banner h2 a {
  display: block;
  float: left;
  width: 640px;
  height: 290px;
  position: relative;
  top: -20px;
  left: -30px;
}

#sliding-banner img {
  display: block;
  float: left;
  width: 640px;
  height: 290px;
  position: relative;
  top: -20px;
  left: -30px;
}

#sliding-banner .clear {
  clear: both;
}

#sliding-banner .post {
  padding: 20px 30px 0;
}

@media only screen and (min-width: 1025px) {
  .content-right .container {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .content-right h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .content-right p,
  .content-right .gform_wrapper .gform_heading .gform_description,
  .gform_wrapper .gform_heading .content-right .gform_description,
  .content-right .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
  .gform_wrapper .gform_fields .gfield .gfield_checkbox .content-right label,
  .content-right .gform_wrapper .gfield_description,
  .gform_wrapper .content-right .gfield_description {
    text-align: center;
    margin: 1.5em 0 0 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .content-right .text {
    padding: 0 !important;
    margin: 0 0 0 auto !important;
  }
}
@media only screen and (min-width: 1025px) {
  .content-right .banner-text-bg {
    width: 40%;
    padding: 2em !important;
    margin: 0 0 0 auto !important;
  }
}
.banner-carousel-image img {
  width: 100% !important;
  height: auto;
}

@media only screen and (min-width: 1025px) {
  .banner-carousel-image {
    margin: 0 auto;
    padding: 0 60px !important;
    max-width: 1600px;
    width: 100%;
  }
}
.banner-carousel-image.owl-carousel .slide {
  padding: 0 !important;
}

.banner-carousel-image .owl-prev {
  left: 0 !important;
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 1025px) {
  .banner-carousel-image .owl-prev {
    left: 55px !important;
  }
}
.banner-carousel-image .owl-prev:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.banner-carousel-image .owl-next {
  right: 0 !important;
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 1025px) {
  .banner-carousel-image .owl-next {
    right: 55px !important;
  }
}
.banner-carousel-image .owl-next:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.banner-carousel-text .bgimg:after {
  background-color: transparent !important;
}

.banner-carousel-text .text {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .banner-carousel-text .text {
    padding: 15em 0 0;
  }
}
.banner-carousel-text .banner-text-bg {
  background-color: rgba(31, 84, 151, 0.3);
  margin: 2em 0 4em;
  padding: 1em;
  max-width: 100%;
}

.banner-carousel-text h2 {
  line-height: 1.1;
}

.banner-carousel-text p,
.banner-carousel-text .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading .banner-carousel-text .gform_description,
.banner-carousel-text .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .banner-carousel-text label,
.banner-carousel-text .gform_wrapper .gfield_description,
.gform_wrapper .banner-carousel-text .gfield_description {
  margin: 10px 0 0;
  font-weight: 600;
  color: #fff;
}

.banner-carousel-text img {
  width: 100% !important;
  height: auto;
}

@media only screen and (min-width: 1025px) {
  .banner-carousel-text {
    margin: 0 auto;
    padding: 0 60px !important;
    max-width: 1600px;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .banner-carousel-text .content-right h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .banner-carousel-text .content-right p,
  .banner-carousel-text .content-right .gform_wrapper .gform_heading .gform_description,
  .gform_wrapper .gform_heading .banner-carousel-text .content-right .gform_description,
  .banner-carousel-text .content-right .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
  .gform_wrapper .gform_fields .gfield .gfield_checkbox .banner-carousel-text .content-right label,
  .banner-carousel-text .content-right .gform_wrapper .gfield_description,
  .gform_wrapper .banner-carousel-text .content-right .gfield_description {
    text-align: center;
    margin: 1.5em 0 0 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .banner-carousel-text .content-right .text {
    padding: 0 !important;
    margin: 0 0 0 auto !important;
  }
}
@media only screen and (min-width: 1025px) {
  .banner-carousel-text .content-right .banner-text-bg {
    width: 40%;
    padding: 2em !important;
    margin: 0 0 0 auto !important;
  }
}
.banner-carousel-text.owl-carousel .slide {
  padding: 0 !important;
}

.banner-carousel-text .owl-prev {
  left: 0 !important;
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 1025px) {
  .banner-carousel-text .owl-prev {
    left: 55px !important;
  }
}
.banner-carousel-text .owl-prev:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.banner-carousel-text .owl-next {
  right: 0 !important;
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 1025px) {
  .banner-carousel-text .owl-next {
    right: 55px !important;
  }
}
.banner-carousel-text .owl-next:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.blog-post-nav.nav-border {
  padding-top: 1em;
  border-bottom: #577ba5 solid 3px;
}

.blog-post-nav span {
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: #1b4669;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .blog-post-nav span {
    display: inline;
    text-align: left;
  }
}
.blog-post-nav span:not(:after):hover {
  cursor: pointer;
  color: #29abe2;
  transition: color 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .blog-post-nav span:not(:last-child):after {
    content: "|";
    margin: 0 1em;
  }
}
.blog-post-header p,
.blog-post-header .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading .blog-post-header .gform_description,
.blog-post-header .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .blog-post-header label,
.blog-post-header .gform_wrapper .gfield_description,
.gform_wrapper .blog-post-header .gfield_description {
  margin: 0;
  font-size: 16px !important;
  font-weight: 500;
}

.blog-post-header span {
  display: inline;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: #1b4669;
}

.blog-post-header span:not(:after):hover {
  cursor: pointer;
  color: #29abe2;
  transition: color 0.3s ease-in-out;
}

.blog-post-header .divider:not(:last-child):after {
  content: "/";
  margin: 0 1em;
}

#breadcrumb-section .container {
  max-width: 100%;
}

@media only screen and (min-width: 1025px) {
  #breadcrumb-section .container {
    max-width: 1600px;
    width: 100%;
  }
}
.breadcrumbs span span {
  text-transform: capitalize;
  color: #1b4669;
  font-weight: 700;
  margin: 0 0.5em;
}

.breadcrumbs span:first-child a span {
  margin: 0 0.5em 0 0;
}

.small-breadcrumbs span:first-child a span {
  margin: 0;
}

.select-section .container {
  max-width: 100%;
}

@media only screen and (min-width: 1025px) {
  .select-section .container {
    max-width: 1600px;
    width: 100%;
  }
}
.select-section .box {
  margin: 0;
  display: block;
  flex-grow: 1;
}

.select-section .panel-rows {
  display: flex;
  flex-wrap: wrap;
}

.select-section .panel-rows .panel {
  display: flex;
  flex-direction: column;
  margin: 0 0 60px;
}

.select-section .embed-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

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

.select-section img {
  width: 100%;
  height: auto;
}

.select-section h2 {
  text-align: center;
}

.select-section p,
.select-section .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading .select-section .gform_description,
.select-section .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .select-section label,
.select-section .gform_wrapper .gfield_description,
.gform_wrapper .select-section .gfield_description {
  font-weight: 500;
  display: inline;
}

.select-section .btn,
.select-section #body .gform_footer input[type=submit],
#body .gform_footer .select-section input[type=submit],
.select-section .l6 .gform_footer input[type=submit],
.l6 .gform_footer .select-section input[type=submit] {
  width: 100%;
  margin: 1.5em 0 0.5em;
  text-align: right;
}

.select-section .btn:after,
.select-section #body .gform_footer input[type=submit]:after,
#body .gform_footer .select-section input[type=submit]:after,
.select-section .l6 .gform_footer input[type=submit]:after,
.l6 .gform_footer .select-section input[type=submit]:after {
  content: "\f054";
  font-size: 14px;
  margin: 0 0 0 0.5em;
  transition: all, ease, 0.3s;
  padding: 0.5em 0.7em;
  background-color: #2b6792;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .select-section .btn:after,
  .select-section #body .gform_footer input[type=submit]:after,
  #body .gform_footer .select-section input[type=submit]:after,
  .select-section .l6 .gform_footer input[type=submit]:after,
  .l6 .gform_footer .select-section input[type=submit]:after {
    margin: 0 0 0 2em;
  }
}
.select-section .btn:hover:after,
.select-section #body .gform_footer input[type=submit]:hover:after,
#body .gform_footer .select-section input[type=submit]:hover:after,
.select-section .l6 .gform_footer input[type=submit]:hover:after,
.l6 .gform_footer .select-section input[type=submit]:hover:after {
  cursor: pointer;
  background-color: rgba(43, 103, 146, 0.8);
  transition: background-color 0.3s ease-in-out;
}

#body.pdl8-case-study #gallerygrid {
  margin-left: -10px;
  margin-right: -10px;
}

#body.pdl8-case-study #gallerygrid > div {
  margin-top: 0;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

#body.pdl8-case-study #gallerygrid > div a {
  display: block;
}

#endorsement-section {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 40px;
}

#endorsement-section .borders,
.endorsement .borders {
  padding: 1em 0;
  width: 100%;
  display: inline-block;
}

#endorsement-section .border-top,
.endorsement .border-top {
  border-top: 1px solid #c5baa5;
  padding: 2em 0;
}

#endorsement-section .container,
.endorsement .container {
  max-width: 100%;
}

@media only screen and (min-width: 1025px) {
  #endorsement-section .container,
  .endorsement .container {
    max-width: 1600px;
    width: 100%;
  }
}
#endorsement-section .images-box,
.endorsement .images-box {
  width: 100%;
  text-align: center;
  margin: auto;
}

#endorsement-section .images-box:after,
.endorsement .images-box:after {
  content: "";
  clear: left;
  display: block;
}

@media only screen and (min-width: 1025px) {
  #endorsement-section .images-box,
  .endorsement .images-box {
    width: auto;
    text-align: left;
    float: left;
    margin-right: 40px;
  }
}
#endorsement-section h2,
.endorsement h2 {
  text-align: center;
}

#endorsement-section img,
.endorsement img {
  display: inline-block;
  margin: 0.5em auto;
  height: auto;
}

#endorsement-section img:hover,
.endorsement img:hover {
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  #endorsement-section img,
  .endorsement img {
    float: left;
    margin: 0.5em;
  }
}
#endorsement-section .no-text .images-box,
.endorsement .no-text .images-box {
  width: 100% !important;
  text-align: center !important;
  margin: auto !important;
}

@media only screen and (min-width: 1025px) {
  #endorsement-section .no-text img,
  .endorsement .no-text img {
    float: none;
    margin: 0.5em;
  }
}
#endorsement-section p,
#endorsement-section .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading #endorsement-section .gform_description,
#endorsement-section .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox #endorsement-section label,
#endorsement-section .gform_wrapper .gfield_description,
.gform_wrapper #endorsement-section .gfield_description,
.endorsement p,
.endorsement .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading .endorsement .gform_description,
.endorsement .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .endorsement label,
.endorsement .gform_wrapper .gfield_description,
.gform_wrapper .endorsement .gfield_description {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 22px !important;
  line-height: 1.45 !important;
}

@media only screen and (min-width: 768px) {
  #endorsement-section p,
  #endorsement-section .gform_wrapper .gform_heading .gform_description,
  .gform_wrapper .gform_heading #endorsement-section .gform_description,
  #endorsement-section .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
  .gform_wrapper .gform_fields .gfield .gfield_checkbox #endorsement-section label,
  #endorsement-section .gform_wrapper .gfield_description,
  .gform_wrapper #endorsement-section .gfield_description,
  .endorsement p,
  .endorsement .gform_wrapper .gform_heading .gform_description,
  .gform_wrapper .gform_heading .endorsement .gform_description,
  .endorsement .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
  .gform_wrapper .gform_fields .gfield .gfield_checkbox .endorsement label,
  .endorsement .gform_wrapper .gfield_description,
  .gform_wrapper .endorsement .gfield_description {
    width: auto;
    float: inherit;
    margin: 0.5em;
  }
}
#endorsement-section p a,
#endorsement-section .gform_wrapper .gform_heading .gform_description a,
.gform_wrapper .gform_heading #endorsement-section .gform_description a,
#endorsement-section .gform_wrapper .gform_fields .gfield .gfield_checkbox label a,
.gform_wrapper .gform_fields .gfield .gfield_checkbox #endorsement-section label a,
#endorsement-section .gform_wrapper .gfield_description a,
.gform_wrapper #endorsement-section .gfield_description a,
.endorsement p a,
.endorsement .gform_wrapper .gform_heading .gform_description a,
.gform_wrapper .gform_heading .endorsement .gform_description a,
.endorsement .gform_wrapper .gform_fields .gfield .gfield_checkbox label a,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .endorsement label a,
.endorsement .gform_wrapper .gfield_description a,
.gform_wrapper .endorsement .gfield_description a {
  color: #2b6792;
}

#endorsement-section p a:hover,
#endorsement-section .gform_wrapper .gform_heading .gform_description a:hover,
.gform_wrapper .gform_heading #endorsement-section .gform_description a:hover,
#endorsement-section .gform_wrapper .gform_fields .gfield .gfield_checkbox label a:hover,
.gform_wrapper .gform_fields .gfield .gfield_checkbox #endorsement-section label a:hover,
#endorsement-section .gform_wrapper .gfield_description a:hover,
.gform_wrapper #endorsement-section .gfield_description a:hover,
.endorsement p a:hover,
.endorsement .gform_wrapper .gform_heading .gform_description a:hover,
.gform_wrapper .gform_heading .endorsement .gform_description a:hover,
.endorsement .gform_wrapper .gform_fields .gfield .gfield_checkbox label a:hover,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .endorsement label a:hover,
.endorsement .gform_wrapper .gfield_description a:hover,
.gform_wrapper .endorsement .gfield_description a:hover {
  color: #337ab7;
  transition: color 0.3s ease-in-out;
}

#main-section .container {
  max-width: 100%;
}

@media only screen and (min-width: 1025px) {
  #main-section .container {
    max-width: 1600px;
    width: 100%;
  }
}
#main-section h1 {
  margin: 0px;
}
@media only screen and (max-width : 767px) {
  .single-tour #main-section h1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

#main-section .expand {
  width: 12em;
}

.post .borders-bottom {
  margin: 0 0 30px;
}

.post .post-intro {
  margin: 2em 0 0;
}

.post .post-content-section {
  margin: 1em 0 3em;
}

.post .content-body .reference strong {
  display: block;
  margin: 0 0 1em 0;
}

.post .content-body .reference a {
  display: block;
  font-weight: 500;
  color: #1b4669;
}

.post .content-body .reference a:hover {
  color: #1b4669;
  transition: color 0.3s ease-in-out;
}

.post .content-body .reference cite {
  font-weight: 500;
}

.post .alignright {
  margin: 0.5em 0 2em !important;
}

@media only screen and (min-width: 768px) {
  .post .alignright {
    margin: 0.5em 0 1em 2em !important;
    float: right;
  }
}
.post-list {
  padding: 30px 0 0;
}

.post-list .postmeta {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 8px;
}

.post-list h2 {
  margin: 30px 0 0;
}

.post-list h2 span {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 20px;
  font-style: italic;
  color: red;
}

@media only screen and (min-width: 768px) {
  .post-list h2 span {
    font-size: 28px;
    width: auto;
    float: right;
  }
}
.post-list h3,
.post-list .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading .post-list .gform_title,
.post-list #banner .sub-heading,
#banner .post-list .sub-heading {
  margin: 0 0 5px 0;
}

.post-list ul .borders-bottom-sml {
  padding: 0 0 1em;
  border-bottom: 1px solid #c5baa5;
}

.post-list ul li,
.post-list .tour {
  display: block;
}

.post-list ul li:not(ol li),
.post-list .tour:not(ol li) {
  padding: 2em 0;
  float: left;
  display: block;
  width: 100%;
}

.post-list ul li:last-child,
.post-list .tour:last-child {
  border-bottom: 0;
}

.post-list ul li img,
.post-list .tour img {
  margin: 0 0 1em;
  border: none;
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .post-list ul li img,
  .post-list .tour img {
    margin: 6px 0 0 0;
    float: left;
    width: 135px;
  }
}
@media only screen and (min-width: 768px) {
  .post-list ul li > h3,
  .post-list ul .gform_wrapper .gform_heading li > .gform_title,
  .gform_wrapper .gform_heading .post-list ul li > .gform_title,
  .post-list ul #banner li > .sub-heading,
  #banner .post-list ul li > .sub-heading,
  .post-list ul li > div,
  .post-list .tour > h3,
  .post-list .gform_wrapper .gform_heading .tour > .gform_title,
  .gform_wrapper .gform_heading .post-list .tour > .gform_title,
  .post-list #banner .tour > .sub-heading,
  #banner .post-list .tour > .sub-heading,
  .post-list .tour > div:not(.tour-img-container) {
    margin-left: 165px;
  }
}
.post-list ul li:after,
.post-list .tour:after {
  content: "";
  display: block;
  height: 1px;
  clear: left;
}

.post-list p,
.post-list .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading .post-list .gform_description,
.post-list .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .post-list label,
.post-list .gform_wrapper .gfield_description,
.gform_wrapper .post-list .gfield_description {
  font-size: 15px;
  margin-bottom: 5px;
}

.post-list p:last-child,
.post-list .gform_wrapper .gform_heading .gform_description:last-child,
.gform_wrapper .gform_heading .post-list .gform_description:last-child,
.post-list .gform_wrapper .gform_fields .gfield .gfield_checkbox label:last-child,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .post-list label:last-child,
.post-list .gform_wrapper .gfield_description:last-child,
.gform_wrapper .post-list .gfield_description:last-child {
  margin-bottom: 0;
}

.post-list span {
  margin-left: 10px;
}

#body.l2 .post-list {
  padding: 0;
}

#body.l2 .post-list > h3,
#body.l2 .gform_wrapper .gform_heading .post-list > .gform_title,
.gform_wrapper .gform_heading #body.l2 .post-list > .gform_title,
#body.l2 #banner .post-list > .sub-heading,
#banner #body.l2 .post-list > .sub-heading {
  padding-top: 100px;
}

#body.l2 .post-list .tour,
.page-template-late-availability .post-list .tour {
  padding-top: 30px;
  border-top: 1px solid #c5baa5;
  margin-top: 30px;
}

#body.l2 .post-list:first-child > h3,
#body.l2 .gform_wrapper .gform_heading .post-list:first-child > .gform_title,
.gform_wrapper .gform_heading #body.l2 .post-list:first-child > .gform_title,
#body.l2 #banner .post-list:first-child > .sub-heading,
#banner #body.l2 .post-list:first-child > .sub-heading {
  padding-top: 40px;
}

#scrolling-sidebar {
  position: relative;
  height: 100%;
  display: none;
}

@media only screen and (min-width: 1025px) {
  #scrolling-sidebar {
    display: block;
  }
}
.scroll-block {
  background-color: #000;
  color: #fff;
  z-index: 99;
}

.scroll-block.scroll {
  position: fixed;
  top: 0;
}

.scroll-block h3,
.scroll-block .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading .scroll-block .gform_title,
.scroll-block #banner .sub-heading,
#banner .scroll-block .sub-heading {
  text-align: center;
  font-weight: 600;
  color: #333;
}

.scroll-block ul li {
  margin: 1em auto;
}

.scroll-block ul li a {
  display: block;
}

.scroll-block ul li a h4,
.scroll-block ul li a .gform_wrapper .gsection .gsection_title,
.gform_wrapper .gsection .scroll-block ul li a .gsection_title,
.scroll-block ul li a #body.blog #respond #reply-title,
#body.blog #respond .scroll-block ul li a #reply-title {
  color: #2b6792 !important;
  text-align: center;
  margin: 0 !important;
}

.scroll-block ul li a .nav-link {
  color: #2b6792;
  border-top: 1px solid #dfdfdf;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin: 0 auto;
  padding: 1em 0 0;
}

.scroll-block ul li a:hover .nav-link {
  color: #1b4669 !important;
  transition: color 0.3s ease-in-out;
}

.scroll-block ul li a:hover h4,
.scroll-block ul li a:hover .gform_wrapper .gsection .gsection_title,
.gform_wrapper .gsection .scroll-block ul li a:hover .gsection_title,
.scroll-block ul li a:hover #body.blog #respond #reply-title,
#body.blog #respond .scroll-block ul li a:hover #reply-title {
  color: #1b4669 !important;
  transition: color 0.3s ease-in-out;
}

.scroll-block ul li p,
.scroll-block ul li .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading .scroll-block ul li .gform_description,
.scroll-block ul li .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .scroll-block ul li label,
.scroll-block ul li .gform_wrapper .gfield_description,
.gform_wrapper .scroll-block ul li .gfield_description {
  color: #333;
  display: block;
  text-align: center;
}

.scroll-block ul li span {
  color: #2b6792;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  margin: 0 auto;
}

.scroll-block .box {
  padding: 1em;
}

#search-result-section {
  margin: 1em 0 3em;
}

#search-result-section .result h2 {
  color: #2b6792;
}

#search-result-section .result span {
  font-weight: 500;
  font-size: 16px;
}

#search-result-section .result a {
  font-weight: 500;
  color: #1b4669;
}

#search-result-section .result a:hover {
  color: #1b4669;
  transition: color 0.3s ease-in-out;
}

#body.search .article {
  padding: 30px 0 40px;
  border-bottom: 1px solid #c5baa5;
}

#body.search .article h3,
#body.search .article .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading #body.search .article .gform_title,
#body.search .article #banner .sub-heading,
#banner #body.search .article .sub-heading {
  margin-bottom: 10px;
}

#body.search .article:last-child {
  border-width: 0;
}

.sidebar {
  margin: 0;
}

.sidebar .widget {
  margin: 0 0 1.5em;
}
.sidebar .widget.widget-request-brochure, .sidebar .widget.widget-request-brochure .box, .sidebar .widget.widget-booknow, .sidebar .widget.widget-booknow .box {
  background-color: #1b4669 !important;
}
.sidebar .widget.widget-request-brochure h3.h4,
.sidebar .widget.widget-request-brochure h4.tour-details,
.sidebar .widget.widget-request-brochure ul, .sidebar .widget.widget-request-brochure .box h3.h4,
.sidebar .widget.widget-request-brochure .box h4.tour-details,
.sidebar .widget.widget-request-brochure .box ul, .sidebar .widget.widget-booknow h3.h4,
.sidebar .widget.widget-booknow h4.tour-details,
.sidebar .widget.widget-booknow ul, .sidebar .widget.widget-booknow .box h3.h4,
.sidebar .widget.widget-booknow .box h4.tour-details,
.sidebar .widget.widget-booknow .box ul {
  color: white !important;
}

.sidebar .widget .btn:after,
.sidebar .widget #body .gform_footer input[type=submit]:after,
#body .gform_footer .sidebar .widget input[type=submit]:after,
.sidebar .widget .l6 .gform_footer input[type=submit]:after,
.l6 .gform_footer .sidebar .widget input[type=submit]:after {
  float: right;
  margin: 0 0 0 0.5em;
}

@media only screen and (min-width: 768px) {
  .sidebar .widget .btn:after,
  .sidebar .widget #body .gform_footer input[type=submit]:after,
  #body .gform_footer .sidebar .widget input[type=submit]:after,
  .sidebar .widget .l6 .gform_footer input[type=submit]:after,
  .l6 .gform_footer .sidebar .widget input[type=submit]:after {
    margin: 0 0 0 2em;
  }
}
.sidebar h3,
.sidebar .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading .sidebar .gform_title,
.sidebar #banner .sub-heading,
#banner .sidebar .sub-heading {
  margin: 0 0 20px;
}

.sidebar p,
.sidebar .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading .sidebar .gform_description,
.sidebar .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .sidebar label,
.sidebar .gform_wrapper .gfield_description,
.gform_wrapper .sidebar .gfield_description {
  margin: 0;
}

.sidebar .box-section {
  margin: 3em 0 0;
  text-transform: capitalize;
}

.sidebar .line-bottom {
  border-bottom: 1px solid rgba(69, 69, 69, 0.2);
  padding: 0 0 20px;
  margin: 20px 0;
}

.sidebar .line-bottom:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.sidebar .link-block a {
  margin: 0.5em 0;
  display: inline-block;
  font-weight: 600;
  color: #2b6792;
}

.sidebar .link-block a:hover {
  color: #1b4669;
  transition: color 0.3s ease-in-out;
}

.sidebar .big {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.sidebar img {
  width: 100%;
  height: auto;
}

.sidebar .btn,
.sidebar #body .gform_footer input[type=submit],
#body .gform_footer .sidebar input[type=submit],
.sidebar .l6 .gform_footer input[type=submit],
.l6 .gform_footer .sidebar input[type=submit] {
  width: 100%;
  margin: 0 0 5px;
  text-align: right;
  line-height: 2;
}

.sidebar .btn:last-child,
.sidebar #body .gform_footer input[type=submit]:last-child,
#body .gform_footer .sidebar input[type=submit]:last-child,
.sidebar .l6 .gform_footer input[type=submit]:last-child,
.l6 .gform_footer .sidebar input[type=submit]:last-child {
  margin: 0;
}

.sidebar .btn.no-bg,
.sidebar #body .gform_footer input.no-bg[type=submit],
#body .gform_footer .sidebar input.no-bg[type=submit],
.sidebar .l6 .gform_footer input.no-bg[type=submit],
.l6 .gform_footer .sidebar input.no-bg[type=submit] {
  background-color: #fff;
  padding: 6px 6px 6px 12px;
}

.sidebar .widget-booknow .tour-includes {
  margin-bottom: 7px;
  font-size: 16px;
}

.sidebar .widget-booknow ul {
  line-height: 1.5;
}

#social-section .panel-rows {
  display: flex;
  flex-wrap: wrap;
}

#social-section .panel-rows .panel {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

#social-section .container {
  max-width: 100%;
}

@media only screen and (min-width: 1025px) {
  #social-section .container {
    max-width: 1600px;
    width: 100%;
  }
}
#social-section .box {
  margin: 0;
  flex-grow: 1;
}

#social-section img {
  width: 100%;
  height: auto;
}

#social-section h3,
#social-section .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading #social-section .gform_title,
#social-section #banner .sub-heading,
#banner #social-section .sub-heading {
  text-align: center;
}

#social-section p,
#social-section .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading #social-section .gform_description,
#social-section .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox #social-section label,
#social-section .gform_wrapper .gfield_description,
.gform_wrapper #social-section .gfield_description {
  font-weight: 500;
}

#social-section .btn,
#social-section #body .gform_footer input[type=submit],
#body .gform_footer #social-section input[type=submit],
#social-section .l6 .gform_footer input[type=submit],
.l6 .gform_footer #social-section input[type=submit] {
  width: 100%;
  margin: 1.5em 0 0.5em;
  text-align: right;
}

#social-section .btn:after,
#social-section #body .gform_footer input[type=submit]:after,
#body .gform_footer #social-section input[type=submit]:after,
#social-section .l6 .gform_footer input[type=submit]:after,
.l6 .gform_footer #social-section input[type=submit]:after {
  content: "\f054";
  font-size: 14px;
  margin: 0 0 0 2em;
  transition: all, ease, 0.3s;
  padding: 0.5em 0.7em;
  background-color: #2b6792;
  color: #fff;
}

#social-section .btn:hover:after,
#social-section #body .gform_footer input[type=submit]:hover:after,
#body .gform_footer #social-section input[type=submit]:hover:after,
#social-section .l6 .gform_footer input[type=submit]:hover:after,
.l6 .gform_footer #social-section input[type=submit]:hover:after {
  cursor: pointer;
  background-color: rgba(43, 103, 146, 0.8);
  transition: background-color 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #testimonial-section .max-width-1200 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
#testimonial-section .xl {
  font-weight: 700 !important;
  margin-bottom: 0.4em !important;
  font-size: 9vw;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  #testimonial-section .xl {
    font-size: 9vw;
  }
}
@media only screen and (min-width: 1025px) {
  #testimonial-section .xl {
    font-size: 8vw;
  }
}
@media only screen and (min-width: 1200px) {
  #testimonial-section .xl {
    font-size: 110px;
  }
}
#testimonial-section p,
#testimonial-section .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading #testimonial-section .gform_description,
#testimonial-section .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox #testimonial-section label,
#testimonial-section .gform_wrapper .gfield_description,
.gform_wrapper #testimonial-section .gfield_description {
  font-style: normal;
  color: #333;
}

#testimonial-section blockquote {
  position: relative;
  margin: 0;
  padding: 0 0 1em;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  #testimonial-section blockquote {
    padding: 0 1em 1em;
  }
}
#testimonial-section blockquote:before,
#testimonial-section blockquote:after {
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 1;
}

#testimonial-section blockquote:before {
  top: -0.2em;
  left: 0;
  content: "“";
  color: #2b6792;
}

@media only screen and (min-width: 768px) {
  #testimonial-section blockquote:before {
    top: -0.1em;
    left: 0;
  }
}
#testimonial-section blockquote:after {
  bottom: -0.5em;
  right: 0;
  content: "”";
  color: #2b6792;
}

@media only screen and (min-width: 541px) {
  #testimonial-section blockquote:after {
    top: -0.2em;
  }
}
@media only screen and (min-width: 768px) {
  #testimonial-section blockquote:after {
    top: -0.1em;
    right: 0.3em;
  }
}
.testimonial-small p,
.testimonial-small .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading .testimonial-small .gform_description,
.testimonial-small .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .testimonial-small label,
.testimonial-small .gform_wrapper .gfield_description,
.gform_wrapper .testimonial-small .gfield_description {
  font-style: normal;
  display: block;
}

.testimonial-small .sig {
  padding: 10px 20px 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .testimonial-small .sig {
    text-align: left;
  }
}
.testimonial-small blockquote {
  position: relative;
  margin: 0;
  padding: 0 20px;
}

.testimonial-small blockquote:before,
.testimonial-small blockquote:after {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 50px;
  line-height: 30px;
  text-align: center;
}

.testimonial-small blockquote:before {
  top: -0.1em;
  left: -0.3em;
  content: "“";
  color: #2b6792;
}

.testimonial-small blockquote:after {
  right: -10px;
  bottom: -0.2em;
  content: "”";
  color: #2b6792;
}

@media only screen and (min-width: 768px) {
  .testimonial-small blockquote:after {
    right: 0.3em;
    bottom: -0.5em;
  }
}
.tab-content {
  margin: 30px 0 0;
}

.tab-content .ui-widget-content img {
  width: 100%;
  height: auto;
}

.tab-content .ui-tabs-nav {
  margin: 0;
  padding: 0.5em 0 0;
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  border-width: 0;
}
@media only screen and (max-width : 767px) {
  .tab-content .ui-tabs-nav li {
    margin: 0 1px 1px 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .tab-content .ui-tabs-nav li {
    font-size: 18px;
  }
}
.tab-content .ui-corner-all {
  border-radius: 0;
}

.tab-content .ui-tabs-panel {
  padding: 1em 0;
  background-color: #f7f7f7;
  border-radius: 0;
  padding: 20px;
}

.tab-content .ui-tabs {
  position: relative;
  padding: 0;
  border: none;
  margin-bottom: 0;
}

.tab-content .ui-widget-content {
  border: none;
}

.tab-content .ui-widget {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.tab-content .ui-state-default {
  border: 0;
  background-color: #2b6792;
  color: #fff;
  font-weight: 400;
  margin: 0 1px 0 0 !important;
}

.tab-content .ui-state-default a,
.tab-content .ui-state-default span {
  color: #fff;
}

.tab-content .ui-state-active {
  border: 0;
  background: #f7f7f7;
  color: #000;
  font-weight: 400;
}

.tab-content .ui-state-active a,
.tab-content .ui-state-active span {
  color: #000;
}

.tour-information .js-tabs > ul {
  padding-bottom: 0;
  border-width: 0;
}

.tour-information .tour-tab-info {
  background-color: #f7f7f7;
  border-radius: 0;
  padding: 20px;
  display: flex;
}

.tour-information .tour-tab-info:after {
  content: "";
  clear: both;
  height: 1px;
  display: block;
}

.tour-information img {
  align-self: center;
  padding: 0;
  width: 60px !important;
  margin: 0 auto;
}

.tour-information .tour-meta-data {
  padding: 0;
}
@media only screen and (max-width : 767px) {
  .tour-information .tour-meta-data {
    text-align: left;
    display: grid;
    gap: 10px;
  }
}

.tour-information .tour-meta-data p.dates,
.tour-information .tour-meta-data .gform_wrapper .gform_heading .dates.gform_description,
.gform_wrapper .gform_heading .tour-information .tour-meta-data .dates.gform_description,
.tour-information .tour-meta-data .gform_wrapper .gform_fields .gfield .gfield_checkbox label.dates,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .tour-information .tour-meta-data label.dates,
.tour-information .tour-meta-data .gform_wrapper .dates.gfield_description,
.gform_wrapper .tour-information .tour-meta-data .dates.gfield_description {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media only screen and (max-width : 767px) {
  .tour-information .tour-meta-data p.dates,
  .tour-information .tour-meta-data .gform_wrapper .gform_heading .dates.gform_description,
  .gform_wrapper .gform_heading .tour-information .tour-meta-data .dates.gform_description,
  .tour-information .tour-meta-data .gform_wrapper .gform_fields .gfield .gfield_checkbox label.dates,
  .gform_wrapper .gform_fields .gfield .gfield_checkbox .tour-information .tour-meta-data label.dates,
  .tour-information .tour-meta-data .gform_wrapper .dates.gfield_description,
  .gform_wrapper .tour-information .tour-meta-data .dates.gfield_description {
    font-size: 17px;
    line-height: 1.4;
  }
}

.tour-information .tour-meta-data p.tour-guides,
.tour-information .tour-meta-data .gform_wrapper .gform_heading .tour-guides.gform_description,
.gform_wrapper .gform_heading .tour-information .tour-meta-data .tour-guides.gform_description,
.tour-information .tour-meta-data .gform_wrapper .gform_fields .gfield .gfield_checkbox label.tour-guides,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .tour-information .tour-meta-data label.tour-guides,
.tour-information .tour-meta-data .gform_wrapper .tour-guides.gfield_description,
.gform_wrapper .tour-information .tour-meta-data .tour-guides.gfield_description,
.tour-information .tour-meta-data p.other,
.tour-information .tour-meta-data .gform_wrapper .gform_heading .other.gform_description,
.gform_wrapper .gform_heading .tour-information .tour-meta-data .other.gform_description,
.tour-information .tour-meta-data .gform_wrapper .gform_fields .gfield .gfield_checkbox label.other,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .tour-information .tour-meta-data label.other,
.tour-information .tour-meta-data .gform_wrapper .other.gfield_description,
.gform_wrapper .tour-information .tour-meta-data .other.gfield_description {
  line-height: 1.5;
}

.tour-information .tour-meta-data a {
  color: #1b4669;
}

.tour-information .tour-meta-data a:hover {
  color: #29abe2;
}

.tour-information p,
.tour-information .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading .tour-information .gform_description,
.tour-information .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .tour-information label,
.tour-information .gform_wrapper .gfield_description,
.gform_wrapper .tour-information .gfield_description {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.tour-information .divider:not(:last-child):after {
  content: "/";
  margin: 0 1em;
}

.l2 #banner {
  margin-bottom: 0;
}

.l2 #main-section h1 {
  margin: 0 0 0.8em !important;
}

.l2 #main-section .borders-bottom {
  float: left;
  width: 100%;
}

.l2 #main-section .borders-bottom .h4,
.l2 #main-section .borders-bottom .text-columns .intropara,
.text-columns .l2 #main-section .borders-bottom .intropara,
.l2 #main-section .borders-bottom .wysiwyg h3,
.l2 #main-section .wysiwyg .borders-bottom h3,
.l2 #main-section .borders-bottom .wysiwyg .gform_wrapper .gform_heading .gform_title,
.l2 #main-section .wysiwyg .gform_wrapper .gform_heading .borders-bottom .gform_title,
.l2 .gform_wrapper .gform_heading #main-section .borders-bottom .wysiwyg .gform_title,
.gform_wrapper .gform_heading .l2 #main-section .borders-bottom .wysiwyg .gform_title,
.l2 .gform_wrapper .gform_heading #main-section .wysiwyg .borders-bottom .gform_title,
.gform_wrapper .gform_heading .l2 #main-section .wysiwyg .borders-bottom .gform_title,
.l2 #main-section .borders-bottom .wysiwyg #banner .sub-heading,
.l2 #main-section .wysiwyg #banner .borders-bottom .sub-heading,
.l2 #banner #main-section .borders-bottom .wysiwyg .sub-heading,
#banner .l2 #main-section .borders-bottom .wysiwyg .sub-heading,
.l2 #banner #main-section .wysiwyg .borders-bottom .sub-heading,
#banner .l2 #main-section .wysiwyg .borders-bottom .sub-heading,
.l2 #main-section .borders-bottom #body.pdl10-contact-us #section-2 .columns.wysiwyg h1,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .l2 #main-section .borders-bottom h1,
.l2 #main-section .borders-bottom #body.pdl10-contact-us #section-2 .columns.wysiwyg h2,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .l2 #main-section .borders-bottom h2,
.l6 .wysiwyg .l2 #main-section .borders-bottom h3,
.l6 .wysiwyg .gform_wrapper .gform_heading .l2 #main-section .borders-bottom .gform_title,
.l2 #main-section .borders-bottom .gform_wrapper .gform_heading .l6 .wysiwyg .gform_title,
.gform_wrapper .gform_heading .l6 .wysiwyg .l2 #main-section .borders-bottom .gform_title,
.l6 .wysiwyg #banner .l2 #main-section .borders-bottom .sub-heading,
.l2 #main-section .borders-bottom #banner .l6 .wysiwyg .sub-heading,
#banner .l6 .wysiwyg .l2 #main-section .borders-bottom .sub-heading {
  display: block;
}

.l3 #main-section {
  padding-bottom: 5em;
}

.l3 #main-section .banner-carousel-image {
  margin-top: 10px;
}

.l3 #main-section .banner-carousel-image img:not(.deferred-image-pst-gallery) {
  width: 100% !important;
  height: auto;
}

@media only screen and (min-width: 1025px) {
  .l3 #main-section .banner-carousel-image {
    padding: 0 !important;
  }
}
.l3 #main-section .banner-carousel-image .owl-prev {
  left: 0 !important;
}

@media only screen and (min-width: 1025px) {
  .l3 #main-section .banner-carousel-image .owl-prev {
    left: 0 !important;
  }
}
.l3 #main-section .banner-carousel-image .owl-next {
  right: 0 !important;
}

@media only screen and (min-width: 1025px) {
  .l3 #main-section .banner-carousel-image .owl-next {
    right: 0 !important;
  }
}
.l3 .sidebar {
  margin: 3em 0 0 0;
}

.l6 #main-section h1 {
  margin: 1em 0 0.8em !important;
}

.l6 #main-section .blog-image {
  width: 100% !important;
  height: auto;
  margin: 3em 0 0;
}

.l6 #testimonial-section {
  margin: 6em 0;
}

.l6 #tour-block-section a:hover .h4,
.l6 #tour-block-section a:hover .text-columns .intropara,
.text-columns .l6 #tour-block-section a:hover .intropara,
#main-section .wysiwyg .l6 #tour-block-section a:hover h3,
#main-section .wysiwyg .gform_wrapper .gform_heading .l6 #tour-block-section a:hover .gform_title,
.l6 #tour-block-section a:hover .gform_wrapper .gform_heading #main-section .wysiwyg .gform_title,
.gform_wrapper .gform_heading #main-section .wysiwyg .l6 #tour-block-section a:hover .gform_title,
#main-section .wysiwyg #banner .l6 #tour-block-section a:hover .sub-heading,
.l6 #tour-block-section a:hover #banner #main-section .wysiwyg .sub-heading,
#banner #main-section .wysiwyg .l6 #tour-block-section a:hover .sub-heading,
.l6 #tour-block-section a:hover #body.pdl10-contact-us #section-2 .columns.wysiwyg h1,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .l6 #tour-block-section a:hover h1,
.l6 #tour-block-section a:hover #body.pdl10-contact-us #section-2 .columns.wysiwyg h2,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .l6 #tour-block-section a:hover h2,
.l6 #tour-block-section a:hover .wysiwyg h3,
.l6 .wysiwyg #tour-block-section a:hover h3,
.l6 #tour-block-section a:hover .wysiwyg .gform_wrapper .gform_heading .gform_title,
.l6 .wysiwyg .gform_wrapper .gform_heading #tour-block-section a:hover .gform_title,
.gform_wrapper .gform_heading .l6 #tour-block-section a:hover .wysiwyg .gform_title,
.gform_wrapper .gform_heading .l6 .wysiwyg #tour-block-section a:hover .gform_title,
.l6 #tour-block-section a:hover .wysiwyg #banner .sub-heading,
.l6 .wysiwyg #banner #tour-block-section a:hover .sub-heading,
#banner .l6 #tour-block-section a:hover .wysiwyg .sub-heading,
#banner .l6 .wysiwyg #tour-block-section a:hover .sub-heading {
  transition: all 0.3s ease-in-out;
  color: rgba(43, 103, 146, 0.8);
}

.l6 .tab-content {
  margin: 30px 0 60px;
}

.l6 .wysiwyg {
  margin: 2em 0 3em !important;
}

.l6 .faq-box {
  display: inline-block;
  margin: 0.5em auto;
}

.l6 .faq-box img {
  float: left;
  padding: 0.2em;
  width: 5em;
  margin: 0 1.5em 0.1em 0;
}

.l6 .faq-box h2 {
  margin: 0;
}

.l6 .faq-box p,
.l6 .faq-box .gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading .l6 .faq-box .gform_description,
.l6 .faq-box .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .l6 .faq-box label,
.l6 .faq-box .gform_wrapper .gfield_description,
.gform_wrapper .l6 .faq-box .gfield_description {
  margin: 0;
}

.l6 #endorsement-section {
  padding-bottom: 75px;
  padding-top: 75px;
}

.l6 .gform_footer .btn,
.l6 #body .gform_footer input[type=submit],
#body .l6 .gform_footer input[type=submit],
.l6 .gform_footer input[type=submit] {
  width: 100%;
  margin: 0.5em 0 0.5em;
  line-height: 2;
  text-align: right;
  padding: 0.3em 0.6em;
  color: #fff;
  background-color: #1f5497;
}

.l6 .sidebar {
  margin: 3em 0 0 0;
}

.stickydatemenuwrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.showstickydatemenu .stickydatemenuwrapper {
  visibility: visible;
  opacity: 1;
}

.stickydatemenuwrapper,
.datemenuwrapper {
  background-color: #f2f2f2;
  padding: 10px;
}

.stickydatemenuwrapper > h2,
.datemenuwrapper > h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stickydatemenuwrapper > h2 i,
.datemenuwrapper > h2 i {
  font-size: 15px;
  margin: 0 0 0 10px;
}

@media only screen and (min-width: 768px) {
  .stickydatemenuwrapper > h2 i,
  .datemenuwrapper > h2 i {
    display: none;
  }
}
.stickydatemenuwrapper > h2.active i:before,
.datemenuwrapper > h2.active i:before {
  content: "\f068";
}

@media only screen and (max-width: 767px) {
  .stickydatemenuwrapper > h2,
  .datemenuwrapper > h2 {
    cursor: pointer;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .stickydatemenuwrapper .stickydatemenu,
  .datemenuwrapper .stickydatemenu {
    display: none;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .stickydatemenuwrapper {
    padding: 10px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .stickydatemenuwrapper > h2 {
    display: none;
  }
}
.datemenuwrapper {
  margin-top: 50px;
}

.stickydatemenu {
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 767px) {
  .stickydatemenu {
    display: block;
  }
}
.stickydatemenu > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .stickydatemenu > div {
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 21px;
    line-height: 1.3;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .stickydatemenu > div:last-child {
    border-width: 0;
  }
}
.stickydatemenu > div h4,
.stickydatemenu > div .gform_wrapper .gsection .gsection_title,
.gform_wrapper .gsection .stickydatemenu > div .gsection_title,
.stickydatemenu > div #body.blog #respond #reply-title,
#body.blog #respond .stickydatemenu > div #reply-title {
  width: 100%;
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .stickydatemenu > div h4,
  .stickydatemenu > div .gform_wrapper .gsection .gsection_title,
  .gform_wrapper .gsection .stickydatemenu > div .gsection_title,
  .stickydatemenu > div #body.blog #respond #reply-title,
  #body.blog #respond .stickydatemenu > div #reply-title {
    line-height: 1.3;
    width: auto;
  }
}
.stickydatemenu > div span {
  padding: 0 5px;
}

.stickydatemenu > div span a {
  color: #c5baa5;
}

.stickydatemenu > div span a:hover {
  color: #29abe2;
}

.stickydatemenu > div span:after {
  content: "/";
  transform: translateX(5px);
  display: inline-block;
}

.stickydatemenu > div span:first-of-type a {
  color: #1b4669;
}

.stickydatemenu > div span:first-of-type a:hover {
  color: #29abe2;
}

.stickydatemenu > div span:last-child:after {
  display: none;
}

.reviews-article {
  margin-top: 40px;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif;
  padding: 20px 12px;
  border-radius: 20px;
  box-shadow: #000 0 5px 10px -10px;
}

.reviews-article p {
  margin-top: 4px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0;
  text-align: center;
}

.reviews-article svg {
  height: 120px;
  width: 120px;
}

.reviews-header {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-family: sans-serif;
  color: #fff;
  width: 140px;
  margin: 5px auto 0;
  line-height: 1;
}

.reviews-header svg {
  margin-right: 4px;
}

.reviews-header-text {
  color: #fff;
  font-family: sans-serif;
  margin-top: 2px;
  margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
  .datemenuwrapper .fa-plus {
    display: none;
  }
}
button.spinner,
#submit.spinner,
#newsletter-submit.spinner {
  /*background: #5f67c1!important;*/
  background: #979797 !important;
  pointer-events: none;
  cursor: default;
  overflow: hidden;
}

button.spinner::before {
  content: "";
  width: 1000%;
  height: 5px;
  background: linear-gradient(120deg, #38a6ff, #4eefff, #54ff80, #4eefff, #38a6ff);
  /*background: linear-gradient(
  135deg
   , #f3f3f3 25%, transparent 25%) -50px 0, linear-gradient(
  225deg
   , #f3f3f3 25%, transparent 25%) -50px 0, linear-gradient(
  315deg
   , #f3f3f3 25%, transparent 25%), linear-gradient(
  45deg
   , #f3f3f3 25%, transparent 25%);
      background-size: 16% 150%;*/
  background-size: 30%;
  background-color: #2b6792;
  left: 0%;
  bottom: 0;
  position: absolute;
  animation: loadingBar 3s infinite;
  animation-direction: alternate;
  -webkit-animation: loadingBar 3s infinite;
  -webkit-animation-direction: alternate;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  opacity: 0.8;
}

@keyframes loadingBar {
  from {
    left: 0%;
  }
  to {
    left: -900%;
  }
}
.related-blog-posts a.related-tour-item:hover {
  transform: translateX(7px);
  background: #2b6792;
}

.related-blog-posts.alt a.related-tour-item:hover {
  background: #c5baa5;
}

.related-blog-posts.alt a.related-tour-item:hover .r-t-thumbnail {
  box-shadow: #c5baa5 0px 0px 0 10px;
}

.related-blog-posts a.related-tour-item:hover .r-t-title {
  /* text-decoration: underline; */
  color: white;
}

.html-sitemap .meta-item {
  display: block;
  margin-bottom: 10px;
}

.html-sitemap ul,
.html-sitemap ul > li,
.html-sitemap .root {
  position: relative;
}

.html-sitemap:not(.is-admin) .page_item_has_children .root.ul_not_empty:after {
  top: 10px !important;
}

.html-sitemap.is-admin ul.children > li {
  margin-bottom: -10px !important;
}

.html-sitemap li:not(.page_item):before {
  width: 30px;
  height: 5px;
  left: -40px;
  top: 10px;
  content: "";
  position: absolute;
}

.html-sitemap ul.children:not(:empty) li:not(:last-of-type):after,
.html-sitemap .page_item_has_children .root.ul_not_empty:after {
  width: 5px;
  height: 100%;
  box-sizing: border-box;
  left: -40px;
  top: 10px;
  content: "";
  position: absolute;
  z-index: 9;
  background: #a8a8a8;
}

.html-sitemap.is-admin .page_item_has_children .root.ul_not_empty:after {
  width: 5px;
  height: 100%;
  padding-bottom: 10px;
  box-sizing: content-box;
  left: -20px !important;
  top: 10px;
  content: "";
  position: absolute;
  z-index: 9;
  background: #a8a8a8;
}

.html-sitemap .page_item_has_children .root.ul_not_empty:after {
  left: -20px !important;
  top: 15px;
  padding-bottom: 5px;
  box-sizing: content-box;
}

.html-sitemap li:before,
.html-sitemap ul.children:not(:empty):before {
  background: #a8a8a8;
}

/*.html-sitemap .admin-block li:before, .html-sitemap .admin-block ul.children:not(:empty):before, .html-sitemap li.noindex:before {
    background: #f65656!important;
}*/
.html-sitemap > ul li.noindex:before {
  background: #f65656 !important;
}

.html-sitemap:not(.is-admin) li,
.html-sitemap:not(.is-admin) .root {
  padding-bottom: 10px !important;
}

.html-sitemap .admin-block {
  padding: 25px;
  border: solid grey 1px;
  border-radius: 5px;
  background: #e6e6e6;
}

.html-sitemap .admin-block,
.html-sitemap .admin-block .page_item_has_children {
  /*border-left: #f65656 5px solid;*/
}

.html-sitemap .meta-item:not(.slug) {
  padding: 10px;
  background: white;
}

.html-sitemap .meta {
  font-size: 0.75rem;
  font-weight: bold;
  margin-left: 10px;
}

.html-sitemap {
  background: #f7f7f7;
  padding: 30px;
}

.html-sitemap .meta > span:before {
  background: #c5baa5;
  padding: 5px 7px;
  border-radius: 3px;
  margin-right: 10px;
}

.html-sitemap .meta span.title:before {
  content: "SEO title";
  background: #7fb77c;
  color: white;
}

.html-sitemap .meta span.desc:before {
  content: "Meta desc";
  background: #8c7cb7;
  color: white;
}

.html-sitemap .meta span.focus:before {
  content: "Focus Keywords";
  background: #c5baa5;
  color: white;
}

.html-sitemap:not(.admin-block) .page_item_has_children ul.children:empty {
  display: none;
}

.html-sitemap .root:not(.is-relevant-item),
.html-sitemap .children li:not(.is-relevant-item) {
  opacity: 0.5;
}

.html-sitemap .root:before {
  background: #a8a8a8;
}

.html-sitemap .root:before {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: solid #a8a8a8 5px;
  background: white;
  content: "";
  position: absolute;
  left: -28px !important;
  top: 3px !important;
  z-index: 999;
}

.html-sitemap li {
  list-style: none !important;
}

.html-sitemap span.meta-item:empty {
  border-bottom: rgba(255, 0, 0, 0.5098039216) solid 5px;
}

.upper-labels label {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}

.upper-labels .no-child-margin > label {
  margin: 0 !important;
}

span.optional, span.gfield_required {
  color: grey;
  font-style: italic;
  font-size: 0.8em;
}

.breadcrumbs span a span:hover {
  color: #4a83cc;
}

.iehidden {
  /* height: 400px; */
  padding: 150px 100px;
  text-align: center;
}

#body.blog section p:not(.wp-caption-text) {
  text-align: justify;
}

.post-list.featured-post li:hover {
  /*background: $blue!important;*/
}

.post-list.featured-post a,
.post-list.featured-post:hover a {
  /*color: #c8bdaa!important;*/
}

/*.post-list.featured-post:hover * {
    color: $blue!important;
}*/
.post-list.featured-post * {
  /*color: white!important;*/
}

.post-list.featured-post {
  position: relative;
}

.post-list.featured-post .sticky-icon {
  margin-top: 4px;
  position: absolute;
  z-index: 9;
  right: 10px;
  font-size: 30px;
  transform: rotate(45deg);
}

.post-list.featured-post ul {
  box-shadow: 0 15px 20px -7px rgba(0, 0, 0, 0.27);
}

#body.blog .post-list.featured-post .article:last-child {
  /*border-width: 0px !important;*/
}

img.deferred-image-pst-gallery.loading {
  width: unset !important;
  height: unset !important;
  max-width: unset !important;
  min-width: unset !important;
  max-height: unset !important;
  min-height: unset !important;
  height: 200px !important;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0.5;
}

img.deferred-image-pst-gallery {
  opacity: 0;
}

img.deferred-image-pst-gallery.loaded {
  opacity: 1;
  left: 0%;
  transform: translate(0%, 0);
  transition: opacity 2s;
}

#wpfront-scroll-top-container {
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  background-color: white;
  padding: 8px 12px 0 12px;
  border-radius: 50px;
  line-height: 55px;
}

body.gutenberg .post .post-content-section {
  display: inline-block;
}

.col-sm-8 {
  z-index: 1;
}

div.wysiwyg h3 a {
  text-decoration: underline;
}

#gform_fields_4 .gfield_label {
  text-align: left !important;
}

#gform_fields_4 li ul.gfield_radio {
  width: calc(20% + 16px) !important;
}

div.itin-day-container span.itin-day {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  background: #c5baa5;
  padding: 0 10px;
  border-radius: 25px;
}

div.itin-day-container:not(:first-child) {
  margin-top: 20px;
}

body.showmobnav #mobmenu {
  box-shadow: black 10px 0px 20px -20px;
}

.showmobnav .sticky-container.sticky {
  margin-left: 260px;
}

.showmobnav #mobnavbtn #mobnavtrigger span.bar1 {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.showmobnav #mobnavbtn #mobnavtrigger span.bar3 {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

#mobnavbtn #mobnavtrigger span {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#nav {
  width: 100%;
  float: left;
}

#mobnavbtn {
  float: left;
}

ul.languages {
  float: right;
}

#nav-wrapper .navbar {
  line-height: 0 !important;
}

#app .tourlist-items a {
  /* fix due to waypoint checkpoints displaying height on live site */
  /*margin-bottom: -15px;*/
}

#app button:after {
  display: none;
  content: "";
}

#app .input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}

#app button,
#app .btn {
  margin: 0px !important;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

#app .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

#app .input-group > .form-control:not(:last-child),
#app .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#app .input-group > .input-group-append > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#app .input-group > .form-control,
#app .input-group > .form-control-plaintext,
#app .input-group > .custom-select,
#app .input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

#app .btn-outline-danger {
  /*color: #dc3545;
  border-color: #dc3545;*/
  color: #b1b1b1;
  border-left: 0;
  border-color: #ced4da;
  margin-bottom: -1px !important;
}

#app .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* pst scheme change */
.aito-embedded img {
  display: none;
  opacity: 0;
  height: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
}

.l3 .tour-country-tag,
.l3 .tour-country-tag > * {
  color: white !important;
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 30px;
}

.modal--fade .modal-close:before,
.modal--show .modal-close:before {
  background: rgba(27, 70, 105, 0.68) !important;
}

form input,
form button,
form select,
form textarea {
  /*border: none!important;*/
}

span.tour-country-tag {
  /*background: #2b6792;*/
  background: #c5baa5;
  color: white;
  padding: 7px 10px;
  float: right;
  border-radius: 5px;
  margin-right: 10px;
  line-height: 1;
}

.hidden {
  display: none;
  opacity: 0;
  height: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
}

.featherlight .featherlight-image {
  height: 85vh !important;
  width: auto !important;
}

.featherlight .featherlight-content {
  margin-bottom: 45px;
}

.featherlight-content .caption {
  color: #fff !important;
  position: fixed;
  bottom: 0 !important;
  left: 0 !important;
  background: #a59684 !important;
  padding: 10px !important;
  width: 100% !important;
  margin: 0 auto;
  text-align: center !important;
}

@media only screen and (min-width: 541px) {
  div.gallery-img > section {
    display: contents !important;
  }
}
.featherlight-content .caption {
  color: #585858;
  position: fixed;
}

.featherlight-next span {
  right: 35% !important;
  left: auto !important;
}

.featherlight-next span,
.featherlight-previous span {
  display: inline-block !important;
  position: absolute;
  top: 50%;
  left: 35% !important;
  width: 25% !important;
  text-align: center;
  font-size: 50px !important;
  line-height: 80px;
  margin-top: -40px;
  text-shadow: 0 0 5px #fff;
  color: #ececec !important;
  font-style: normal;
  font-weight: 400;
}

.l6 .faq-box img {
  margin: 0 1.5em 2.1em 0 !important;
  width: 73px !important;
  /* box-shadow: $black2b 0px 2px 16px 0px; */
  border: solid 1px #c1bfbf;
  padding: 0 !important;
}

.tour-information img {
  width: 73px;
  border: solid 1px #c1bfbf;
}

.wysiwyg.expand-content-2019 {
  transition: height 2s;
  overflow: hidden;
  transition: height 1s;
}

.wysiwyg.expand-content-2019.active::before {
  content: "";
  height: inherit;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, rgb(255, 255, 255) 100%);
  position: absolute;
  width: 100%;
  margin-top: 1px;
}

li.article:hover {
  /*background-color: $gold19 !important;*/
  background: none !important;
  transform: scale(1.025);
}

.blog #main-section h1 {
  color: #948c7c !important;
}

/*li.article:hover .h4 {
    color: $gold!important;
}*/
.ui-widget-content a {
  color: #1b4669 !important;
}

.box {
  background-color: #f2f2f2 !important;
}

#body > div:not(.owl-carousel) h2:not(.h4) {
  /*border-bottom: solid $gold 1px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  */
}

#footer {
  border-top: solid #c5baa5 15px;
}

#footer span {
  color: white;
}

#header,
#footer {
  background-color: #1b4669 !important;
}

#wpfront-scroll-top-container {
  line-height: 50px !important;
  padding: 0px 10px !important;
  display: none;
}

#wpfront-scroll-top-container i,
#body.blog #searchform .searchformwrap button i,
span.older::after,
span.newer::after,
span.older a,
span.newer a,
.site-social a,
.wysiwyg a,
.postmeta a,
.post-meta a,
.post-categories a,
.intropara a {
  color: #1b4669 !important;
}

.testimonial-small blockquote:before,
.testimonial-small blockquote:after {
  color: #2b6792 !important;
}

p.intropara {
  color: #1b4669 !important;
}

#nav .nav > li:hover > a,
#nav .nav > li.active > a {
  color: #80796d !important;
}

#nav .nav > li .sub-menu {
  background-color: #fff !important;
}

#nav .nav > li .sub-menu li a {
  color: #80796d;
}

#nav .nav > li .sub-menu li a:hover {
  color: #a9a08f !important;
}

#form_tcms button#submit,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #2b6792 !important;
  border: 1px solid #f6f6f6 !important;
}

p.sig a {
  color: #1b4669 !important;
}

p.sig a,
.sidebar .link-block a,
.breadcrumbs span span,
h1,
h2,
h3,
.gform_wrapper .gform_heading .gform_title,
#banner .sub-heading,
h4,
.gform_wrapper .gsection .gsection_title,
#body.blog #respond #reply-title,
h5,
.wpcf7 .wpcf7-response-output,
.gform_wrapper .validation_error,
#body.blog #comments,
h6,
.h1,
.h2,
.h3,
#main-section .wysiwyg h2,
.l6 .wysiwyg h2,
.h4,
.text-columns .intropara,
#main-section .wysiwyg h3,
#main-section .wysiwyg .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading #main-section .wysiwyg .gform_title,
#main-section .wysiwyg #banner .sub-heading,
#banner #main-section .wysiwyg .sub-heading,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h1,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h2,
.l6 .wysiwyg h3,
.l6 .wysiwyg .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading .l6 .wysiwyg .gform_title,
.l6 .wysiwyg #banner .sub-heading,
#banner .l6 .wysiwyg .sub-heading,
.h5,
.intropara,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h3,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gform_heading #body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #banner .sub-heading,
#banner #body.pdl10-contact-us #section-2 .columns.wysiwyg .sub-heading,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h4,
#body.pdl10-contact-us #section-2 .columns.wysiwyg .gform_wrapper .gsection .gsection_title,
.gform_wrapper .gsection #body.pdl10-contact-us #section-2 .columns.wysiwyg .gsection_title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg #body.blog #respond #reply-title,
#body.blog #respond #body.pdl10-contact-us #section-2 .columns.wysiwyg #reply-title,
#body.pdl10-contact-us #section-2 .columns.wysiwyg h6,
.h6 {
  color: #1b4669;
}

#endorsement-section p a,
#endorsement-section .gform_wrapper .gform_heading .gform_description a,
.gform_wrapper .gform_heading #endorsement-section .gform_description a,
#endorsement-section .gform_wrapper .gform_fields .gfield .gfield_checkbox label a,
.gform_wrapper .gform_fields .gfield .gfield_checkbox #endorsement-section label a,
#endorsement-section .gform_wrapper .gfield_description a,
.gform_wrapper #endorsement-section .gfield_description a,
.endorsement p a,
.endorsement .gform_wrapper .gform_heading .gform_description a,
.gform_wrapper .gform_heading .endorsement .gform_description a,
.endorsement .gform_wrapper .gform_fields .gfield .gfield_checkbox label a,
.gform_wrapper .gform_fields .gfield .gfield_checkbox .endorsement label a,
.endorsement .gform_wrapper .gfield_description a,
.gform_wrapper .endorsement .gfield_description a {
  color: #2b6792;
}

#social-section .btn:after,
#social-section #body .gform_footer input[type=submit]:after,
#body .gform_footer #social-section input[type=submit]:after,
#social-section .l6 .gform_footer input[type=submit]:after,
.l6 .gform_footer #social-section input[type=submit]:after {
  background-color: #2b6792;
}

#footer .newsletter form .btn:hover,
#footer .newsletter form #body .gform_footer input[type=submit]:hover,
#body .gform_footer #footer .newsletter form input[type=submit]:hover,
#footer .newsletter form .l6 .gform_footer input[type=submit]:hover,
.l6 .gform_footer #footer .newsletter form input[type=submit]:hover {
  background-color: #368dca;
}

#footer .newsletter form .btn,
#footer .newsletter form #body .gform_footer input[type=submit],
#body .gform_footer #footer .newsletter form input[type=submit],
#footer .newsletter form .l6 .gform_footer input[type=submit],
.l6 .gform_footer #footer .newsletter form input[type=submit] {
  background-color: #2b6792;
}

.expand i,
.select-section .btn:after,
.select-section #body .gform_footer input[type=submit]:after,
#body .gform_footer .select-section input[type=submit]:after,
.select-section .l6 .gform_footer input[type=submit]:after,
.l6 .gform_footer .select-section input[type=submit]:after {
  background-color: #2b6792;
}

.btn:after,
#body .gform_footer input[type=submit]:after,
.l6 .gform_footer input[type=submit]:after,
input[type=submit]:after,
.outer:not(header) button:after {
  color: #1b4669;
}

.select-section .btn:hover:after,
.select-section #body .gform_footer input[type=submit]:hover:after,
#body .gform_footer .select-section input[type=submit]:hover:after,
.select-section .l6 .gform_footer input[type=submit]:hover:after,
.l6 .gform_footer .select-section input[type=submit]:hover:after {
  background-color: rgba(43, 103, 146, 0.8);
}

.expand i:hover,
#social-section .btn:hover:after,
#social-section #body .gform_footer input[type=submit]:hover:after,
#body .gform_footer #social-section input[type=submit]:hover:after,
#social-section .l6 .gform_footer input[type=submit]:hover:after,
.l6 .gform_footer #social-section input[type=submit]:hover:after {
  background-color: rgba(43, 103, 146, 0.8);
}

a:hover {
  color: #2b6792;
}

.btn.btn-bg,
#body .gform_footer input.btn-bg[type=submit],
.l6 .gform_footer input.btn-bg[type=submit],
input[type=submit].btn-bg,
button.btn-bg {
  background-color: #2b6792;
}

.btn.btn-bg:hover,
#body .gform_footer input.btn-bg[type=submit]:hover,
.l6 .gform_footer input.btn-bg[type=submit]:hover,
input[type=submit].btn-bg:hover,
button.btn-bg:hover {
  background-color: #378ac3;
  color: white !important;
}

#nav .nav > li {
  line-height: 40px !important;
}

#nav-wrapper {
  height: 40px;
  background-color: #c5baa5 !important;
}

.owl-dots .owl-dot.active {
  background-color: #c5baa5 !important;
}

.owl-dots .owl-dot {
  background-color: #2b6792 !important;
}

p.intropara.desc {
  background: rgba(43, 103, 146, 0.85) !important;
  color: white !important;
}

.l4.blog h1.h2 {
  margin-top: 25px !important;
}

.owl-carousel {
  margin-top: 10px;
}

/* pst scheme change */
img.aito-button {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .l3 #banner.owl-carousel .owl-stage-outer .owl-stage .owl-item .slide img:not(.deferred-image-pst-gallery) {
    max-width: 60vw !important;
  }
  .hide-desktop {
    display: none !important;
  }
  #footer .newsletter {
    border-bottom: 2px solid #2b6792 !important;
  }
  #footer .footer-contact {
    border-right: 2px solid #2b6792 !important;
  }
  #footer .misc-links {
    border-left: 2px solid #2b6792 !important;
  }
  .banner-carousel-text .content-right .banner-text-bg {
    width: 45%;
    height: 510px;
    box-sizing: border-box;
    padding: 2em !important;
    margin: 0 0 0 auto !important;
  }
}
#banner.owl-carousel .owl-item {
  height: -moz-max-content !important;
  height: -webkit-max-content !important;
  height: max-content !important;
  max-height: 590px;
  min-height: 160px;
}

#banner.owl-carousel .owl-stage-outer .owl-stage .owl-item a.slide > * {
  height: auto;
  /*height: -webkit-fill-available;*/
}

#banner.owl-carousel .owl-stage-outer .owl-stage .owl-item .slide > *:not(.text) {
  /*width: auto!important;
  width: -webkit-fill-available;*/
}

.owl-carousel .owl-item,
.owl-carousel .owl-item img {
  object-fit: cover;
  width: 100%;
}

#banner .slide {
  /*width: auto !important;*/
}

/*.homepage #banner.owl-carousel .owl-stage-outer,
.homepage #banner.owl-carousel .owl-stage,
.homepage #banner.owl-carousel .owl-item,
.homepage #banner.owl-carousel .slide {
    min-height: 500px !important;
}*/
@media only screen and (max-width: 1266px) {
  .featherlight-content .caption {
    line-height: 1.2;
  }
  .featherlight .featherlight-image {
    height: auto !important;
    width: 90vw !important;
  }
}
@media only screen and (max-width: 540px) {
  #banner.owl-carousel .owl-stage-outer .owl-stage .owl-item a.slide > * {
    height: 400px;
  }
  div#breadcrumb-section {
    /*opacity: 1;
    height: 0px;*/
  }
  div#main-section {
    padding-top: 30px;
  }
  #banner.owl-carousel .owl-item {
    min-height: 80px !important;
  }
  .banner-carousel-text h2 {
    font-size: 40px !important;
    top: 20px !important;
  }
  .intropara.sml:not(.desc) {
    font-size: 0.8em;
  }
  .block-with-text {
    overflow: hidden !important;
    position: relative;
    max-height: 152px !important;
    margin-right: -1em;
    padding-right: 1em;
  }
  .block-with-text:before {
    /* points in the end */
    /*content: '...';*/
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 5px;
    bottom: 0;
  }
  .block-with-text:after {
    /* points in the end */
    content: "";
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    width: 1em;
    /* set width and height */
    height: 1em;
    margin-top: 0.2em;
  }
  /* styles for clamping on mobile and elipsis'...' */
  p.intropara.desc {
    max-height: 400px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
  }
}
.modal--fade .modal-inner,
.modal--show .modal-inner {
  left: 45% !important;
  margin-left: -35% !important;
  width: 80% !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #f6f6f6 !important;
  background: #1e5497;
  color: #fff !important;
}

#body ul li:last-child,
.gform_wrapper ul li:last-child {
  border-width: inherit;
  border-bottom-width: 1px;
}

.tab-content .ui-tabs-panel {
  padding: 1em 0 !important;
  background-color: #f2f2f2 !important;
  border-radius: 0;
  padding: 20px !important;
}

.tour-information .tour-tab-info {
  background-color: #f2f2f2 !important;
  border-radius: 0 !important;
  padding: 20px !important;
}

.ui-widget.ui-widget-content {
  border: none !important;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #fff !important;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #454545 !important;
}

li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
  background: #f2f2f2 !important;
  color: #454545 !important;
  border: none !important;
  outline: none;
  border-color: #1e5497;
}

#nav-wrapper {
  z-index: 1038 !important;
}

#header {
  z-index: 1039 !important;
}

.tour-page #banner.owl-carousel .owl-item {
  height: auto !important;
  margin-bottom: 10px;
}

.text-lowercase {
  text-transform: lowercase !important;
}

/*div.bgimg:before {
    background: -moz-linear-gradient(top, #2299ff -30%,$white00 75%);
    background: -webkit-linear-gradient(top, #2299ff -30%,$white00 75%);
    background: linear-gradient(to bottom, #5fb5ff -30%,$white00 75%);
    display: block;
    height: 100%;
    width: 100%;
    content: '';
    opacity: 0.5;
}*/
#endorsement-section .borders {
  border-radius: 5px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

#endorsement-section .images-box {
  margin-top: 3px;
}

/* gallery */
.custom-gallery h3 {
  margin-left: 25px !important;
}

div.post .custom-gallery h3 {
  font-family: cinzel, sans-serif !important;
  position: relative;
  text-align: center;
  padding: 0 50px !important;
  color: #fff !important;
  line-height: 2 !important;
  text-transform: uppercase !important;
  font-size: 30px !important;
  background: #1b4669;
  margin: 0 !important;
}

div.post .custom-gallery h3:after {
  display: block;
  content: "";
  background: #c5baa5;
  position: relative;
  width: 80%;
  margin: 0 auto;
  height: 2px;
  bottom: 10px;
}

.custom-gallery {
  background: #f2f2f2;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 30px;
  clear: both;
  border-radius: 15px;
  overflow: auto;
}

.gallery-img img {
  margin: 15px !important;
  background: #f2f2f2;
  padding: 10px;
  min-height: 180px;
  width: 180px;
  display: inline-flex;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 30px -7px;
}

span.dpsp-pin-it-wrapper {
  display: initial !important;
}

a.dpsp-pin-it-button {
  display: none !important;
}

.wp-caption img.lazy-loaded {
  margin-bottom: 0 !important;
}

.gallery-img {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 auto;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 540px) {
  .gallery-img a {
    margin: 0 auto;
    text-align: center;
  }
  .custom-gallery {
    background: #1b4669 !important;
  }
  .gallery-img img {
    min-height: auto !important;
    min-width: unset !important;
    margin: 15px 0 !important;
    height: auto;
    width: 90% !important;
    background: #f2f2f2 !important;
  }
  .custom-gallery h3 {
    margin-left: 0px !important;
    text-align: center;
  }
}
/* search customisation */
span.search-post-type {
  color: #fff;
  margin-right: 10px;
  /*font-weight: 600;*/
  padding: 0 10px;
  text-transform: uppercase;
  background: #b6a97a;
  box-shadow: #867a50 2px 2px 0;
}

span.search-blog {
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  color: #1b3250;
  font-family: "Lato", sans-serif;
}

span.search-tour-dates {
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  color: #1b3250;
  font-family: "Lato", sans-serif;
}

@media only screen and (min-width: 1025px) {
  span.search-post-type {
    font-size: 29px;
  }
  span.search-blog,
  span.search-tour-dates {
    font-size: 18px;
  }
  h1.search-result {
    font-size: 45px;
  }
  span.ginput_left,
  span.ginput_right {
    width: 48.75%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 0 3px;
    /* margin: 0 auto; */
  }
}
div.breadcrumbs a.post.post-page.current-item span {
  font-weight: 900 !important;
}

body > .call-modal.aito-link {
  z-index: 9999999 !important;
}

@media only screen and (max-width: 1024px) {
  #header .site-contact > div {
    margin: 0 !important;
    text-align: center;
    display: block;
  }
  #header .site-social {
    right: 130px !important;
  }
  #body.l2 div#main-section .container .row > div {
    display: inline-block;
    /* bug fix iphone. Tourlist pages seem to incorrectly display side-by-side col's */
  }
  .l3 #banner.owl-carousel .owl-stage-outer .owl-stage .owl-item .slide img {
    max-width: 100vw !important;
  }
  .sidebar {
    margin-top: 0 !important;
  }
  .l3 #main-section {
    padding-bottom: 0em;
  }
  span.search-post-type {
    font-size: 29px;
  }
  span.search-blog,
  span.search-tour-dates {
    font-size: 18px;
  }
  h1.search-result {
    font-size: 45px;
  }
  #website-wrap {
    transform: none;
  }
  .sticky-footer {
    bottom: 0px;
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    text-align: -webkit-center;
    background-color: #2b6792;
  }
  a.book-now.btn.btn-bg.icon-right {
    display: inline-block;
    width: 49%;
    margin: 0 !important;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    background-color: #2b6792 !important;
    padding: 10px !important;
  }
}
div#mobmenu {
  z-index: 9999999;
}

.stickydatemenuwrapper {
  top: 40px;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.2);
}

#nav-wrapper.stuck {
  top: 0;
  position: fixed;
  z-index: 9999998 !important;
}

@media only screen and (max-width: 767px) {
  #body.l2 .post-list .tour {
    padding: 30px 20px 30px 20px !important;
  }
  .tour-img-container {
    margin-bottom: 20px;
    height: 200px;
    height: 20vh;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .blog .post-list ul li img {
    position: initial;
    transform: unset;
  }
  .post-list ul li img,
  .post-list .tour img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  span.search-post-type {
    font-size: 28px;
  }
  span.search-blog,
  span.search-tour-dates {
    font-size: 17px;
  }
  h1.search-result {
    font-size: 40px;
  }
}
.recommendation-mobile {
  display: none;
}

.btn,
div:not(.post-list) > h3:not(.h4),
strong,
.rp4wp-related-post-content a {
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width: 540px) {
  .testimonial-small:last-child {
    display: none;
  }
  .sticky-footer .btn,
  .sticky-footer div:not(.post-list) > h3:not(.h4),
  .sticky-footer strong,
  .sticky-footer .rp4wp-related-post-content a {
    font-family: "Lato", sans-serif !important;
    display: block;
  }
  .recommendation-mobile {
    display: unset;
  }
  span.search-post-type {
    font-size: 23px;
  }
  span.search-blog,
  span.search-tour-dates {
    font-size: 15px;
  }
  h1.search-result {
    font-size: 38px;
  }
}
@media only screen and (max-width: 380px) {
  .sticky-footer .btn.btn-bg:after {
    display: none !important;
  }
}
span.search-post-type.recipe {
  background: #b67a7a;
  box-shadow: #865050 2px 2px 0;
}

span.search-post-type.page {
  background: #83b67a;
  box-shadow: #518650 2px 2px 0;
}

span.search-post-type.blog {
  background: #7a8ab6;
  box-shadow: #515086 2px 2px 0;
}

span.search-blog:before {
  content: "Posted: ";
  color: gray;
}

span.search-tour-dates:before {
  content: "Next tour date: ";
  color: gray;
}

/*pintrest related styles*/
.pst-img-container span {
  position: absolute;
  right: 15px;
}

.pst-img-container {
  position: relative;
}

.pst-img-container img {
  margin: 0 !important;
}

/*floated image block alternative types*/
img.floated-image-gulet {
  max-height: 600px;
}

button#newsletter-submit-form1,
button#newsletter-submit-form2 {
  background: #1f5497 !important;
  color: white !important;
  padding: 5px 5px 5px 20px !important;
}

/*remove scrollbar*/
div#mobmenu {
  overflow: auto;
}

#gdpr-table td {
  border: solid 3px whitesmoke;
  padding: 10px;
}

.tcms_form_wrapper textarea {
  background-color: #fff !important;
  border: 2px solid #dfdfdf !important;
  width: 100%;
  width: 100% !important;
  display: block;
  border-width: 0;
  border: none;
  border-radius: 0;
  background-color: #f2f2f2;
  box-shadow: none;
  padding: 8px 0;
  position: relative;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  #header .site-logo > a {
    padding: 0px !important;
  }
  /*#header .site-logo {
      width: 200px;
  }
  #header #header-inner {
      flex-flow: column;
  }*/
}
@media only screen and (max-width: 1024px) {
  #mobmenu li.menu-item-has-children span:after {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "^";
    width: inherit;
    color: #122845;
    font-weight: bold;
  }
  #mobmenu li.menu-item-has-children span {
    width: 40px;
    height: 40px;
    /*background: #d1d6dc;*/
  }
  #mobmenu li.menu-item-has-children span.active:after {
    transform: rotate(180deg);
  }
  ul.sub-menu {
    padding-left: 10px;
  }
  #mobmenu li .sub-menu li a {
    height: 35px;
  }
}
/*custom temp css overrides*/
.stickydatemenu > div span a {
  color: #1b3250;
}

.cff-default-styles {
  height: 500px;
  overflow: auto;
}

.no-margin-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.post-content-section > h5 > em {
  font-size: 0.6em;
  color: #1d5894;
  font-weight: 600;
}

.testi-block > a {
  font-weight: bold;
  color: #1f5497;
  text-transform: capitalize;
  font-style: italic;
}

.testi-block > a:hover {
  color: #4a83cc;
}

p.testi-description {
  color: #7a7a7a !important;
  cursor: default;
}

.testi-page {
  padding: 0;
}

.testi-block {
  margin-bottom: 35px;
  background: #f2f2f2;
  padding: 20px;
}

p.sig a {
  display: block;
  font-weight: bold;
  color: #1f5497;
  text-transform: capitalize;
  font-size: 14px;
  font-style: italic;
}

p.sig a:hover {
  color: #4a83cc;
}

/*form*/
button.spinner::after,
#newsletter-submit.spinner::after {
  content: "\f1ce" !important;
  font-size: 14px !important;
  margin: 0 0 0 2em;
  transition: all, ease, 0.3s;
  padding: 0.5em 0.7em !important;
  background-color: rgba(31, 84, 151, 0) !important;
  color: #fff !important;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ginput_full label,
.ginput_left label,
.ginput_right label {
  margin-bottom: 25px;
}

.tcms_form_wrapper {
  background-color: #f2f2f2;
  padding: 2em;
  max-width: 100%;
  margin: 3em 0 0 !important;
}

.tcms_form_wrapper input {
  background-color: #fff;
  border: 2px solid #dfdfdf;
}

span.ginput_right select {
  min-height: 45px !important;
}

span.ginput_left.perm_email,
span.ginput_full.perm_email {
  display: inline-flex;
  padding: 5px;
}

span.ginput_left.perm_email label,
span.ginput_full.perm_email label {
  padding-left: 10px;
}

#form_tcms h3.gform_title {
  font-weight: 500 !important;
  font-size: 25px !important;
  margin-bottom: 20px !important;
  color: #c5baa5;
}

#form_tcms span select {
  min-height: 45px !important;
}

#form_tcms button#submit {
  /*width: 20%;*/
  margin: 0.5em 0 0.5em;
  line-height: 2;
  text-align: right !important;
  padding: 0.3em 0.6em !important;
  color: #fff !important;
  background-color: #1f5497;
}

#form_tcms button#submit::after {
  content: "\f054";
  font-size: 14px !important;
  margin: 0 0 0 1em;
  transition: all, ease, 0.3s;
  padding: 0.5em 0.7em !important;
  background-color: #1f5497;
  color: #fff !important;
}

/*tour page*/
div.tour-meta-data span.dates {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-left: 5px;
}

div.tour-meta-data .pre,
div.tour-meta-data .post {
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 5px;
  /*font-weight: bold;*/
  color: #b6a97a;
}

input.modal-closing-trick:checked ~ div {
  display: none !important;
}

input[type=checkbox].modal-closing-trick {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.nojs-modal {
  z-index: 999999999999;
  background-color: white;
  border: solid #1b3250 15px;
  padding: 30px;
  width: 500px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -150px;
  font-size: 20px;
  text-align: center;
  font-family: "Lato", sans-serif !important;
}

.nojs-modal a {
  font-weight: bold;
  text-decoration: underline;
}

#nojs-close {
  display: block;
  padding: 10px;
  margin: 20px;
  border: solid #b6a97a 2px;
  background: #f2f2f2;
  transition: all, ease, 0.3s;
}

#nojs-close:hover {
  border: solid #b6a97a 2px;
  background: #b6a97a;
  color: white;
}

/* blog dropdowns */
select {
  background-color: #fff;
  border: 2px solid #dfdfdf;
  width: 100%;
  width: 100%;
  display: block;
  border-width: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 0;
  position: relative;
  margin-bottom: 4px;
}

select.gold {
  background-color: #fff !important;
  border: 2px solid #c5baa5 !important;
  color: #b6a97a;
  width: 100%;
  width: 100% !important;
  display: block;
  border-width: 0;
  border: none;
  border-radius: 5px;
  background-color: #f2f2f2;
  box-shadow: none;
  padding: 8px 0;
  position: relative;
  margin-bottom: 4px;
  margin-top: 10px;
}

select > option {
  font-size: 18px !important;
  color: black;
}

/* Tour-list */
.post-list .tour img {
  margin: 0 25px 0 0;
}

#body.l2 .post-list .tour,
.page-template-late-availability .post-list .tour {
  padding-top: 30px;
  border-top: 1px solid #c5baa5;
  padding-bottom: 30px !important;
  margin-top: 0px !important;
  padding-left: 10px;
  /* background: antiquewhite; */
}

.prev-tours-block {
  padding-top: 60px;
  margin-bottom: 40px;
  border-top: #c5baa5 solid 1px;
}

.prev-tours-block a.btn.no-bg.icon-right {
  background: #2b6792;
  padding: 6px 6px 6px 20px;
  color: white;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.prev-tours-block a.btn.no-bg.icon-right:hover {
  background: #368dca;
  color: white !important;
}

.post-list a.tour:hover {
  background-color: #f2f2f2;
  opacity: 1;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.blog-post-nav.nav-border {
  padding-top: 1em;
  padding: 2em;
  border: none;
  /*border-top: $gold solid 1px;
  border-bottom: $gold solid 1px;
  background-color: $white;*/
  /*display: flex;
  justify-content: center;*/
}

.datemenuwrapper {
  padding-top: 1em;
  padding: 2em;
  /* border-top: $gold solid 1px; */
  /* border-bottom: $gold solid 1px; */
  /* background-color: $white; */
}

.showstickydatemenu .stickydatemenuwrapper {
  background-color: #f2f2f2 !important;
}

/* Temporary css to cater for link visibility in blog text and general text content */
#body .widget-booknow ul li {
  /*list-style-type: none!important;*/
}

/* apply to website wrap on lightbox load */
.blur {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Blog dirdy fixes */
div#respond {
  padding: 30px 20px;
  margin-top: 30px;
  border-top: solid 1px #c5baa5;
}

h5 em::after {
  content: close-quote;
}

h5 em::before {
  content: open-quote;
}

em {
  font-style: italic !important;
}

.hp-form {
  display: none !important;
}

span.older {
  float: right;
}

span.newer {
  float: left;
}

/*span.newer::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
    margin: 0 0 0 20px;
    transition: all, ease, 0.3s;
    padding: 0.5em 0.7em;
    color: #1b3250;
}

span.older::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    margin: 0 20px 0 0;
    transition: all, ease, 0.3s;
    padding: 0.5em 0.7em;
    color: #1b3250;
}*/
span.newer:empty,
span.older:empty {
  display: none;
}

.navigation {
  font-size: 1.5em;
  margin: 20px;
  display: flow-root;
}

ul.dpsp-networks-btns-wrapper.dpsp-networks-btns-content li {
  opacity: 0.7;
}

ul.dpsp-networks-btns-wrapper.dpsp-networks-btns-content li:hover,
ul.dpsp-networks-btns-wrapper.dpsp-networks-btns-content li:focus {
  opacity: 1;
}

.grey {
  background: #202c49 !important;
  border-color: #fff !important;
}

.grey::before {
  /*background: #19243f!important;*/
  /*border-color: #19243f!important;*/
}

span.dpsp-network-label {
  padding-left: 10px;
}

.wysiwyg a {
  color: #184f96;
  font-weight: bold;
}

.wysiwyg a:hover,
.media-body a:hover {
  color: #29abe2;
}

.postmeta a,
.post-meta a,
.post-categories a,
.intropara a {
  color: #184f96;
  font-weight: normal !important;
}

p.intropara {
  text-align: justify;
}

#body.blog .sidebar .widget {
  border-bottom-width: 0;
  /*padding-bottom: 20px !important;*/
}

#body.blog .sidebar ul li:last-child a {
  border-bottom-width: 2px;
  padding-bottom: 0;
}

.postmeta-firstline p {
  font-size: 1.1em !important;
}

@media only screen and (min-width: 768px) {
  .post-list ul li > div {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-items .site-social {
    display: none !important;
  }
  .l3 .tour-country-tag,
  .l3 .tour-country-tag > * {
    font-size: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .sidebar {
    /*pointer-events:none;*/
  }
}
div#archives-3,
div#archives-2 {
  margin-bottom: 1.5em;
}

input#search-bg {
  background: #fff !important;
}

.cat-item ul.children {
  margin-left: 20px;
}

span#cat-button,
span#archives-dropdown-3-button,
span#archives-dropdown-2-button {
  background: white;
}

ul#archives-dropdown-3-menu,
ul#archives-dropdown-2-menu,
ul#cat-menu {
  max-height: 400px;
}

ul#archives-dropdown-3-menu li,
ul#archives-dropdown-2-menu li,
ul#cat-menu li {
  padding-left: 15px !important;
}

.rp4wp-related-post-content a {
  font-family: "Lato", sans-serif;
  color: #6e6e6e;
  font-weight: bold;
  text-transform: uppercase;
}

label.screen-reader-text {
  display: none !important;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  padding: 10px;
  text-align: center;
  color: #6d6d6d;
}

div.wp-caption > a > img {
  width: 100%;
}

#dpsp-content-bottom {
  display: inline-block;
}

.pano {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 20px;
  display: inline-block;
}

p.wp-caption-text {
  font-size: 0.9em;
  padding-top: 8px;
}

.wp-caption > img.size-thumbnail,
.wp-caption > img.size-full,
.wp-caption > img.size-medium,
.wp-caption > img.size-small {
  /*width: 100% !important;*/
  /*max-width: 100%!important;*/
}

.rp4wp-related-posts {
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  border-top: solid 1px #c5baa5;
}

.rp4wp-related-post-image {
  width: 100% !important;
  padding: 0 0px 0px 0 !important;
  padding-right: 0 !important;
  opacity: 1;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.rp4wp-related-post-image:hover {
  opacity: 0.8;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.rp4wp-related-posts > ul > li {
  list-style: none !important;
  padding-left: 0 !important;
  /*margin-left: 0!important;*/
  text-align: -webkit-center;
  max-width: 150px;
  min-width: 100px;
  width: 25%;
  padding: 10px !important;
  background: #f2f2f2;
  /*max-height: 225px;*/
  /*min-height: 255px;*/
  overflow: hidden;
  /*margin: 5px!important;*/
  margin-right: 5% !important;
  margin-top: 20px !important;
}

/*.rp4wp-related-posts>ul>li::after {
    content: " ";
    height: 30px;
    width: 100%;
    display: block;
}*/
.rp4wp-related-post-content {
  margin-left: 0 !important;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  line-height: 17px;
}

img.attachment-thumbnail.size-thumbnail.wp-post-image {
  /*border: solid 5px #f2f2f2;*/
}

.rem-cap {
  text-transform: none !important;
}

/*categories pages*/
li.article:hover {
  background-color: #f7faff;
  opacity: 1;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.sidebar > div.widget > ul > li:last-child a {
  border-bottom-width: 0 !important;
  border-bottom: 0px solid #f2f2f2 !important;
}

#body.blog .article:last-child {
  /*border-width: 1px !important;*/
}

img.media-img.wp-post-image {
  object-fit: cover;
  width: 150px;
  height: 150px;
}

@media only screen and (min-width: 768px) {
  .media-body {
    /*width: 70% !important;*/
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .owl-dots,
  .owl-nav {
    right: -40px;
    left: -40px;
  }
  #body.blog .article .media .media-img {
    width: 100% !important;
    max-height: 150px !important;
    height: auto;
  }
}
@media screen and (max-width: 540px) {
  /*.wp-caption {
      width: 100% !important;
      max-width: 100% !important;
  }*/
  .size-thumbnail.wp-post-image {
    max-width: 100% !important;
    width: 100% !important;
  }
  .rp4wp-related-post-image {
    width: 100% !important;
    padding: 0 0px 0px 0 !important;
    padding-right: 0 !important;
  }
  .rp4wp-related-post-content {
    width: 100%;
  }
  /*.post-content-section img {
      min-width: 100%;
  }*/
}
div.blog-home-slide {
  height: 490px !important;
}

.ngg-gallery-thumbnail-box {
  width: 33%;
  max-width: 250px !important;
}

@media screen and (min-width: 541px) {
  .wp-caption {
    max-width: 300px;
  }
  /*.post-content-section>p>img {
        width: 33%;
  }*/
  /*img.size-thumbnail, img.size-full, img.size-medium, img.size-small {
      max-width: 200px!important;
  }*/
  .wp-caption img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .size-thumbnail.wp-post-image {
    max-width: 100% !important;
    width: 100% !important;
  }
  .rp4wp-related-posts > ul {
    margin: 0 0 0 0 !important;
  }
}
@media only screen and (min-width: 471px) {
  .rp4wp-related-posts > ul > li {
    margin-right: 5% !important;
    margin-left: 0px !important;
  }
  .rp4wp-related-posts > ul > li:last-of-type {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 471px) and (max-width: 540px) {
  .rp4wp-related-posts > ul > li {
    max-width: -webkit-max-content !important;
    max-width: max-content !important;
    min-width: auto !important;
    width: 42% !important;
    margin-right: 20px !important;
  }
  .rp4wp-related-posts > ul {
    text-align: justify;
  }
}
/*---------------------------------------------------------------------------*/
@media only screen and (max-width: 540px) {
  .ngg-gallery-thumbnail-box {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 5px !important;
    min-width: 50% !important;
    max-width: 50% !important;
  }
  .ngg-gallery-thumbnail {
    text-align: center;
    max-width: 100% !important;
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: 5px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 567px) {
  .ngg-gallery-thumbnail-box {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 5px !important;
    min-width: 25% !important;
    max-width: 25% !important;
  }
}
@media only screen and (min-width: 541px) {
  .post .alignright {
    margin: 0.5em 0em 2em 2em !important;
    float: right;
    clear: both;
  }
  .media-body {
    padding-left: 20px !important;
  }
  .blog-img-xsml,
  .b-xs {
    width: 20% !important;
    max-width: 20% !important;
    margin-bottom: 20px;
  }
  .blog-img-sml,
  .b-sm {
    width: 25% !important;
    max-width: 25% !important;
    margin-bottom: 20px;
  }
  .blog-img-med,
  .b-md {
    width: 33% !important;
    max-width: 33% !important;
    margin-bottom: 20px;
  }
  .blog-img-lrg,
  .b-lg {
    width: 45% !important;
    max-width: 45% !important;
    margin-bottom: 20px;
  }
  .blog-img-xlrg,
  .b-xl {
    width: 55% !important;
    max-width: 55% !important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 470px) {
  .rp4wp-related-posts > ul > li {
    max-width: -webkit-max-content !important;
    max-width: max-content !important;
    min-width: auto !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }
  .rp4wp-related-posts > ul > li:last-of-type {
    max-width: -webkit-max-content !important;
    max-width: max-content !important;
    min-width: auto !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
  .col-md-4.sidebar {
    padding-top: 0;
  }
}
.rp4wp-related-posts ul {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 5px !important;
}

/* temporary alterations to sliders */
.owl-dots {
  bottom: 0;
}

.owl-dots,
.owl-nav {
  right: -60px;
  left: -60px;
}

.banner-carousel-image .owl-prev:hover,
.banner-carousel-image .owl-next:hover {
  background-color: rgba(255, 255, 255, 0) !important;
}

@media only screen and (min-width: 468px) {
  .owl-dots .owl-dot {
    width: 32px;
    height: 10px;
  }
  .owl-dots {
    bottom: -3px !important;
  }
}
@media only screen and (max-width: 767px) {
  .owl-dots .owl-prev,
  .owl-dots .owl-next,
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    display: inline-block !important;
    width: 10% !important;
    max-width: 60px;
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .owl-dots,
  .owl-nav {
    right: -50px;
    left: -50px;
  }
  .col-md-4.sidebar {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 548px) {
  .owl-dots,
  .owl-nav {
    right: -40px;
    left: -40px;
  }
  .tab-content {
    width: 100%;
    zoom: 1;
  }
}
@media only screen and (max-width: 424px) {
  .owl-dots,
  .owl-nav {
    right: -30px;
    left: -30px;
  }
}
footer .site-links svg {
  cursor: pointer;
}

.extend-tab {
  border: 0;
  color: #fff;
  font-weight: normal;
  margin: 0 1px 0 0 !important;
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  border-bottom-width: 0;
  white-space: nowrap;
  background-color: #c5baa5 !important;
  text-decoration: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.tab-content .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
.tab-content a.extend-tab-link {
  padding: 0.5em 1em;
  font-size: 18px;
  border: none !important;
}
@media only screen and (max-width : 1499px) {
  .tab-content .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
  .tab-content a.extend-tab-link {
    padding: 0.5em 12px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 1299px) {
  .tab-content .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
  .tab-content a.extend-tab-link {
    padding: 0.5em 8px;
    font-size: 16px;
  }
}
@media only screen and (max-width : 1024px) {
  .tab-content .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
  .tab-content a.extend-tab-link {
    font-size: 15px;
  }
}

@media only screen and (max-width : 1024px) {
  .tab-content .ui-tabs .ui-tabs-nav li {
    border: none !important;
  }
}
@media only screen and (max-width : 767px) {
  .tab-content .ui-tabs .ui-tabs-nav li {
    min-width: fit-content;
  }
}

a.extend-tab-link {
  color: #fff !important;
  float: left;
  text-decoration: none;
}

/*tour page content hyperlinks*/
.tab-content > div > div > p > a {
  color: #184f96;
}

.tab-content > div > div > p > a:hover {
  color: #29abe2;
}

/*custom gform overrides*/
#gform_4 .form_left,
#gform_4 .form_right {
  width: 49% !important;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  clear: none !important;
}

#gform_4 .mce-menubtn,
#gform_4 [aria-label=Bold],
#gform_4 [aria-label=Italic],
#gform_4 [aria-label="Bulleted list"],
#gform_4 [aria-label="Numbered list"],
#gform_4 [aria-label=Blockquote],
#gform_4 [aria-label="Align left"],
#gform_4 [aria-label="Align right"],
#gform_4 [aria-label="Align center"],
#gform_4 [aria-label=Fullscreen],
#gform_4 [aria-label="Toolbar Toggle"],
#gform_4 [aria-label=Strikethrough],
#gform_4 [aria-label="Horizontal line"],
#gform_4 [aria-label="Decrease indent"],
#gform_4 [aria-label="Increase indent"],
#gform_4 [aria-label="Keyboard Shortcuts"],
#gform_4 .mce-colorbutton {
  display: none !important;
}

#gform_4 .mce-container button {
  margin: 0 !important;
}

#gform_4 .mce-container button::after {
  display: none !important;
}

#gform_4 .mce-toolbar {
  display: inline-block;
}

#gform_4 .gfield {
  /*border-bottom: solid #4070af 2px;*/
  padding-bottom: 20px !important;
  margin-top: 20px !important;
}

#gform_4 li#field_4_12,
#gform_4 li#field_4_13,
#gform_4 li#field_4_16,
#gform_4 li#field_4_18,
#gform_4 li#field_4_20,
#gform_4 li#field_4_21,
#gform_4 li#field_4_30,
#gform_4 li#field_4_3,
#gform_4 li#field_4_4 {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

#gform_4 li#field_4_8 {
  border-top: solid #4070af 2px;
  padding-top: 20px;
}

#gform_4 li#field_4_7 {
  /*height: 184px!important;*/
}

.gfield_radio li {
  width: 50%;
  display: inline-block;
}

.gfield_radio li label {
  display: inline-block !important;
  padding-left: 10px !important;
  font-size: 1.1em !important;
  font-weight: 200;
}

.gfield_checkbox li label {
  display: inline-block !important;
  font-size: 1.1em !important;
  font-weight: 200;
}

#body.blog .post-content-section.wysiwyg img.panorama {
  width: 100%;
  max-width: 100%;
}

#body .owl-carousel.banner-carousel-text img,
#body .owl-carousel.banner-carousel-text .owl-item img {
  height: 100%;
}

#body #banner {
  margin: 2em auto 3em;
}
@media only screen and (max-width : 1024px) {
  #body #banner {
    margin-top: 0;
  }
  #body #banner .slide,
  #body #banner .owl-stage-outer,
  #body #banner .slide img {
    border-radius: 0;
  }
}

.btn,
#body .gform_footer input[type=submit],
#mask .gform_footer input[type=submit],
#catapult-cookie-bar .ctcc-left-side #catapultCookie,
#catapult-cookie-bar .ctcc-right-side #catapultCookie,
.l6 .gform_footer input[type=submit],
input[type=submit],
button {
  display: inline-block;
  color: #000;
  font-family: "Lato", sans-serif !important;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  border-width: 0;
  cursor: pointer;
  padding: 6px 0;
  margin-bottom: 0;
  line-height: 1.42857143;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width : 767px) {
  .btn,
  #body .gform_footer input[type=submit],
  #mask .gform_footer input[type=submit],
  #catapult-cookie-bar .ctcc-left-side #catapultCookie,
  #catapult-cookie-bar .ctcc-right-side #catapultCookie,
  .l6 .gform_footer input[type=submit],
  input[type=submit],
  button {
    font-size: 13px;
  }
}

.select-section .standard-grid,
.standard-grid {
  display: grid;
  gap: 40px;
}
@media only screen and (max-width : 767px) {
  .select-section .standard-grid,
  .standard-grid {
    gap: 30px;
  }
}
.select-section .standard-grid.standard-grid-3,
.standard-grid.standard-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width : 1024px) {
  .select-section .standard-grid.standard-grid-3,
  .standard-grid.standard-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width : 767px) {
  .select-section .standard-grid.standard-grid-3,
  .standard-grid.standard-grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.select-section .standard-grid.standard-grid-2,
.standard-grid.standard-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width : 767px) {
  .select-section .standard-grid.standard-grid-2,
  .standard-grid.standard-grid-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.select-section .standard-grid .panel,
.standard-grid .panel {
  margin: 0;
}

#tour-info-dyn,
#tour-info-tab-1,
#tour-info-tab-2,
#tour-info-tab-3,
#tour-info-tab-4,
#tour-info-tab-5,
#tour-info-tab-6,
#tour-info-tab-7,
#tour-info-tab-8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tour-info-dyn > .show-intensity,
#tour-info-tab-1 > .show-intensity,
#tour-info-tab-2 > .show-intensity,
#tour-info-tab-3 > .show-intensity,
#tour-info-tab-4 > .show-intensity,
#tour-info-tab-5 > .show-intensity,
#tour-info-tab-6 > .show-intensity,
#tour-info-tab-7 > .show-intensity,
#tour-info-tab-8 > .show-intensity {
  cursor: pointer;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row-gap: 5px;
}
#tour-info-dyn > .show-intensity p,
#tour-info-tab-1 > .show-intensity p,
#tour-info-tab-2 > .show-intensity p,
#tour-info-tab-3 > .show-intensity p,
#tour-info-tab-4 > .show-intensity p,
#tour-info-tab-5 > .show-intensity p,
#tour-info-tab-6 > .show-intensity p,
#tour-info-tab-7 > .show-intensity p,
#tour-info-tab-8 > .show-intensity p {
  color: #333;
}
#tour-info-dyn > .show-intensity img,
#tour-info-tab-1 > .show-intensity img,
#tour-info-tab-2 > .show-intensity img,
#tour-info-tab-3 > .show-intensity img,
#tour-info-tab-4 > .show-intensity img,
#tour-info-tab-5 > .show-intensity img,
#tour-info-tab-6 > .show-intensity img,
#tour-info-tab-7 > .show-intensity img,
#tour-info-tab-8 > .show-intensity img {
  margin: 0 !important;
  width: 73px;
  border: solid 1px #c1bfbf;
  position: static;
  height: auto;
  min-height: 1px;
  transform: none;
}

#mask {
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
}
#mask #lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  inset: 0;
  position: fixed;
  z-index: 2;
  opacity: 0;
}
@media only screen and (max-width : 767px) {
  #mask #lightbox {
    display: block;
    height: 100vh;
  }
}
#mask #lightbox #lightbox-content {
  width: 80%;
  max-width: 640px;
  position: relative;
  padding: 0;
}
@media only screen and (max-width : 767px) {
  #mask #lightbox #lightbox-content {
    width: calc(100% - 30px);
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 60px;
    margin: 0 auto;
  }
}
#mask #lightbox #lightbox-content article {
  background-color: #fff;
  padding: 40px 40px 60px;
  border-radius: 50px;
  max-height: 80vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width : 767px) {
  #mask #lightbox #lightbox-content article {
    padding: 40px 20px;
    text-align: left;
    border-radius: 20px;
  }
}
#mask #lightbox #lightbox-content article.brochure-form {
  display: block;
}
#mask #lightbox #lightbox-content article.brochure-form h4 {
  margin: 0;
}
#mask #lightbox #lightbox-content article.brochure-form p {
  margin: 10px 0 2em;
}
#mask #lightbox #lightbox-content article form {
  text-align: left;
}
#mask #lightbox #lightbox-content article > h2 {
  margin: 0;
}
#mask #lightbox #lightbox-content article > p {
  margin-top: 30px;
}
#mask #lightbox #lightbox-content article .faq-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}
#mask #lightbox #lightbox-content article .faq-box img {
  display: none;
  width: 80px;
}
#mask #lightbox #lightbox-content article .faq-box p {
  text-align: center;
}
#mask #lightbox #lightbox-content #lightbox-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  transform: translateX(100%) translateY(-100%);
  cursor: pointer;
}
@media only screen and (max-width : 767px) {
  #mask #lightbox #lightbox-content #lightbox-close-btn {
    position: fixed;
    transform: none;
    right: 10px;
    top: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
#mask #lightbox #lightbox-content #lightbox-close-btn:before, #mask #lightbox #lightbox-content #lightbox-close-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #1b4669;
}
#mask #lightbox #lightbox-content #lightbox-close-btn:before {
  width: 1px;
  height: 21px;
  transform: translateY(-50%) rotate(45deg);
}
#mask #lightbox #lightbox-content #lightbox-close-btn:after {
  width: 21px;
  height: 1px;
  transform: translateX(-50%) rotate(45deg);
}

.page-template-L2-intensity .post-list {
  display: flex;
  flex-direction: column;
}
.page-template-L2-intensity .post-list a.tour:not(ol li) {
  display: flex;
  grid-column-gap: 30px;
}
@media only screen and (max-width : 767px) {
  .page-template-L2-intensity .post-list a.tour:not(ol li) {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
  }
}
.page-template-L2-intensity .post-list a.tour:not(ol li) img {
  margin: 0;
}
.page-template-L2-intensity .post-list a.tour:not(ol li) .tour-text-container {
  margin-left: 0;
}
.page-template-L2-intensity .post-list a.tour:not(ol li) .tour-text-container h3.h4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-row-gap: 8px;
}
.page-template-L2-intensity .post-list a.tour:not(ol li) .tour-text-container h3.h4 .tour-country-tag {
  float: none;
  margin: 0;
}
.page-template-L2-intensity .post-list a.tour:not(ol li) .show-intensity {
  margin: 0 0 0 auto;
  text-align: center;
  cursor: pointer;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row-gap: 5px;
}
.page-template-L2-intensity .post-list a.tour:not(ol li) .show-intensity p {
  color: #333;
}
.page-template-L2-intensity .post-list a.tour:not(ol li) .show-intensity img {
  margin: 0 !important;
  width: 73px;
  border: solid 1px #c1bfbf;
  position: static;
  height: auto;
  min-height: 1px;
  transform: none;
}
@media only screen and (max-width : 767px) {
  .page-template-L2-intensity .post-list a.tour:not(ol li) .show-intensity {
    right: 10px;
    position: absolute;
    top: 40px;
  }
  .page-template-L2-intensity .post-list a.tour:not(ol li) .show-intensity p {
    display: none;
  }
  .page-template-L2-intensity .post-list a.tour:not(ol li) .show-intensity img {
    width: 60px;
  }
}
@media only screen and (max-width : 767px) {
  .page-template-L2-intensity #main-section .col-sm-12 {
    float: none;
  }
}

.single-tour .ui-tabs .ui-tabs-panel .profile-section {
  padding: 0 0 50px;
}
@media only screen and (max-width : 767px) {
  .single-tour .ui-tabs .ui-tabs-panel .profile-section {
    padding: 0 0 30px;
  }
}
.single-tour .ui-tabs .ui-tabs-panel .profile-section:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width : 768px) {
  .single-tour .ui-tabs .ui-tabs-panel .profile-section .image-left img {
    margin-top: 0;
    width: 8em;
  }
}

.single-tourguides #main-section .col-md-8 header p {
  color: #1b4669;
}
@media only screen and (min-width : 1025px) {
  .single-tourguides #main-section .col-md-8 header p {
    font-size: 19px;
  }
}
.single-tourguides #main-section .col-md-8 .profile-section .profile-image-small {
  margin-top: 0;
}
@media only screen and (min-width : 1500px) {
  .single-tourguides #main-section .col-md-8 .profile-section .profile-image-small {
    width: 16em;
  }
}
.single-tourguides #main-section .col-md-8 .social,
.single-tourguides #main-section .col-md-8 .related {
  margin: 40px 0 0;
}
.single-tourguides #main-section .col-md-8 div.social {
  display: flex;
  grid-column-gap: 10px;
}
.single-tourguides #main-section .col-md-8 div.social p {
  margin: 0;
}
.single-tourguides #main-section .col-md-8 div.social ul {
  display: flex;
  grid-column-gap: 5px;
}
.single-tourguides #main-section .col-md-8 div.social ul svg {
  fill: #1b4669;
  width: 30px;
}
#body.blog .article,
#body.tour-guide .article {
  padding: 30px 0 !important;
  border-bottom: 1px solid #c5baa5;
}
@media only screen and (max-width : 540px) {
  #body.blog .article,
  #body.tour-guide .article {
    margin-bottom: 40px;
  }
}
#body.blog .article:last-child,
#body.tour-guide .article:last-child {
  margin-bottom: 0;
  border-width: 0;
}
#body.blog .article .media,
#body.tour-guide .article .media {
  display: flex;
}
@media only screen and (max-width : 767px) {
  #body.blog .article .media,
  #body.tour-guide .article .media {
    flex-direction: column;
  }
}
#body.blog .article .media .media-img,
#body.tour-guide .article .media .media-img {
  width: 150px;
}
@media only screen and (max-width : 767px) {
  #body.blog .article .media .media-img,
  #body.tour-guide .article .media .media-img {
    width: 100%;
    position: static;
    transform: none;
    height: auto;
  }
}
@media only screen and (max-width : 540px) {
  #body.blog .article .media .media-left,
  #body.tour-guide .article .media .media-left {
    padding-right: 0;
    display: block;
    margin-bottom: 20px;
  }
  #body.blog .article .media .media-left img,
  #body.tour-guide .article .media .media-left img {
    width: 100%;
  }
}
#body.blog .article .media .media-body .article-head,
#body.tour-guide .article .media .media-body .article-head {
  margin-bottom: 0;
}
#body.blog .posts-grid,
#body.tour-guide .posts-grid {
  display: flex;
  flex-wrap: wrap;
}
#body.blog .posts-grid .article img,
#body.tour-guide .posts-grid .article img {
  margin-bottom: 30px;
}
#body.blog .posts-grid .article .post-meta > span,
#body.tour-guide .posts-grid .article .post-meta > span {
  display: block;
}
#body.blog .posts-grid .article .post-meta .post-date,
#body.blog .posts-grid .article .post-meta .post-categories,
#body.tour-guide .posts-grid .article .post-meta .post-date,
#body.tour-guide .posts-grid .article .post-meta .post-categories {
  text-transform: uppercase;
}
#body.blog .posts-grid .article .post-meta .post-comments i,
#body.tour-guide .posts-grid .article .post-meta .post-comments i {
  margin-right: 3px;
  color: #f2f2f2;
}
#body.blog .navigation.pagination .screen-reader-text,
#body.tour-guide .navigation.pagination .screen-reader-text {
  display: none;
}
#body.blog .navigation.pagination .nav-links,
#body.tour-guide .navigation.pagination .nav-links {
  display: flex;
}
#body.blog .navigation.pagination .nav-links .page-numbers,
#body.tour-guide .navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background-color: #f7f7f7;
  text-align: center;
  margin: 0 5px 0 0;
  background-color: #c5baa5;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#body.blog .navigation.pagination .nav-links .page-numbers:hover,
#body.tour-guide .navigation.pagination .nav-links .page-numbers:hover {
  background-color: #1b4669;
}
#body.blog .navigation.pagination .nav-links .page-numbers.current,
#body.tour-guide .navigation.pagination .nav-links .page-numbers.current {
  color: rgba(255, 255, 255, 0.8);
  background-color: #f7f7f7;
}
#body.blog .navigation.pagination .nav-links .page-numbers.next, #body.blog .navigation.pagination .nav-links .page-numbers.prev,
#body.tour-guide .navigation.pagination .nav-links .page-numbers.next,
#body.tour-guide .navigation.pagination .nav-links .page-numbers.prev {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
}
#body.blog .navigation.pagination .nav-links .page-numbers.next:after,
#body.tour-guide .navigation.pagination .nav-links .page-numbers.next:after {
  content: "\f105";
}
#body.blog .navigation.pagination .nav-links .page-numbers:after,
#body.tour-guide .navigation.pagination .nav-links .page-numbers:after {
  content: "\f104";
  text-indent: -2px;
}

.profile-section {
  margin: 0;
  display: block;
  padding: 50px 0 0;
}
.profile-section a {
  font-weight: 700;
  color: #1b4669;
}
.profile-section a:hover {
  color: #1b4669;
  transition: color 0.3s ease-in-out;
}
.profile-section .profile-image-large {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .profile-section .profile-image-large {
    width: 25em;
  }
}
.profile-section .profile-image-small {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .profile-section .profile-image-small {
    width: 8em;
  }
}
.profile-section .image-left img {
  margin: 1.4em 0 2em;
}
@media only screen and (min-width : 768px) {
  .profile-section .image-left img {
    margin: 1.4em 1.5em 0.1em 0;
  }
}
.profile-section .image-left:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.profile-section .image-right img {
  margin: 1.4em 0 2em;
}
@media only screen and (min-width : 768px) {
  .profile-section .image-right img {
    margin: 1.4em 0 0.1em 1.5em;
  }
}
.profile-section .image-right:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.profile-section .profile-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

.wt-cli-cookie-bar-container .cli-modal-backdrop.cli-show {
  opacity: 0.8;
}

#cookie-law-info-bar {
  padding: 60px !important;
}
@media only screen and (max-width : 767px) {
  #cookie-law-info-bar {
    padding: 30px !important;
  }
}
#cookie-law-info-bar .cli-wrapper {
  position: relative;
}
#cookie-law-info-bar .cli-bar-container {
  grid-column-gap: 30px;
  flex-wrap: nowrap;
}
@media only screen and (max-width : 767px) {
  #cookie-law-info-bar .cli-bar-container {
    flex-direction: column;
  }
}
#cookie-law-info-bar .cli-bar-message {
  font-size: 15px;
  line-height: 1.7;
  padding: 0 0 25px;
}
@media only screen and (max-width : 767px) {
  #cookie-law-info-bar .cli-bar-message {
    padding: 0 0 20px;
  }
}
#cookie-law-info-bar .cli-bar-btn_container {
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
}
#cookie-law-info-bar .cli-bar-btn_container a#wt-cli-settings-btn {
  border-width: 0 !important;
  white-space: nowrap;
  order: 2;
}
#cookie-law-info-bar .cli-bar-btn_container a#wt-cli-accept-btn {
  margin: 0 !important;
  font-size: 21px;
  padding: 12px 35px 15px !important;
}
@media only screen and (max-width : 767px) {
  #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-accept-btn {
    font-size: 18px;
    padding: 11px 27px 13px !important;
  }
}
#cookie-law-info-bar #wt-cli-settings-btn:hover {
  color: #c5baa5 !important;
}
#cookie-law-info-bar #wt-cli-accept-btn:hover {
  color: #1b4669 !important;
  background-color: #fff !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #1b4669 !important;
  color: #fff !important;
  border-radius: 0;
}
.cli-tab-footer .wt-cli-privacy-accept-btn:hover {
  background-color: #c5baa5 !important;
  color: #fff !important;
}

table.cookielawinfo-winter thead {
  border-width: 0 !important;
}
table.cookielawinfo-winter thead th {
  font-family: "Lato", sans-serif !important;
  background: #1b4669 !important;
}
table.cookielawinfo-winter tbody {
  border-width: 0 !important;
}
table.cookielawinfo-winter tbody td,
table.cookielawinfo-winter tbody th {
  font-family: "Lato", sans-serif !important;
  background: #f2f2f2 !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #333333 !important;
  border-bottom: 1px solid #1b4669;
}
table.cookielawinfo-winter tbody tr:last-child td,
table.cookielawinfo-winter tbody tr:last-child th {
  border-width: 0 !important;
}

.cli-switch input:checked + .cli-slider {
  background-color: #c5baa5 !important;
}

body .wcc-consent-container {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
body .wcc-consent-container.wcc-hide {
  display: none !important;
}
body .wcc-consent-container .wcc-consent-bar {
  margin: 0 30px;
  max-width: 500px;
  border-radius: 0;
  padding: 60px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
}
@media only screen and (max-width : 767px) {
  body .wcc-consent-container .wcc-consent-bar {
    padding: 30px;
  }
}
body .wcc-consent-container .wcc-consent-bar .wcc-notice-des,
body .wcc-consent-container .wcc-consent-bar .wcc-notice-btn-wrapper {
  padding: 0 !important;
}
body .wcc-consent-container .wcc-consent-bar .wcc-notice-des p,
body .wcc-consent-container .wcc-consent-bar .wcc-notice-des .wcc-btn-customize,
body .wcc-consent-container .wcc-consent-bar .wcc-notice-btn-wrapper p,
body .wcc-consent-container .wcc-consent-bar .wcc-notice-btn-wrapper .wcc-btn-customize {
  font-size: 15px;
  line-height: 1.7;
  padding: 0 0 25px;
}
@media only screen and (max-width : 767px) {
  body .wcc-consent-container .wcc-consent-bar .wcc-notice-des p,
  body .wcc-consent-container .wcc-consent-bar .wcc-notice-des .wcc-btn-customize,
  body .wcc-consent-container .wcc-consent-bar .wcc-notice-btn-wrapper p,
  body .wcc-consent-container .wcc-consent-bar .wcc-notice-btn-wrapper .wcc-btn-customize {
    padding: 0 0 20px;
  }
}
body .wcc-consent-container .wcc-consent-bar .wcc-notice-des .wcc-btn-customize,
body .wcc-consent-container .wcc-consent-bar .wcc-notice-btn-wrapper .wcc-btn-customize {
  padding: 0 !important;
}
body .wcc-consent-container .wcc-consent-bar .wcc-notice-btn-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
  justify-content: flex-start;
  margin-top: 0;
  flex-direction: row !important;
}
body .wcc-consent-container .wcc-consent-bar .wcc-notice-btn-wrapper .wcc-btn {
  flex: none;
  width: auto;
}
body .wcc-consent-container .wcc-consent-bar .wcc-notice-btn-wrapper .wcc-btn.wcc-btn-customize {
  border-width: 0 !important;
  white-space: nowrap;
  order: 2 !important;
}
body .wcc-consent-container .wcc-consent-bar .wcc-notice-btn-wrapper .wcc-btn.wcc-btn-accept {
  margin: 0 !important;
  font-size: 21px;
  padding: 12px 35px 15px !important;
  border-width: 0 !important;
  border-radius: 0;
}
@media only screen and (max-width : 767px) {
  body .wcc-consent-container .wcc-consent-bar .wcc-notice-btn-wrapper .wcc-btn.wcc-btn-accept {
    font-size: 18px;
    padding: 11px 27px 13px !important;
  }
}
body .wcc-modal {
  border-width: 0;
  border-radius: 0;
}
@media only screen and (max-width : 767px) {
  body .wcc-modal {
    width: calc(100% - 60px);
  }
}
body .wcc-preference-center {
  max-height: 70vh;
  overflow: hidden;
  width: 90%;
  max-width: 700px;
  border-radius: 0px;
  background-color: #fff !important;
  overflow: scroll;
}
body .wcc-preference-center p {
  color: #000 !important;
}
body .wcc-preference-center .wcc-preference-header {
  padding-bottom: 0;
  border-width: 0;
}
body .wcc-preference-center .wcc-preference-header .wcc-preference-title {
  color: #1b4669 !important;
}
body .wcc-preference-center .wcc-preference-header .wcc-btn-close {
  background: #c5baa5;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
body .wcc-preference-center .wcc-preference-header .wcc-btn-close img {
  filter: brightness(3.5);
}
body .wcc-preference-center .wcc-preference-body-wrapper {
  overflow: visible;
}
body .wcc-preference-center .wcc-accordion {
  background-color: #f2f2f2;
  padding: 12px 15px;
  border-radius: 5px;
  border-width: 0;
  margin-bottom: 5px;
}
body .wcc-preference-center .wcc-accordion .wcc-accordion-body {
  margin: 0;
  padding: 0;
}
body .wcc-preference-center .wcc-accordion .wcc-accordion-body .wcc-cookie-des-table {
  padding: 15px 0 0;
}
body .wcc-preference-center .wcc-accordion .wcc-accordion-body .wcc-cookie-des-table li {
  margin: 0;
}
body .wcc-preference-center .wcc-accordion .wcc-accordion-body .wcc-cookie-des-table li div {
  color: #000 !important;
  font-size: 14px;
  font-weight: 400;
}
body .wcc-preference-center .wcc-accordion .wcc-accordion-item {
  margin-top: 0;
}
body .wcc-preference-center .wcc-accordion .wcc-accordion-header .wcc-accordion-btn,
body .wcc-preference-center .wcc-accordion .wcc-accordion-header .wcc-always-active {
  color: #000 !important;
  font-size: 14px;
  font-weight: 400;
}
body .wcc-preference-center .wcc-accordion .wcc-accordion-header-des {
  display: none;
}
body .wcc-preference-center .wcc-accordion .wcc-accordion-chevron i::before {
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #000;
}
body .wcc-preference-center .wcc-accordion .wcc-switch input[type=checkbox]:checked {
  background-color: #c5baa5 !important;
}
body .wcc-preference-center .wcc-footer-wrapper .wcc-footer-shadow {
  display: none;
}
body .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper {
  border-width: 0;
  justify-content: space-between;
  flex-direction: row !important;
}
body .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
  width: auto;
  flex: none;
}
body .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn.wcc-btn-preferences {
  padding: 0;
  border-width: 0;
  color: #000 !important;
  font-size: 14px;
  font-weight: 400;
  order: 1 !important;
}
body .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn.wcc-btn-accept {
  background-color: #1b4669 !important;
  border-radius: 0;
  color: #fff !important;
  order: 2 !important;
}

#header .site-social {
  margin-left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 4px;
}
#header .site-social a {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .site-social a svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: #1b4669;
  transition: all 0.3s ease-in-out;
}
#header .site-social a:hover svg {
  fill: #c5baa5;
}

.banner-text-bg .text-container {
  width: 100%;
}

body > .reviews-mobile {
  height: auto;
  width: 200px;
  bottom: 30px;
}
body > .reviews-mobile .site-social {
  display: flex;
  grid-column-gap: 8px;
  margin: 0 0 5px;
}
body > .reviews-mobile .site-social > a {
  display: flex;
  background: #c5baa5;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
}
body > .reviews-mobile .site-social > a > svg {
  width: 17px;
  height: 17px;
  object-fit: contain;
  fill: #1b4669;
}

.sidebar .widget.widget-aito .box {
  text-align: center;
}
.sidebar .widget.widget-aito .box p > a {
  margin: 0;
}
.sidebar .widget.widget-aito .box p > a:before {
  top: auto;
}
.sidebar .widget.widget-aito img {
  display: block;
  width: 150px;
  margin: 0 auto 24px;
}

#body.l2 .post-list {
  margin-bottom: 30px;
}
@media only screen and (max-width : 767px) {
  #body.l2 .post-list {
    margin-bottom: 10px;
  }
}
#body.l2 .post-list:last-child {
  margin-bottom: 0;
}

.faqs-section {
  margin-bottom: 60px;
}
@media only screen and (max-width : 767px) {
  .faqs-section {
    margin-bottom: 20px;
  }
}
.faqs-section:last-child {
  margin-bottom: 0;
}
.faqs-section > ul > li {
  border-bottom: 1px solid #c5baa5;
}
.faqs-section > ul > li:last-child {
  border-width: 0 !important;
}
.faqs-section > ul > li > h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 20px;
  cursor: pointer;
  margin: 0;
  padding: 20px 0;
}
.faqs-section > ul > li > h3 svg {
  flex: 0 0 24px;
  stroke: #1b4669;
}
.faqs-section > ul > li > article {
  height: 0;
  overflow: hidden;
}
.faqs-section > ul > li > article .content {
  padding-bottom: 25px;
}
.faqs-section > ul > li.active > h3 svg .vert {
  display: none;
}
.faqs-section > ul > li.active > article {
  height: auto;
}

body.page-template-late-availability .breadcrumbs.borders-bottom {
  border: none !important;
}

#body .wysiwyg p img.wpimage {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
#body .wysiwyg p img.wpimage.alignleft {
  float: left;
  margin: 0 30px 20px 0;
}
#body .wysiwyg p img.wpimage.alignright {
  float: right;
  margin: 0 0 20px 30px;
}
#body .wysiwyg p img.wpimage.alignleft, #body .wysiwyg p img.wpimage.alignright {
  max-width: 40%;
}
@media only screen and (max-width : 540px) {
  #body .wysiwyg p img.wpimage.alignleft, #body .wysiwyg p img.wpimage.alignright {
    max-width: 100%;
    float: none;
    margin: 30px auto;
  }
  #body .wysiwyg p img.wpimage.alignleft:first-child, #body .wysiwyg p img.wpimage.alignright:first-child {
    margin-top: 0;
  }
  #body .wysiwyg p img.wpimage.alignleft:last-child, #body .wysiwyg p img.wpimage.alignright:last-child {
    margin-bottom: 0;
  }
}

.tcms_form_wrapper + p {
  margin-top: 30px;
}

#body .gform_wrapper,
#mask .gform_wrapper {
  margin: 0;
}
#body .gform_wrapper .gform_heading .gform_title,
#mask .gform_wrapper .gform_heading .gform_title {
  font-family: "Lato", sans-serif;
}
#body .gform_wrapper form .gform_body .gform_fields,
#mask .gform_wrapper form .gform_body .gform_fields {
  row-gap: 5px;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield {
  font-size: 15px;
  line-height: 1.7;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield > .gfield_label,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield > .gfield_label {
  font-weight: bold;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield > .gfield_label > .gfield_required,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield > .gfield_label > .gfield_required {
  display: none;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield .validation_message,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield .validation_message {
  color: #ff0000;
  font-style: italic;
  margin: 7px 0 10px;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=text],
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=email],
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=tel],
#body .gform_wrapper form .gform_body .gform_fields > .gfield select,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=text],
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=email],
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=tel],
#mask .gform_wrapper form .gform_body .gform_fields > .gfield select {
  display: block;
  width: 100%;
  appearance: none;
  border-width: 0;
  color: #000;
  padding: 8px 16px;
  margin-bottom: 4px;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border: 2px solid #dfdfdf;
  border-radius: 5px;
  height: auto;
  font-size: 15px;
  line-height: 1.7;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=text]::-webkit-input-placeholder,
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=email]::-webkit-input-placeholder,
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=tel]::-webkit-input-placeholder,
#body .gform_wrapper form .gform_body .gform_fields > .gfield select::-webkit-input-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=text]::-webkit-input-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=email]::-webkit-input-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=tel]::-webkit-input-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield select::-webkit-input-placeholder {
  color: #777;
  font-size: 15px;
  line-height: 1.7;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=text]:-moz-placeholder,
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=email]:-moz-placeholder,
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=tel]:-moz-placeholder,
#body .gform_wrapper form .gform_body .gform_fields > .gfield select:-moz-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=text]:-moz-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=email]:-moz-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=tel]:-moz-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield select:-moz-placeholder {
  color: #777;
  font-size: 15px;
  line-height: 1.7;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=text]::-moz-placeholder,
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=email]::-moz-placeholder,
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=tel]::-moz-placeholder,
#body .gform_wrapper form .gform_body .gform_fields > .gfield select::-moz-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=text]::-moz-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=email]::-moz-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=tel]::-moz-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield select::-moz-placeholder {
  color: #777;
  font-size: 15px;
  line-height: 1.7;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=text]:-ms-input-placeholder,
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=email]:-ms-input-placeholder,
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=tel]:-ms-input-placeholder,
#body .gform_wrapper form .gform_body .gform_fields > .gfield select:-ms-input-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=text]:-ms-input-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=email]:-ms-input-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=tel]:-ms-input-placeholder,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield select:-ms-input-placeholder {
  color: #777;
  font-size: 15px;
  line-height: 1.7;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=text]:focus,
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=email]:focus,
#body .gform_wrapper form .gform_body .gform_fields > .gfield input[type=tel]:focus,
#body .gform_wrapper form .gform_body .gform_fields > .gfield select:focus,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=text]:focus,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=email]:focus,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield input[type=tel]:focus,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield select:focus {
  outline: 0;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield.gfield--type-html,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield.gfield--type-html {
  font-weight: bold;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield.description-label > .gfield_label,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield.description-label > .gfield_label {
  display: inline-block;
  width: fit-content;
  margin-bottom: 0 !important;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield.description-label > .gfield_description,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield.description-label > .gfield_description {
  display: inline;
  margin-left: 0.3em;
  font-weight: bold;
  color: gray;
  font-style: italic;
  font-size: 0.8em;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield#field_5_8 .ginput_container_select, #body .gform_wrapper form .gform_body .gform_fields > .gfield#field_5_9 .ginput_container_select,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield#field_5_8 .ginput_container_select,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield#field_5_9 .ginput_container_select {
  padding-top: 5px;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield#field_5_9 .optional,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield#field_5_9 .optional {
  display: block;
  width: 100%;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield.hide-label > .gfield_label,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield.hide-label > .gfield_label {
  display: none;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield.gfield--type-checkbox,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield.gfield--type-checkbox {
  padding: 20px 0;
}
#body .gform_wrapper form .gform_body .gform_fields > .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice > label,
#mask .gform_wrapper form .gform_body .gform_fields > .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice > label {
  font-weight: bold;
  margin: 0 0 0 10px !important;
}

#body .gform_wrapper .gform_validation_errors,
#mask .gform_wrapper .gform_validation_errors,
body .gform_wrapper .gform_validation_errors {
  background: #ff0000;
  margin: 0 0 2em;
}
#body .gform_wrapper .gform_validation_errors:focus,
#mask .gform_wrapper .gform_validation_errors:focus,
body .gform_wrapper .gform_validation_errors:focus {
  outline: 0;
  border-width: 0;
}
#body .gform_wrapper .gform_validation_errors .gform_submission_error,
#mask .gform_wrapper .gform_validation_errors .gform_submission_error,
body .gform_wrapper .gform_validation_errors .gform_submission_error {
  color: #fff;
  font-weight: bold;
}
#body .gform_wrapper .gform_validation_errors .gform-icon,
#mask .gform_wrapper .gform_validation_errors .gform-icon,
body .gform_wrapper .gform_validation_errors .gform-icon {
  color: white;
  border-color: white;
}
#body .gform_wrapper .gform_validation_errors .gform-icon:before,
#mask .gform_wrapper .gform_validation_errors .gform-icon:before,
body .gform_wrapper .gform_validation_errors .gform-icon:before {
  color: white;
}
#body .gform_wrapper .gform_validation_errors#gform_7_validation_container,
#mask .gform_wrapper .gform_validation_errors#gform_7_validation_container,
body .gform_wrapper .gform_validation_errors#gform_7_validation_container {
  margin-bottom: 15px;
  padding: 12px 15px;
}
#body .gform_wrapper .gform_footer,
#mask .gform_wrapper .gform_footer,
body .gform_wrapper .gform_footer {
  max-width: fit-content;
  margin: 20px 0 0;
}
#body .gform_wrapper .gform_footer,
#body .gform_wrapper #field_submit,
#mask .gform_wrapper .gform_footer,
#mask .gform_wrapper #field_submit,
body .gform_wrapper .gform_footer,
body .gform_wrapper #field_submit {
  position: relative;
}
#body .gform_wrapper .gform_footer input[type=submit],
#body .gform_wrapper #field_submit input[type=submit],
#mask .gform_wrapper .gform_footer input[type=submit],
#mask .gform_wrapper #field_submit input[type=submit],
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper #field_submit input[type=submit] {
  background-color: #2b6792;
  color: #fff;
  padding: 8px 20px;
  min-height: 42px;
}
#body .gform_wrapper .gform_footer .gform_ajax_spinner,
#body .gform_wrapper #field_submit .gform_ajax_spinner,
#mask .gform_wrapper .gform_footer .gform_ajax_spinner,
#mask .gform_wrapper #field_submit .gform_ajax_spinner,
body .gform_wrapper .gform_footer .gform_ajax_spinner,
body .gform_wrapper #field_submit .gform_ajax_spinner {
  position: absolute;
  right: -40px;
  top: 9px;
}
#body .gform_wrapper #gform_7 .validation_error,
#body .gform_wrapper #gform_7 .validation_message,
#mask .gform_wrapper #gform_7 .validation_error,
#mask .gform_wrapper #gform_7 .validation_message,
body .gform_wrapper #gform_7 .validation_error,
body .gform_wrapper #gform_7 .validation_message {
  color: #fff;
  margin: 6px 0 0;
}

#gform_7 .gform_fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 0;
}
@media only screen and (max-width : 1024px) {
  #gform_7 .gform_fields {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width : 767px) {
  #gform_7 .gform_fields {
    margin-bottom: 0;
  }
}
#gform_7 .gform_fields .gfield {
  width: 100%;
  align-items: flex-start;
}
@media only screen and (min-width : 768px) {
  #gform_7 .gform_fields .gfield {
    width: 48%;
  }
}
@media only screen and (min-width : 1025px) {
  #gform_7 .gform_fields .gfield {
    width: 27%;
  }
}
#gform_7 .gform_fields .gfield input[type=text],
#gform_7 .gform_fields .gfield input[type=email] {
  display: block;
  width: 100%;
  appearance: none;
  border-width: 0;
  color: #000;
  padding: 8px 16px;
  margin-bottom: 4px;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border: 2px solid #dfdfdf;
  border-radius: 5px;
  height: auto;
  font-size: 15px;
  line-height: 1.7;
}
#gform_7 .gform_fields .gfield input[type=text]::-webkit-input-placeholder,
#gform_7 .gform_fields .gfield input[type=email]::-webkit-input-placeholder {
  color: #777;
  font-size: 15px;
  line-height: 1.7;
}
#gform_7 .gform_fields .gfield input[type=text]:-moz-placeholder,
#gform_7 .gform_fields .gfield input[type=email]:-moz-placeholder {
  color: #777;
  font-size: 15px;
  line-height: 1.7;
}
#gform_7 .gform_fields .gfield input[type=text]::-moz-placeholder,
#gform_7 .gform_fields .gfield input[type=email]::-moz-placeholder {
  color: #777;
  font-size: 15px;
  line-height: 1.7;
}
#gform_7 .gform_fields .gfield input[type=text]:-ms-input-placeholder,
#gform_7 .gform_fields .gfield input[type=email]:-ms-input-placeholder {
  color: #777;
  font-size: 15px;
  line-height: 1.7;
}
#gform_7 .gform_fields .gfield input[type=text]:focus,
#gform_7 .gform_fields .gfield input[type=email]:focus {
  outline: 0;
}
#gform_7 .gform_fields .gfield input[type=text],
#gform_7 .gform_fields .gfield input[type=email],
#gform_7 .gform_fields .gfield input[type=submit] {
  width: 100%;
  border-width: 0;
  border-radius: 0;
  margin: 1em 0 0;
}
#gform_7 .gform_fields .gfield > .gfield_label {
  display: none;
}
#gform_7 .gform_fields .gfield#field_submit input[type=submit] {
  background-color: #2b6792;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width : 1025px) {
  #gform_7 .gform_fields .gfield#field_submit {
    width: 12%;
  }
}
#gform_7 .gform-footer {
  display: none;
}

.wysiwyg {
  margin: 5em 0;
}
.wysiwyg:last-child {
  margin-bottom: 0;
}
.wysiwyg:first-child {
  margin-top: 0;
}
.wysiwyg > p:has(> iframe) {
  height: 0;
  padding-bottom: 56.25%;
  margin: 5em 0;
  position: relative;
}
.wysiwyg > p:has(> iframe):last-child {
  margin-bottom: 0;
}
.wysiwyg > p:has(> iframe):first-child {
  margin-top: 0;
}
.wysiwyg > p:has(> iframe) iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.post-meta + .wysiwyg {
  margin-top: 1em;
}

#body .sidebar .widget a.btn.download,
a.btn.download {
  background: #1b4669;
  color: #fff;
  padding: 12px 50px;
  line-height: 1.5;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 5px;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width : 1499px) {
  #body .sidebar .widget a.btn.download,
  a.btn.download {
    padding: 12px 40px;
  }
}
@media only screen and (max-width : 1024px) {
  #body .sidebar .widget a.btn.download,
  a.btn.download {
    padding: 10px 35px;
  }
}
@media only screen and (max-width : 767px) {
  #body .sidebar .widget a.btn.download,
  a.btn.download {
    white-space: normal;
    text-align: center;
    gap: 10px;
    font-size: 13px;
    padding: 10px 28px;
    width: 100%;
  }
}
#body .sidebar .widget a.btn.download:after,
a.btn.download:after {
  content: "\f110";
  color: #fff;
  background-color: transparent;
  margin: 0 !important;
  padding: 0;
  font-size: 20px;
  animation: spinner 1.5s linear infinite normal;
  right: 20px;
  margin-top: -1px;
  position: absolute;
  display: none;
}
@media only screen and (max-width : 1499px) {
  #body .sidebar .widget a.btn.download:after,
  a.btn.download:after {
    right: 15px;
    font-size: 17px;
  }
}
@media only screen and (max-width : 1024px) {
  #body .sidebar .widget a.btn.download:after,
  a.btn.download:after {
    right: 12px;
  }
}
@media only screen and (max-width : 767px) {
  #body .sidebar .widget a.btn.download:after,
  a.btn.download:after {
    right: 9px;
    font-size: 15px;
  }
}
#body .sidebar .widget a.btn.download:hover,
a.btn.download:hover {
  color: #c5baa5;
}
#body .sidebar .widget a.btn.download:hover:after,
a.btn.download:hover:after {
  color: #c5baa5;
}
#body .sidebar .widget a.btn.download.loading:after,
a.btn.download.loading:after {
  display: block;
}

.single-brochure .brochure-cover {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 3em 0;
}
@media only screen and (max-width : 1499px) {
  .single-brochure .brochure-cover {
    gap: 50px;
  }
}
@media only screen and (max-width : 767px) {
  .single-brochure .brochure-cover {
    margin-bottom: 0;
    flex-direction: column;
    gap: 30px;
    margin: 1.6em 0 0;
  }
}
.single-brochure .brochure-cover > figure {
  flex: 0 0 300px;
}
@media only screen and (max-width : 1199px) {
  .single-brochure .brochure-cover > figure {
    flex: 0 0 200px;
  }
}
@media only screen and (max-width : 767px) {
  .single-brochure .brochure-cover > figure {
    width: 100%;
    max-width: 300px;
  }
}
.single-brochure .brochure-cover > figure img {
  width: 100%;
  display: block;
}
.single-brochure .brochure-cover .text {
  align-items: flex-start;
}
.sidebar .box p > a,
.sidebar .box li > a {
  position: relative;
  z-index: 0;
  margin-left: 20px;
  transition: color 0.1s !important;
}
.sidebar .box p > a:before,
.sidebar .box li > a:before {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  box-sizing: content-box;
  background: #c5baa5;
  content: "";
  position: absolute;
  left: -20px;
  top: 8px;
  z-index: -1;
  transition: all 0.1s;
}
.sidebar .box p > a:hover,
.sidebar .box li > a:hover {
  color: white;
}
.sidebar .box p > a:hover:before,
.sidebar .box li > a:hover:before {
  width: 100%;
  height: 100%;
  left: -30px;
  top: 0;
  padding: 0 20px;
  padding-right: 25px;
  border-radius: 15px;
}

.page-template-brochures #main-section .container > section h1 {
  margin: 0 0 0.5em;
  padding-top: 0.2em;
}
.page-template-brochures .brochure-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px;
  margin-top: 4em;
}
@media only screen and (max-width : 1024px) {
  .page-template-brochures .brochure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
  }
}
@media only screen and (max-width : 767px) {
  .page-template-brochures .brochure-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.page-template-brochures .brochure-grid .brochure-card {
  display: flex;
  flex-direction: column;
}
.page-template-brochures .brochure-grid .brochure-card img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  border: 5px solid white;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.page-template-brochures .brochure-grid .brochure-card p {
  margin-bottom: 2em;
}
.page-template-brochures .brochure-grid .brochure-card .btn {
  margin-top: auto;
}

.page-template-brochures #main-section,
.page-template-brochures-thank-you #main-section {
  padding: 0 0 5em;
}
@media only screen and (max-width : 767px) {
  .page-template-brochures #main-section,
  .page-template-brochures-thank-you #main-section {
    padding: 0 0 2.5em;
  }
}

.page-template-brochures-thank-you #body {
  background-color: #eee;
}
.page-template-brochures-thank-you #body div.outer {
  background-color: transparent;
}
.page-template-brochures-thank-you #main-section {
  padding: 0 0 5em;
}
@media only screen and (max-width : 767px) {
  .page-template-brochures-thank-you #main-section {
    padding: 0 0 2.5em;
  }
}
.page-template-brochures-thank-you #main-section .container > section header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c5baa5;
  gap: 30px 60px;
  flex-wrap: wrap;
}
@media only screen and (max-width : 767px) {
  .page-template-brochures-thank-you #main-section .container > section header {
    gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
}
.page-template-brochures-thank-you #main-section .container > section header a.btn {
  margin: 0;
}
.page-template-brochures-thank-you #main-section p.intropara {
  margin: 1em 0 0;
  text-align: left;
}
.page-template-brochures-thank-you #main-section p.intropara.centred {
  text-align: center;
}
.page-template-brochures-thank-you #main-section .df-container .df-bg {
  background-color: #eee !important;
}

.l3.tour-page .tab-content .ui-tabs-panel .faqs {
  display: grid;
  gap: 30px;
}
.l3.tour-page .tab-content .ui-tabs-panel .faqs > .faq h5 {
  margin-bottom: 0.5em;
}
/*# sourceMappingURL=main.css.map */