﻿@import url('https://fonts.googleapis.com/css2?family=Manrope+Mono:wght@300&family=Manrope:wght@400;500;700;900&display=swap');
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;
  background: #ffffff;
}
strong {
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
em {
  font-style: normal;
  font-style: italic;
  color: #004eee;
  font-family: 'Roboto', sans-serif;
}
em a {
  color: #004eee !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 .5s ease;
}
ins {
  color: #000000;
  text-decoration: none;
}
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;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
h1,
section.banner h2 {
  font-family: 'Manrope', sans-serif;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.25em;
  margin-bottom: 25px;
  text-align: center;
  text-transform: capitalize;
}
h2 {
  font-family: 'Manrope', sans-serif;
  color: #cdcc00;
  font-size: 40px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
h3 {
  font-family: 'Manrope', sans-serif;
  color: #05332c;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 20px;
}
h4 {
  font-family: 'Manrope', sans-serif;
  color: #004eee;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 25px;
}
.p.footer-title {
  font-family: 'Manrope', sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 25px;
}
h5 {
  font-family: 'Manrope', sans-serif;
  color: #004eee;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: 20px;
}
p,
ul li,
p a {
  font-family: 'Manrope', sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 350;
  margin-bottom: 20px;
}
* {
  font-family: 'Manrope', sans-serif;
}
a,
a:visited {
  color: #004eee;
  transition: all .5s ease;
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
  p,
  ul li,
  p a {
    font-size: 16px;
  }
}
.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;
}
p.btn-center {
  text-align: center;
}
p.btn-left {
  text-align: left;
}
p.btn-right {
  text-align: right;
}
.btn,
.wpcf7-submit {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff !important;
  cursor: pointer;
  padding: 0.5em 1em;
  background-color: #e83973;
  border-radius: 10px;
  border: 0 !important;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .btn,
  .wpcf7-submit {
    font-size: 18px;
  }
}
.btn.small_button,
.wpcf7-submit.small_button {
  font-size: 13px;
  border-radius: 7px;
}
@media only screen and (min-width: 1200px) {
  .btn.small_button,
  .wpcf7-submit.small_button {
    font-size: 15px;
  }
}
.btn.smaller_button,
.wpcf7-submit.smaller_button {
  font-size: 12px;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
  .btn.smaller_button,
  .wpcf7-submit.smaller_button {
    font-size: 13px;
  }
}
.btn.large_button,
.wpcf7-submit.large_button {
  font-size: 15px;
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) {
  .btn.large_button,
  .wpcf7-submit.large_button {
    font-size: 21px;
  }
}
.btn.larger_button,
.wpcf7-submit.larger_button {
  font-size: 16px;
  border-radius: 15px;
}
@media only screen and (min-width: 1200px) {
  .btn.larger_button,
  .wpcf7-submit.larger_button {
    font-size: 24px;
  }
}
.btn:hover,
.wpcf7-submit:hover {
  color: #ffffff !important;
  background-color: #05332c;
}
.btn.und_black,
.wpcf7-submit.und_black {
  color: #000000;
}
.btn.und_black::after,
.wpcf7-submit.und_black::after {
  border-bottom: solid 2px #000000;
}
.btn.und_white,
.wpcf7-submit.und_white {
  color: #ffffff;
}
.btn.und_white::after,
.wpcf7-submit.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,
.wpcf7-submit.red_back_white,
.wpcf7-submit.red_back_black,
.wpcf7-submit.black_back_white,
.wpcf7-submit.black_back_red,
.wpcf7-submit.white_back_black,
.wpcf7-submit.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,
  .wpcf7-submit.red_back_white,
  .wpcf7-submit.red_back_black,
  .wpcf7-submit.black_back_white,
  .wpcf7-submit.black_back_red,
  .wpcf7-submit.white_back_black,
  .wpcf7-submit.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,
.wpcf7-submit.red_back_white.smaller_button,
.wpcf7-submit.red_back_black.smaller_button,
.wpcf7-submit.black_back_white.smaller_button,
.wpcf7-submit.black_back_red.smaller_button,
.wpcf7-submit.white_back_black.smaller_button,
.wpcf7-submit.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,
  .wpcf7-submit.red_back_white.smaller_button,
  .wpcf7-submit.red_back_black.smaller_button,
  .wpcf7-submit.black_back_white.smaller_button,
  .wpcf7-submit.black_back_red.smaller_button,
  .wpcf7-submit.white_back_black.smaller_button,
  .wpcf7-submit.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,
.wpcf7-submit.red_back_white.small_button,
.wpcf7-submit.red_back_black.small_button,
.wpcf7-submit.black_back_white.small_button,
.wpcf7-submit.black_back_red.small_button,
.wpcf7-submit.white_back_black.small_button,
.wpcf7-submit.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,
  .wpcf7-submit.red_back_white.small_button,
  .wpcf7-submit.red_back_black.small_button,
  .wpcf7-submit.black_back_white.small_button,
  .wpcf7-submit.black_back_red.small_button,
  .wpcf7-submit.white_back_black.small_button,
  .wpcf7-submit.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,
.wpcf7-submit.red_back_white.large_button,
.wpcf7-submit.red_back_black.large_button,
.wpcf7-submit.black_back_white.large_button,
.wpcf7-submit.black_back_red.large_button,
.wpcf7-submit.white_back_black.large_button,
.wpcf7-submit.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,
  .wpcf7-submit.red_back_white.large_button,
  .wpcf7-submit.red_back_black.large_button,
  .wpcf7-submit.black_back_white.large_button,
  .wpcf7-submit.black_back_red.large_button,
  .wpcf7-submit.white_back_black.large_button,
  .wpcf7-submit.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,
.wpcf7-submit.red_back_white.larger_button,
.wpcf7-submit.red_back_black.larger_button,
.wpcf7-submit.black_back_white.larger_button,
.wpcf7-submit.black_back_red.larger_button,
.wpcf7-submit.white_back_black.larger_button,
.wpcf7-submit.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,
  .wpcf7-submit.red_back_white.larger_button,
  .wpcf7-submit.red_back_black.larger_button,
  .wpcf7-submit.black_back_white.larger_button,
  .wpcf7-submit.black_back_red.larger_button,
  .wpcf7-submit.white_back_black.larger_button,
  .wpcf7-submit.white_back_red.larger_button {
    font-size: 24px;
  }
}
.btn.red_back_white,
.wpcf7-submit.red_back_white {
  background: #004eee;
  color: #ffffff;
  border: 1px solid #004eee;
}
.btn.red_back_white::after,
.wpcf7-submit.red_back_white::after {
  border-bottom: solid 2px #ffffff;
}
.btn.red_back_black,
.wpcf7-submit.red_back_black {
  background: #004eee;
  color: #000000;
  border: 1px solid #004eee;
}
.btn.red_back_black::after,
.wpcf7-submit.red_back_black::after {
  border-bottom: solid 2px #000000;
}
.btn.black_back_white,
.wpcf7-submit.black_back_white {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.btn.black_back_white::after,
.wpcf7-submit.black_back_white::after {
  border-bottom: solid 2px #ffffff;
}
.btn.black_back_red,
.wpcf7-submit.black_back_red {
  background: #000000;
  color: #004eee;
  border: 1px solid #000000;
}
.btn.black_back_red::after,
.wpcf7-submit.black_back_red::after {
  border-bottom: solid 2px #004eee;
}
.btn.white_back_black,
.wpcf7-submit.white_back_black {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}
.btn.white_back_black::after,
.wpcf7-submit.white_back_black::after {
  border-bottom: solid 2px #000000;
}
.btn.white_back_red,
.wpcf7-submit.white_back_red {
  background: #ffffff;
  color: #004eee;
  border: 1px solid #ffffff;
}
.btn.white_back_red::after,
.wpcf7-submit.white_back_red::after {
  border-bottom: solid 2px #004eee;
}
.btn.locations_button,
.wpcf7-submit.locations_button {
  color: #ffffff !important;
  border: none !important;
  background: none !important;
}
.btn.locations_button:hover,
.wpcf7-submit.locations_button:hover {
  background: none !important;
  color: #000000 !important;
}
.btn.locations_button::after,
.wpcf7-submit.locations_button::after {
  border-bottom: solid 2px #ffffff;
}
.btn.small,
.wpcf7-submit.small {
  padding: 5px 22px;
}
.btn.rdn,
.wpcf7-submit.rdn {
  border-radius: 30px;
}
.btn.white,
.wpcf7-submit.white {
  background: #ffffff;
  color: #000000;
  border: solid 1px #ffffff;
}
.btn.white:hover,
.wpcf7-submit.white:hover {
  background: #000000;
  color: #ffffff !important;
  border: solid 1px #000000;
}
.btn.black,
.wpcf7-submit.black {
  background: #000000;
  color: #ffffff;
  border: solid 1px #000000;
}
.btn.black:hover,
.wpcf7-submit.black:hover {
  color: #000000 !important;
  background: #ffffff;
  border: solid 1px #000000;
}
.btn.clear,
.wpcf7-submit.clear {
  background: transparent;
  border: solid 1px #ffffff;
  color: #ffffff;
}
.btn.clear:hover,
.wpcf7-submit.clear:hover {
  color: #ffffff !important;
  border-color: #000000;
  background: #004eee;
}
.back {
  padding: 10px;
}
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 .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;
  }
  html.normal nav .menu .menu-item-has-children .sub-menu {
    margin-left: 0%;
    background: #cdcc00;
  }
  html.normal nav .menu .menu-item-has-children >.sub-menu {
    display: none;
  }
  html.normal nav .menu .menu-item-has-children:hover >.sub-menu {
    display: block;
  }
  html.normal nav .menu >li {
    position: relative;
  }
  html.normal nav .menu >li.current-menu-item >.sub-menu li a {
    color: #ffffff;
  }
  html.normal nav .menu >li >.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 250px;
  }
  html.normal nav .menu >li >.sub-menu li {
    display: block;
    width: 100%;
    padding: 5px 0;
    padding-left: 5% !important;
    float: left !important;
  }
  html.normal nav .menu >li >.sub-menu li:hover >a:after {
    width: 95% !important;
  }
  html.normal nav .menu >li >.sub-menu li a {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
  }
  html.normal nav .menu >li >.sub-menu li >.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    min-width: 250px;
    margin-left: 0;
  }
  html.normal nav .menu >li >.sub-menu li >.sub-menu li a {
    padding-right: 5% !important;
  }
  html.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: 100;
  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);
}
html.neptune header.page-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: none;
  transition: all .5s ease-in-out;
  z-index: 100000;
  padding: 10px 0;
  padding-top: 30px;
}
html.neptune header.page-header.fixed {
  padding: 10px;
  background: #000000;
}
html.neptune header.page-header .wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
html.neptune header.page-header img {
  transition: max-width .5s ease-in-out;
}
html.neptune header.page-header .controls {
  z-index: 100000;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
html.neptune header.page-header .controls .burger {
  position: relative;
  display: block;
  float: right;
  width: 30px;
  padding: 10px;
  cursor: pointer;
  transition: .5s ease-in-out;
  transform: rotate(0deg);
}
html.neptune header.page-header .controls .burger.open span:first-child,
html.neptune header.page-header .controls .burger.open span:nth-child(6) {
  transform: rotate(45deg);
}
html.neptune header.page-header .controls .burger.open span:nth-child(2),
html.neptune header.page-header .controls .burger.open span:nth-child(5) {
  transform: rotate(-45deg);
}
html.neptune header.page-header .controls .burger.open span:first-child {
  top: 2px;
  left: 4px;
}
html.neptune header.page-header .controls .burger.open span:nth-child(2) {
  top: 2px;
  left: calc(44%);
}
html.neptune header.page-header .controls .burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
html.neptune header.page-header .controls .burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
html.neptune header.page-header .controls .burger.open span:nth-child(5) {
  top: 11px;
  left: 4px;
}
html.neptune header.page-header .controls .burger.open span:nth-child(6) {
  top: 11px;
  left: calc(44%);
}
html.neptune header.page-header .controls .burger span {
  position: absolute;
  display: block;
  width: 50%;
  height: 3px;
  transition: .25s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
  background: #ffffff;
}
html.neptune header.page-header .controls .burger span:first-child,
html.neptune header.page-header .controls .burger span:nth-child(2) {
  top: 0;
}
html.neptune header.page-header .controls .burger span:nth-child(3),
html.neptune header.page-header .controls .burger span:nth-child(4) {
  top: 8px;
}
html.neptune header.page-header .controls .burger span:nth-child(5),
html.neptune header.page-header .controls .burger span:nth-child(6) {
  top: 16px;
}
html.neptune header.page-header .controls .burger span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
html.neptune header.page-header .logo {
  z-index: 100000;
  position: relative;
  margin-right: 10px;
}
html.neptune header.page-header .email-phone {
  margin: 20px 0;
}
html.neptune header.page-header .email-phone.toggled a {
  color: #ffffff;
}
html.neptune header.page-header .email-phone a {
  margin-right: 15px;
}
html.neptune header.page-header .email-phone a i {
  margin-right: 7.5px;
  color: #000000;
}
html.neptune header.page-header img {
  width: 100%;
  max-width: 160px;
  height: auto !important;
  display: block;
}
html.neptune header.page-header span.burger {
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  html.neptune .logo {
    max-width: 160px;
  }
  html.neptune .navigation {
    height: 0px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    margin-top: 10px;
    transition: all .6s ease;
    left: 0;
  }
  html.neptune .navigation .search-phone {
    margin-left: 5%;
  }
  html.neptune .navigation .search-phone a {
    display: block;
    color: #ffffff;
  }
  html.neptune .navigation .search-phone a {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  html.neptune .navigation img {
    margin-bottom: 14px;
    padding-left: 20px;
  }
  html.neptune .navigation nav.main-menu {
    padding: 0 5%;
  }
  html.neptune .navigation nav.main-menu li {
    display: block !important;
    margin-bottom: 15px;
    list-style-type: none;
    text-align: left;
  }
  html.neptune .navigation nav.main-menu li a {
    color: #ffffff !important;
  }
  html.neptune .navigation nav.main-menu li >ul {
    margin-top: 15px;
  }
  html.neptune .navigation nav.main-menu li:hover >a {
    text-decoration: none;
  }
  html.neptune .navigation nav.main-menu li:hover >a:after {
    width: 100%;
  }
  html.neptune .navigation nav.main-menu li a {
    display: inline-block;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html.neptune .navigation nav.main-menu li a:hover:after {
    width: 100%;
  }
  html.neptune .navigation nav.main-menu li a:after {
    display: block;
    margin-top: 8px;
    width: 0;
    height: 2px;
    content: '';
    background-color: #004eee;
  }
  html.neptune .navigation .social-icons {
    padding: 0 5%;
  }
  html.neptune .navigation .social-icons li {
    display: inline-block;
    margin-right: 15px;
  }
  html.neptune .navigation .social-icons li a {
    display: inline-block;
    text-align: left;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html.neptune .navigation.toggled {
    height: auto;
    padding: 30px 0;
    background: #cdcc00;
    overflow: none;
  }
  html.neptune .navigation.toggled .social-icons li {
    background: transparent !important;
  }
  html.neptune .navigation.toggled nav.main-menu li {
    cursor: pointer;
    transition: all .6s ease;
  }
}
@media only screen and (min-width: 1200px) {
  html.neptune header.page-header {
    padding: 20px 0;
    padding-top: 50px;
    background: #cdcc00;
  }
  html.neptune header.page-header .logo img {
    vertical-align: top;
  }
  html.neptune header.page-header .logo a {
    display: inline-block;
    width: 100%;
  }
  html.neptune header.page-header.fixed {
    background: #cdcc00;
    padding: 10px;
  }
  html.neptune header.page-header.fixed .navigation .social-icons {
    margin-bottom: 5px;
  }
  html.neptune header.page-header.fixed img {
    max-width: 180px;
  }
  html.neptune header.page-header.fixed .logo {
    max-width: 180px;
  }
  html.neptune header.page-header .controls {
    display: none;
  }
  html.neptune header.page-header .logo {
    max-width: 200px;
    display: inline-block;
    float: left;
  }
  html.neptune header.page-header .inner,
  html.neptune header.page-header div.lazy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 100px;
  }
  html.neptune header.page-header .email-phone {
    float: right;
    clear: none;
    margin: 0;
  }
  html.neptune header.page-header .email-phone a {
    font-size: 19px;
    margin-right: 15px;
  }
  html.neptune header.page-header .email-phone a i {
    margin-right: 4px;
  }
  html.neptune .navigation {
	text-transform: !capitalize;
    margin-top: 30px;
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0;
    min-width: 70%;
  }
  html.neptune .navigation .social-icons {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  html.neptune .navigation .nav-phone {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  html.neptune .navigation .search-phone {
    display: block;
    width: 100%;
    order: 1;
  }
  html.neptune .navigation .search-phone a {
    margin-left: 15px;
  }
  html.neptune .navigation .search-phone a:first-of-type {
    margin-left: 0;
  }
  html.neptune .navigation nav {
    display: inline-block;
    margin-right: 0px;
    width: 100%;
    order: 2;
  }
  html.neptune .navigation nav ul li {
    display: inline-block;
    margin-right: 5px;
    transition: all .5s ease-in-out;
  }
  html.neptune .navigation nav ul li:last-of-type {
    margin-right: 0;
  }
  html.neptune .navigation nav ul li:last-of-type a {
    margin-right: 0;
  }
  html.neptune .navigation nav ul li a {
	color: #ffffff;
    display: inline-block;
    position: relative;
    transition: all cubic-bezier(.17,.67,.53,.96) .5s;
    font-weight: 500;
    margin-right: 5px;
    font-size: 20px;
    line-height: 20px;
    text-transform: none;
  }
  html.neptune .navigation nav ul li >ul li {
    padding: 10px 0;
    margin-right: 0px;
    text-align: left;
  }
  html.neptune .navigation nav ul li >ul li a {
    font-size: 12px;
  }
  html.neptune .navigation nav ul li >ul li.current-menu-item a {
    color: #ffffff;
  }
  html.neptune .navigation nav ul li >ul li.current-menu-item a:after {
    width: 100%;
  }
  html.neptune .navigation nav ul li >ul li:hover a:after {
    width: 100%;
  }
  html.neptune .navigation nav ul >li >a {
    color: #05332c;
  }
  html.neptune .navigation nav ul >li >a:after {
    display: block;
    width: 0;
    margin-top: 8px;
    height: 2px;
    content: '';
    background-color: #e83973;
    transition: all .5s ease;
  }
  html.neptune .navigation nav ul >li:hover >a:after {
    width: 100%;
  }
  html.neptune .navigation .social-icons {
    display: block;
    float: right;
  }
  html.neptune .navigation .social-icons li {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1500px) {
  html.neptune header.page-header .logo {
    max-width: 220px;
  }
  html.neptune header.page-header .logo img {
    max-width: 220px;
  }
}
.banner {
  overflow: hidden;
}
.banner p {
  color: #ffffff;
  font-size: 18px;
}
.banner .inner {
  position: relative;
}
.banner .inner .wrapper {
  padding-top: 60px;
  padding-bottom: 40px;
  z-index: 2;
  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: 80px;
}
@media screen and (min-width: 1000px) {
  .banner.neptune.large .wrapper {
    padding-top: 170px;
  }
  .banner.neptune.small .inner {
    min-height: 300px;
  }
  .banner.neptune .inner {
    min-height: 300px;
  }
  .banner.neptune.small p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1500px) {
  .banner p {
    font-size: 28px;
  }
  .banner .wrapper {
    max-width: 1100px;
  }
  .banner.neptune.small .inner .wrapper {
    position: relative;
    top: 50px;
  }
  .banner.neptune.large h1 {
    text-transform: none !important;
    font-family: 'Manrope', sans-serif;
    font-size: 90px;
    margin-bottom: 35px;
    font-weight: 700;
    color: #f9efe3;
  }
  .banner.neptune.large p {
    margin-bottom: 40px;
  }
  .banner.neptune .inner {
    min-height: 410px;
  }
}
.banner + .content-con {
  padding: 30px 30px 30px;
}
@media screen and (max-width: 799px) {
  .banner + .content-con {
    padding: 35px 35px 35px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .banner + .content-con {
    padding: 50px 50px 50px;
  }
}
@media only screen and (min-width: 1500px) {
  .banner + .content-con {
    padding: 90px 90px 90px;
  }
}
.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: 'Roboto', sans-serif;
  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: 16px;
  color: #ffffff;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 300 !important;
}
footer .item p strong {
  font-weight: bold !important;
  font-family: 'Manrope', sans-serif !important;
}
footer .item p i {
  margin-right: 10px;
}
footer .item a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
}
footer .item a:hover {
  color: #004eee;
}
footer .footer-column {
  flex: 1 1 calc(13%);
}
footer .footer-column .item:last-of-type {
  margin-bottom: 0;
}
footer .copyright {
  background: #42382b;
  padding: 20px 0;
}
footer .copyright .textwidget {
  margin-top: 20px;
}
footer .footer-above {
  background: #05332c;
  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: 200px !important;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  footer img {
    max-width: 250px !important;
  }
}
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: #ffffff !important;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
footer .copyright_message p,
footer .copyright_message a {
  font-size: 12px;
  color: #ffffff;
  font-family: 'Roboto', 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: 'Roboto', 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: #004eee !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: 1000px) {
  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:nth-last-of-type(2) {
    flex: 1;
  }
  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: left;
  }
  footer .footer-above .outer {
    display: flex;
    gap: 50px;
    flex-flow: column;
  }
  footer .footer-above .inner,
  footer .footer-above div.lazy {
    width: 100%;
    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: #004eee;
}
.social-icons-body li a i {
  color: #004eee;
}
.social-icons-body li:hover {
  background: #004eee;
}
.social-icons-body li:hover a {
  color: #ffffff;
}
.social-icons-body li:hover a i {
  color: #ffffff;
}
.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;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  margin-bottom: 20px;
  transition: all .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;
  }
}
html .featherlight .featherlight-content {
  background: none;
  border: none;
  overflow: visible;
}
html .featherlight .featherlight-close-icon {
  background: transparent;
  color: #ffffff;
  font-size: 35px;
  right: -16px;
  top: -5px;
}
html span.featherlight-previous,
html span.featherlight-next {
  background: transparent !important;
}
html span.featherlight-previous span,
html span.featherlight-next span {
  text-shadow: none;
  font-size: 32px;
  line-height: 32px;
  margin-top: 0;
  display: block;
}
html span.featherlight-previous span {
  left: -55%;
}
html 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) {
  .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 #004eee;
}
nav.pagination span.page_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #004eee;
  margin: 0 !important;
  border: 1px solid #004eee;
  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: #004eee;
}
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;
}
form#searchform .screen-reader-text {
  display: none;
}
form#searchform div {
  display: flex;
  justify-content: space-between;
}
form#searchform button {
  border: 0px solid #000000;
  background: transparent;
  font-size: 18px;
}
form#searchform button:focus {
  outline: none !important;
  border: 0px solid #000000 !important;
}
form#searchform input {
  border: none;
  border-bottom: solid 2px #000000;
  border-radius: 0px;
  font-size: 16px;
  background: transparent;
}
form#searchform input::-webkit-input-placeholder {
  font-size: 16px;
}
form#searchform input::-moz-placeholder {
  font-size: 16px;
}
form#searchform input:-ms-input-placeholder {
  font-size: 16px;
}
form#searchform input:-moz-placeholder {
  font-size: 16px;
}
.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;
  -khtml-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 .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .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 .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 .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.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;
}
html.sticky header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 30px 0 rgba(74,88,98,0.5);
  padding: 15px 0;
}
html.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 .5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  background: #cdcc00;
  color: #f9efe3;
}
.backTop.vis {
  visibility: visible;
  opacity: 1;
}
.backTop:hover {
  background: #000000;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  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: 700;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  display: block;
  font-family: apparat-light, sans-serif;
  text-transform: uppercase;
  color: #004eee;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
input,
textarea {
  padding: 10px;
  border: none;
  width: 100%;
  border-radius: 10px;
  font-family: bigcity-grotesque-pro, sans-serif;
  color: #000000;
  font-size: 12px;
  resize: none;
  border: 2px solid #42382b;
  margin-top: 5px;
}
.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 {
  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 {
  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 {
  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 {
  font-size: 12px;
  color: #000000;
}
p.icon {
  font-size: 42px;
  margin-bottom: 5px;
}
#cookie-notice .cn-button {
  background: #004eee;
}
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: #004eee;
  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 .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 .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: #004eee;
}
section.columns.black a {
  color: #004eee;
}
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: #004eee;
}
section.columns.white a {
  color: #004eee;
}
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: #004eee;
  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;
  }
}
div.category {
  width: 100%;
}
div.category .items ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0;
  margin: 0;
}
div.category .items ul li {
  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;
  height: 200px;
  padding: 10px;
}
div.category .items ul li .content {
  transition: 1s ease-out;
  z-index: 10;
}
div.category .items ul li .content h3 {
  color: #000000;
  text-transform: uppercase;
}
div.category .items ul li .content .post-content {
  max-height: 0px;
  transition: all 1.1s ease-in;
  opacity: 0%;
  overflow: hidden;
}
div.category .items ul li .content p {
  font-size: 18px;
  font-weight: 400;
}
div.category .items ul li .content p:last-of-type {
  margin-bottom: 0;
}
div.category .items ul li .content p:last-of-type a {
  margin-bottom: 0;
}
div.category .items ul li .overlay {
  z-index: 1;
  transition: 1s;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: " ";
  background: -moz-linear-gradient(top,rgba(242,242,242,0) 0%,rgba(242,242,242,0) 30%,#f2f2f2 65%,#f2f2f2 100%);
  background: -webkit-linear-gradient(top,rgba(242,242,242,0) 0%,rgba(242,242,242,0) 30%,#f2f2f2 65%,#f2f2f2 100%);
  background: linear-gradient(to bottom,rgba(242,242,242,0) 0%,rgba(242,242,242,0) 30%,#f2f2f2 65%,#f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f2f2f2',endColorstr='#f2f2f2',GradientType=0);
}
@media only screen and (min-width: 768px) {
  div.category .items ul li:hover .content h3 {
    color: #ffffff;
    margin-bottom: 13px;
  }
  div.category .items ul li:hover .content p {
    color: #ffffff;
  }
  div.category .items ul li:hover .content p a {
    color: #ffffff;
  }
  div.category .items ul li:hover .content p a:after {
    border-bottom: solid 2px #ffffff;
  }
  div.category .items ul li:hover .content .post-content {
    opacity: 100%;
    max-height: 200px;
    margin-bottom: 20px;
  }
  div.category .items ul li:hover .overlay {
    -webkit-animation: 0.5s overlayFade;
    animation: 0.5s overlayFade;
    background: -moz-linear-gradient(top,rgba(169,107,37,0) 0%,rgba(169,107,37,0) 19%,#a96b25 86%,#a96b25 100%);
    background: -webkit-linear-gradient(top,rgba(169,107,37,0) 0%,rgba(169,107,37,0) 19%,#a96b25 86%,#a96b25 100%);
    background: linear-gradient(to bottom,rgba(169,107,37,0) 0%,rgba(169,107,37,0) 19%,#a96b25 86%,#a96b25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a96b25',endColorstr='#a96b25',GradientType=0);
  }
  @keyframes overlayFade {
    div.category .items ul li:hover .overlay 0% {
      opacity: 0;
    }
    div.category .items ul li:hover .overlay 100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes overlayFade {
    div.category .items ul li:hover .overlay 0% {
      opacity: 0;
    }
    div.category .items ul li:hover .overlay 100% {
      opacity: 1;
    }
  }
}
@media only screen and (max-width: 767px) {
  div.category .items ul .post-title {
    margin-bottom: 5px !important;
  }
  div.category .items ul .post-content {
    display: none;
  }
}
@media only screen and (min-width: 300px) {
  div.category .items ul li {
    flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
  }
  div.category .items ul li .btn {
    font-size: 12px !important;
  }
  div.category .items ul li h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  div.category .items ul {
    gap: 25px;
  }
  div.category .items ul li {
    padding: 20px;
    height: 450px;
    flex-basis: calc(50% - 14px);
  }
  div.category .items ul li .btn {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 1200px) {
  div.category .items ul li {
    flex-basis: calc(33% - 14px);
    margin-bottom: 20px !important;
  }
}
div.category .pagination {
  position: relative;
}
html.neptune.normal section.navigation {
  background-color: #ffffff;
}
html.neptune .main-menu li a,
html.neptune .navigation .social-icons li a {
  color: #ffffff;
}
html.neptune .main-menu li a:after {
  background-color: #004eee;
}
html.neptune .search-phone a,
html.neptune.normal form#searchform button {
  color: #004eee;
}
html.neptune .search-phone a:hover,
html.neptune form#searchform button:hover {
  color: #004eee;
}
html.neptune .search-phone a i {
  font-weight: 700;
}
html.neptune form#searchform input {
  border-color: #004eee;
}
nav.main-menu .current-menu-item a {
  font-weight: bold !important;
  color: #004eee;
  letter-spacing: 0.1em;
}
.banner_buttons {
  margin-top: 20px;
}
.banner_buttons a {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.banner_buttons a span {
  display: inline-block;
  color: #004eee;
  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 #004eee;
  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) {
  .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 .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: " ";
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=0);
}
.quick_links .item .red_hover_overlay {
  opacity: 0%;
  transition: 1s;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: " ";
  background: -moz-linear-gradient(top,rgba(169,107,37,0) 0%,rgba(169,107,37,0) 19%,#a96b25 86%,#a96b25 100%);
  background: -webkit-linear-gradient(top,rgba(169,107,37,0) 0%,rgba(169,107,37,0) 19%,#a96b25 86%,#a96b25 100%);
  background: linear-gradient(to bottom,rgba(169,107,37,0) 0%,rgba(169,107,37,0) 19%,#a96b25 86%,#a96b25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a96b25',endColorstr='#a96b25',GradientType=0);
}
.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%;
}
@media only screen and (min-width: 300px) {
  .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: #004eee;
  font-size: 20px;
  overflow: hidden;
}
.content_and_slider button:hover {
  background: #004eee !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 {
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#ececec 100%);
  background: -webkit-linear-gradient(top,#ffffff 0%,#ececec 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ececec',GradientType=0);
}
.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: #004eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #004eee;
}
.info_slider .intro .controls span i {
  color: #ffffff;
  font-size: 12px;
}
.info_slider .intro .controls span:hover {
  background: #ffffff;
}
.info_slider .intro .controls span:hover i {
  color: #004eee;
}
.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: #004eee !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  border-bottom: 2px solid #004eee !important;
  padding: 0 !important;
  padding-bottom: 5px !important;
}
.nf-field-element input[type='button']:hover {
  color: #004eee !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: #004eee;
}
.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: 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 {
  .svg_location_link 0% {
    opacity: 20%;
  }
  .svg_location_link 50% {
    opacity: 80%;
  }
  .svg_location_link 100% {
    opacity: 20%;
  }
}
.map_location_overlay {
  animation: overlay_pulse 2s infinite;
}
@keyframes overlay_pulse {
  .map_location_overlay 0% {
    opacity: 80%;
  }
  .map_location_overlay 50% {
    opacity: 100%;
  }
  .map_location_overlay 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: #004eee !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: 'Roboto', sans-serif;
  color: #004eee;
  letter-spacing: 0.1em;
  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: #004eee;
  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: #004eee;
  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 {
  color: #ffffff !important;
  opacity: 1;
}
.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;
  }
}
.content-con {
  position: relative;
  padding: 0 30px 30px;
}
.content-con:last-of-type {
  padding: 0 30px 30px;
}
.content-con a {
  color: #e83973;
  font-weight: bold;
}
.content-con a:hover {
  color: #000000;
}
.content-con img {
  border-radius: 20px;
}
.content-con table {
  width: 100%;
}
.content-con table th,
.content-con table td {
  border: 1px solid black;
  padding: 5px;
}
.content-con table th {
  text-align: left;
  font-weight: bold;
  background-color: #E5E5E5;
}
.content-con.primary {
  background: #004eee;
}
.content-con.primary .featured_tiles h2 {
  color: #ffffff;
}
.content-con.primary .featured_tiles .tile {
  background: #ffffff;
}
.content-con.primary .full_width_content p,
.content-con.primary .full_width_content a,
.content-con.primary .full_width_content h2,
.content-con.primary .full_width_content h3,
.content-con.primary .full_width_content h4,
.content-con.primary .full_width_content span,
.content-con.primary .full_width_content li,
.content-con.primary .full_width_content ul,
.content-con.primary .full_width_content ol,
.content-con.primary .two_column_content p,
.content-con.primary .two_column_content a,
.content-con.primary .two_column_content h2,
.content-con.primary .two_column_content h3,
.content-con.primary .two_column_content h4,
.content-con.primary .two_column_content span,
.content-con.primary .two_column_content li,
.content-con.primary .two_column_content ul,
.content-con.primary .two_column_content ol {
  color: #ffffff;
}
.content-con.secondary {
  background: #000000;
}
.content-con.red_gradient_background {
  background: #d72219;
  background: -moz-linear-gradient(left,#d72219 0%,#a82219 100%);
  background: -webkit-linear-gradient(left,#d72219 0%,#a82219 100%);
  background: linear-gradient(to right,#d72219 0%,#a82219 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d72219',endColorstr='#a82219',GradientType=1);
}
.content-con.red_gradient_background .featured_tiles h2 {
  color: #ffffff;
}
.content-con.red_gradient_background .featured_tiles .tile {
  background: #ffffff;
}
.content-con.red_gradient_background .full_width_content p,
.content-con.red_gradient_background .full_width_content a,
.content-con.red_gradient_background .full_width_content h2,
.content-con.red_gradient_background .full_width_content h3,
.content-con.red_gradient_background .full_width_content h4,
.content-con.red_gradient_background .full_width_content span,
.content-con.red_gradient_background .full_width_content li,
.content-con.red_gradient_background .full_width_content ul,
.content-con.red_gradient_background .full_width_content ol,
.content-con.red_gradient_background .two_column_content p,
.content-con.red_gradient_background .two_column_content a,
.content-con.red_gradient_background .two_column_content h2,
.content-con.red_gradient_background .two_column_content h3,
.content-con.red_gradient_background .two_column_content h4,
.content-con.red_gradient_background .two_column_content span,
.content-con.red_gradient_background .two_column_content li,
.content-con.red_gradient_background .two_column_content ul,
.content-con.red_gradient_background .two_column_content ol {
  color: #ffffff;
}
.content-con.red_gradient_background .category h2,
.content-con.red_gradient_background .category h3,
.content-con.red_gradient_background .category p,
.content-con.red_gradient_background .category span,
.content-con.red_gradient_background .category li,
.content-con.red_gradient_background .category ul,
.content-con.red_gradient_background .category a {
  color: #ffffff !important;
}
.content-con.red_gradient_background .category .btn {
  color: #000000 !important;
}
.content-con .related_links {
  width: 100%;
}
.content-con .related_links a {
  border-radius: 12px;
  background: #004eee;
  padding: 30px 40px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
}
.content-con .related_links a:hover {
  background: #004eee;
}
.content-con .related_links a:nth-child(even) {
  background: #004eee;
  color: #ffffff;
}
.content-con .related_links a:nth-child(even):hover {
  background: #004eee;
}
.content-con .file_download {
  width: 100%;
}
.content-con .file_download a {
  background: #004eee;
  border-radius: 12px;
  padding: 15px;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
}
.content-con .file_download a span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.content-con .file_download a:hover {
  background: #004eee;
}
.content-con .featured_tiles >h2 {
  font-size: 14px;
  text-transform: uppercase;
}
.content-con .featured_tiles h3 {
  line-height: 20px;
}
.content-con .featured_tiles h3 strong {
  font-size: 16px;
  line-height: 16px;
}
.content-con .featured_tiles .tiles {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.content-con .featured_tiles p {
  font-size: 14px;
}
.content-con .featured_tiles p.btn-con {
  width: 100%;
  margin-bottom: 0;
}
.content-con .featured_tiles p.btn-con a {
  width: 100%;
}
.content-con .featured_tiles .tile {
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}
.content-con .featured_tiles .tile:last-of-type {
  margin-bottom: 0;
}
.content-con .quick_links_content ul.links {
  padding-left: 0;
  margin-bottom: 20px;
}
.content-con .quick_links_content ul.links li {
  list-style-type: none;
  border-bottom: solid 3px #004eee;
}
.content-con .quick_links_content ul.links li a {
  font-size: 18px;
  color: #004eee;
  font-weight: 500;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
}
.content-con .quick_links_content ul.links li:not(:first-of-type) a {
  margin-top: 15px;
}
.content-con .quick_links_content ul.links li:hover a {
  color: #004eee;
}
.content-con .inner,
.content-con div.lazy {
  display: inline-block;
  width: 100%;
}
.content-con .inner iframe,
.content-con div.lazy iframe {
  width: 100%;
}
@media screen and (max-width: 799px) {
  .content-con {
    padding: 0 35px 35px !important;
  }
  .content-con .inner >div,
  .content-con div.lazy >div {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .content-con .inner >div:last-of-type,
  .content-con div.lazy >div:last-of-type {
    padding-bottom: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .content-con .related_links {
    grid-column: 1/span 12;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px;
    align-items: center;
  }
  .content-con .file_download {
    grid-column: 1/span 12;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px;
    align-items: center;
  }
  .content-con .quick_links_content .inner-con {
    display: flex;
    flex-wrap: wrap;
  }
  .content-con .quick_links_content .inner-con .links {
    width: 25%;
    max-width: 291px;
    margin-right: 10%;
  }
  .content-con .quick_links_content .inner-con .content {
    width: 65%;
    flex: 2;
  }
  .content-con .featured_tiles >h2 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .content-con .featured_tiles .tiles {
    grid-column: 1/span 12;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px;
    align-items: center;
  }
  .content-con .featured_tiles .tiles .tile {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 800px) {
  .content-con .inner,
  .content-con div.lazy {
    display: flex;
    flex-wrap: wrap;
  }
  .content-con .wrapper >.inner >div {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .content-con .wrapper >.inner >div:last-of-type {
    margin-bottom: 0;
  }
  .content-con .two_column_content.mid-align .inner {
    align-items: center;
  }
  .content-con .two_column_content .inner {
    display: flex;
    justify-content: space-between;
  }
  .content-con .two_column_content .inner >div {
    width: 48%;
    margin-right: 0;
  }
  .content-con .two_column_content .inner >div.left {
    margin-right: 4%;
  }
}
@media only screen and (min-width: 1200px) {
  .content-con {
    padding: 0 50px 50px;
  }
  .content-con .related_links {
    grid-template-columns: repeat(4,1fr);
  }
  .content-con .file_download.four {
    grid-template-columns: repeat(4,1fr);
  }
  .content-con .featured_tiles .tiles {
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 12px;
  }
  .content-con .featured_tiles .tiles.two_tiles_desktop {
    grid-template-columns: repeat(2,1fr);
  }
  .content-con .featured_tiles .tiles .tile {
    padding: 25px;
    margin-bottom: 12px !important;
  }
}
@media only screen and (min-width: 1500px) {
  .content-con {
    padding: 0 90px 90px;
  }
}
.column_layout {
  display: grid;
}
.column_layout h2,
.column_layout h3,
.column_layout h4 {
  margin-top: 20px;
}
.column_layout .column {
  padding: 5px;
}
.column_layout .mid-align {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.column_layout.mobile-2 {
  grid-template-columns: repeat(2,1fr);
}
@media only screen and (min-width: 768px) {
  .column_layout.tablet-2 {
    grid-template-columns: repeat(2,1fr);
  }
  .column_layout.tablet-3 {
    grid-template-columns: repeat(3,1fr);
  }
  .column_layout.tablet-4 {
    grid-template-columns: repeat(4,1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .column_layout .column {
    padding: 10px;
  }
  .column_layout.desktop-2 {
    grid-template-columns: repeat(2,1fr);
  }
  .column_layout.desktop-3 {
    grid-template-columns: repeat(3,1fr);
  }
  .column_layout.desktop-4 {
    grid-template-columns: repeat(4,1fr);
  }
  .column_layout.desktop-5 {
    grid-template-columns: repeat(5,1fr);
  }
  .column_layout.desktop-6 {
    grid-template-columns: repeat(6,1fr);
  }
  .column_layout.desktop-7 {
    grid-template-columns: repeat(7,1fr);
  }
  .column_layout.desktop-8 {
    grid-template-columns: repeat(8,1fr);
  }
}
.full_width_content {
  padding: 10px;
}