@import url("https://use.typekit.net/ekv4mvi.css");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
#wpadminbar {
  z-index: 99999999999999999999999999999999999 !important;
}
body {
  overflow-x: hidden;
}
strong {
  font-weight: 500;
  font-family: inherit;
}
em {
  font-style: normal;
  font-style: italic;
  color: #ce0e2d;
  font-family: inherit;
}
em a {
  color: #ce0e2d !important;
  font-weight: 500 !important;
}
em a:hover {
  color: #000000 !important;
}
ul,
ol {
  padding-left: 17px;
  margin-bottom: 10px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
  margin-bottom: 0;
}
nav ul li {
  margin-bottom: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
.logo {
  transition: all 0.5s ease;
}
/* change colours to suit your needs */
ins {
  color: #000000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/**
  * Colours.
  */
/**
  * Other Styles.
  */
h1,
section.banner h2 {
  font-family: trade-gothic-next, sans-serif;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 25px;
  font-style: oblique;
  text-align: center;
}
h1 .dxpnlControl {
  display: inline-block;
}
h2 {
  text-transform: uppercase;
  font-family: trade-gothic-next, sans-serif;
  color: #ce0e2d;
  font-size: 22px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
h2:after {
  font-size: 30px;
  font-style: oblique;
  padding-left: 2px;
  content: ".";
  color: #ce0e2d;
}
h3 {
  font-family: trade-gothic-next, sans-serif;
  color: #ce0e2d;
  letter-spacing: 0.02em;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 20px;
}
h4,
p.footer-title {
  font-family: trade-gothic-next, sans-serif;
  color: #ce0e2d;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 25px;
}
h5 {
  font-family: trade-gothic-next, sans-serif;
  color: #ce0e2d;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
  font-style: oblique;
  margin-bottom: 20px;
}
p,
ul li,
p a {
  font-family: futura-pt, sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 350;
  margin-bottom: 16px;
}
p a {
  color: var(--text-link);
  font-weight: 500;
  text-decoration: underline;
}
* {
  font-family: trade-gothic-next, sans-serif;
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 24px;
  }
  p,
  ul li,
  p a {
    font-size: 20px;
  }
}
.font-awesome {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}
.middle-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-between-stretch {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-space-children {
  width: 100%;
  max-width: 100%;
  flex-shrink: 1;
}
.li-bullet {
  list-style: none;
  padding: 0;
  margin: 0;
}
.li-bullet li {
  position: relative;
  font-size: 18px;
  padding-left: 20px;
}
.li-bullet li:not(:last-child) {
  margin-bottom: 10px;
}
.li-bullet li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 2px;
}
/**
 * Site buttons styling.
 */
p.btn-center {
  text-align: center;
}
p.btn-left {
  text-align: left;
}
p.btn-right {
  text-align: right;
}
.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-family: trade-gothic-next, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #ce0e2d;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .btn {
    font-size: 18px;
  }
}
.btn.small_button {
  font-size: 13px;
}
@media only screen and (min-width: 1200px) {
  .btn.small_button {
    font-size: 15px;
  }
}
.btn.smaller_button {
  font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .btn.smaller_button {
    font-size: 13px;
  }
}
.btn.large_button {
  font-size: 15px;
}
@media only screen and (min-width: 1200px) {
  .btn.large_button {
    font-size: 21px;
  }
}
.btn.larger_button {
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .btn.larger_button {
    font-size: 24px;
  }
}
.btn::after {
  margin-top: 3px;
  display: block;
  width: 100%;
  content: "";
  border-bottom: solid 2px #ce0e2d;
  transition: transform 500ms ease-in-out;
}
.btn:hover {
  color: #ce0e2d;
}
.btn:hover::after {
  transform: scaleX(0);
}
.btn.und_black {
  color: #000000;
}
.btn.und_black::after {
  border-bottom: solid 2px #000000;
}
.btn.und_white {
  color: #ffffff;
}
.btn.und_white::after {
  border-bottom: solid 2px #ffffff;
}
.btn.red_back_white,
.btn.red_back_black,
.btn.black_back_white,
.btn.black_back_red,
.btn.white_back_black,
.btn.white_back_red {
  margin: 0;
  font-size: 12px;
  padding: 6px 8px 5px 8px;
}
@media only screen and (min-width: 1200px) {
  .btn.red_back_white,
  .btn.red_back_black,
  .btn.black_back_white,
  .btn.black_back_red,
  .btn.white_back_black,
  .btn.white_back_red {
    font-size: 16px;
  }
}
.btn.red_back_white.smaller_button,
.btn.red_back_black.smaller_button,
.btn.black_back_white.smaller_button,
.btn.black_back_red.smaller_button,
.btn.white_back_black.smaller_button,
.btn.white_back_red.smaller_button {
  font-size: 10px;
}
@media only screen and (min-width: 1200px) {
  .btn.red_back_white.smaller_button,
  .btn.red_back_black.smaller_button,
  .btn.black_back_white.smaller_button,
  .btn.black_back_red.smaller_button,
  .btn.white_back_black.smaller_button,
  .btn.white_back_red.smaller_button {
    font-size: 12px;
  }
}
.btn.red_back_white.small_button,
.btn.red_back_black.small_button,
.btn.black_back_white.small_button,
.btn.black_back_red.small_button,
.btn.white_back_black.small_button,
.btn.white_back_red.small_button {
  font-size: 11px;
}
@media only screen and (min-width: 1200px) {
  .btn.red_back_white.small_button,
  .btn.red_back_black.small_button,
  .btn.black_back_white.small_button,
  .btn.black_back_red.small_button,
  .btn.white_back_black.small_button,
  .btn.white_back_red.small_button {
    font-size: 14px;
  }
}
.btn.red_back_white.large_button,
.btn.red_back_black.large_button,
.btn.black_back_white.large_button,
.btn.black_back_red.large_button,
.btn.white_back_black.large_button,
.btn.white_back_red.large_button {
  font-size: 14px;
}
@media only screen and (min-width: 1200px) {
  .btn.red_back_white.large_button,
  .btn.red_back_black.large_button,
  .btn.black_back_white.large_button,
  .btn.black_back_red.large_button,
  .btn.white_back_black.large_button,
  .btn.white_back_red.large_button {
    font-size: 20px;
  }
}
.btn.red_back_white.larger_button,
.btn.red_back_black.larger_button,
.btn.black_back_white.larger_button,
.btn.black_back_red.larger_button,
.btn.white_back_black.larger_button,
.btn.white_back_red.larger_button {
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .btn.red_back_white.larger_button,
  .btn.red_back_black.larger_button,
  .btn.black_back_white.larger_button,
  .btn.black_back_red.larger_button,
  .btn.white_back_black.larger_button,
  .btn.white_back_red.larger_button {
    font-size: 24px;
  }
}
.btn.red_back_white {
  background: #ce0e2d;
  color: #ffffff;
  border: 1px solid #ce0e2d;
}
.btn.red_back_white::after {
  border-bottom: solid 2px #ffffff;
}
.btn.red_back_black {
  background: #ce0e2d;
  color: #000000;
  border: 1px solid #ce0e2d;
}
.btn.red_back_black::after {
  border-bottom: solid 2px #000000;
}
.btn.black_back_white {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.btn.black_back_white::after {
  border-bottom: solid 2px #ffffff;
}
.btn.black_back_red {
  background: #000000;
  color: #ce0e2d;
  border: 1px solid #000000;
}
.btn.black_back_red::after {
  border-bottom: solid 2px #ce0e2d;
}
.btn.white_back_black {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}
.btn.white_back_black::after {
  border-bottom: solid 2px #000000;
}
.btn.white_back_red {
  background: #ffffff;
  color: #ce0e2d;
  border: 1px solid #ffffff;
}
.btn.white_back_red::after {
  border-bottom: solid 2px #ce0e2d;
}
.btn.locations_button {
  color: #ffffff !important;
  border: none !important;
  background: none !important;
}
.btn.locations_button:hover {
  background: none !important;
  color: #000000 !important;
}
.btn.locations_button::after {
  border-bottom: solid 2px #ffffff;
}
.btn.small {
  padding: 5px 22px;
}
.btn.rdn {
  border-radius: 30px;
}
.btn.white {
  background: #ffffff;
  color: #000000;
  border: solid 1px #ffffff;
}
.btn.white:hover {
  background: #000000;
  color: #ffffff !important;
  border: solid 1px #000000;
}
.btn.black {
  background: #000000;
  color: #ffffff;
  border: solid 1px #000000;
}
.btn.black:hover {
  color: #000000 !important;
  background: #ffffff;
  border: solid 1px #000000;
}
.btn.clear {
  background: transparent;
  border: solid 1px #ffffff;
  color: #ffffff;
}
.btn.clear:hover {
  color: #ffffff !important;
  border-color: #000000;
  background: #ce0e2d;
}
nav .menu li {
  vertical-align: top;
}
nav .menu .menu-item-has-children > a {
  position: relative;
}
nav .menu .menu-item-has-children > a:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  float: right;
  font-size: 0.75em;
  margin-left: 5px;
}
nav .menu .menu-item-has-children .sub-menu {
  margin-left: 5%;
}
nav .menu .item-image {
  display: none;
}
@media screen and (max-width: 1199px) {
  nav .menu .menu-item-has-children .sub-menu {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.6s ease;
    margin-top: 0 !important;
  }
  nav .menu .menu-item-has-children:hover > .sub-menu {
    margin-top: 15px !important;
    max-height: 100vh;
  }
}
@media only screen and (min-width: 1200px) {
  nav .menu {
    display: flex;
    justify-content: space-between;
  }
  .normal nav .menu .menu-item-has-children .sub-menu {
    margin-left: 0%;
    background: #ce0e2d;
  }
  .normal nav .menu .menu-item-has-children > .sub-menu {
    display: none;
  }
  .normal nav .menu .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .normal nav .menu > li {
    position: relative;
  }
  .normal nav .menu > li.current-menu-item > .sub-menu li a {
    color: #ffffff;
  }
  .normal nav .menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 250px;
  }
  .normal nav .menu > li > .sub-menu li {
    display: block;
    width: 100%;
    padding: 5px 0;
    padding-left: 5% !important;
    float: left !important;
  }
  .normal nav .menu > li > .sub-menu li:hover > a:after {
    width: 95% !important;
  }
  .normal nav .menu > li > .sub-menu li a {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
  }
  .normal nav .menu > li > .sub-menu li > .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    min-width: 250px;
    margin-left: 0;
  }
  .normal nav .menu > li > .sub-menu li > .sub-menu li a {
    padding-right: 5% !important;
  }
  .normal nav .menu > li > .sub-menu li > .sub-menu li:hover > a:after {
    width: 95%;
  }
}
img {
  max-width: 100%;
  height: auto;
}
img.rounded {
  border-radius: 15px;
}
img.circle {
  border-radius: 50%;
}
* {
  box-sizing: border-box;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper,
.column-content {
  z-index: 2;
  position: relative;
}
.wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
img.drop-shadow {
  box-shadow: 2px 3px 22.14px 4.86px rgba(0, 0, 0, 0.28);
}
.neptune header.page-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: none;
  transition: all 0.5s ease-in-out;
  z-index: 100;
  padding: 10px 0;
  padding-top: 30px;
  margin: 0;
  border-bottom: 0;
}
.neptune header.page-header.fixed {
  padding: 7.5px;
  background: #000000;
}
.neptune header.page-header.fixed .controls {
  top: 5px;
}
.neptune header.page-header .wrapper {
  position: relative;
}
.neptune header.page-header img {
  transition: max-width 0.5s ease-in-out;
}
.neptune header.page-header .controls {
  z-index: 100000;
  position: absolute;
  top: 5px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.neptune header.page-header .controls .burger {
  position: relative;
  display: block;
  float: right;
  width: 30px;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  transform: rotate(0deg);
}
.neptune header.page-header .controls .burger.open span:first-child,
.neptune header.page-header .controls .burger.open span:nth-child(6) {
  transform: rotate(45deg);
}
.neptune header.page-header .controls .burger.open span:nth-child(2),
.neptune header.page-header .controls .burger.open span:nth-child(5) {
  transform: rotate(-45deg);
}
.neptune header.page-header .controls .burger.open span:first-child {
  top: 2px;
  left: 4px;
}
.neptune header.page-header .controls .burger.open span:nth-child(2) {
  top: 2px;
  left: calc(44%);
}
.neptune header.page-header .controls .burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.neptune header.page-header .controls .burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.neptune header.page-header .controls .burger.open span:nth-child(5) {
  top: 11px;
  left: 4px;
}
.neptune header.page-header .controls .burger.open span:nth-child(6) {
  top: 11px;
  left: calc(44%);
}
.neptune header.page-header .controls .burger span {
  position: absolute;
  display: block;
  width: 50%;
  height: 3px;
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
  background: #ffffff;
}
.neptune header.page-header .controls .burger span:first-child,
.neptune header.page-header .controls .burger span:nth-child(2) {
  top: 0;
}
.neptune header.page-header .controls .burger span:nth-child(3),
.neptune header.page-header .controls .burger span:nth-child(4) {
  top: 8px;
}
.neptune header.page-header .controls .burger span:nth-child(5),
.neptune header.page-header .controls .burger span:nth-child(6) {
  top: 16px;
}
.neptune header.page-header .controls .burger span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
.neptune header.page-header .logo {
  z-index: 100000;
  position: relative;
  min-width: 160px;
}
.neptune header.page-header .email-phone {
  margin: 20px 0;
}
.neptune header.page-header .email-phone.toggled a {
  color: #ffffff;
}
.neptune header.page-header .email-phone a {
  margin-right: 15px;
}
.neptune header.page-header .email-phone a i {
  margin-right: 7.5px;
  color: #000000;
}
.neptune header.page-header img {
  width: 100%;
  max-width: 160px;
  height: auto !important;
}
.neptune header.page-header span.burger {
  cursor: pointer;
}
@media screen and (max-width: 928px) {
  .neptune .logo {
    max-width: 160px;
  }
  .neptune .navigation {
    position: absolute;
    width: 100%;
    top: 50px;
    background: #ce0e2d;
    padding: 20px;
    max-height: calc(100vh - 100px);
    overflow: auto !important;
  }
  .neptune .navigation .search-phone {
    margin-left: 5%;
  }
  .neptune .navigation .search-phone a {
    display: block;
    color: #ffffff;
  }
  .neptune .navigation .search-phone a {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .neptune .navigation img {
    margin-bottom: 14px;
    padding-left: 20px;
  }
  .neptune .navigation nav.main-menu {
    padding: 0 5%;
  }
  .neptune .navigation nav.main-menu li {
    display: block !important;
    margin-bottom: 15px;
    list-style-type: none;
    text-align: left;
  }
  .neptune .navigation nav.main-menu li a {
    color: #ffffff !important;
  }
  .neptune .navigation nav.main-menu li > ul {
    margin-top: 15px;
  }
  .neptune .navigation nav.main-menu li:hover > a {
    text-decoration: none;
  }
  .neptune .navigation nav.main-menu li:hover > a:after {
    width: 100%;
  }
  .neptune .navigation nav.main-menu li a {
    display: inline-block;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .neptune .navigation nav.main-menu li a:hover:after {
    width: 100%;
  }
  .neptune .navigation nav.main-menu li a:after {
    display: block;
    margin-top: 8px;
    width: 0;
    height: 2px;
    content: "";
    background-color: #ce0e2d;
  }
  .neptune .navigation .social-icons {
    padding: 0 5%;
  }
  .neptune .navigation .social-icons li {
    display: inline-block;
    margin-right: 15px;
  }
  .neptune .navigation .social-icons li a {
    display: inline-block;
    text-align: left;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .neptune .navigation.toggled {
    height: auto;
    padding: 30px 0;
    background: #ce0e2d;
    overflow: none;
  }
  .neptune .navigation.toggled .social-icons li {
    background: transparent !important;
  }
  .neptune .navigation.toggled nav.main-menu li {
    cursor: pointer;
    transition: all 0.6s ease;
  }
}
@media only screen and (min-width: 1200px) {
  .neptune header.page-header {
    padding: 20px 0;
    padding-top: 50px;
    background: none;
  }
  .neptune header.page-header .logo img {
    vertical-align: top;
  }
  .neptune header.page-header .logo a {
    display: inline-block;
    width: 100%;
  }
  .neptune header.page-header.fixed {
    background: #000000;
    padding: 10px;
  }
  .neptune header.page-header.fixed .navigation .social-icons {
    margin-bottom: 5px;
  }
  .neptune header.page-header.fixed img {
    max-width: 180px;
  }
  .neptune header.page-header.fixed .logo {
    max-width: 180px;
  }
  .neptune header.page-header .controls {
    display: none;
  }
  .neptune header.page-header .logo {
    max-width: 200px;
    display: inline-block;
    float: left;
  }
  .neptune header.page-header .inner,
  .neptune header.page-header div.lazy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 100px;
  }
  .neptune header.page-header .email-phone {
    float: right;
    clear: none;
    margin: 0;
  }
  .neptune header.page-header .email-phone a {
    font-size: 19px;
    margin-right: 15px;
  }
  .neptune header.page-header .email-phone a i {
    margin-right: 4px;
  }
  .neptune .navigation {
    margin-top: 10px;
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0;
    min-width: 70%;
  }
  .neptune .navigation .social-icons {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .neptune .navigation .nav-phone {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .neptune .navigation .search-phone {
    display: block;
    width: 100%;
    order: 1;
  }
  .neptune .navigation .search-phone a {
    margin-left: 15px;
  }
  .neptune .navigation .search-phone a:first-of-type {
    margin-left: 0;
  }
  .neptune .navigation nav {
    display: inline-block;
    margin-right: 0px;
    width: 100%;
    order: 2;
  }
  .neptune .navigation nav ul li {
    display: inline-block;
    margin-right: 5px;
    transition: all 0.5s ease-in-out;
  }
  .neptune .navigation nav ul li:last-of-type {
    margin-right: 0;
  }
  .neptune .navigation nav ul li:last-of-type a {
    margin-right: 0;
  }
  .neptune .navigation nav ul li a {
    display: inline-block;
    position: relative;
    transition: all cubic-bezier(0.17, 0.67, 0.53, 0.96) 0.5s;
    font-weight: 400;
    font-size: 18px;
  }
  .neptune .fixed .navigation nav ul li a {
    font-size: 17px;
  }
  .neptune #header-top-nav nav ul li a {
    font-size: 16px;
  }
  .neptune .navigation nav ul li > ul li.current-menu-item a {
    color: #ffffff;
  }
  .neptune .navigation nav ul li > ul li.current-menu-item a:after {
    width: 100%;
  }
  .neptune .navigation nav ul li > ul li:hover a:after {
    width: 100%;
  }
  .neptune .navigation nav ul > li > a:after {
    display: block;
    width: 0;
    margin-top: 8px;
    height: 2px;
    content: "";
    background-color: #ce0e2d;
    transition: all 0.5s ease;
  }
  .neptune .navigation nav ul > li:hover > a:after {
    width: 100%;
  }
  .neptune .navigation .social-icons {
    display: block;
    float: right;
  }
  .neptune .navigation .social-icons li {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1500px) {
  .neptune header.page-header .logo {
    max-width: 220px;
  }
  .neptune header.page-header .logo img {
    max-width: 220px;
  }
}
.banner {
  overflow: hidden;
}
.banner p, 
.banner h3, 
.banner h3 .dxpnlControl {
  color: #ffffff;
  font: 20px var(--font-body) !important;
  font-weight: 100!important;
}
.banner .inner {
  position: relative;
}
.banner .inner .wrapper {
  padding-top: 100px;
  padding-bottom: 40px;
  width: 80%;
}
.banner .inner:after {
  background: #000000;
  opacity: 0.46;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  display: block;
}
.banner .inner,
.banner div.lazy {
  overflow: hidden;
}
.banner .video-cont {
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  position: absolute;
}
.banner .video-cont iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner.neptune .inner {
  min-height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner.neptune.large .wrapper {
  padding-top: 100px;
}
.banner.neptune.large h1 {
  font-weight: 800;
}
@media screen and (min-width: 928px) {
  .banner.neptune.large .wrapper,
  .banner .inner .wrapper {
    padding-top: 200px;
  }
  .banner.neptune.small .inner {
    min-height: 350px;
  }
  .banner.neptune .inner {
    min-height: 550px;
  }
  .banner.neptune.small p,
  .banner.neptune.small h3,
  .banner.neptune.small h3 .dxpnlControl {
    font: 24px var(--font-body) !important;
    font-weight: 100!important;
  }
}
@media only screen and (min-width: 1500px) {
  .banner p,
  .banner h3 {
    font-size: 28px;
  }
  .banner .wrapper {
    max-width: 1050px;
  }
  .banner.neptune.large .wrapper, 
  .banner .inner .wrapper {
      padding-top: 190px;
  }
  .banner.neptune.large h1 {
    font-size: 90px;
    margin-bottom: 35px;
  }
  .banner.neptune.large p {
    margin-bottom: 40px;
  }
  .banner.neptune .inner {
    min-height: 820px;
  }
}
.below-content {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  padding: 90px 0;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .below-content {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1300px) {
  .below-content {
    padding-bottom: 350px;
  }
}
.below-content span.next-section {
  font-size: 2em;
  cursor: pointer;
}
.columns {
  position: relative;
}
.columns .inner,
.columns div.lazy {
  display: inline-block;
  width: 100%;
}
.columns .inner iframe,
.columns div.lazy iframe {
  width: 100%;
}
.columns .text_color_override_white p,
.columns .text_color_override_white span,
.columns .text_color_override_white a,
.columns .text_color_override_white i,
.columns .text_color_override_white li,
.columns .text_color_override_white ul,
.columns .text_color_override_white h2,
.columns .text_color_override_white h3,
.columns .text_color_override_white h4,
.columns .text_color_override_white h5 {
  color: #ffffff !important;
}
.columns .text_color_override_white p {
  font-weight: 400 !important;
}
.columns .text_color_override_white a:after {
  border-bottom: 2px solid #ffffff !important;
}
.columns .testimonial h3 {
  font-size: 22px;
  font-family: futura-pt, sans-serif;
  font-style: oblique;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .columns .testimonial h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 799px) {
  .columns {
    padding: 35px 0 !important;
  }
  .columns .inner > div,
  .columns div.lazy > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .columns .inner > div:last-of-type,
  .columns div.lazy > div:last-of-type {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 800px) {
  .columns .inner,
  .columns div.lazy {
    display: flex;
    flex-wrap: wrap;
  }
  .columns .full-width {
    min-width: 100%;
    width: 100%;
  }
  .columns .divider {
    width: 100%;
  }
  .columns .full {
    width: 100%;
  }
  .columns .half {
    width: 48%;
    float: left;
    clear: none;
  }
  .columns .third {
    width: 31%;
    float: left;
    clear: none;
  }
  .columns .two-thirds {
    width: 64%;
    float: left;
    clear: none;
  }
  .columns .quater {
    width: 23%;
    float: left;
    clear: none;
  }
  .columns .three-quaters {
    width: 73%;
    float: left;
    clear: none;
  }
  .columns .fifth {
    width: 18%;
    float: left;
    clear: none;
  }
  .columns .four-fifth {
    width: 72%;
    float: left;
    clear: none;
  }
  .columns .sixth {
    width: 15%;
    float: left;
    clear: none;
  }
  .columns .five-sixths {
    width: 75%;
    float: left;
    clear: none;
  }
}
footer .item {
  margin-bottom: 20px;
}
footer .item p {
  font-size: 12px;
  color: #ffffff;
  font-family: trade-gothic-next, sans-serif !important;
  font-weight: 300 !important;
}
footer .item p strong {
  font-weight: bold !important;
  font-family: trade-gothic-next, sans-serif !important;
}
footer .item p i {
  margin-right: 10px;
}
footer .item a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  font-family: trade-gothic-next, sans-serif;
  text-transform: uppercase;
}
footer .item a:hover {
  color: #ce0e2d;
}
footer .footer-column .item:last-of-type {
  margin-bottom: 0;
}
footer .copyright {
  background: #4a4a49;
  padding: 20px 0;
}
footer .copyright .textwidget {
  margin-top: 20px;
}
footer .footer-above {
  background: #4a4a49;
  padding: 40px 0;
}
footer .footer-above .inner {
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 600px) {
  footer .footer-above .inner {
    display: flex !important;
  }
}
footer img {
  max-width: 170px !important;
  width: 100%;
  margin-bottom: 30px;
}
footer ul {
  margin-bottom: 0;
}
footer ul li {
  margin-bottom: 10px !important;
}
footer ul li:last-of-type {
  margin-bottom: 0 !important;
}
footer h4,
footer p.footer-title {
  color: #000000 !important;
  font-weight: 700;
  font-size: 16px;
}
footer .copyright_message p,
footer .copyright_message a {
  font-size: 12px;
  color: #ffffff;
  font-family: trade-gothic-next, sans-serif !important;
  font-weight: 300 !important;
  margin-bottom: 15px;
}
footer .copyright_message p strong,
footer .copyright_message a strong {
  font-weight: bold !important;
  font-family: trade-gothic-next, sans-serif !important;
}
footer .copyright_message p i,
footer .copyright_message a i {
  margin-right: 10px;
}
footer .copyright_message p:last-of-type,
footer .copyright_message a:last-of-type {
  margin-bottom: 0;
}
footer .copyright_message a:hover {
  color: #ce0e2d !important;
}
@media screen and (max-width: 999px) {
  footer .footer-above {
    padding: 20px 0 !important;
  }
  footer .footer-above .footer-column {
    margin-bottom: 20px;
  }
  footer .copyright {
    padding: 20px 0 !important;
  }
}
footer .footer-above .inner,
footer .footer-above div.lazy {
  display: inline-block;
}
@media screen and (min-width: 928px) {
  footer .footer-above .footer-column:first-of-type .item {
    height: 100%;
  }
  footer .footer-above .footer-column:first-of-type .item .textwidget {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    flex-direction: column;
  }
  footer
    .footer-above
    .footer-column:first-of-type
    .item
    .textwidget
    p:last-of-type {
    margin-bottom: 0 !important;
  }
  footer .footer-above .copyright_layout {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  footer .footer-above .copyright_message p {
    text-align: right;
  }
  footer .footer-above .outer {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
  footer .footer-above .inner,
  footer .footer-above div.lazy {
    width: 660px;
    display: flex;
    flex-wrap: wrap;
  }
}
.social-icons-body {
  margin: 0;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
.social-icons-body li {
  display: flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  background: #ffffff;
  border-radius: 20px;
}
.social-icons-body li a {
  font-size: 12px;
  color: #ce0e2d;
}
.social-icons-body li a i {
  color: #ce0e2d;
}
.social-icons-body li:hover {
  background: #ce0e2d;
}
.social-icons-body li:hover a {
  color: #ffffff;
}
.social-icons-body li:hover a i {
  color: #ffffff;
}
@media screen and (min-width: 928px) {
  .social-icons-body {
    justify-content: flex-end;
  }
}
.iframe-embed iframe {
  width: 100%;
}
div.gallery {
  display: contents;
}
div.gallery .gallery-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
div.gallery .gallery-items a {
  float: left;
  clear: none;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.5s ease;
}
div.gallery .gallery-items a:hover {
  box-shadow: 2px 3px 22.14px 4.86px rgba(0, 0, 0, 0.28);
}
div.gallery .gallery-items a span {
  background-size: cover;
  background-position: center;
  display: block;
  transition: all 0.6s ease;
  padding-bottom: 50%;
}
@media screen and (min-width: 650px) {
  div.gallery.three .gallery-items a {
    width: 32%;
    margin-right: 2%;
  }
  div.gallery.three .gallery-items a:nth-child(3n + 3) {
    margin-right: 0;
  }
  div.gallery.three .gallery-items a span {
    padding-bottom: 80%;
  }
  div.gallery.four .gallery-items a {
    width: 23%;
    margin-right: 2%;
  }
  div.gallery.four .gallery-items a span {
    padding-bottom: 100%;
  }
  div.gallery.two .gallery-items a {
    width: 50%;
  }
  div.gallery.two .gallery-items a span {
    padding-bottom: 60%;
  }
}
.testimonials {
  text-align: center;
  overflow: hidden;
}
.testimonials .owl-nav {
  margin-bottom: 0 !important;
  margin-top: 0px !important;
}
.testimonials button {
  height: 20px;
}
.testimonials button span {
  height: 20px !important;
  line-height: 20px !important;
  color: #ffffff;
  font-size: 44px;
}
.testimonials button:hover {
  background: transparent !important;
}
.testimonials button:hover span {
  background: transparent !important;
}
.testimonials button.owl-prev {
  position: absolute;
  top: 45%;
  left: 2%;
  transform: translateY(-50%);
}
.testimonials button.owl-next {
  position: absolute;
  top: 45%;
  right: 2%;
  transform: translateY(-50%);
}
.testimonials .below {
  margin-top: 50px;
}
.testimonials .heading {
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
}
.testimonials .heading h2 {
  margin-bottom: 50px;
}
.testimonials .item {
  text-align: center;
  padding: 30px;
  padding-left: 7%;
  padding-right: 7%;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials .item:after {
  width: 100%;
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  content: "";
  display: block;
}
.testimonials .item .test_content {
  z-index: 5;
  position: relative;
}
.testimonials .test_content p {
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
}
.testimonials .test_content p strong {
  display: block;
  font-weight: 700;
}
.testimonials .test_content p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .testimonials .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }
  .testimonials .item .image {
    width: 25%;
    float: left;
    display: inline-block;
    height: auto;
    margin: inherit;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .testimonials .item .image img {
    width: 100%;
    border-radius: 50%;
  }
  .testimonials .item .test_content {
    width: 70%;
    float: left;
    text-align: left;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonials .item {
    justify-content: flex-end;
    min-height: 350px;
  }
  .testimonials .item:before {
    width: 60%;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(images/nwshape.png);
    z-index: 2;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 40%;
  }
  .testimonials .item .test_content {
    max-width: 40%;
  }
  .testimonials .item .test_content p {
    text-align: left;
  }
  .testimonials .item .test_content p.title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1500px) {
  .testimonials .item {
    margin-bottom: 35px;
  }
}
 .featherlight .featherlight-content {
  background: none;
  border: none;
  overflow: visible;
}
 .featherlight .featherlight-close-icon {
  background: transparent;
  color: #ffffff;
  font-size: 35px;
  right: -16px;
  top: -5px;
}
 span.featherlight-previous,
 span.featherlight-next {
  background: transparent !important;
}
 span.featherlight-previous span,
 span.featherlight-next span {
  text-shadow: none;
  font-size: 32px;
  line-height: 32px;
  margin-top: 0;
  display: block;
}
 span.featherlight-previous span {
  left: -55%;
}
 span.featherlight-next span {
  right: -55%;
}
.cat-content {
  margin: 40px 0;
}
.cat-content h1 {
  text-align: center;
}
.articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.articles article {
  margin-bottom: 40px;
  width: 100%;
}
.articles article .content {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.articles article .content a.btn {
  margin-top: auto;
  display: inline-block;
}
.articles article img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.articles article .thumb {
  min-height: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 650px) and (max-width: 1199px) {
  .articles article {
    float: left;
    clear: none;
    margin-right: 4%;
    width: 48%;
  }
  .articles article:nth-of-type(2n + 2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .articles article {
    float: left;
    clear: none;
    margin-right: 2%;
    width: 32%;
  }
  .articles article:nth-of-type(3n + 3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1301px) {
  .articles article {
    float: left;
    clear: none;
    margin-right: 2.6%;
    width: 23%;
    margin-bottom: 65px;
  }
  .articles article:nth-of-type(4n + 4) {
    margin-right: 0;
  }
}
nav.pagination {
  width: 100%;
  display: inline-block !important;
  height: auto !important;
  justify-content: flex-start !important;
}
nav.pagination h2.screen-reader-text {
  display: none;
}
nav.pagination .page-numbers {
  color: #000000;
}
nav.pagination .page-numbers.current {
  border-bottom: 2px solid #ce0e2d;
}
nav.pagination span.page_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ce0e2d;
  margin: 0 !important;
  border: 1px solid #ce0e2d;
  height: 20px;
  width: 20px;
  border-radius: 20px;
}
nav.pagination span.page_button i {
  font-size: 12px;
  color: #ffffff;
}
nav.pagination span.page_button:hover {
  background: #ffffff;
}
nav.pagination span.page_button:hover i {
  color: #ce0e2d;
}
nav.pagination .nav-links {
  display: flex;
  align-items: center;
}
nav.pagination .nav-links span,
nav.pagination .nav-links a {
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px;
  cursor: pointer;
}
header #searchform {
  display: flex;
}
header #searchform .screen-reader-text {
  display: none;
}
header #searchform div {
  display: flex;
  justify-content: space-between;
}
header #searchform button {
  border: 0px solid #000000;
  background: transparent;
  font-size: 18px;
}
header #searchform button:focus {
  outline: none !important;
  border: 0px solid #000000 !important;
}
header #searchform input {
  border: none;
  border-bottom: solid 2px #000000;
  border-radius: 0px;
  font-size: 16px;
  background: transparent;
}
header #searchform input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
}
header #searchform input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
}
header #searchform input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
}
header #searchform input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -k-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #ffffff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-dot:focus {
  outline: none;
}
nav ul {
  padding-left: 0 !important;
}
@media screen and (min-width: 720px) {
  section.posts .above {
    display: inline-block;
    width: 100%;
  }
}
.posts article {
  position: relative;
  padding-bottom: 60px;
}
.posts article a.btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.sticky header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 30px 0 rgba(74, 88, 98, 0.5);
  padding: 15px 0;
}
.sticky header.fixed .logo {
  max-width: 160px;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
  height: auto;
}
.backTop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  padding: 11px 13px;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  border-radius: 5px;
  background: #ce0e2d;
}
.backTop.vis {
  visibility: visible;
  opacity: 1;
}
.backTop:hover {
  background: #000000;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-above ul {
  padding-left: 0;
}
.footer-above ul li {
  list-style-type: none;
}
.copyright p {
  margin-bottom: 0;
}
.column-content {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.wpcf7 .form-element {
  margin-bottom: 20px;
}
.wpcf7 .form-element span {
  width: 100%;
}
.wpcf7 label {
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
input,
textarea {
  padding: 10px;
  border: none;
  width: 100%;
  border-radius: 0;
  color: #000000;
  font-size: 12px;
  resize: none;
}
.wpcf7 input[type="url"]::-webkit-input-placeholder,
.wpcf7 input[type="email"]::-webkit-input-placeholder,
.wpcf7 input[type="tel"]::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
  color: #000000;
}
.wpcf7 input[type="url"]::-moz-placeholder,
.wpcf7 input[type="email"]::-moz-placeholder,
.wpcf7 input[type="tel"]::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  color: #000000;
}
.wpcf7 input[type="url"]:-ms-input-placeholder,
.wpcf7 input[type="email"]:-ms-input-placeholder,
.wpcf7 input[type="tel"]:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
  color: #000000;
}
.wpcf7 input[type="url"]:-moz-placeholder,
.wpcf7 input[type="email"]:-moz-placeholder,
.wpcf7 input[type="tel"]:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
  color: #000000;
}
p.icon {
  font-size: 42px;
  margin-bottom: 5px;
}
#cookie-notice .cn-button {
  background: #ce0e2d;
}
section.rotating_content {
  position: relative;
}
section.rotating_content .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.rotating_content .owl-nav button:focus {
  outline: none;
}
section.rotating_content .owl-nav button:hover {
  background: transparent !important;
  border: none !important;
}
section.rotating_content .owl-nav button span {
  color: #ffffff;
  font-size: 88px;
}
section.rotating_content .owl-nav button.owl-prev {
  left: 10px;
}
section.rotating_content .owl-nav button.owl-next {
  right: 10px;
}
section.rotating_content .item {
  background: rgba(0, 0, 0, 0.74);
  text-align: center;
  padding: 40px;
}
section.rotating_content .item p,
section.rotating_content .item h2,
section.rotating_content .item h3,
section.rotating_content .item h4,
section.rotating_content .item h5 {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  section.rotating_content .item {
    padding: 70px 202px;
  }
}
.columns ul li {
  margin-bottom: 5px !important;
}
.pslider {
  position: relative;
}
.pslider .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.pslider .owl-item div.item {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.pslider .owl-item div.item .content {
  flex: 2;
}
.pslider .image img {
  vertical-align: top;
}
.pslider .content {
  background: #ce0e2d;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  padding: 20px;
}
.pslider .content a.btn {
  align-self: flex-end;
  padding: 5px 33px;
}
.pslider .content h3 {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
.pslider .content p {
  color: #ffffff;
}
.pslider button span {
  color: #ffffff;
  font-size: 44px;
}
.pslider button:hover {
  background: transparent !important;
}
.pslider button:hover span {
  background: transparent !important;
}
.pslider button.owl-prev {
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
}
.pslider button.owl-next {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
}
section.half_content_back_image {
  position: relative;
}
section.half_content_back_image .inner {
  padding: 45px 0;
}
@media screen and (max-width: 1199px) {
  section.half_content_back_image {
    padding: 0 !important;
    padding-top: 35px !important;
    margin: 0 !important;
  }
  section.half_content_back_image .inner {
    padding: 0;
  }
  section.half_content_back_image .background-image {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  section.half_content_back_image.two_column_content .inner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: space-between;
  }
  section.half_content_back_image.two_column_content .inner .header_content {
    flex-basis: 100%;
  }
  section.half_content_back_image.two_column_content .inner .left_content {
    flex: 4;
  }
  section.half_content_back_image.two_column_content .inner .right_content {
    flex: 5;
  }
  section.half_content_back_image.right .background-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
  }
  section.half_content_back_image.left .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
  }
  section.half_content_back_image.left .wrapper {
    display: flex;
    justify-content: flex-end;
  }
  section.half_content_back_image.left .inner {
    padding-right: 0%;
    padding-left: 5%;
  }
  section.half_content_back_image .inner {
    width: 50%;
    padding: 75px 0;
    padding-right: 5%;
  }
  section.half_content_back_image .background-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
  }
}
.page_tiles {
  width: 100%;
}
.page_tiles .item {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
}
.page_tiles .item .content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.page_tiles .item .content p {
  font-size: 15px;
}
.page_tiles .item h3 {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 0;
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page_tiles {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page_tiles .item {
    width: 48%;
    position: relative;
  }
  .page_tiles .item:hover .image {
    opacity: 0;
  }
  .page_tiles .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
    z-index: 1;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1200px) {
  .page_tiles .item {
    width: 32%;
    text-align: center;
  }
  .page_tiles .item h3 {
    padding: 20px 40px 20px 40px;
    min-height: 85px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page_tiles .item .content {
    padding: 20px 40px 40px 40px;
  }
}
.page_grid .item {
  position: relative;
}
.page_grid a {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2%;
  display: inline-block;
  width: 100%;
}
.page_grid a:hover .content {
  opacity: 1;
  visibility: visible;
}
.page_grid .image img {
  vertical-align: top;
}
.page_grid .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.page_grid .content h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 0;
  max-width: 75%;
}
@media only screen and (min-width: 768px) {
  .page_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page_grid a {
    width: 48%;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  .page_grid a {
    width: 32%;
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) {
  .page_grid .content h3 {
    font-size: 20px;
  }
}
.flex-overlay .wrapper,
.flex-overlay .column-content {
  position: relative;
  z-index: 2;
}
.flex-overlay .wrapper p,
.flex-overlay .column-content p {
  color: #ffffff;
}
.flex-overlay:after {
  background: #000000;
  opacity: 0.46;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  display: block;
}
section.columns.black p,
section.columns.black ul li,
section.columns.black ol li {
  color: #000000;
}
section.columns.black ul li::marker,
section.columns.black ol li::marker {
  color: #ce0e2d;
}
section.columns.black a {
  color: #ce0e2d;
}
section.columns.black a.btn {
  color: #000000;
}
section.columns.white p,
section.columns.white ul li,
section.columns.white ol li {
  color: #ffffff;
}
section.columns.white ul li::marker,
section.columns.white ol li::marker {
  color: #ce0e2d;
}
section.columns.white a {
  color: #ce0e2d;
}
section.columns.white a.btn {
  color: #000000;
}
div.blue_overlay {
  position: relative;
}
div.blue_overlay img {
  width: 100%;
  vertical-align: top;
}
div.blue_overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20%;
  background: #ce0e2d;
  opacity: 0.6;
}
@media only screen and (min-width: 1200px) {
  section.icon .wrapper {
    position: relative;
  }
  section.icon .wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(images/goldicon.png);
    content: "";
    display: block;
  }
}
#ccc-product-tiles .ListCategoryHeaderDescription {
  display: none;
}
div.category {
  width: 100%;
}
div.category .items .dx-tileview-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  margin: 0;
  height: auto!important;
}
div.category .items .dx-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  flex-basis: 100%;
  list-style-type: none;
  width: 100%!important;
  height: 250px!important;
  padding: 0;
  left: 0!important;
  top: 0!important;
}
div.category .items .customItemTile {
  background-size: cover;
  background-position: top center;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
div.category .items .customItemTile .item-content {
  padding: 200px 15px 15px 15px;
  transition: 1s ease-out;
  z-index: 10;
  position: relative;
}
div.category .items .customItemTile .item-content .subHeadline {
  display: block;
  margin-bottom: 10px;
  font-weight: 200;
  font-size: 17px;
  line-height: 1.2;
}
div.category .items .customItemTile .item-content h3 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  div.category .items .customItemTile .item-content .post-content {
    display: none;
  }
  div.category .items .customItemTile .item-content {
    padding: 20px 15px 15px 15px;
  }
}
div.category .items .customItemTile .item-content h3 {
  color: #fff;
  text-transform: uppercase;
}
div.category .items .customItemTile .item-content p,
div.category .items .customItemTile .item-content,
div.category .items .customItemTile .item-content li {
  font-size: 18px;
  color: #fff;
}
div.category .items .customItemTile .item-content .btn {
  margin-top: 15px;
  color: #fff;
}
div.category .items .customItemTile .item-content .btn:after {
  border-color: #fff;
}
div.category .items .customItemTile .item-content p:last-of-type {
  margin-bottom: 0;
}
div.category .items .customItemTile .item-content p:last-of-type a {
  margin-bottom: 0;
}
div.category .items .customItemTile .item-content li {
  margin-bottom: 0!important;
  font-size: 18px;
}
div.category .items .customItemTile .overlay {
  z-index: 1;
  transition: 1s;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: " ";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+100&0+30,1+65,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(242, 242, 242, 0) 0%,
    rgba(242, 242, 242, 0) 30%,
    #f2f2f2 65%,
    #f2f2f2 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(242, 242, 242, 0) 0%,
    rgba(242, 242, 242, 0) 30%,
    #f2f2f2 65%,
    #f2f2f2 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(242, 242, 242, 0) 0%,
    rgba(242, 242, 242, 0) 30%,
    #f2f2f2 65%,
    #f2f2f2 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f2f2f2', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
}

