
@import url("assets/css/fontawesome-all.min.css");



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(assets\css\OpenSans-Light.ttf) format('.ttf');
  font-display: swap;
}
/* Basic */

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #d2d1d4;
  background-position: top left, top left;
  background-repeat: repeat-x, repeat;
  background-size: 100% 30em, auto;
  font-family: "Open Sans", sans-serif;
  font-size: 13pt;
  color: #696969;
  font-weight: 300;
  line-height: 2.25em;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 13pt;
  color: #696969;
  font-weight: 300;
  line-height: 2.25em;
}

a {
  color: #0090c5;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292a2a;
  font-weight: 800;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

h2 {
  font-size: 2.25em;
  margin: 0 0 1.1em 0;
  line-height: 1em;
}

h3 {
  font-size: 1.35em;
  margin: 0 0 1em 0;
}

b,
strong {
  font-weight: 600;
  color: #292a2a;
}

i,
em {
  font-style: italic;
}

br.clear {
  clear: both;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #eee;
}

blockquote {
  border-left: solid 0.5em #eee;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

p,
ul,
ol,
dl,
table {
  margin-bottom: 2em;
}

/* Container */

.container {
  margin: 0 auto;
  max-width: 100%;
  width: 1400px;
}

@media screen and (max-width: 1680px) {
  .container {
    width: 1485px;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    width: 960px;
  }
}

@media screen and (max-width: 980px) {
  .container {
    width: 90%;
  }
}

@media screen and (max-width: 736px) {
  .container {
    width: 100%;
  }
}

/* Row */

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}

.row > * {
  box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}

.row.aln-left {
  justify-content: flex-start;
}

.row.aln-center {
  justify-content: center;
}

.row.aln-right {
  justify-content: flex-end;
}

.row.aln-top {
  align-items: flex-start;
}

.row.aln-middle {
  align-items: center;
}

.row.aln-bottom {
  align-items: flex-end;
}

.row > .imp {
  order: -1;
}

.row > .col-1 {
  width: 8.33333%;
}

.row > .off-1 {
  margin-left: 8.33333%;
}

.row > .col-2 {
  width: 16.66667%;
}

.row > .off-2 {
  margin-left: 16.66667%;
}

.row > .col-3 {
  width: 25%;
}

.row > .off-3 {
  margin-left: 25%;
}

.row > .col-4 {
  width: 33.33333%;
}

.row > .off-4 {
  margin-left: 33.33333%;
}

.row > .col-5 {
  width: 41.66667%;
}

.row > .off-5 {
  margin-left: 41.66667%;
}

.row > .col-6 {
  width: 50%;
}

.row > .off-6 {
  margin-left: 50%;
}

.row > .col-7 {
  width: 58.33333%;
}

.row > .off-7 {
  margin-left: 58.33333%;
}

.row > .col-8 {
  width: 66.66667%;
}

.row > .off-8 {
  margin-left: 66.66667%;
}

.row > .col-9 {
  width: 75%;
}

.row > .off-9 {
  margin-left: 75%;
}

.row > .col-10 {
  width: 83.33333%;
}

.row > .off-10 {
  margin-left: 83.33333%;
}

.row > .col-11 {
  width: 91.66667%;
}

.row > .off-11 {
  margin-left: 91.66667%;
}

.row > .col-12 {
  width: 100%;
}

.row > .off-12 {
  margin-left: 100%;
}

.row.gtr-0 {
  margin-top: 0px;
  margin-left: 0px;
}

.row.gtr-0 > * {
  padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
  margin-top: 0px;
}

.row.gtr-0.gtr-uniform > * {
  padding-top: 0px;
}

.row.gtr-25 {
  margin-top: -10px;
  margin-left: -10px;
}

.row.gtr-25 > * {
  padding: 10px 0 0 10px;
}

.row.gtr-25.gtr-uniform {
  margin-top: -10px;
}

.row.gtr-25.gtr-uniform > * {
  padding-top: 10px;
}

.row.gtr-50 {
  margin-top: -20px;
  margin-left: -20px;
}

.row.gtr-50 > * {
  padding: 20px 0 0 20px;
}

.row.gtr-50.gtr-uniform {
  margin-top: -20px;
}

.row.gtr-50.gtr-uniform > * {
  padding-top: 20px;
}

.row {
  margin-top: -40px;
  margin-left: -40px;
}

.row > * {
  padding: 40px 0 0 40px;
}

.row.gtr-uniform {
  margin-top: -40px;
}

.row.gtr-uniform > * {
  padding-top: 40px;
}

.row.gtr-150 {
  margin-top: -60px;
  margin-left: -60px;
}

.row.gtr-150 > * {
  padding: 60px 0 0 60px;
}

.row.gtr-150.gtr-uniform {
  margin-top: -60px;
}

.row.gtr-150.gtr-uniform > * {
  padding-top: 60px;
}

.row.gtr-200 {
  margin-top: -80px;
  margin-left: -80px;
}

.row.gtr-200 > * {
  padding: 80px 0 0 80px;
}

.row.gtr-200.gtr-uniform {
  margin-top: -80px;
}

.row.gtr-200.gtr-uniform > * {
  padding-top: 80px;
}

@media screen and (max-width: 1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-xlarge {
    order: -1;
  }

  .row > .col-1-xlarge {
    width: 8.33333%;
  }

  .row > .off-1-xlarge {
    margin-left: 8.33333%;
  }

  .row > .col-2-xlarge {
    width: 16.66667%;
  }

  .row > .off-2-xlarge {
    margin-left: 16.66667%;
  }

  .row > .col-3-xlarge {
    width: 25%;
  }

  .row > .off-3-xlarge {
    margin-left: 25%;
  }

  .row > .col-4-xlarge {
    width: 33.33333%;
  }

  .row > .off-4-xlarge {
    margin-left: 33.33333%;
  }

  .row > .col-5-xlarge {
    width: 41.66667%;
  }

  .row > .off-5-xlarge {
    margin-left: 41.66667%;
  }

  .row > .col-6-xlarge {
    width: 50%;
  }

  .row > .off-6-xlarge {
    margin-left: 50%;
  }

  .row > .col-7-xlarge {
    width: 58.33333%;
  }

  .row > .off-7-xlarge {
    margin-left: 58.33333%;
  }

  .row > .col-8-xlarge {
    width: 66.66667%;
  }

  .row > .off-8-xlarge {
    margin-left: 66.66667%;
  }

  .row > .col-9-xlarge {
    width: 75%;
  }

  .row > .off-9-xlarge {
    margin-left: 75%;
  }

  .row > .col-10-xlarge {
    width: 83.33333%;
  }

  .row > .off-10-xlarge {
    margin-left: 83.33333%;
  }

  .row > .col-11-xlarge {
    width: 91.66667%;
  }

  .row > .off-11-xlarge {
    margin-left: 91.66667%;
  }

  .row > .col-12-xlarge {
    width: 100%;
  }

  .row > .off-12-xlarge {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }

  .row.gtr-25 {
    margin-top: -10px;
    margin-left: -10px;
  }

  .row.gtr-25 > * {
    padding: 10px 0 0 10px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -10px;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 10px;
  }

  .row.gtr-50 {
    margin-top: -20px;
    margin-left: -20px;
  }

  .row.gtr-50 > * {
    padding: 20px 0 0 20px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -20px;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 20px;
  }

  .row {
    margin-top: -40px;
    margin-left: -40px;
  }

  .row > * {
    padding: 40px 0 0 40px;
  }

  .row.gtr-uniform {
    margin-top: -40px;
  }

  .row.gtr-uniform > * {
    padding-top: 40px;
  }

  .row.gtr-150 {
    margin-top: -60px;
    margin-left: -60px;
  }

  .row.gtr-150 > * {
    padding: 60px 0 0 60px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -60px;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 60px;
  }

  .row.gtr-200 {
    margin-top: -80px;
    margin-left: -80px;
  }

  .row.gtr-200 > * {
    padding: 80px 0 0 80px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -80px;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-large {
    order: -1;
  }

  .row > .col-1-large {
    width: 8.33333%;
  }

  .row > .off-1-large {
    margin-left: 8.33333%;
  }

  .row > .col-2-large {
    width: 16.66667%;
  }

  .row > .off-2-large {
    margin-left: 16.66667%;
  }

  .row > .col-3-large {
    width: 25%;
  }

  .row > .off-3-large {
    margin-left: 25%;
  }

  .row > .col-4-large {
    width: 33.33333%;
  }

  .row > .off-4-large {
    margin-left: 33.33333%;
  }

  .row > .col-5-large {
    width: 41.66667%;
  }

  .row > .off-5-large {
    margin-left: 41.66667%;
  }

  .row > .col-6-large {
    width: 50%;
  }

  .row > .off-6-large {
    margin-left: 50%;
  }

  .row > .col-7-large {
    width: 58.33333%;
  }

  .row > .off-7-large {
    margin-left: 58.33333%;
  }

  .row > .col-8-large {
    width: 66.66667%;
  }

  .row > .off-8-large {
    margin-left: 66.66667%;
  }

  .row > .col-9-large {
    width: 75%;
  }

  .row > .off-9-large {
    margin-left: 75%;
  }

  .row > .col-10-large {
    width: 83.33333%;
  }

  .row > .off-10-large {
    margin-left: 83.33333%;
  }

  .row > .col-11-large {
    width: 91.66667%;
  }

  .row > .off-11-large {
    margin-left: 91.66667%;
  }

  .row > .col-12-large {
    width: 100%;
  }

  .row > .off-12-large {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }

  .row.gtr-25 {
    margin-top: -6.25px;
    margin-left: -6.25px;
  }

  .row.gtr-25 > * {
    padding: 6.25px 0 0 6.25px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -6.25px;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 6.25px;
  }

  .row.gtr-50 {
    margin-top: -12.5px;
    margin-left: -12.5px;
  }

  .row.gtr-50 > * {
    padding: 12.5px 0 0 12.5px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -12.5px;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 12.5px;
  }

  .row {
    margin-top: -25px;
    margin-left: -25px;
  }

  .row > * {
    padding: 25px 0 0 25px;
  }

  .row.gtr-uniform {
    margin-top: -25px;
  }

  .row.gtr-uniform > * {
    padding-top: 25px;
  }

  .row.gtr-150 {
    margin-top: -37.5px;
    margin-left: -37.5px;
  }

  .row.gtr-150 > * {
    padding: 37.5px 0 0 37.5px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -37.5px;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 37.5px;
  }

  .row.gtr-200 {
    margin-top: -50px;
    margin-left: -50px;
  }

  .row.gtr-200 > * {
    padding: 50px 0 0 50px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -50px;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 50px;
  }
}

@media screen and (max-width: 980px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-medium {
    order: -1;
  }

  .row > .col-1-medium {
    width: 8.33333%;
  }

  .row > .off-1-medium {
    margin-left: 8.33333%;
  }

  .row > .col-2-medium {
    width: 16.66667%;
  }

  .row > .off-2-medium {
    margin-left: 16.66667%;
  }

  .row > .col-3-medium {
    width: 25%;
  }

  .row > .off-3-medium {
    margin-left: 25%;
  }

  .row > .col-4-medium {
    width: 33.33333%;
  }

  .row > .off-4-medium {
    margin-left: 33.33333%;
  }

  .row > .col-5-medium {
    width: 41.66667%;
  }

  .row > .off-5-medium {
    margin-left: 41.66667%;
  }

  .row > .col-6-medium {
    width: 50%;
  }

  .row > .off-6-medium {
    margin-left: 50%;
  }

  .row > .col-7-medium {
    width: 58.33333%;
  }

  .row > .off-7-medium {
    margin-left: 58.33333%;
  }

  .row > .col-8-medium {
    width: 66.66667%;
  }

  .row > .off-8-medium {
    margin-left: 66.66667%;
  }

  .row > .col-9-medium {
    width: 75%;
  }

  .row > .off-9-medium {
    margin-left: 75%;
  }

  .row > .col-10-medium {
    width: 83.33333%;
  }

  .row > .off-10-medium {
    margin-left: 83.33333%;
  }

  .row > .col-11-medium {
    width: 91.66667%;
  }

  .row > .off-11-medium {
    margin-left: 91.66667%;
  }

  .row > .col-12-medium {
    width: 100%;
  }

  .row > .off-12-medium {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }

  .row.gtr-25 {
    margin-top: -6.25px;
    margin-left: -6.25px;
  }

  .row.gtr-25 > * {
    padding: 6.25px 0 0 6.25px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -6.25px;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 6.25px;
  }

  .row.gtr-50 {
    margin-top: -12.5px;
    margin-left: -12.5px;
  }

  .row.gtr-50 > * {
    padding: 12.5px 0 0 12.5px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -12.5px;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 12.5px;
  }

  .row {
    margin-top: -25px;
    margin-left: -25px;
  }

  .row > * {
    padding: 25px 0 0 25px;
  }

  .row.gtr-uniform {
    margin-top: -25px;
  }

  .row.gtr-uniform > * {
    padding-top: 25px;
  }

  .row.gtr-150 {
    margin-top: -37.5px;
    margin-left: -37.5px;
  }

  .row.gtr-150 > * {
    padding: 37.5px 0 0 37.5px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -37.5px;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 37.5px;
  }

  .row.gtr-200 {
    margin-top: -50px;
    margin-left: -50px;
  }

  .row.gtr-200 > * {
    padding: 50px 0 0 50px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -50px;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 50px;
  }
}

@media screen and (max-width: 736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-small {
    order: -1;
  }

  .row > .col-1-small {
    width: 8.33333%;
  }

  .row > .off-1-small {
    margin-left: 8.33333%;
  }

  .row > .col-2-small {
    width: 16.66667%;
  }

  .row > .off-2-small {
    margin-left: 16.66667%;
  }

  .row > .col-3-small {
    width: 25%;
  }

  .row > .off-3-small {
    margin-left: 25%;
  }

  .row > .col-4-small {
    width: 33.33333%;
  }

  .row > .off-4-small {
    margin-left: 33.33333%;
  }

  .row > .col-5-small {
    width: 41.66667%;
  }

  .row > .off-5-small {
    margin-left: 41.66667%;
  }

  .row > .col-6-small {
    width: 50%;
  }

  .row > .off-6-small {
    margin-left: 50%;
  }

  .row > .col-7-small {
    width: 58.33333%;
  }

  .row > .off-7-small {
    margin-left: 58.33333%;
  }

  .row > .col-8-small {
    width: 66.66667%;
  }

  .row > .off-8-small {
    margin-left: 66.66667%;
  }

  .row > .col-9-small {
    width: 75%;
  }

  .row > .off-9-small {
    margin-left: 75%;
  }

  .row > .col-10-small {
    width: 83.33333%;
  }

  .row > .off-10-small {
    margin-left: 83.33333%;
  }

  .row > .col-11-small {
    width: 91.66667%;
  }

  .row > .off-11-small {
    margin-left: 91.66667%;
  }

  .row > .col-12-small {
    width: 100%;
  }

  .row > .off-12-small {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }

  .row.gtr-25 {
    margin-top: -5px;
    margin-left: -5px;
  }

  .row.gtr-25 > * {
    padding: 5px 0 0 5px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -5px;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 5px;
  }

  .row.gtr-50 {
    margin-top: -10px;
    margin-left: -10px;
  }

  .row.gtr-50 > * {
    padding: 10px 0 0 10px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -10px;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 10px;
  }

  .row {
    margin-top: -20px;
    margin-left: -20px;
  }

  .row > * {
    padding: 20px 0 0 20px;
  }

  .row.gtr-uniform {
    margin-top: -20px;
  }

  .row.gtr-uniform > * {
    padding-top: 20px;
  }

  .row.gtr-150 {
    margin-top: -30px;
    margin-left: -30px;
  }

  .row.gtr-150 > * {
    padding: 30px 0 0 30px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -30px;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 30px;
  }

  .row.gtr-200 {
    margin-top: -40px;
    margin-left: -40px;
  }

  .row.gtr-200 > * {
    padding: 40px 0 0 40px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -40px;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 40px;
  }
}

/* Section/Article */

section,
article {
  margin-bottom: 5em;
}

section > :last-child,
article > :last-child,
section:last-child,
article:last-child {
  margin-bottom: 0;
}

header {
  margin: 0 0 2em 0;
}

header h2,
header h3 {
  margin: 0 0 0.25em 0;
}

header p {
  margin: 0;
}

footer {
  margin: 2.5em 0 0 0;
}

/* Forms */

form label {
  display: block;
  font-weight: 800;
  margin: 0 0 0em 0;
  font-size: 0.8em;
  color: #ffffff;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  border-radius: 8px;
  border: solid 1px #eee;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
  border-color: #0090c5;
}

form input[type="text"],
form input[type="email"],
form input[type="password"] {
  line-height: 2em;
  padding: 0 0em;
}

form select {
  line-height: 1em;
  padding: 0 0em;
}

form textarea {
  min-height: 9em;
  padding: 0em;
}

form ::-webkit-input-placeholder {
  color: #555 !important;
}

form :-moz-placeholder {
  color: #555 !important;
}

form ::-moz-placeholder {
  color: #555 !important;
}

form :-ms-input-placeholder {
  color: #555 !important;
}

form ::-moz-focus-inner {
  border: 0;
}

/* Tables */

table {
  width: 100%;
}

table tr {
  border-top: solid 1px #eee;
}

table tr:first-child {
  border-top: 0;
}

table td {
  padding: 0.5em 1em 0.5em 1em;
}

table th {
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
  font-weight: 800;
  margin: 0 0 1em 0;
}

table thead {
  background: #404248;
  color: #fff;
}

/* Image */

.image {
  display: inline-block;
  outline: 0;
}

.image img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2.5em 0;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

.image.centered {
  display: block;
  margin: 0 0 2.5em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  background: #2e2e2e;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 800;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-size: 1.35em;
  padding: 0.6em 1.5em;
}

input[type="button"].icon:before,
input[type="submit"].icon:before,
input[type="reset"].icon:before,
button.icon:before,
.button.icon:before {
  position: relative;
  margin-right: 0.5em;
  top: 0.05em;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: #a1292c;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
  background: #a1292c;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
  background: #f1f1f1;
  background: rgba(0, 0, 0, 0.05);
  color: #292a2a;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
  background: #e8e8e8;
  background: rgba(0, 0, 0, 0.085);
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.15);
}

input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large,
button.large,
.button.large {
  font-size: 2.25em;
  padding: 0.8em 0.9em;
}

/* List */

ul {
  list-style: disc;
  padding-left: 0em;
}

ul li {
  padding-left: 0.0em;
}

ul.style2 {
  list-style: none;
  padding-left: 0;
}

ul.style2 li {
  padding-left: 0;
}

ol {
  list-style: decimal;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

/* Actions */

ul.actions {
  list-style: none;
  padding-left: 0;
}

ul.actions li {
  display: inline-block;
  padding: 0 0 0 0.25em;
  margin: 0 0 0 0.25em;
}

ul.actions li:first-child {
  margin-left: 0;
  padding-left: 0;
}

/* Menu */

ul.menu {
  list-style: none;
  padding-left: 0;
}

ul.menu li {
  border-left: solid 1px #e0e0e0;
  display: inline-block;
  padding: 0 0 0 0.75em;
  margin: 0 0 0 0.75em;
}

ul.menu li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

/* Box */

.box {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 2em;
}

.box.feature {
  padding: 0;
}

.box.feature .inner {
  padding: 4em 2em 3em 2em;
}

.box.feature h2 {
  font-size: 1.35em;
}

.box.feature p {
  margin: 0;
}

.box.feature .image {
  position: relative;
  margin: 0;
}

.box.feature .image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Icons */

.icon {
  text-decoration: none;
  position: relative;
  text-decoration: none;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.icon:before {
  line-height: inherit;
}

.icon.solid:before {
  font-weight: 900;
}

.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}

.icon > .label {
  display: none;
}

/* Widgets */

.widget.thumbnails .grid {
  margin: 0 0 0 0;
}

.widget.thumbnails .image {
  margin: 0;
}

.widget.contact ul {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  position: relative;
  left: -4px;
  top: 4px;
  margin-bottom: 1.5em;
}

.widget.contact ul li {
  display: inline-block;
  margin-right: 0.25em;
  padding-left: 0;
}

.widget.contact ul li a {
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  line-height: 2.5em;
  border-radius: 0.35em;
  outline: 0;
  opacity: 0.75;
  text-decoration: none;
  background: #222222;
}

.widget.contact ul li a:before {
  color: #f3f3f3;
  font-size: 1.5em;
  line-height: inherit;
}

.widget.contact ul li a:hover {
  background: #444444;
}

.widget.contact ul li a:active {
  background: #666666;
}

.widget.thumbnails .image.fit {
  border-radius: 16px;
  height: 275px;
}



/* Wrappers */

#header-wrapper {
  padding: 2em 0 1em 0;
  background-color: #d2d1d4 !important;
}

#features-wrapper {
  padding: 3em 0 3em 0;
}

#main-wrapper {
  background: #a1292c;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 5em 0 5em 0;
}
#main-wrapper.gallerywrapper {
  background: #a60207;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 5em 0 5em 0;
}

#footer-wrapper {
  padding: 6em 0 8em 0;
}

/* Header */

#header {
  position: relative;
}

/* Logo */

#logo {
  display: inline-block;
}

#logo h1 {
  background: #a1292c;
  color: #fff;
  border-radius: 6px;
  font-family: "Oleo Script", serif;
  font-weight: 400;
  padding: 0.25em 0.2em 0.25em 0.2em;
  font-size: 3.25em;
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

#logo span {
  font-weight: 800;
  line-height: 4.5em;
  letter-spacing: 0.025em;
  font-size: 0.9em;
  vertical-align: middle;
  margin: 0 0 0 1.25em;
}

/* Nav */

#nav {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.9em;
}

#nav ul {
  list-style: none;
  padding-left: 0;
}

#nav ul li {
  float: left;
  line-height: 4.5em;
}

#nav ul li a,
#nav ul li span {
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  font-weight: 800;
  letter-spacing: 0.025em;
  color: #292a2a;
  text-decoration: none;
  border-radius: 6px;
  padding: 0.5em 1em 0.5em 1em;
}

#nav ul li > ul {
  display: none;
}