div.category .items .customItemTile .overlay {
    /*-webkit-animation: 0.5s overlayFade;
    animation: 0.5s overlayFade;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ce0e2d+0,ce0e2d+100&0+19,1+86,1+100 */
    background: -moz-linear-gradient(
      top,
      rgba(206, 14, 45, 0) 0%,
      rgba(206, 14, 45, 0) 19%,
      #ce0e2d 86%,
      #ce0e2d 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(206, 14, 45, 0) 0%,
      rgba(206, 14, 45, 0) 19%,
      #ce0e2d 86%,
      #ce0e2d 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(206, 14, 45, 0) 0%,
      rgba(206, 14, 45, 0) 19%,
      #ce0e2d 86%,
      #ce0e2d 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ce0e2d', endColorstr='#ce0e2d', GradientType=0);
    /* IE6-9 */
  }
  /*@keyframes overlayFade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes overlayFade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }*/

@media only screen and (min-width: 768px) {
  div.category .items .customItemTile .item-content {
    position: absolute;
    bottom: 0;
  }
  div.category .items .customItemTile .item-content .btn {
    margin-top: 0;
  }
 /* div.category .items .customItemTile .item-content .post-content {
    transition: all 1.1s ease-in;
    opacity: 0%;
    overflow: hidden;
  }*/
  div.category .items .customItemTile .item-content .post-content ul {
    padding-left: 30px;
    margin-bottom: 0;
  }
  div.category .items .customItemTile .item-content h3,
  div.category .items .customItemTile .item-content li,
  div.category .items .customItemTile .item-content p,
  div.category .items .customItemTile .item-content a {
    color: #ffffff;
  }
  div.category .items .customItemTile .item-content a:after {
    border-bottom: solid 2px #ffffff;
  }
  div.category .items .customItemTile .item-content .post-content {
    opacity: 100%;
    max-height: 200px!important;
    margin-bottom: 20px;
  }
  
}

@media only screen and (min-width: 768px) {
  div.category .items .customItemTile .item-content {
    padding: 200px 20px 20px 20px;
  }
  div.category .items .dx-tileview-wrapper {
    gap: 25px;
    flex-direction: row;
  }
  div.category .items .dx-item {
    height: 450px!important;
    flex-basis: calc(50% - 14px)!important;
  }
  div.category .items .dx-item .btn {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 1200px) {
  div.category .items .dx-item {
    flex-basis: calc(33% - 14px)!important;
  }
}
div.category .pagination {
  position: relative;
}
.neptune.normal section.navigation {
  background-color: #ffffff;
}
.neptune .main-menu li a,
.neptune .navigation .social-icons li a {
  color: #ffffff;
}
.neptune .main-menu li a:after {
  background-color: #ce0e2d;
}
.neptune .search-phone a,
.neptune.normal #searchform button {
  color: #ce0e2d;
}
.neptune .search-phone a:hover,
.neptune #searchform button:hover {
  color: #ce0e2d;
}
.neptune .search-phone a i {
  font-weight: 700;
}
.neptune header #searchform input {
  font-size: 14px !important;
  background: transparent !important;
  box-shadow: none;
  border: 1px solid #fff !important;
  border-radius: 5px !important;
  min-width: 200px;
  font-family: montserrat, sans-serif;
  color: #fff!important;
}
nav.main-menu > ul > li:last-of-type a {
  font-weight: bold !important;
  color: #ce0e2d;
  letter-spacing: 1px;
}
.banner_buttons {
  margin-top: 20px;
}
.banner_buttons a {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.banner_buttons a span {
  display: inline-block;
  color: #ce0e2d;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.5s;
}
.banner_buttons a span::after {
  margin-top: 3px;
  display: block;
  width: 100%;
  content: "";
  border-bottom: solid 2px #ce0e2d;
  transition: transform 500ms ease-in-out;
}
.banner_buttons a:hover span {
  color: #ffffff;
}
.banner_buttons a:hover span::after {
  transform: scaleX(0);
}
@media only screen and (min-width: 768px) {
  .banner_buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .neptune header .top-menu {
    position: relative;
    top: 7px;
  }
  .banner_buttons {
    margin-top: 80px;
    gap: 120px;
  }
  .banner_buttons a span {
    font-size: 22px;
  }
  .banner_buttons a span::after {
    margin-top: 10px;
  }
}
.quick_links {
  display: flex;
  gap: 5px;
  width: 100%;
  flex-wrap: wrap;
}
.quick_links:before,
.quick_links:after {
  display: none;
}
.quick_links .item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  flex-basis: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10px;
}
.quick_links .item .black_overlay {
  opacity: 100%;
  transition: 1s;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: " ";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
}
.quick_links .item .red_hover_overlay {
  opacity: 0%;
  transition: 1s;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: " ";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ce0e2d+0,ce0e2d+100&0+0,0.5+40,0.8+70,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(206, 14, 45, 0) 0%,
    rgba(206, 14, 45, 0.5) 40%,
    rgba(206, 14, 45, 0.8) 70%,
    #ce0e2d 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(206, 14, 45, 0) 0%,
    rgba(206, 14, 45, 0.5) 40%,
    rgba(206, 14, 45, 0.8) 70%,
    #ce0e2d 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(206, 14, 45, 0) 0%,
    rgba(206, 14, 45, 0.5) 40%,
    rgba(206, 14, 45, 0.8) 70%,
    #ce0e2d 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ce0e2d', endColorstr='#ce0e2d', GradientType=0);
  /* IE6-9 */
}
.quick_links .item h3 {
  z-index: 10;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.quick_links .item .square_overlay {
  position: absolute;
  pointer-events: none;
  object-fit: cover;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
}
.quick_links .item:hover .black_overlay {
  opacity: 0%;
}
.quick_links .item:hover .red_hover_overlay {
  opacity: 100%;
}
.quick_links .item {
  flex-basis: calc(50% - 5px);
  width: calc(50% - 5px);
}
.quick_links .item h3 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .quick_links {
    gap: 15px;
  }
  .quick_links .item {
    flex-basis: calc(33% - 15px);
    width: calc(33% - 15px);
    height: 200px;
  }
  .quick_links .item h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .quick_links .item {
    flex: 1;
    flex-basis: calc(16.5% - 15px);
    width: calc(16.5% - 15px);
    height: 200px;
    padding: 20px;
  }
  .quick_links .item h3 {
    font-size: 24px;
  }
}
.content_and_slider_wrapper {
  position: relative;
}
@media screen and (max-width: 799px) {
  .content_and_slider_wrapper {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.content_and_slider {
  position: relative;
}
.content_and_slider .wrapper {
  z-index: 2;
}
.content_and_slider .content-slider {
  overflow: hidden;
  height: 100% !important;
  z-index: 3;
}
.content_and_slider .content-slider .owl-stage-outer {
  height: 100% !important;
}
.content_and_slider .content-slider .owl-stage-outer .owl-stage {
  height: 100% !important;
}
.content_and_slider .content-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100% !important;
}
.content_and_slider
  .content-slider
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item {
  height: 100% !important;
}
.content_and_slider .content-slider .item .content-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100% !important;
}
.content_and_slider .owl-nav {
  margin-bottom: 0 !important;
  margin-top: 0px !important;
}
.content_and_slider button {
  height: 30px;
  width: 30px;
  background-color: #ffffff !important;
  border-radius: 20px !important;
  padding: 10px !important;
}
.content_and_slider button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 5px !important;
  color: #ce0e2d;
  font-size: 50px;
  width: 28px;
  height: 22px;
}
.content_and_slider button:hover {
  background: #ce0e2d !important;
}
.content_and_slider button:hover span {
  background: transparent !important;
  color: #ffffff;
}
.content_and_slider button.owl-prev {
  position: absolute;
  top: 45%;
  left: 2%;
  transform: translateY(-50%);
}
.content_and_slider button.owl-next {
  position: absolute;
  top: 45%;
  right: 2%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .content_and_slider .content-slide {
    min-height: 300px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .content_and_slider .inner {
    width: 57%;
    margin-left: 0;
    padding-right: 30px;
  }
  .content_and_slider .content-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44%;
    right: 0;
  }
  .content_and_slider button.owl-prev {
    top: calc(45% - 22px);
    left: 6%;
    transform: translateY(-50%);
  }
  .content_and_slider button.owl-next {
    top: calc(45% + 22px);
    left: 6%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 799px) {
  .content_and_slider {
    padding: 35px 0 !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 1500px) {
  .content_and_slider .inner {
    padding-right: 0;
  }
}
.large_square_overlay {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  max-height: 800px;
}
.large_square_overlay.gray_gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ececec+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
  /* IE6-9 */
}
.large_square_overlay img {
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info_slider {
  width: 100%;
}
.info_slider .intro {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.info_slider .intro h2 {
  margin-bottom: 0;
}
.info_slider .intro .title {
  flex: 1;
  flex-basis: calc(100% - 80px);
}
.info_slider .intro .controls {
  display: flex;
  align-items: center;
  min-width: 50px;
}
.info_slider .intro .controls span {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #ce0e2d;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ce0e2d;
}
.info_slider .intro .controls span i,
.info_slider .intro .controls em {
  color: #ffffff;
  font-size: 12px;
}
.info_slider .intro .controls span:hover {
  background: #ffffff;
}
.info_slider .intro .controls span:hover i,
.info_slider .intro .controls em:hover {
  color: #ce0e2d;
}
.info_slider .intro .controls .owlPrev {
  margin-right: 10px;
}
.info_slider .item img {
  margin-bottom: 20px;
}
.info_slider .item h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.info_slider .item p {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .info_slider .intro {
    flex-wrap: nowrap;
  }
  .info_slider .intro .title {
    flex: 1;
  }
  .info_slider .intro .controls a {
    margin-bottom: 8px;
  }
  .info_slider .item img {
    margin-bottom: 30px;
  }
  .info_slider .item h3 {
    font-size: 18px;
  }
  .info_slider .item p {
    width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .info_slider .intro {
    margin-bottom: 40px;
  }
}
.nf-field-label label {
  display: block !important;
}
.nf-form-fields-required {
  display: none !important;
}
.nf-field-container {
  margin-bottom: 19px !important;
}
.nf-field-element input:not([type="button"]),
.nf-field-element textarea {
  background: #ececec !important;
}
.nf-field-element input:not([type="button"]) {
  height: 46px !important;
}
.nf-field-element textarea {
  height: 176px !important;
}
.nf-field-element input[type="button"] {
  background: none !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #ce0e2d !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  border-bottom: 2px solid #ce0e2d !important;
  padding: 0 !important;
  padding-bottom: 5px !important;
}
.nf-field-element input[type="button"]:hover {
  color: #ce0e2d !important;
}
.nf-field-element input[type="button"]:hover::after {
  transform: scaleX(0) !important;
}
.global_locations_map {
  background-color: #cf112d;
  position: relative;
}
.global_locations_map .locations_button {
  display: none;
}
.global_locations_map .map_container {
  overflow-x: auto;
  position: relative;
}
.global_locations_map .map_container .map {
  min-width: 800px;
  max-height: 770px;
  overflow-y: hidden;
}
.global_locations_map h2 {
  padding-top: 40px;
  text-transform: uppercase;
  color: #ffffff;
}
.global_locations_map h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.global_locations_map .location_desc_container {
  padding: 35px;
  background: #ffffff;
}
.global_locations_map .location_desc_container p {
  color: #ce0e2d;
}
.global_locations_map .location_desc_container p.btn-left {
  margin-bottom: 0;
}
.global_locations_map .location_desc_container p.btn-left a {
  margin-bottom: 0;
}
@media screen and (max-width: 799px) {
  .global_locations_map {
    padding-bottom: 20px !important;
  }
  .global_locations_map .locations_button {
    display: inline-block;
    margin-bottom: 20px;
  }
  .global_locations_map .mobile_locations_outer_accordion {
    display: none;
  }
  .global_locations_map .map_container {
    display: none !important;
  }
  .global_locations_map .location_desc_container {
    display: block !important;
    padding: 10px !important;
    margin: 20px !important;
  }
  .global_locations_map .location_desc_container:first-of-type {
    margin-top: 0 !important;
  }
  .global_locations_map .location_desc_container h3 {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }
  .global_locations_map
    .location_desc_container
    .mobile_locations_inner_accordion {
    margin-top: 10px;
    display: none;
  }
  .global_locations_map .location_desc_container a {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 800px) {
  .global_locations_map .btn.text-link.color-white {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .global_locations_map h2 {
    padding-top: 80px;
  }
  .global_locations_map .location_desc_container {
    opacity: 85%;
    position: absolute;
    width: 390px;
    bottom: 50px;
    left: 200px;
  }
}
@media only screen and (min-width: 1500px) {
  .global_locations_map .location_desc_container {
    bottom: 100px;
    left: 300px;
  }
}
.svg_location_link {
  animation: dot_pulse 2s infinite;
}
@keyframes dot_pulse {
  0% {
    opacity: 20%;
  }
  50% {
    opacity: 80%;
  }
  100% {
    opacity: 20%;
  }
}
.map_location_overlay {
  animation: overlay_pulse 2s infinite;
}
@keyframes overlay_pulse {
  0% {
    opacity: 80%;
  }
  50% {
    opacity: 100%;
  }
  100% {
    opacity: 80%;
  }
}
.fts-twitter-div img {
  height: 210px !important;
  object-fit: cover !important;
}
.fts-twitter-div img.fts-twitter-description-image {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}
@media only screen and (min-width: 1200px) {
  .fts-twitter-div img.fts-twitter-description-image {
    margin-bottom: 20px !important;
  }
}
.fts-twitter-div .fts-right {
  padding-top: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}
.fts-twitter-div .fts-right .fts-twitter-text {
  padding-top: 10px !important;
  font-family: futura-pt, sans-serif !important;
  color: #000000 !important;
  font-size: 16px !important;
  line-height: 1.25em !important;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
}
@media only screen and (min-width: 1200px) {
  .fts-twitter-div .fts-right .fts-twitter-text {
    font-size: 18px !important;
  }
}
.fts-twitter-div .fts-right .fts-twitter-text a {
  color: #000000 !important;
}
.fts-twitter-div .fts-right .fts-twitter-text a:hover {
  color: #ce0e2d !important;
}
.fts-twitter-div .fts-right a {
  order: -1;
}
.fts-twitter-div .fts-uppercase .twitter-image,
.fts-twitter-div .fts-uppercase .fts-twitter-full-name,
.fts-twitter-div .fts-uppercase .fts-twitter-at-name {
  display: none !important;
}
.fts-twitter-div .fts-uppercase .fts-twitter-name-wrap {
  font-size: 0px;
}
.fts-twitter-div .fts-uppercase .time {
  font-family: trade-gothic-next, sans-serif;
  color: #ce0e2d;
  letter-spacing: 0.02em;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 10px;
}
.fts-twitter-div .fts-twitter-logo {
  display: none !important;
}
.fts-twitter-div .fts-twitter-reply-wrap {
  display: none !important;
}
.fts-twitter-div .fts-twitter-reply-wrap-left {
  display: none !important;
}
.half_content_back_image li {
  list-style: none;
  position: relative;
}
.half_content_back_image li::before {
  position: absolute;
  left: -15px;
  top: 10px;
  display: block;
  content: "";
  background: #ce0e2d;
  height: 5px;
  width: 5px;
  transform: skew(-15deg, 0deg);
}
.columns .full li,
.columns .half li,
.columns .third li {
  list-style: none;
  position: relative;
}
.columns .full li::before,
.columns .half li::before,
.columns .third li::before {
  position: absolute;
  left: -15px;
  top: 10px;
  display: block;
  content: "";
  background: #ce0e2d;
  height: 5px;
  width: 5px;
  transform: skew(-15deg, 0deg);
}
.toggledSubMenuContainer {
  background-color: #f2f2f2;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.toggledSubMenu {
  padding: 0;
  margin: 0;
  width: 90%;
  margin: auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.toggledSubMenu img {
  display: block;
  width: 100%;
  height: 200px !important;
  object-fit: cover;
}
.toggledSubMenu li {
  flex-basis: calc(16.7% - 35px);
  width: calc(16.7% - 35px);
  list-style: none;
}
.toggledSubMenu li a .item-image {
  display: block;
}
.toggledSubMenu li a .item-title {
  margin-top: 10px;
  display: block;
  color: #000000;
  font-weight: bold;
  font-size: 22px;
}
.header-search {
  color: #ffffff;
}
.header-search input {
  border: 1px solid #ffffff !important;
  border-radius: 10px !important;
  color: #ffffff !important;
}
.header-search input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff !important;
  opacity: 1;
  /* Firefox */
}
.header-search i {
  color: #ffffff;
}
.header-search.mobile {
  padding: 0 5%;
  margin-bottom: 30px;
}
.header-search.desktop {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-search.mobile {
    display: none;
  }
  .header-search.desktop {
    display: block;
    max-width: 400px;
    margin-left: auto;
    margin-bottom: 10px;
  }
}
.page-header.fixed .header-search.desktop {
  max-height: 0px !important;
  overflow: hidden !important;
  transition: 0.5s ease;
}
section.search_results {
  margin: 20px 0;
}
@media only screen and (min-width: 1200px) {
  section.search_results {
    margin: 60px 0;
  }
}
.novo_PageHead {
  display: none!important;
}