#nav ul li:hover a,
#nav ul li:hover span {
  background: #747373;
  color: #fff;
}

#nav ul li.active a,
#nav ul li.active span {
  background: #747373;
  color: #fff;
}

#nav ul li.current a {
  background: #292a2a;
  color: #fff;
}

.dropotron {
  background: #fff;
  letter-spacing: 0.025em;
  color: #696969;
  text-decoration: none;
  border-radius: 6px;
  padding: 0.75em 0;
  min-width: 15em;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1),
    0 0.25em 0.25em 0.1em rgba(0, 0, 0, 0.025);
  margin-top: calc(-0.75em + 1px);
  margin-left: -1px;
  list-style: none;
  padding-left: 0;
}

.dropotron li {
  border-top: solid 1px #eee;
  line-height: 3em;
  padding-left: 0;
}

.dropotron li:first-child {
  border-top: 0;
}

.dropotron li > a,
.dropotron li > span {
  -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  text-decoration: none;
  color: #292a2a;
  display: block;
  padding: 0 1.5em;
}

.dropotron li > a:hover,
.dropotron li > span:hover {
  background: rgb(216, 216, 216)
}

.dropotron li.active > a,
.dropotron li.active > span {
  background: rgb(206, 206, 206);
}

.dropotron.level-0 {
  font-size: 0.8em;
  margin-left: 1.5em;
  margin-top: 0;
}

.dropotron.level-0:before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: 1em;
  border-bottom: solid 0.75em #ffffff;
  border-left: solid 0.75em transparent;
  border-right: solid 0.75em transparent;
  z-index: 1;
}

/* Banner */

#banner {
  position: relative;
  padding: 4.5em;
}

#banner h2 {
  font-size: 3.5em;
  margin: 0.1em 0 0.35em 0;
}

#banner p {
  font-size: 2.75em;
  line-height: 1.35em;
  margin: 0;
}

#banner .button {
  width: 100%;
  margin-bottom: 0.5em;
}

#banner .button.icon:before {
  position: absolute;
  right: 0.15em;
  top: 50%;
  margin-top: -0.5em;
}

#banner .button.alt {
  margin-bottom: 0;
}

#banner ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 2em;
}

#banner ul li {
  padding-left: 0;
}

/* Footer */

#footer {
  margin-top: 0;
}

#footer a {
  color: #292929;
}

#copyright {
  color: #292929;
  padding: 4em 0 0 0;
  text-align: center;
}
#copyright li {
  color: #292a2a
}
#copyright a {
  color: #292929;
}
@media screen and (max-width: 1680px) {
  #copyright {
    color: #292929;
    padding: 4em 0 0 0;
    text-align: center;
  }
}
/* XLarge */

@media screen and (max-width: 1680px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 12pt;
  }
}

/* Large */

@media screen and (max-width: 1280px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }
}

/* Medium */

#navPanel,
#navToggle {
  display: none;
}

@media screen and (max-width: 980px) {
  /* Basic */

  html,
  body {
    overflow-x: hidden;
  }

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }

  /* Section/Article */

  section,
  article {
    clear: both;
    margin-bottom: 3em !important;
  }

  section.last,
  article.last {
    margin-bottom: 0 !important;
  }

  /* Image */

  .image.left {
    width: 25%;
    margin-bottom: 2em !important;
  }

  /* Menu */

  ul.menu li {
    display: block;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Actions */

  ul.actions li {
    display: block;
    padding: 0;
    margin: 1em 0 0 0;
  }

  ul.actions li:first-child {
    margin-top: 0;
  }

  /* Button */

  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    width: 100%;
    text-align: center;
    font-size: 1.35em;
    padding: 0.85em 0 !important;
  }

  input[type="button"].icon,
  input[type="submit"].icon,
  input[type="reset"].icon,
  button.icon,
  .button.icon {
    padding-right: 0.75em !important;
  }

  input[type="button"].icon:before,
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5em;
    top: 0.05em;
  }

  /* Wrappers */

  #header-wrapper {
    padding: 3em 0 1em 0;
    text-align: center;
  }

  #footer-wrapper {
    padding: 6em 0 4em 0;
  }

  /* Header */

  #header {
    margin: 0 auto;
  }

  /* Logo */

  #logo span {
    display: block;
    margin: 0;
  }

  /* Nav */

  #nav {
    display: none;
  }

  /* Banner */

  #banner {
    padding: 4.5em 3em;
    text-align: center;
  }

  #banner ul {
    margin: 2em 0 0 0;
  }

  #banner .button.icon:before {
    position: relative;
    right: auto;
    top: auto;
  }

  /* Content */

  #content {

    padding-bottom: 4em;
    margin-bottom: 0 !important;
  }

  #content > :last-child {
    margin-bottom: 0 !important;
  }

  #sidebar > :last-child {
    margin-bottom: 0 !important;
  }

  /* Footer */

  #copyright {
    padding: 0;
  }

  /* Nav */

  #page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
  }

  #navToggle {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 44px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
  }

  #navToggle .toggle {
    text-decoration: none;
    width: 70px;
    height: 50px;
    opacity: 0.35;
  }

  #navToggle .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  #navToggle .toggle:before {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    left: 6px;
    top: 6px;
    background: rgba(0, 0, 0, 0.5);
    width: 58px;
    height: 38px;
    border-radius: 6px;
    content: "\f0c9";
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
  }

  #navToggle .toggle:active {
    opacity: 0.75;
  }

  #navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    background: #fff;
    box-shadow: inset -3px 0px 0px 0px #dfdfdf;
    padding: 0 23px 0 20px;
  }

  #navPanel .link {
    display: block;
    text-decoration: none;
    height: 54px;
    line-height: 54px;
    border-top: solid 1px #e8e8e8;
    color: #696969;
  }

  #navPanel .link:first-child {
    border-top: 0;
  }

  #navPanel .indent-1 {
    display: inline-block;
    width: 1em;
  }

  #navPanel .indent-2 {
    display: inline-block;
    width: 2em;
  }

  #navPanel .indent-3 {
    display: inline-block;
    width: 3em;
  }

  #navPanel .indent-4 {
    display: inline-block;
    width: 4em;
  }

  #navPanel .indent-5 {
    display: inline-block;
    width: 5em;
  }

  #navPanel .depth-0 {
    color: #292a2a;
    font-weight: 800;
  }

  body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #navToggle {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Small */

@media screen and (max-width: 736px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    line-height: 2em;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 13pt;
    margin: 0 0 1em 0;
  }

  /* Section/Article */

  section,
  article {
    clear: both;
    margin-bottom: 3em !important;
  }

  section.last,
  article.last {
    margin-bottom: 0 !important;
  }

  /* Image */

  .image.left {
    width: 25%;
    margin-bottom: 2em !important;
  }

  /* Menu */

  ul.menu li {
    display: block;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Actions */

  ul.actions li {
    display: block;
    padding: 0;
    margin: 1em 0 0 0;
  }

  ul.actions li:first-child {
    margin-top: 0;
  }

  /* Button */

  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    width: 100%;
    text-align: center;
    font-size: 1.25em !important;
    padding: 0.65em 0 !important;
  }

  input[type="button"].icon,
  input[type="submit"].icon,
  input[type="reset"].icon,
  button.icon,
  .button.icon {
    padding-right: 0.75em !important;
  }

  input[type="button"].icon:before,
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5em;
    top: 0.05em;
  }

  /* Box */

  .box {
    padding: 15px 15px 15px 15px;
    margin: 0;
  }

  .box.feature {
    margin: 20px 0 0 0 !important;
    padding: 0;
  }

  .box.feature .inner {
    padding: 30px 15px 30px 15px;
  }

  .box.feature p {
    margin: 0;
  }

  .box.feature .image {
    position: relative;
    margin: 0;
  }

  .box.feature .image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* Widgets */

  .widget.thumbnails .image {
    margin: 0;
  }

  .widget.thumbnails .x {
    padding: 1em 0.5em 0 0;
  }

  .widget.thumbnails .y {
    padding: 1em 0 0 0.5em;
  }

  .widget.thumbnails .row:first-child .x,
  .widget.thumbnails .row:first-child .y {
    padding-top: 0;
  }

  /* Wrappers */

  #header-wrapper {
    padding: 3em 0 1.5em 0;
  }

  #banner-wrapper {
    padding: 0 15px 0 15px;
  }

  #features-wrapper {
    padding: 0 15px 40px 15px;
  }

  #main-wrapper,
  #footer-wrapper {
    padding: 40px 30px 40px 30px;
  }

  /* Logo */

  #logo h1 {
    font-size: 2.75em;
    padding: 0.2em 0.275em;
  }

  #logo span {
    line-height: 3em;
  }

  /* Banner */

  #banner {
    text-align: center;
    padding: 15px 15px 15px 15px;
    margin: 0 auto !important;
  }

  #banner h2 {
    font-size: 2em;
    margin: 0.75em 0 0.5em 0;
  }

  #banner p {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
  }

  #banner ul {
    margin: 0;
  }

  #banner .button {
    margin: 0 0 1em 0;
  }

  /* Content */



  /* Footer */

  #footer section {
    border-bottom: solid 1px #292929;
    padding-bottom: 3em;
    margin-bottom: 1em !important;
  }

  #copyright {
    text-align: left;
  }
}

.image-grid {
  --gap: 16px;
  --num-cols: 4;
  --row-height: 300px;

  box-sizing: border-box;
  padding: var(--gap);
  background-color: #fbf7d3;
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
}

.image-grid > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.image-grid-col-2 {
  grid-column: span 2;
}

.image-grid-row-2 {
  grid-row: span 2;
}

/* Anything udner 1024px */
@media screen and (max-width: 1024px) {
  .image-grid {
    --num-cols: 2;
    --row-height: 200px;
  }
}

.banner-img {
  padding: 16px 16px;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: 541px;
  width: auto\9;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .banner-img {
    padding: 16px 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
    width: auto\9;
    border-radius: 30px;
  }
}

.bannerspan{
  background-color: rgba(41, 42, 42, 0.5);
  height: 150px;
  padding-top: 40px;
}
.bannerspanlarge{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color:rgb(255, 255, 255);
  font-size: 60px;
  font-weight: bold;
  color: #000;
  color: rgba(0, 0, 0, 0.1);
}
.bannerspansmall{
  font-size: 30px;
}

.banner {
  height: 550px;
  text-align: center;
  color: #fff;
  background-image: url("images/banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #292a2a;


}

.banner.aboutus {
  height: 420px;
  text-align: center;
  color: #fff;
  background-image: url("images/aboutus.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #292a2a;
}

.banner.contactus {
  height: 420px;
  text-align: center;
  color: #fff;
  background-image: url("images/contactus.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #292a2a;
}


.banner.gallery {
  height: 420px;
  text-align: center;
  color: #fff;
  background-image: url("images/gallery.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #292a2a;
}

.banner.executiveprotection {
  height: 420px;
  text-align: center;
  color: #fff;
  background-image: url("images/executiveprotection.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #292a2a;
}

.banner.eventsecurity {
  height: 420px;
  text-align: center;
  color: #fff;
  background-image: url("images/RED CARPET.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #292a2a;
}

.banner.eventsecuritynyc {
  height: 420px;
  text-align: center;
  color: #fff;
  background-image: url("images/unsplasheventsecuritynyc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #292a2a;
}
.banner.bodyguard {
  height: 420px;
  text-align: center;
  color: #fff;
  background-image: url("images/agent\ earpiece.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #292a2a;
}
.banner.bodyguardnyc {
  height: 420px;
  text-align: center;
  color: #fff;
  background-image: url("images/unsplashbodyguardnyc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #292a2a;
}
.banner.diplomaticsecurity {
  height: 420px;
  text-align: center;
  color: #fff;
  background-image: url("images/unsplashdiplomatic.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #292a2a;
}
.banner.estatesecurity {
  height: 420px;
  text-align: center;
  color: #fff;
  background-image: url("images/unsplashestate.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #292a2a;
}

.banner.executiveprotectionnyc {
  height: 420px;
  text-align: center;
  color: #fff;
  background-image: url("images/executiveprotectionnyc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #292a2a;
}


.row.gtr-50.executiveprotection{
  justify-content: center;
}
.row.gtr-50.executiveprotectionnyc{
  justify-content: center;
}


#imagelefttextright.executiveprotection a{
  text-decoration: none;
  color: white;
  font-weight: bold;
}

#imagelefttextright.executiveprotection ul{
  padding-left: 1em;
  font-size: larger !important;
}


.homeoptions{
  width: 250px;
  padding-left: 40px;
}

.banneroptions{
  padding-top: 150px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.banneroptions .buttons{
margin: 20px;
}

.banneroptions img:hover{
  opacity: 0.75;
}

.contactuspage a,p{
  text-decoration: none;
  color: white;
  font-size: large !important;
}
.contactuspage h3{
  margin: 0;
}
.contactmap{
  width: 500;
  height: 500;
}
@media screen and (max-width: 1024px) {
  .bannerspan{
    height: 50px;
    padding-top: 10px;
  }
  .bannerspan.home{
    height: 100px !important;
    padding-top: 10px;
  }
  .bannerspanlarge{
    font-size: 30px;
  }
  .bannerspansmall{
    font-size: 15px;
  }
  .banner.gallery{
    height: 200px;
  }
  .banner.aboutus{
    height: 200px;
  }
  .banner.executiveprotection{
    height: 200px;
  }
  .banner.executiveprotectionnyc{
    height: 200px;
  }
  .banner.bodyguard{
    height: 200px;
  }
  .banner.bodyguardnyc{
    height: 200px;
  }
  .banner.contactus{
    height: 200px;
  }
  .banner.diplomaticsecurity{
    height: 200px;
  }
  .banner.estatesecurity{
    height: 200px;
  }
  .banner.eventsecurity{
    height: 200px;
  }
  .banner.eventsecuritynyc{
    height: 200px;
  }
  .{
    height: 200px;
  }
  .banner.home{
    height: 400px;
  }

  .banner.bannerspanlarge{
    height: 10px;
  }
  .homeoptions{
    width: 200px;
    justify-content: center;
    padding: 10px;
  }
  .widget.thumbnails .image.fit {
    border-radius: 16px;
    height: 200px;
  }
  .banneroptions{
    display:grid;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
  }
  .banneroptions .buttons{
    margin: 2px;
  }


  .homeoptions{
    padding: 15px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 40px;
    font-family:sans-serif;
  }
  .widget.thumbnails .galleryimage img{
    border-radius: 16px;
    display: block;
    height: 380px;
    width: 285px;
  }
}
.widget.thumbnails .galleryimage {
  border-radius: 16px;
  height: 380px;
  width: 285px;
}


#bottombar {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #bottombar {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  #bottombar > h3 {
    display: flex;
    justify-content: center;
  }
}

.reviewicons {
  height: 75px;
  width:75px;
  margin: 10px;
}

#mapsicon {
  height: 75px;
  width:75px;
  margin: 10px;
}

#mapsicon.reviewicons {
  height: 75px;
  width:75px;
  margin: 10px;
}
#mapsicon.reviewicons img{
  height: 75px;
  width:75px;
  margin: 10px;
}
#mapsicon .reviewicons img{
  height: 75px;
  width:75px;
  margin: 10px;
}



#yelpicon {
  border-radius: 16px;
}

#socials {
  display: flex;
  justify-content: right;
}

#phonenumber {
  color:#a1292c;
  font-weight: 600;
  font-size: xx-large;
  text-decoration: none;
  font-weight: bold;
  float: right;
  padding-right: 15px;
}

@media screen and (max-width: 1024px) {
  #socials {
    display: flex;
  }
}

p {
  color: #292a2a;
}

#marketbanner {
  max-width: auto;
  height: 200px;
}

.image-row-grid {
  display: flex;
  justify-content: space-evenly;
}

.image-row-grid > a > img {
  border-radius: 16px;
  height: 150px;
}

@media screen and (max-width: 1024px) {
  .image-row-grid {
    display: flex;
    justify-content: space-evenly;
  }

  .image-row-grid > a > img {
    border-radius: 16px;
    height: 70px;
  }
}


#imagelefttextright > a > img {
  padding: 16px 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: 300px;
  width: auto\9;
  border-radius: 30px;
  float: left;
}
#imagelefttextright > h4 {
  display: flex;
  justify-content: right;
  padding-right: 30px;
}
#imagelefttextright > h3,  li{
  color: #fff;
}



@media screen and (max-width: 1024px) {
  #imagelefttextright > a > img {
    padding: 16px 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
    width: auto\9;
    border-radius: 30px;
  }
}

#imagerighttextleft > a > img {
  padding: 16px 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: 300px;
  width: auto\9;
  border-radius: 30px;
  float: right;
}

@media screen and (max-width: 1024px) {
  #imagerighttextleft > a > img {
    padding: 16px 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
    width: auto\9;
    border-radius: 30px;
  }
}

#centerbodytext {
  display: flex;
  justify-content: center;
}

#h2header > h2 {
  display: flex;
  justify-content: center;
}

.image-row-grid2 {
  display: flex;
  justify-content: space-evenly;
}

.image-row-grid2 > a > img {
  border-radius: 16px;
  height: 175px;
}

.image-row-grid3 {
  display: flex;
  justify-content: space-evenly;
}

.image-row-grid3 > a > img {
  border-radius: 16px;
  height: 175px;
}
@media screen and (max-width: 1024px) {
  .image-row-grid2 {
    margin: 0px;
    width: 400px;
    height: 100px;
    display: grid;
    grid-template-columns: 200px 200px;
    grid-row: auto auto;
  }
  .image-row-grid2-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .image-row-grid2 > a > img {
    border-radius: 16px;
    height: 125px;
  }

  .image-row-grid3 {
    margin: 0px;
    width: 300px;
    height: 500px;
    display: grid;
    grid-template-columns: 200px 200px;
    grid-row: auto auto;
  }
  .image-row-grid3-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .image-row-grid3 > a > img {
    border-radius: 16px;
    height: 125px;
  }

  #centerbodytext > h3 {
    text-align: center;
  }

  #imagelefttextright,
  #imagerighttextleft {
    text-align: center;
  }
}

.bigimagetextleft > a > img {
  padding: 16px 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: 500px;
  width: auto\9;
  border-radius: 30px;
}



#siderbarmobiletopnav {
  float: left;
}

#siderbarmobilebottomnav {
  float: right;
}

@media screen and (max-width: 1024px) {
  .bigimagetextleft > a > img {
    padding: 16px 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
    width: auto\9;
    border-radius: 30px;
  }
  .bigimagetextleft {
    text-align: center;
  }
  #sidebar2,
  #sidebar2img {
    display: flex;
    justify-content: center;
  }

  #sidebar2 {
    color: #fff;
  }


  #siderbarmobilebottomnav {
    position: absolute;
    bottom: 0;
  }
  #footer-wrapper,
  #copyright,
  #imagelefth4 {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  #image-row-grid2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #image-row-grid2 > img {
    width: 133px;
    height: 133px;
    padding: 5px;
    margin-left: 17px;
  }

  .col-3.col-6-medium.col-12-small {
    margin-right: auto;
    margin-left: auto;
  }



  .mobilep {
    text-align: center;
  }

  #sidebarmobilebottomnav {
    bottom: 0;
  }
}

.sideimage {
  width: 398px;
  height: 597px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
}

.executivenycimage{
  width: 100%;
  height: 300px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
}

#leftsidebarh4,
#leftsidebarmap,
#leftsidebarh3,
#leftsidebarbutton {
  display: flex;
  justify-content: center;
}

#leftsidebarmap > p {
  margin-left: auto;
  margin-right: auto;
}

#sidebarmobiletopnav {
  float: left;
}
#sidebarmobilebottomnav {
  float: right;
}



.widget.links p {
  text-align: center;
  font-weight: 600;
}

#content h1{
  color: #fff;
}
#content p{
  color: #fff;
  font-size: smaller;
}

#secondarycontent p{
  color: #fff;
  font-size: smaller;
}
#secondarycontent {
  background-color: #292a2a;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15%;
  padding-right: 15%;
}

#contactsection{
  text-align: center;
  font-weight: 600;
}

.countries{
  float: right;
  padding-right: 15px;
}
.countries img{
  height: 15px;
  width: 20px;
  border-radius: 2px;
}

#contactsection a {
  text-decoration: none;
}

.secondsection{
  float: right;
}


#main-wrapper2 {
  background: #292a2a;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 5em 0 5em 0;
}
#main-wrapper2,
#footer-wrapper {
  padding: 40px 30px 40px 30px;
}




#content2 h2{
  color: #fff;
}
#content2 p{
  color: #fff;
  font-size: large;
}
#content2 li{
  font-size: large;
  list-style-type: none;
}

#phonenumber img{
  display: none;
}





#mapssection{
  text-align: center;
}

.portfoliorow{
  align-content: center;
  text-align: center;
}

.portfoliocolumn {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.portfoliorow:after {
  content: "";
  display: table;
  clear: both;
}

.gimages {
  display: flex;
  flex-flow: wrap;


}
.gimages img {
  margin-left: 10px;
  transition: .5s;
  box-shadow: 6px 6px #4d1617;
}
.gimages :hover{
  margin-top: -5px;
  filter: drop-shadow(1px 1px #4d1617);

}

.galleryh2{
  text-align: center;
}

.gallerycontent{
  background-color: #a60207;
}
.gallerywrapper{
  padding: 50px 0 3px 0 !important;

}

.gallerycontent .widget.thumbnails{
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center;
}

#content {
  padding-bottom: 3em;
}

@media screen and (max-width: 980px) {
  #content {

    padding-bottom: 4em;
    margin-bottom: 0 !important;
  }
  .sideimage {
    width: 300px;
    height: 450px;
  }
  #content2 li{
    font-size: smaller;
    list-style-type: none;
  }
  #content > :last-child {
    margin-bottom: 0 !important;
  }
  .flexreverse{
    display: flex;
    flex-direction: column-reverse;
  }

  #phonenumber{
    font-size: x-large;
  }
  #countries a{
    padding-right: 1px;
  }
  #countries p{
    font-size: small;
    float: right;
  }
  #phonenumber img{
    width: 20px;
    padding-right: 3px;
  }
  .gimages img{
    max-height: 190px;
    max-width: 142px;
  }
  .gallerycontent .widget.thumbnails{
    margin-left: 10% !important;
  }
  #content {
    padding-bottom: 0;
  }
  .sideimage {
    width: 100%;
    height: auto;
  }
  .row.gtr-50{
    justify-content: center;
  }
}


#aboutUsh3{
  text-align: center;
}
#aboutUsh2{
  text-align: center;
}

/* CSS */
.button-84 {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#464d55, #25292e);
  opacity: 0.85;
  border-radius: 8px;
  border-width: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1),0 3px 6px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  height: 80px;
  width: 350px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-84:hover {
  box-shadow: rgba(0, 1, 0, .2) 0 2px 8px !important;
  opacity: .85;
}

.button-84:active {
  outline: 0;
}

.button-84:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px !important;
}

@media (max-width: 420px) {
  .button-84 {
    height: 48px;
  }
}

#stoneteamdiv{
  align-items: center;
  text-align: center;
}

#stoneteam{
  width: auto;
  height: 300px;
  border-radius: 16px;
}

.diplomaticduopics {
  text-align: center;
}
.diplomaticduopics img{
  width: auto;
  height: 200px;
  border-radius: 16px;
}

.diplomaticsecuritymoviediv {
  text-align:  center;
}

.diplomaticsecuritymoviediv video{
  border-radius: 16px;
}

.galleryspan{
  text-align: center;
  padding-bottom: 30px;
}

#imagelefttextright.executiveprotection p{
  text-align: center;
}
#stonelogotop.stonelogotop {
  height: 100px;
  width: 305px;
}
#stonelogo.stonelogo {
  height: 100px;
  width: 305px;
}

.mapsimg{
  height: 224px;
  width: 273px;
}