/* Base CSS Reset Below*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
html {
  font-size: 19px;
  font-family: sans-serif;
}
body {
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #59595C;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main_wrapper {
  overflow: hidden;
}
.wf-loading {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
/*----------------------------------------*/
/* Admin Bar Hover Styles */
/* Remove After Launch */
/*----------------------------------------*/
#wpadminbar {
  opacity: .3;
}
#wpadminbar:hover {
  opacity: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h1,
.h1 {
  font-size: 45px;
  font-weight: 700;
  color: #1C3C75;
}
h2,
.h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
  color: #484848;
  line-height: 45px;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: 700;
  color: #00A99D;
}
h4,
.h4 {
  font-size: 22px;
  color: #40C0C0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
h5,
.h5 {
  font-size: 19px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: .05em;
  color: #40C0C0;
  margin: 0;
}
h6,
.h6 {
  font-size: 18px;
  color: #40C0C0;
  font-style: italic;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h2.teal {
  color: #00A99D;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 35px;
    line-height: normal;
  }
  h2,
  .h2 {
    font-size: 32px;
    line-height: normal;
  }
  h3,
  .h3 {
    font-size: 22px;
    line-height: normal;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
}
p {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 25px;
  letter-spacing: .01em;
}
p:empty {
  display: none;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
a {
  color: #1C3C75;
  -ms-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  color: #2674ee;
  text-decoration: none;
}
.nocolor {
  color: inherit;
}
p a:not(.btn) {
  color: #1C3C75;
  text-decoration: underline;
}
.white p a {
  color: #fff;
}
ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}
ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 15px;
}
ul li,
ol li {
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 5px;
}
ul li b,
ol li b {
  letter-spacing: normal;
}
ol li b {
  letter-spacing: normal;
}
/**/
/* Image styles */
/**/
img {
  max-width: 100%;
  height: auto;
}
img.alignleft,
img.alignright,
img.alignnone {
  border-radius: 0;
  border: none;
}
img.alignleft,
img.alignright,
img.alignnone,
img.aligncenter {
  border: none;
  padding: 5px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.alignnone {
  float: none;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
blockquote {
  display: block;
  margin: 10px 0;
  margin-bottom: 35px;
  padding: 20px 10px;
  padding-left: 20px;
  position: relative;
  color: #00A99D;
  font-weight: 500;
  font-size: 16px;
}
blockquote::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  border-radius: 5px;
  background: #1c3c75;
  background: -moz-linear-gradient(0deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(0deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(0deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
blockquote p {
  color: #00A99D;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 20px;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
.white {
  color: #fff;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
  color: #fff;
}
.white h6 {
  color: #40C0C0;
}
/* Zer0to5ive */
/* ¯\_(ツ)_/¯  */
#page_top {
  background-size: cover;
  background-position: center bottom;
  position: relative;
  background-color: #fff;
  min-height: 630px;
}
#page_top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .75;
  background: #1c3c75;
  background: -moz-linear-gradient(180deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(180deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(180deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
@media (max-width: 767px) {
  #page_top {
    min-height: 0;
    background-size: 850px;
    background-repeat: no-repeat;
  }
}
#page_top .container {
  position: relative;
  z-index: 3;
}
#page_top .row {
  padding-top: 145px;
  padding-bottom: 70px;
  min-height: 550px;
}
@media (max-width: 767px) {
  #page_top .row {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  #page_top .row.has-img-pgtp {
    min-height: 0px;
    padding-top: 150px;
  }
}
@media (max-width: 500px) {
  #page_top .row.has-img-pgtp {
    min-height: 0;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #page_top .row.no-img-pgtp {
    min-height: 0px;
    padding-bottom: 100px;
  }
}
#page_top.n-bi {
  min-height: 300px;
}
#page_top.n-bi .row {
  min-height: 300px;
}
#page_top h1 {
  text-align: center;
  color: #fff;
  font-size: 53px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 60px;
}
@media (max-width: 767px) {
  #page_top h1 {
    font-size: 35px;
    line-height: normal;
  }
}
#page_top h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #40C0C0;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  #page_top h2 {
    font-size: 22px;
  }
}
#page_top .page_top_content {
  font-size: 24px;
  max-width: 750px;
  margin: auto;
}
@media (max-width: 767px) {
  #page_top .page_top_content {
    font-size: 20px;
  }
}
#page_top .page_top_content p {
  font-weight: 300;
  line-height: normal;
}
#page_top .page_top_content .btn:first-of-type {
  margin-left: 0;
}
#page_top .page_top_cta {
  margin-top: 25px;
}
#page_top .page_top_cta .btn {
  margin-left: 0;
}
#page_top .pgtp-feat-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-object-fit: cover;
  -webkit-object-position: center;
  z-index: 1;
}
#page_top .banner-hand1 {
  position: absolute;
  bottom: 0vw;
  right: -5vw;
  width: 40vw;
  height: 20vw;
  z-index: 3;
  mix-blend-mode: overlay;
  opacity: .4;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  background-size: 100% auto;
  background-position: 0% -100%;
  background-repeat: no-repeat;
  background-image: url(../../images/handtevy-hand.png);
}
#page_top .banner-hand2 {
  position: absolute;
  bottom: -20vw;
  right: -5vw;
  width: 40vw;
  height: 20vw;
  z-index: 3;
  opacity: .4;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  background-size: 100% auto;
  background-position: 0% 196%;
  background-repeat: no-repeat;
  background-image: url(../../images/handtevy-hand.png);
}
#page_top .banner-hand {
  position: absolute;
  bottom: -20vw;
  right: -5vw;
  width: 40vw;
  height: 40vw;
  z-index: 3;
  opacity: .4;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
#page_top .banner-hand img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  -webkit-object-fit: contain;
  -webkit-object-position: center;
  opacity: 0;
}
#page_top .banner-hand::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-size: 100% auto;
  background-position: 0% -100%;
  background-repeat: no-repeat;
  background-image: url(../../images/handtevy-hand.png);
  background-blend-mode: overlay;
}
#page_top .banner-hand::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-size: 100% auto;
  background-position: 0% 194%;
  background-repeat: no-repeat;
  background-image: url(../../images/handtevy-hand.png);
  background-blend-mode: hard-light;
}
.overlay-bottom-right {
  position: absolute;
  z-index: 2;
  bottom: -69px;
  left: 0;
  width: 100%;
  height: 70px;
}
.overlay-bottom-right .bclip-outer {
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
}
.overlay-bottom-right .bclip-outer .bclip {
  width: 100%;
  height: 70px;
  background-size: cover;
}
section {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
section.clip-overlay {
  position: relative;
  padding-bottom: 50px;
}
section.clip-overlay .container {
  position: relative;
  z-index: 5;
}
section.darkblue {
  background-color: #1C3C75;
}
section.darkblue .bclip {
  background-color: #1C3C75;
}
section.g1 {
  background: #1c3c75;
  background: -moz-linear-gradient(180deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(180deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(180deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
section.g1 .bclip {
  background-color: #6CBE46;
}
section.gray {
  background-color: #F9F9F9;
}
section.gray .bclip {
  background-color: #F9F9F9;
}
section .background-accent {
  position: absolute;
  top: -30px;
  width: calc(100% - 75px);
  height: calc(100% + 57px);
  z-index: 3;
}
@media (max-width: 1000px) {
  section .background-accent {
    width: calc(100% - 15px);
  }
}
@media (max-width: 1200px) {
  section .background-accent {
    width: calc(100% - 45px);
  }
}
@media (max-width: 767px) {
  section .background-accent {
    width: 120%;
  }
}
section .background-accent.top-right {
  left: 0;
  border-top-right-radius: 180px;
}
section .background-accent.top-right.teal {
  border-top: 6px solid #00A99D;
  border-right: 6px solid #00A99D;
}
section .background-accent.top-right.darkblue {
  border-top: 6px solid #1C3C75;
  border-right: 6px solid #1C3C75;
}
section .background-accent.top-right.green {
  border-top: 6px solid #6CBE46;
  border-right: 6px solid #6CBE46;
}
section .background-accent.top-left {
  right: 0;
  border-top-left-radius: 180px;
}
section .background-accent.top-left.teal {
  border-top: 6px solid #00A99D;
  border-left: 6px solid #00A99D;
}
section .background-accent.top-left.darkblue {
  border-top: 6px solid #1C3C75;
  border-left: 6px solid #1C3C75;
}
section .background-accent.top-left.green {
  border-top: 6px solid #6CBE46;
  border-left: 6px solid #6CBE46;
}
sup {
  font-size: .8em;
  vertical-align: text-top;
}
.cta-holder {
  margin-top: 35px;
}
.btn {
  display: inline-block;
  border: 2px solid #1C3C75;
  background-color: #1C3C75;
  color: #fff;
  padding: 7px 22px 7px 22px;
  border-radius: 50px;
  font-weight: 600;
  line-height: normal;
  font-size: 20px;
  text-transform: none;
  margin: 5px;
  margin-top: 20px;
}
.btn:hover {
  color: #1C3C75;
  background-color: #fff;
  border-color: #fff;
}
@media (max-width: 767px) {
  .btn {
    font-size: 15px;
  }
}
.btn.white {
  background-color: #fff;
  border-color: #fff;
  color: #1C3C75;
}
.btn.white:hover {
  background-color: #1C3C75;
  color: #fff;
  border-color: #1C3C75;
}
.btn.clear {
  background-color: transparent;
  border: 2px solid #1C3C75;
  color: #1C3C75;
}
.btn.clear:hover {
  color: #fff;
  background-color: #1C3C75;
}
.btn.clear.white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.clear.white:hover {
  background-color: #1C3C75;
}
.arrow-btn {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.arrow-btn span {
  position: absolute;
  width: 18px;
  height: 2px;
  top: 22px;
  left: 16px;
}
.arrow-btn span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 100% 30%;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 5px;
  background-color: #fcc22d;
}
.arrow-btn span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 100% 30%;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 5px;
  background-color: #fcc22d;
}
.arrow-circle {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #fcc22d;
  border-radius: 100%;
}
.arrow-circle span {
  position: absolute;
  width: 10px;
  height: 2px;
  top: 14px;
  left: 10px;
}
.arrow-circle span::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 100% 30%;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 5px;
  background-color: #302d30;
}
.arrow-circle span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 100% 30%;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 5px;
  background-color: #302d30;
}
.graybox {
  background-color: #F9F9F9;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35);
  border-radius: 20px;
}
.fluid-halfimg {
  position: relative;
}
@media (min-width: 1024px) {
  .fluid-halfimg {
    min-height: 465px;
  }
}
.fluid-halfimg img {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.fluid-halfimg.left .fl-hi {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}
@media (min-width: 992px) {
  .fluid-halfimg.left .fl-hi {
    width: calc(((100vw - 960px) / 2) + 100%);
    left: calc(((960px - 100vw) / 2));
  }
}
@media (min-width: 1200px) {
  .fluid-halfimg.left .fl-hi {
    width: calc(((100vw - 1140px) / 2) + 100%);
    left: calc(((1140px - 100vw) / 2));
  }
}
.fluid-halfimg.right .fl-hi {
  position: absolute;
  top: -70px;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
@media (min-width: 992px) {
  .fluid-halfimg.right .fl-hi {
    width: calc(((100vw - 960px) / 2) + 100%);
    right: calc(((960px - 100vw) / 2));
  }
}
@media (min-width: 1200px) {
  .fluid-halfimg.right .fl-hi {
    width: calc(((100vw - 1140px) / 2) + 100%);
    right: calc(((1140px - 100vw) / 2));
  }
}
@media (max-width: 767px) {
  .fluid-halfimg img {
    display: block;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  .fluid-halfimg .fl-hi {
    display: none;
  }
  .fluid-halfimg.right {
    padding-left: 0;
    padding-right: 0;
  }
  .fluid-halfimg.right img {
    width: 100%;
    border-radius: 0;
    position: relative;
    top: -50px;
  }
  .fluid-halfimg.left {
    padding-left: 0;
    padding-right: 0;
  }
  .fluid-halfimg.left img {
    width: 100%;
    border-radius: 0;
    position: relative;
    top: -50px;
  }
}
.featured_post_tag {
  background-color: #fff;
  color: #1C3C75;
  font-size: 20px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 5px;
}
.featured_post_meta {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.featured_post_meta a {
  color: #fff;
}
.infocard_meta {
  color: #D62F38;
  font-size: 18px;
}
.single-blog-post {
  border: 2px solid #FC595A;
  padding: 45px;
  border-radius: 15px;
  margin-bottom: 55px;
}
.single-blog-post .s-blog-cat {
  color: #FC595A;
  font-size: 17px;
  margin-bottom: 5px;
}
.single-blog-post .s-blog-cat a {
  color: #FC595A;
}
.single-blog-post .s-blog-date {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}
.single-blog-post .s-blog-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
  color: #172720;
}
.single-blog-post .s-blog-title a {
  color: #172720;
}
.single-blog-post .s-blog-link {
  text-align: right;
  color: #FC595A;
  font-size: 18px;
  font-weight: 500;
}
.single-blog-post .s-blog-link a {
  color: #FC595A;
  font-weight: 700;
}
@media (min-width: 767px) {
  .edgeShelf_outer {
    padding-top: 250px;
  }
}
.edgeShelf {
  position: relative;
}
.edgeShelf .z5_edgeShelf::before {
  z-index: 2;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
}
.edgeShelf .edgeShelf_content {
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .edgeShelf .edgeShelf_content {
    padding: 35px;
  }
}
.edgeShelf.left .z5_edgeShelf {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .edgeShelf.left .z5_edgeShelf {
    display: none;
  }
}
.edgeShelf.left .z5_edgeShelf::before {
  content: '';
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: calc(100% + 140px);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F9F9F9;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
}
.edgeShelf.left .z5_edgeShelf::after {
  content: '';
  width: 100%;
  height: calc(100% + 140px);
  position: absolute;
  top: 0px;
  left: -50px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
  border: 6px solid #6CBE46;
  z-index: 1;
  -ms-transform: translateX(-120px);
  -moz-transform: translateX(-120px);
  -o-transform: translateX(-120px);
  -webkit-transform: translateX(-120px);
  transform: translateX(-120px);
}
@media (min-width: 768px) {
  .edgeShelf.left .z5_edgeShelf::before,
  .edgeShelf.left .z5_edgeShelf::after {
    width: calc(((100vw - 7200px) / 2) + 110%);
    left: calc(((960px - 720vw) / 2));
  }
}
@media (min-width: 992px) {
  .edgeShelf.left .z5_edgeShelf::before,
  .edgeShelf.left .z5_edgeShelf::after {
    width: calc(((100vw - 960px) / 2) + 110%);
    left: calc(((960px - 100vw) / 2));
  }
}
@media (min-width: 1200px) {
  .edgeShelf.left .z5_edgeShelf::before,
  .edgeShelf.left .z5_edgeShelf::after {
    width: calc(((100vw - 1140px) / 2) + 110%);
    left: calc(((1140px - 100vw) / 2));
  }
}
.edgeShelf.right .z5_edgeShelf {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .edgeShelf.right .z5_edgeShelf {
    display: none;
  }
}
.edgeShelf.right .z5_edgeShelf::before {
  content: '';
  position: absolute;
  top: -70px;
  right: 0;
  width: 100%;
  height: calc(100% + 140px);
  background-color: #F9F9F9;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
}
.edgeShelf.right .z5_edgeShelf::after {
  content: '';
  width: 100%;
  height: calc(100% + 140px);
  position: absolute;
  top: 0px;
  right: -50px;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  border: 6px solid #6CBE46;
  z-index: 1;
  -ms-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -o-transform: translateX(120px);
  -webkit-transform: translateX(120px);
  transform: translateX(120px);
}
@media (min-width: 768px) {
  .edgeShelf.right .z5_edgeShelf::before,
  .edgeShelf.right .z5_edgeShelf::after {
    width: calc(((100vw - 7200px) / 2) + 110%);
    right: calc(((960px - 720vw) / 2));
  }
}
@media (min-width: 992px) {
  .edgeShelf.right .z5_edgeShelf::before,
  .edgeShelf.right .z5_edgeShelf::after {
    width: calc(((100vw - 960px) / 2) + 110%);
    right: calc(((960px - 100vw) / 2));
  }
}
@media (min-width: 1200px) {
  .edgeShelf.right .z5_edgeShelf::before,
  .edgeShelf.right .z5_edgeShelf::after {
    width: calc(((100vw - 1140px) / 2) + 110%);
    right: calc(((1140px - 100vw) / 2));
  }
}
@media (max-width: 767px) {
  .edgeShelf.right {
    padding-left: 0;
    padding-right: 0;
  }
  .edgeShelf.left {
    padding-left: 0;
    padding-right: 0;
  }
}
.owl-carousel.owl-arrows1 .owl-nav {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  width: 100%;
}
.owl-carousel.owl-arrows1 .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: transparent;
  border: none;
  position: absolute;
  top: 0;
  left: -30px;
}
.owl-carousel.owl-arrows1 .owl-nav .owl-prev::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 20px;
  width: 2px;
  height: 17px;
  background-color: #1C3C75;
  -ms-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.owl-carousel.owl-arrows1 .owl-nav .owl-prev::after {
  content: '';
  position: absolute;
  top: 23px;
  left: 20px;
  width: 2px;
  height: 17px;
  background-color: #1C3C75;
  -ms-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.owl-carousel.owl-arrows1 .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: -30px;
}
.owl-carousel.owl-arrows1 .owl-nav .owl-next::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 25px;
  width: 2px;
  height: 17px;
  background-color: #1C3C75;
  -ms-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.owl-carousel.owl-arrows1 .owl-nav .owl-next::after {
  content: '';
  position: absolute;
  top: 23px;
  left: 25px;
  width: 2px;
  height: 17px;
  background-color: #1C3C75;
  -ms-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.lc-sp-holder.owl-arrows1 .owl-nav {
  position: absolute;
  top: calc(50% - 55px);
  left: -100px;
  width: calc(100% + 200px);
}
.single_news_card .snc_inner {
  height: 100%;
  width: 100%;
  box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #fff;
}
.single_news_card .snc_inner .snc_featured_image {
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 80%;
  background-color: #1C3C75;
}
.single_news_card .snc_inner .snc_content {
  position: relative;
  padding: 20px;
}
.single_news_card .snc_inner .snc_content::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 75%;
  height: 4px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #1c3c75;
  background: -moz-linear-gradient(45deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(45deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(45deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
.single_news_card .snc_inner .snc_content:hover::after {
  width: 100%;
}
.single_news_card .snc_inner .snc_content .snc_meta {
  margin-bottom: 15px;
  font-size: 17px;
}
.single_news_card .snc_inner .snc_content .snc_meta a {
  color: #484848;
  font-size: 17px;
}
.single_news_card .snc_inner .snc_content .snc_title {
  margin-bottom: 15px;
}
.single_news_card .snc_inner .snc_content .snc_title a {
  font-size: 21px;
  color: #00A99D;
  font-weight: 600;
}
.z5_logo_carousel .z5_logo_carousel_single {
  position: relative;
  padding: 0 45px;
  height: 100%;
  display: flex;
  align-items: center;
}
.z5_logo_carousel .z5_logo_carousel_single img {
  display: inline-block;
}
.circleContent_holder .circleContent_inner {
  z-index: 1;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  opacity: .5;
  background: #1c3c75;
  background: -moz-linear-gradient(45deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(45deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(45deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
  border-radius: 100%;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.circleContent_holder .circleContent_inner .circleContent_content {
  position: absolute;
  border-radius: 100%;
  top: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  background-color: #fff;
  padding: 25px;
}
.circleContent_holder .circleContent_inner .circleContent_content .circleContent_title {
  color: #1C3C75;
  font-weight: 600;
  margin-bottom: 15px;
}
.circleContent_holder .circleContent_inner:hover {
  z-index: 3;
  opacity: 1;
  -ms-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.25);
}
.dropdown-accordion {
  margin-bottom: 25px;
}
.dropdown-accordion .dda_title {
  position: relative;
}
.dropdown-accordion .dda_title::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  opacity: 0;
  z-index: 2;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #fff;
  border-radius: 50px;
}
.dropdown-accordion .dda_title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #00a99d;
  background: -moz-linear-gradient(45deg, #00a99d 0%, #6cbe46 100%);
  background: -webkit-linear-gradient(45deg, #00a99d 0%, #6cbe46 100%);
  background: linear-gradient(45deg, #00a99d 0%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a99d", endColorstr="#6cbe46", GradientType=1);
  opacity: 0;
  z-index: 1;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.dropdown-accordion .dda_title .dda_title_inner {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 15px 20px;
  border: 3px solid #1C3C75;
  color: #1C3C75;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 50px;
  background-color: #fff;
}
.dropdown-accordion .dda_title .dda_title_inner .dda_toggle {
  top: calc(50% - 5px);
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #1C3C75 transparent;
  position: absolute;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.dropdown-accordion .dda_content {
  display: none;
}
.dropdown-accordion .dda_content .dda_content_inner {
  padding: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 7px 6px -1px rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.mr_accordion .dropdown-accordion .dda_content .dda_content_inner{
  position:static;
  background:transparent;
  box-shadow:none;
}
.dropdown-accordion.active .dda_title::before {
  opacity: 1;
  top: 16px;
  left: -12px;
}
.dropdown-accordion.active .dda_title::after {
  opacity: 1;
  top: 12px;
  left: -16px;
}
.dropdown-accordion.active .dda_title .dda_title_inner {
  background-color: #1C3C75;
  color: #fff;
}
.dropdown-accordion.active .dda_title .dda_title_inner .dda_toggle {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-color: transparent transparent #fff transparent;
}
#home-wrap .dropdown-accordion .dda_content .dda_content_inner {
  position: static;
  box-shadow: none;
  background-color: transparent;
}
.number-quote-outer .number-quote-inner .nq-number {
  font-size: 80px;
  font-weight: 600;
  text-align: right;
}
.podcast-outer .podcast-inner {
  height: 100%;
  width: 100%;
  box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #fff;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.podcast-outer .podcast-inner .podcast-photo {
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}
.podcast-outer .podcast-inner .podcast-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.podcast-outer .podcast-inner .podcast-photo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1c3c75;
  background: -moz-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
.podcast-outer .podcast-inner .podcast-date {
  font-size: 17px;
  padding: 0 15px;
  padding-top: 15px;
}
.podcast-outer .podcast-inner .podcast-title {
  margin-top: 15px;
  padding: 0 15px;
}
.podcast-outer .podcast-inner .podcast-title a {
  font-size: 21px;
  color: #00A99D;
  font-weight: 600;
}
.podcast-outer .podcast-inner .podcast-cta {
  padding: 0 5px;
  margin-top: 15px;
  margin-top: auto;
}
.events-outer .events-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #fff;
  padding-bottom: 15px;
}
.events-outer .events-inner .events-photo {
  width: 100%;
  position: relative;
  padding-bottom: 50%;
}
.events-outer .events-inner .events-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.events-outer .events-inner .events-photo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1c3c75;
  background: -moz-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
.events-outer .events-inner .events-content {
  padding: 15px 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.events-outer .events-inner .events-date {
  font-size: 16px;
}
.events-outer .events-inner .events-title {
  margin-top: 15px;
}
.events-outer .events-inner .events-title a {
  font-size: 21px;
  color: #00A99D;
  font-weight: 600;
}
.events-outer .events-inner .events-desc {
  font-size: .8em;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: normal;
}
.events-outer .events-inner .events-cta {
  padding: 0;
  margin-top: 15px;
  margin-top: auto;
}
.webinar-outer .webinar-inner .webinar-photo {
  width: 100%;
  position: relative;
  padding-bottom: 50%;
}
.webinar-outer .webinar-inner .webinar-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.webinar-outer .webinar-inner .webinar-photo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1c3c75;
  background: -moz-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
.webinar-outer .webinar-inner .webinar-content {
  padding: 15px 5px;
}
.webinar-outer .webinar-inner .webinar-date {
  font-size: 16px;
  margin-bottom: 5px;
}
.webinar-outer .webinar-inner .webinar-title a {
  font-size: 21px;
  color: #00A99D;
  font-weight: 600;
}
.webinar-outer .webinar-inner .webinar-desc {
  font-size: .8em;
  margin-top: 15px;
  line-height: normal;
}
.webinar-outer .webinar-inner .webinar-cta {
  padding: 0 5px;
  margin-top: 15px;
}
.research-filter-holder {
  margin-bottom: 45px;
}
.research-filter-holder .filter_title {
  font-size: 24px;
  font-weight: 600;
  margin-right: 15px;
}
.research-filter-holder .research_filter {
  font-size: 18px;
  font-weight: 600;
  color: #1C3C75;
  cursor: pointer;
}
.research-filter-holder .research_filter.active {
  color: #00A99D;
}
.research-filter-holder .research_filter::after {
  color: #1C3C75;
  content: ' | ';
  display: inline-block;
  padding-left: 15px;
  padding-right: 10px;
}
.research-filter-holder .research_filter:last-of-type::after {
  display: none;
}
.research-outer {
  position: relative;
  padding-bottom: 85px;
  margin-bottom: 85px;
}
.research-outer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1c3c75;
  background: -moz-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
.research-outer:last-of-type {
  margin-bottom: 0;
}
.research-outer:last-of-type::after {
  display: none;
}
.research-outer .research-title-box {
  background-color: #1C3C75;
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  padding: 35px 15px;
  margin-bottom: 15px;
  position: relative;
}
.research-outer .research-title-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1c3c75;
  background: -moz-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
.lc-jl-holder {
  text-indent: -115px;
  padding-left: 130px;
}
.LC-jump-links {
  margin-bottom: 45px;
}
.LC-jump-links .lc-jl_title {
  font-size: 24px;
  font-weight: 600;
  margin-right: 15px;
}
.LC-jump-links .LC-jump-links {
  font-size: 18px;
  font-weight: 600;
  color: #1C3C75;
}
.LC-jump-links .LC-jump-links a {
  font-size: 18px;
  font-weight: 600;
  color: #1C3C75;
}
.LC-jump-links .LC-jump-links a::after {
  color: #1C3C75;
  content: ' | ';
  padding-left: 15px;
  padding-right: 10px;
}
.LC-jump-links .LC-jump-links:last-of-type a::after {
  display: none;
}
.LC_term_outer {
  position: relative;
  padding-bottom: 85px;
  margin-bottom: 85px;
}
.LC_term_outer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1c3c75;
  background: -moz-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
.LC_term_outer:last-of-type::after {
  display: none;
}
.LC_term_outer .lc_term_title {
  font-size: 34px;
  font-weight: 600;
}
.LC_term_outer .single-lc-outer {
  margin-bottom: 45px!important;
  padding-bottom: 0!important;
}
.LC_term_outer .single-lc-outer::after {
  content: '';
  opacity: 0!important;
}
.LC_term_outer .single-lc-outer .lc-inner .lc-photo {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  margin-bottom: 10px;
}
.LC_term_outer .single-lc-outer .lc-inner .lc-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.LC_term_outer .single-lc-outer .lc-inner .lc-photo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1c3c75;
  background: -moz-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
.LC_term_outer .single-lc-outer .lc-inner .lc-title a {
  color: #1C3C75;
  font-weight: 500;
}
.LC_term_outer .single-lc-outer .lc-inner .lc-type {
  font-size: 17px;
}
.news-feaured-outer .news-photo img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.news-feaured-outer .news-content .news-title {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #00A99D;
  font-size: 24px;
  font-weight: 600;
}
.news-feaured-outer .news-content .news-title a {
  color: #00A99D;
}
#Modular-Page section:first-of-type .container {
  position: relative;
  z-index: 6;
}
section.zr_mod_row {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.zr_mod_row.white-brg {
  background-color: #fff;
}
section.zr_mod_row.white-brg .bclip {
  background-color: #fff;
}
section.zr_mod_row.blue-brg {
  background-color: #1C3C75;
}
section.zr_mod_row.blue-brg .bclip {
  background-color: #1C3C75;
}
section.zr_mod_row.gray-brg {
  background-color: #F9F9F9;
}
section.zr_mod_row.gray-brg .bclip {
  background-color: #F9F9F9;
}
section.zr_mod_row.g1-brg.gr-0 {
  background: #1c3c75;
  background: -moz-linear-gradient(0deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(0deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(0deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
section.zr_mod_row.g1-brg.gr-0 .bclip {
  background-color: #1C3C75;
}
section.zr_mod_row.g1-brg.gr-90 {
  background: #1c3c75;
  background: -moz-linear-gradient(90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
section.zr_mod_row.g1-brg.gr-90 .bclip {
  background: #1c3c75;
  background: -moz-linear-gradient(90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
section.zr_mod_row.g1-brg.gr-180 {
  background: #1c3c75;
  background: -moz-linear-gradient(180deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(180deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(180deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
section.zr_mod_row.g1-brg.gr-180 .bclip {
  background-color: #6cbe46;
}
section.zr_mod_row.g1-brg.gr-270 {
  background: #1c3c75;
  background: -moz-linear-gradient(270deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(270deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(270deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
section.zr_mod_row.g1-brg.gr-270 .bclip {
  background: #1c3c75;
  background: -moz-linear-gradient(270deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(270deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(270deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
section.zr_mod_row.fingers-left::after {
  content: '';
  position: absolute;
  top: 5%;
  left: 0;
  width: 20vw;
  height: 90%;
  background-image: url(../../images/handtevy-hand.png);
  transform: rotate(180deg);
  background-size: cover;
  background-position: left center;
  mix-blend-mode: overlay;
  pointer-events: none;
}
section.zr_mod_row.quote-left::after {
  content: '';
  position: absolute;
  top: 0;
  left: 5vw;
  width: 400px;
  height: 140px;
  background-color: #fff;
  mix-blend-mode: overlay;
  -webkit-mask-image: url(../../images/quote-brg.svg);
  mask-image: url(../../images/quote-brg.svg);
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: 68% auto;
  mask-size: 68% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
}
section.zr_mod_row.shadow-above {
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.35);
}
section.zr_mod_row.shadow-below {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
}
section.zr_mod_row.shadow-both {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
}
section.zr_mod_row .container {
  position: relative;
  z-index: 5;
}
.mod-contact-form-holder {
  background-color: #F9F9F9;
  border-radius: 20px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35);
  position: relative;
}
.mod-contact-form-holder.offset-lg-1::after {
  content: '';
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: -50px;
  right: -50px;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  border-left: 6px solid #6CBE46;
  border-bottom: 6px solid #6CBE46;
  z-index: -1;
  isolation: isolate;
  -ms-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -o-transform: translateX(120px);
  -webkit-transform: translateX(120px);
  transform: translateX(120px);
}
@media (min-width: 992px) {
  .mod-contact-form-holder.offset-lg-1::after {
    width: calc(((100vw - 960px) / 2) + 110%);
    right: calc(((960px - 100vw) / 2));
  }
}
@media (min-width: 1200px) {
  .mod-contact-form-holder.offset-lg-1::after {
    width: calc(((100vw - 1140px) / 2) + 110%);
    right: calc(((1140px - 100vw) / 2));
  }
}
.mr_system_single {
  position: relative;
  margin-bottom: 45px;
  padding-left: 25px;
}
.mr_system_single::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  border-radius: 5px;
  background: #1c3c75;
  background: -moz-linear-gradient(0deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(0deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(0deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
.mr_logo-carousel .owl-stage {
  display: flex;
}
.mr_logo-carousel .owl-stage .z5_logo_carousel_single {
  height: 100%;
  display: flex;
  align-items: center;
}
.faq-nav-title {
  color: #484848;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}
.faq-nav-holder {
  position: relative;
}
.faq-nav-holder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #1c3c75;
  background: -moz-linear-gradient(0, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(0, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(0, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
  border-radius: 5px;
}
.faq-nav-inner {
  display: none;
}
.faq-nav-s {
  color: #1C3C75;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
}
.faq-nav-s:hover {
  color: #00A99D;
}
.faq-nav-s .faq-nav-s-inner {
  font-size: 16px;
  color: #484848;
  font-weight: 600;
  padding-left: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq-nav-s .faq-nav-s-inner:hover {
  color: #3388C8;
}
.faq-content-holder {
  position: relative;
}
.faq-content-holder::after {
  content: '';
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: -50px;
  right: -50px;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  border-left: 6px solid #6CBE46;
  border-bottom: 6px solid #6CBE46;
  z-index: -1;
  isolation: isolate;
  -ms-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -o-transform: translateX(120px);
  -webkit-transform: translateX(120px);
  transform: translateX(120px);
}
@media (min-width: 992px) {
  .faq-content-holder::after {
    width: calc(((100vw - 960px) / 2) + 110%);
    right: calc(((960px - 100vw) / 2));
  }
}
@media (min-width: 1200px) {
  .faq-content-holder::after {
    width: calc(((100vw - 1140px) / 2) + 110%);
    right: calc(((1140px - 100vw) / 2));
  }
}
.faq-group-outer {
  display: none;
}
.faq-group-outer.active {
  display: block;
}
.faq-single-holder {
  margin-bottom: 25px;
}
.faq-single-title {
  color: #1C3C75;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
}
.faq-single-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #1c3c75;
  background: -moz-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(-90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
  border-radius: 5px;
}
.faq-single-title .faq-single-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: .25s;
  background-color: #1C3C75;
  box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.25);
}
.faq-single-title .faq-single-toggle span {
  position: absolute;
  top: 17px;
  left: 13px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
.faq-single-title .faq-single-toggle span::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
}
.active > .faq-single-title .faq-single-toggle {
  background-color: #fff;
}
.active > .faq-single-title .faq-single-toggle span {
  transform: rotate(45deg);
  background-color: #1C3C75;
}
.active > .faq-single-title .faq-single-toggle span::after {
  background-color: #1C3C75;
}
.faq-single-content-holder {
  display: none;
}
.mod-customer-outer .mod-customer-photo {
  width: 100%;
  aspect-ratio: 5/3;
  position: relative;
  overflow: hidden;
}
.mod-customer-outer .mod-customer-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mod-customer-outer .mod-customer-inner {
  overflow: hidden;
  height: 100%;
}
.mod-customer-outer .mod-customer-logo {
  width: 100%;
  height: auto;
  max-width: 200px;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.mod-customer-outer .mod-customer-logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mod-customer-outer .mod-customer-name {
  font-weight: 600;
  font-size: 24px;
}
.mod-circle-outer {
  margin-top: 50px;
  margin-bottom: 75px;
}
.mod-circle-outer .mod-circle-inner {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 100%;
  padding: 25px;
  position: relative;
}
.mod-circle-outer .mod-circle-inner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transform: scale(1.15);
  z-index: -1;
  isolation: isolate;
  background: #1c3c75;
  background: -moz-linear-gradient(45deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(45deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(45deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
  border-radius: 100%;
}
.s-infobox {
  margin-bottom: 45px;
}
.s-infobox .s-infobox-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.s-infobox .s-infobox-inner .s-infobox-title {
  padding: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}
.s-infobox .s-infobox-inner .s-infobox-title.green {
  background-color: #6CBE46;
}
.s-infobox .s-infobox-inner .s-infobox-title.teal {
  background-color: #00A99D;
}
.s-infobox .s-infobox-inner .s-infobox-title.darkblue {
  background-color: #1C3C75;
}
.s-infobox .s-infobox-inner .s-infobox-title.blue {
  background-color: #3388C8;
}
.s-infobox .s-infobox-inner .s-infobox-content {
  padding: 25px;
  text-align: center;
}
.mr-benefits-image img {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.benefits-carousel-image img {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.benefits-carousel .owl-dots {
  width: 50%;
  display: inline-block;
  transform: translateX(100%);
  padding-left: 15px;
}
.benefits-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 3px solid #6CBE46;
  background-color: transparent;
  margin: 0 3px;
}
.benefits-carousel .owl-dots .owl-dot.active {
  background-color: #1C3C75;
}
.mod-stats-holder .mod-stat-inner {
  text-align: center;
}
.mod-stats-holder .mod-stat-inner .mod-stats-number-holder {
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 15px;
}
.mod-stats-holder .mod-stat-inner .mod-stats-title {
  font-size: 24px;
}
.single-team-member .s-team-inner .s-team-photo {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: relative;
  margin-bottom: 15px;
}
.single-team-member .s-team-inner .s-team-photo img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.single-team-member .s-team-inner .s-team-photo.tm-photo-2 {
  padding-bottom: 60%;
}
.single-team-member .s-team-inner .s-team-photo.tm-photo-3 {
  padding-bottom: 100%;
}
.single-team-member .s-team-inner .s-team-content {
  position: relative;
  padding: 15px;
}
.single-team-member .s-team-inner .s-team-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0%;
  opacity: 0;
  border-radius: 5px;
  background: #1c3c75;
  background: -moz-linear-gradient(0, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(0, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(0, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
  transition: .25s;
}
.single-team-member .s-team-inner .s-team-content .s-team-meta {
  position: relative;
  padding-right: 45px;
  padding-bottom: 15px;
}
.single-team-member .s-team-inner .s-team-content .s-team-meta .s-team-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: .25s;
  background-color: #1C3C75;
  box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.single-team-member .s-team-inner .s-team-content .s-team-meta .s-team-toggle span {
  position: absolute;
  top: 17px;
  left: 13px;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transition: .25s;
}
.single-team-member .s-team-inner .s-team-content .s-team-meta .s-team-toggle span::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
}
.single-team-member .s-team-inner .s-team-content .s-team-meta .s-team-name {
  color: #00A99D;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-team-member .s-team-inner .s-team-content .s-team-meta .s-team-title {
  font-size: 20px;
}
.single-team-member .s-team-inner .s-team-content .s-team-desc {
  height: 100px;
  overflow: hidden;
}
.single-team-member.active .s-team-inner .s-team-content::before {
  height: 100%;
  opacity: 1;
}
.single-team-member.active .s-team-inner .s-team-content .s-team-meta .s-team-toggle {
  background-color: #fff;
}
.single-team-member.active .s-team-inner .s-team-content .s-team-meta .s-team-toggle span {
  background-color: #1C3C75;
  transform: rotate(45deg);
}
.single-team-member.active .s-team-inner .s-team-content .s-team-meta .s-team-toggle span::after {
  background-color: #1C3C75;
}
.single-team-member.active .s-team-inner .s-team-content .s-team-desc {
  height: auto;
}
.mod-quote-outer {
  padding: 35px;
  padding-top: 50px;
  padding-right: 70px;
  position: relative;
}
.mod-quote-outer::before {
  content: '';
  z-index: 2;
  position: absolute;
  top: -70px;
  left: calc(50% - 165px);
  width: 250px;
  height: 90px;
  background: #1c3c75;
  background: -moz-linear-gradient(0deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(0deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(0deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
  -webkit-mask-image: url(../../images/quote-brg.svg);
  mask-image: url(../../images/quote-brg.svg);
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: 68% auto;
  mask-size: 68% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (max-width: 767px) {
  .mod-quote-outer::before {
    top: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    left: calc(50% - 125px);
    width: 250px;
    height: 60px;
  }
}
.mod-quote-outer .mod-quote-inner {
  text-align: center;
}
.mod-quote-outer .mod-quote-inner h3 {
  color: #484848;
  font-weight: 500;
  font-size: 30px;
}
.icongrid_outer .icongrid_inner {
  display: flex;
  padding: 35px;
}
.icongrid_outer .icongrid_inner .icg_icon {
  width: 110px;
}
.icongrid_outer .icongrid_inner .icg_content_inner {
  width: calc(100% - 110px);
  padding-left: 10px;
  font-size: 20px;
}
.icongrid_outer .icongrid_inner .icg_content_inner .icg_title {
  font-style: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .icongrid_outer {
    border-bottom: 1px solid #ccc;
  }
  .icongrid_outer:last-of-type {
    border-bottom: none;
  }
}
@media (min-width: 767px) {
  .icongrid_outer:first-of-type {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .icongrid_outer:nth-of-type(2n) {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .icongrid_outer:nth-of-type(3n) {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .icongrid_outer:nth-last-of-type(2) {
    border-bottom: none;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .icongrid_outer:last-of-type {
    border-bottom: none;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .icongrid_outer:nth-of-type(2) {
    border-top: none;
  }
}
.tcar-single {
  transition: .35s;
  width: 100%;
  padding-bottom: 60%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.tcar-single img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}
.tcar-single::after {
  content: '';
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1C3C75;
  opacity: .65;
  transition: .35s;
}
@media (min-width: 767px) {
  .mr_3dcarou .owl-carousel .owl-stage-outer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 767px) {
  .mr_3dcarou .owl-carousel .owl-nav {
    top: calc(50% - 125px);
  }
}
.mr_3dcarou .owl-carousel .owl-item {
  z-index: 1;
}
.mr_3dcarou .owl-carousel .owl-item .tcar-single {
  transform: translateY(-100px);
  z-index: 2;
}
@media (max-width: 768px) {
  .mr_3dcarou .owl-carousel .owl-item .tcar-single {
    transform: translateY(0) scale(1);
  }
}
.mr_3dcarou .owl-carousel .owl-item.active.center {
  z-index: 3;
}
.mr_3dcarou .owl-carousel .owl-item.active.center .tcar-single {
  transform: translateY(0) scale(1.2);
  z-index: 3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.mr_3dcarou .owl-carousel .owl-item.active.center .tcar-single::after {
  opacity: 0;
}
@media (max-width: 768px) {
  .mr_3dcarou .owl-carousel .owl-item.active.center {
    transform: translateY(0) scale(1);
  }
}
@media (min-width: 768px) {
  .photo-grid-s-holder:first-of-type {
    padding-left: 0!important;
  }
  .photo-grid-s-holder:last-of-type {
    padding-right: 0!important;
  }
}
.photo-grid-outer {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 85%;
  width: 100%;
}
.photo-grid-outer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.abt-carousel,
.fwc-carousel {
  margin-bottom: 15px;
}
.abt-carousel .abpc-single,
.fwc-carousel .abpc-single {
  width: 100%;
  position: relative;
  padding-bottom: 60%;
}
.abt-carousel .abpc-single .abt-lightbox::after,
.fwc-carousel .abpc-single .abt-lightbox::after {
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  transition: .25s;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-image: url(../../images/vid-btn.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.abt-carousel .abpc-single .abt-lightbox:hover::after,
.fwc-carousel .abpc-single .abt-lightbox:hover::after {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.abt-carousel .abpc-single img,
.fwc-carousel .abpc-single img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.abt-carousel .owl-nav,
.fwc-carousel .owl-nav {
  left: 5%!important;
  width: 90%!important;
}
.icols-outer {
  text-align: center;
}
.icols-outer .icols-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
.icols-outer .icols-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.icols-outer .icols-content {
  padding: 0 15px;
}
.mr_logo-carousel .z5_logo_carousel_double1 {
  margin-bottom: 50px;
}
.mr_logo-carousel .z5_logo_carousel_double2 {
  margin-bottom: 50px;
}
.mr_logo-carousel .owl-dots {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-left: 15px;
}
.mr_logo-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 2px solid #1C3C75 !important;
  background-color: transparent;
  margin: 0 3px;
}
.mr_logo-carousel .owl-dots .owl-dot.active {
  background-color: #1C3C75;
}
.dnav-outer .dnav-inner .dnav-photo {
  width: 100%;
  padding-bottom: 100%;
  background-color: #F9F9F9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  position: relative;
  margin-bottom: 10px;
  border-radius: 20px;
}
.dnav-outer .dnav-inner .dnav-photo img {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  object-fit: contain;
  object-position: center;
}
.dnav-outer .dnav-inner .dnav-title {
  text-align: center;
  font-size: 24px;
  color: #1C3C75;
  font-weight: 600;
}
.durable_section {
  padding: 80px 0;
  background-color: #F9F9F9;
  position: relative;
}
.durable_section .container::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 130%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .durable_section .container::after {
    height: 110%;
    width: 110%;
  }
}
.durable_section .container .row {
  position: relative;
  z-index: 2;
}
.dsect-gallery-outer {
  position: relative;
  background-color: #fff;
}
.dsect-gallery-outer .tns-outer {
  position: relative;
}
.dsect-gallery-outer .tns-controls {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  width: 100%;
  z-index: 3;
}
.dsect-gallery-outer .tns-controls button:first-of-type {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border: none;
  position: absolute;
  top: 0;
  left: -30px;
  color: transparent;
}
.dsect-gallery-outer .tns-controls button:first-of-type::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 20px;
  width: 2px;
  height: 17px;
  background-color: #1C3C75;
  -ms-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.dsect-gallery-outer .tns-controls button:first-of-type::after {
  content: '';
  position: absolute;
  top: 23px;
  left: 20px;
  width: 2px;
  height: 17px;
  background-color: #1C3C75;
  -ms-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.dsect-gallery-outer .tns-controls button:last-of-type {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: -30px;
}
.dsect-gallery-outer .tns-controls button:last-of-type::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 25px;
  width: 2px;
  height: 17px;
  background-color: #1C3C75;
  -ms-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.dsect-gallery-outer .tns-controls button:last-of-type::after {
  content: '';
  position: absolute;
  top: 23px;
  left: 25px;
  width: 2px;
  height: 17px;
  background-color: #1C3C75;
  -ms-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.dsect-gal-nav {
  text-align: center;
  padding-top: 15px;
}
.dsg-nav-img {
  width: 65px;
  height: 65px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.dsg-nav-img:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.dsg-nav-img.tns-nav-active {
  box-shadow: 0 0 0px 3px #000000;
}
.dcontent-tabs-holder {
  width: 100%;
  padding: 35px;
  background-color: #fff;
  border-radius: 25px;
}
.dcontent-tabs-title {
  text-align: left;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}
.dcontent-tab-nav {
  margin-bottom: 15px;
}
.dcontent-tab-nav span {
  display: inline-block;
  position: relative;
  padding: 0 5px;
  color: #1C3C75;
  font-weight: 600;
  font-size: 24px;
  cursor: pointer;
}
.dcontent-tab-nav span.active {
  color: #00A99D;
}
.dcontent-tab-nav span.active::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #1c3c75;
  background: -moz-linear-gradient(90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(90deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
.dcontent-tabs .dtab-single {
  display: none;
}
.dcontent-tabs .dtab-single.active {
  display: block;
}
@media (min-width: 768px) {
  .system-image img {
    position: relative;
    width: 150%;
    max-width: 150%;
    left: -20%;
  }
}
@media (min-width: 1130px) {
  .system-image img {
    position: relative;
    width: 200%;
    max-width: 200%;
    left: -40%;
  }
}
.system-singles-holder .system-single {
  position: relative;
  width: 100%;
  padding: 25px;
  margin-bottom: 15px;
}
.system-singles-holder .system-single .sys-s-inner {
  position: relative;
  z-index: 2;
  color: #595959;
}
.system-singles-holder .system-single .sys-s-inner h3 {
  color: #595959;
  margin-bottom: 5px;
}
.system-singles-holder .system-single .sys-s-inner p:last-of-type {
  margin-bottom: 0;
}
.system-singles-holder .system-single::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: rgba(255, 255, 255, 0.95);
  width: calc(((100vw - 1140px) / 2) + 110%);
  height: 100%;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
@media (max-width: 992px) {
  .system-singles-holder .system-single::after {
    width: calc(((100vw - 960px) / 2) + 110%);
  }
}
@media (max-width: 767px) {
  .system-singles-holder .system-single::after {
    width: 100%;
  }
}
.mr_accordion .dda_content_inner::after {
  content: '';
  position: absolute;
  top: calc(50% - 35%);
  right: 0;
  width: 70%;
  height: 70%;
  background-image: url(../../images/handtevy-hand-gradient.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  transform: translateX(50%);
  z-index: -1;
  pointer-events: none;
  opacity: .75;
}
@media (max-width: 900px) {
  .mr_accordion .dda_content_inner::after {
    opacity: .25;
  }
}
@media (min-width: 992px) {
  .mr_accordion .dda_content_inner::after {
    opacity: .5;
    right: calc(((960px - 100vw) / 2));
  }
}
@media (min-width: 1200px) {
  .mr_accordion .dda_content_inner::after {
    right: calc(((1140px - 100vw) / 2));
  }
}
/*Comment Output*/
#comments {
  max-width: 1130px;
  display: block;
  margin: auto;
}
#comments-list .vcard {
  font-size: 20px;
  font-weight: bold;
}
#comments-list .commentmetadata {
  font-size: 12px;
  margin-bottom: 5px;
}
#comments-list .comment {
  padding: 10px 0 10px 10px;
  border-left: 2px solid #ccc;
  margin-bottom: 15px;
}
#comments-list .comment-author img {
  display: none;
}
#comments-list .says {
  display: none;
}
#comments-list ul {
  padding: 15px;
  width: 100%;
  margin: auto;
  list-style-type: none;
}
.comment-respond label {
  display: block;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.half {
  width: 50%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.third {
  width: 33%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.quarter {
  width: 25%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.end {
  padding-left: 0;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield {
    padding: 5px 15px;
  }
  .gform_wrapper .gform_body ul.gform_fields li.gfield.half,
  .gform_wrapper .gform_body ul.gform_fields li.gfield.third,
  .gform_wrapper .gform_body ul.gform_fields li.gfield.quarter,
  .gform_wrapper .gform_body ul.gform_fields li.gfield .end {
    width: 100%;
    padding: 5px 15px;
  }
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
  padding: 0;
  margin: 0;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield input {
  border: 2px solid #40C0C0;
  background-color: #fff;
  font-size: 16px!important;
  font-weight: 400;
  letter-spacing: normal!important;
  color: #707070;
  margin: 0!important;
  text-transform: none;
  padding: 15px 20px!important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
  border: #40C0C0;
  background-color: #fff;
  font-size: 16px!important;
  font-weight: 400;
  letter-spacing: normal!important;
  color: #707070;
  margin: 0!important;
  text-transform: none;
  padding: 15px 20px!important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div .small,
.gform_wrapper .gform_body ul.gform_fields li.gfield div .medium,
.gform_wrapper .gform_body ul.gform_fields li.gfield div .large {
  width: 100%;
}
.gform_wrapper .gform_footer {
  text-align: right;
  padding-top: 0px!important;
}
.gform_wrapper .gform_footer .gform_button {
  border: 2px solid #1C3C75;
  color: #fff;
  background-color: #1C3C75;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 19px!important;
  box-shadow: none;
  padding: 10px 25px!important;
  border-radius: 100px;
  transition: .25s;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #fff;
  color: #1C3C75;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_footer {
    padding: 16px 20px 10px!important;
  }
}
.gform_wrapper.support-form_wrapper .gform_footer .gform_button {
  margin-left: auto!important;
  margin-right: auto!important;
  margin-top: 25px!important;
}
input {
  border: 1px solid #999;
  background-color: #fff;
  font-size: 17px!important;
  font-weight: 500;
  letter-spacing: normal!important;
  color: #707070;
  margin: 0!important;
  text-transform: none;
  padding: 10px 15px!important;
}
input[type="submit"] {
  border: 2px solid #1C3C75;
  color: #fff;
  background-color: #1C3C75;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 19px!important;
  box-shadow: none;
  padding: 10px 25px!important;
  border-radius: 100px;
}
input[type="submit"]:hover {
  background-color: #fff;
  color: #1C3C75;
}
textarea {
  border: 1px solid #999;
  background-color: #fff;
  font-size: 17px!important;
  font-weight: 500;
  letter-spacing: normal!important;
  color: #707070;
  margin: 0!important;
  text-transform: none;
  padding: 10px 15px!important;
}
.ginput_container_consent {
  position: relative;
  text-align: left;
}
.ginput_container_consent input[type="checkbox"] {
  display: inline-block;
  margin-right: 15px!important;
  opacity: 0;
}
.ginput_container_consent .gfield_consent_label {
  font-size: 16px;
  font-weight: 300;
  display: inline;
  cursor: pointer;
  text-align: left;
}
.ginput_container_consent .gfield_consent_label::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #40C0C0;
  border-radius: 4px;
}
.ginput_container_consent input[type="checkbox"]:checked + label.gfield_consent_label::before {
  border-color: #FC595A;
}
.ginput_container_consent input[type="checkbox"]:checked + label.gfield_consent_label::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 10px;
  width: 10px;
  height: 20px;
  border-bottom: 3px solid #FC595A;
  border-right: 3px solid #FC595A;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gform_wrapper.gravity-theme #field_submit {
  -webkit-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
  align-self: flex-start !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b3b5b8;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b5b8;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #b3b5b8;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b5b8;
}
/*  Header Styles */
/*----------------------------------------*/
header {
  background-color: transparent;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header_clear {
  height: 155px;
  display: none;
}
@media (max-width: 767px) {
  #header_clear {
    height: 70px;
  }
}
@media (max-width: 767px) {
  #header_clear.homepage {
    display: block;
  }
}
#header_clear.scrolled,
header.single-post-header #header_clear {
  display: block;
}
@media (max-width: 767px) {
  #header_clear.scrolled.homepage,
  header.single-post-header #header_clear.homepage {
    display: block;
  }
}
header.scrolled,
header.single-post-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 0 6px rgba(0, 88, 110, 0.45);
}
#header_container {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 552px) {
  #header_container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#navholder {
  position: relative;
}
#main-logo img {
  display: inline-block;
  max-width: 200px;
  position: relative;
}
#main-logo #dark_logo {
  display: none;
}
#main-logo #white_logo {
  display: inline-block;
}
header.scrolled #main-logo #dark_logo,
header.single-post-header #main-logo #dark_logo {
  display: inline-block;
}
header.scrolled #main-logo #white_logo,
header.single-post-header #main-logo #white_logo {
  display: none;
}
nav ul,
.nav ul {
  font-size: .85rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav ul li,
.nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
nav ul li a,
.nav ul li a {
  display: block;
}
#Aux_nav {
  margin-top: 0!important;
  text-align: right;
}
#Aux_nav ul {
  text-align: right;
  font-size: .8rem;
}
#Aux_nav ul li {
  margin: 3px 5px;
}
#Aux_nav ul li a {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  padding: 2px 5px;
}
#Aux_nav ul li a:hover {
  color: #000;
}
#Aux_nav ul li.dividerLeft {
  margin-left: 0;
}
#Aux_nav ul li.dividerLeft::before {
  content: '|';
  margin-right: 13px;
  display: inline-block;
}
#Main_nav ul {
  text-align: right;
  margin-top: 10px;
  color: #050708;
}
#Main_nav ul li {
  display: inline-block;
  margin: 0 13px;
  position: relative;
  padding-bottom: 5px;
}
#Main_nav ul li.btn a {
  color: #fff;
  font-weight: 600;
}
#Main_nav ul li.btn a::hover {
  color: #00A99D;
}
#Main_nav ul li.btn:hover a {
  color: #00A99D;
}
#Main_nav ul li a {
  letter-spacing: -0.01em;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#Main_nav ul li a:hover {
  color: #00A99D;
}
#Main_nav ul li ul.sub-menu {
  margin-top: 0;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  min-width: 210px;
  text-align: left;
  padding: 0;
  background-color: #fff;
  background: #ffffff;
  background: -moz-linear-gradient(180deg, #ffffff 0%, #eafbff 100%);
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #eafbff 100%);
  background: linear-gradient(180deg, #ffffff 0%, #eafbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eafbff", GradientType=1);
  left: -15px;
  font-size: .75rem;
  border-top: 3px solid #00A99D;
  box-shadow: 0 0 6px rgba(0, 88, 110, 0.45);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#Main_nav ul li ul.sub-menu li {
  display: block;
  margin: 0;
  padding-bottom: 0;
}
#Main_nav ul li ul.sub-menu li:last-of-type a {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#Main_nav ul li ul.sub-menu li a {
  padding: 10px 15px;
  color: #00A99D;
}
#Main_nav ul li ul.sub-menu li a:hover {
  background-color: #00A99D;
  color: #fff;
}
#Main_nav ul li ul.sub-menu li.current-menu-item > a {
  color: #1C3C75;
}
#Main_nav ul li ul.sub-menu li ul.sub-menu {
  display: none;
}
#Main_nav ul li ul.sub-menu li:hover ul.sub-menu {
  display: block;
  position: absolute;
  left: -100%;
  top: -2px;
}
#Main_nav ul li:hover ul {
  display: block;
}
#Main_nav ul li.current-menu-item > a,
#Main_nav ul li.current_page_parent > a {
  color: #40C0C0;
}
@media (max-width: 992px) {
  #Main_nav ul {
    font-size: 16px;
  }
  #Main_nav ul li {
    margin: 0 7px;
  }
}
header.scrolled #Aux_nav ul li a,
header.single-post-header #Aux_nav ul li a {
  color: #484848;
}
header.scrolled #Aux_nav ul li a:hover,
header.single-post-header #Aux_nav ul li a:hover {
  color: #00A99D;
}
header.scrolled #Main_nav ul li a,
header.single-post-header #Main_nav ul li a {
  color: #484848;
}
header.scrolled #Main_nav ul li a:hover,
header.single-post-header #Main_nav ul li a:hover {
  color: #00A99D;
}
@media (max-width: 992px) {
  nav ul li {
    margin: 0 6px;
  }
}
#mobile--nav {
  display: none;
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  overflow: scroll;
  max-height: calc(100vh - 114px);
  z-index: 99999;
  font-size: 18px;
  background-color: #fff;
  background: #ffffff;
  background: -moz-linear-gradient(180deg, #ffffff 0%, #eafbff 100%);
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #eafbff 100%);
  background: linear-gradient(180deg, #ffffff 0%, #eafbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eafbff", GradientType=1);
}
#mobile--nav.home-page {
  max-height: calc(100vh - 185px);
}
#mobile--nav ul {
  padding: 0;
  padding: 0 10px;
  padding-bottom: 15px;
  list-style-type: none;
}
#mobile--nav ul.sub-menu {
  margin-bottom: 0px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 0;
}
#mobile--nav ul li {
  display: block;
  padding: 0 10px;
}
#mobile--nav ul li a {
  color: #59595C;
  font-weight: 400;
  display: block;
  padding: 7px 0;
}
#mobile--nav ul li a:hover {
  color: #1C3C75;
  text-decoration: underline;
}
#mobile--nav ul li:last-of-type a {
  padding-bottom: 14px;
}
#mobile--nav ul li.btn {
  display: inline-block;
  padding: 0;
  margin-left: 10px;
}
#mobile--nav ul li.btn a {
  padding: 10px 25px;
  color: #1C3C75;
  font-weight: 500;
}
#mobile-nav {
  display: none;
  background-color: #fff;
  height: 50px;
  position: relative;
}
#mobile-logo {
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 15px;
  text-align: center;
}
#mobile-logo img {
  max-width: 160px;
  margin-top: 0px;
}
#mobile-toggle {
  position: absolute;
  bottom: 8px;
  right: 15px;
  width: 40px;
  height: 30px;
}
#mobile-toggle span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #1C3C75;
  top: 14px;
  left: 5px;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle span:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #1C3C75;
  left: 0;
  top: -10px;
  position: absolute;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle span:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #1C3C75;
  left: 0;
  top: 10px;
  position: absolute;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle.active span {
  background-color: transparent;
}
#mobile-toggle.active span:before {
  top: 0;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-toggle.active span:after {
  top: 0;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.alertBand {
  background-color: #FC595A;
  color: #fff;
  padding: 10px;
  font-size: 18px;
}
.alertBand p {
  margin-bottom: 0;
}
.alertBand p a {
  color: #fff;
  letter-spacing: .05em;
}
@media (max-width: 768px) {
  header {
    height: auto;
    padding-top: 0;
    background-color: #fff;
  }
  #navholder {
    display: none!important;
  }
  #mobile-nav {
    display: block;
  }
  #mobile--toggle {
    display: block;
    width: 40px;
    height: 50px;
    margin-top: 15px;
    margin-right: 30px;
    position: relative;
  }
}
/*  Footer Styles */
/*----------------------------------------*/
footer {
  font-size: .75rem;
  text-align: center;
  padding: 45px 0;
  color: #484848;
  background-color: #F9F9F9;
  background-size: 90% auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
}
@media (min-width: 1400px) {
  footer {
    background-size: 1400px;
    background-position: bottom right;
  }
}
footer img {
  width: 100%;
  max-width: 175px;
}
@media (max-width: 500px) {
  footer .nav {
    padding-left: 15px;
  }
}
footer .nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}
footer .nav li {
  width: 20%;
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  font-size: 16px;
  color: #484848;
  font-weight: 700;
}
@media (max-width: 500px) {
  footer .nav li {
    width: 100%;
  }
}
footer .nav li.btn {
  width: auto;
  margin-top: 10px;
}
footer .nav li.btn a {
  color: #FC595A;
  font-weight: 500;
  padding: 5px 10px;
}
footer .nav li.btn a:hover {
  color: #fff;
}
footer .nav li.btn:hover {
  background-color: #FC595A;
  color: #fff;
}
footer .nav li a {
  font-weight: 700;
  color: #484848;
}
footer .nav li ul {
  margin-top: 15px;
}
@media (max-width: 767px) {
  footer .nav li ul {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
footer .nav li ul li {
  display: block;
  width: calc(100% + 10px);
  margin-left: -5px;
}
footer .nav li ul li a {
  display: block;
  width: 100%;
  font-weight: 400;
  padding-right: 10px;
}
.footer_social_icons {
  margin-top: 15px;
}
.footer_social_icons a {
  width: 35px;
  height: 35px;
  background-color: #1C3C75;
  color: #fff;
  line-height: 42px;
  display: inline-block;
  margin: 3px;
  text-align: center;
  border-radius: 100%;
  vertical-align: middle;
}
.footer_social_icons a i {
  font-size: 1.15rem;
}
.footer_social_icons a i.fa-instagram:before {
  display:inline-block;
  width:18px;
  height:20px;
  color: transparent;
  background-color: #fff;
  mask-image: url(../../images/instagram.png);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../../images/instagram.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  aspect-ratio: 1;
}
.footer_social_icons a.footer-social-custom {
  text-align: center;
  position: relative;
  vertical-align: middle;
}
.footer_social_icons a.footer-social-custom img {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  object-fit: contain;
  object-position: center;
  display: inline-block;
}
.footer_extra_logos {
  margin-top: 55px;
  padding-left: 0;
}
@media (max-width: 500px) {
  .footer_extra_logos {
    padding-left: 15px;
  }
}
.footer_extra_logos img {
  max-width: 100px;
  display: inline-block;
  margin: 0 10px;
}
.footer_extra_logos img:first-of-type {
  margin-left: 0;
}
#Mobile_Floating_Nav {
  display: none;
}
@media (max-width: 500px) {
  #Mobile_Floating_Nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  #Mobile_Floating_Nav #mfn_holder {
    -webkit-justify-content: around;
    -ms-justify-content: around;
    justify-content: around;
  }
  #Mobile_Floating_Nav a {
    text-align: center;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #FC595A;
    border-top: 2px solid #FC595A;
    border-bottom: 2px solid #FC595A;
    color: #FC595A;
    font-weight: 700;
    font-size: 13px;
    flex: 1;
    text-transform: uppercase;
    letter-spacing: .05em;
    background-color: #fff;
  }
}
.footer_copyright {
  padding-left: 0;
  color: #484848;
}
@media (max-width: 500px) {
  .footer_copyright {
    padding-left: 15px;
  }
}
.footer_copyright a {
  color: #484848;
}
/*  Home Page Styles */
/*----------------------------------------*/
#home-wrap section {
  background-size: cover;
  background-position: center;
}
#home-wrap section .btn {
  margin-top: 20px;
}
#home-wrap section .owl-carousel .owl-nav.disabled {
  display: block;
}
#home-wrap section .owl-carousel .owl-stage {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
#homeBanner {
  position: relative;
  padding-top: 200px;
  min-height: 700px;
}
#homeBanner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .75;
  background: #1c3c75;
  background: -moz-linear-gradient(180deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(180deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(180deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
}
#homeBanner .container {
  position: relative;
  z-index: 5;
}
#homeBanner .banner-hand {
  position: absolute;
  bottom: -20vw;
  right: -5vw;
  width: 40vw;
  height: 40vw;
  z-index: 3;
  mix-blend-mode: hard-light;
  opacity: .4;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
#homeBanner .banner-hand img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  -webkit-object-fit: contain;
  -webkit-object-position: center;
}
#homeBanner .banner-hand1 {
  position: absolute;
  bottom: 0vw;
  right: -5vw;
  width: 40vw;
  height: 20vw;
  z-index: 3;
  mix-blend-mode: overlay;
  opacity: .4;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  background-size: 100% auto;
  background-position: 0% -100%;
  background-repeat: no-repeat;
  background-image: url(../../images/handtevy-hand.png);
}
#homeBanner .banner-hand2 {
  position: absolute;
  bottom: -20vw;
  right: -5vw;
  width: 40vw;
  height: 20vw;
  z-index: 3;
  opacity: .4;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  background-size: 100% auto;
  background-position: 0% 196%;
  background-repeat: no-repeat;
  background-image: url(../../images/handtevy-hand.png);
}
.home-graphic-toggle-holder {
  position: relative;
  display: block;
  font-weight: 600;
  cursor: pointer;
}
.home-graphic-toggle-holder .hgt-first {
  display: inline-block;
  color: #1C3C75;
}
.home-graphic-toggle-holder .hgt-toggle {
  display: inline-block;
  width: 35px;
  height: 20px;
  position: relative;
  top: 3px;
  margin: 0 5px;
  background-color: #1C3C75;
  border-radius: 50px;
  border: 2px solid #1C3C75;
}
.home-graphic-toggle-holder .hgt-toggle::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #fff;
  -ms-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.home-graphic-toggle-holder .hgt-second {
  display: inline-block;
  color: #C7C7C7;
}
.home-graphic-toggle-holder.active .hgt-first {
  color: #C7C7C7;
}
.home-graphic-toggle-holder.active .hgt-toggle {
  background-color: #fff;
}
.home-graphic-toggle-holder.active .hgt-toggle::before {
  left: 15px;
  background-color: #1C3C75;
}
.home-graphic-toggle-holder.active .hgt-second {
  color: #1C3C75;
}
.hgt-desktop-image img {
  display: none;
  position: relative;
  z-index: 1;
  padding-right: 150px;
}
.hgt-desktop-image img.active {
  display: block;
}
.hgct {
  position: absolute;
  font-size: 20px;
  color: #1C3C75;
  max-width: 160px;
  z-index: 3;
  cursor: pointer;
}
@media (max-width: 992px) {
  .hgct {
    font-size: 16px;
    max-width: 140px;
  }
}
.hgct .hgct-content {
  display: none;
  position: absolute;
  bottom: 150%;
  left: 0;
  width: 300px;
  height: 300px;
  border-radius: 15px;
  background: #1c3c75;
  background: -moz-linear-gradient(35deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: -webkit-linear-gradient(35deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  background: linear-gradient(35deg, #1c3c75 0%, #00a99d 65%, #6cbe46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3c75", endColorstr="#6cbe46", GradientType=1);
  color: #fff;
  padding: 25px;
}
.hgct .hgct-content .hgct-content-inner {
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hgct .hgct-content .hgct-content-inner::-webkit-scrollbar {
  display: none;
}
.hgct .hgct-content .hgct-content-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
}
.hgct .hgct-content .hgct-content-close span {
  color: transparent;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 15px;
  height: 2px;
  background-color: #1C3C75;
  border-radius: 5px;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hgct .hgct-content .hgct-content-close span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #1C3C75;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hgct.active {
  z-index: 4;
}
.hgct.active .hgct-content {
  display: block;
}
.hgct.hg-ct-1 {
  top: 55%;
  left: 34%;
}
@media (max-width: 992px) {
  .hgct.hg-ct-1 {
    top: 45%;
    left: 30%;
  }
}
.hgct.hg-ct-3 {
  top: 55%;
  left: 51%;
}
@media (max-width: 992px) {
  .hgct.hg-ct-3 {
    top: 45%;
    left: 47%;
  }
}
.hgct.hg-ct-5 {
  top: 55%;
  left: 69%;
}
@media (max-width: 992px) {
  .hgct.hg-ct-5 {
    top: 45%;
    left: 63%;
  }
}
.hgct.hg-ct-5 .hgct-content {
  left: -200%;
}
.hgct.hg-ct-7 {
  top: 55%;
  left: 86%;
}
@media (max-width: 992px) {
  .hgct.hg-ct-7 {
    top: 45%;
    left: 79%;
  }
}
.hgct.hg-ct-7 .hgct-content {
  left: -200%;
}
.hgct.hg-ct-2 {
  top: 93%;
  left: 34%;
}
@media (max-width: 992px) {
  .hgct.hg-ct-2 {
    top: 100%;
    left: 30%;
  }
}
.hgct.hg-ct-4 {
  top: 93%;
  left: 51%;
}
@media (max-width: 992px) {
  .hgct.hg-ct-4 {
    top: 100%;
    left: 44%;
  }
}
.hgct.hg-ct-6 {
  top: 93%;
  left: 69%;
}
@media (max-width: 992px) {
  .hgct.hg-ct-6 {
    top: 100%;
    left: 63%;
  }
}
.hgct.hg-ct-6 .hgct-content {
  left: -200%;
}
.hgct.hg-ct-8 {
  top: 93%;
  left: 86%;
}
@media (max-width: 992px) {
  .hgct.hg-ct-8 {
    top: 100%;
    left: 79%;
  }
}
.hgct.hg-ct-8 .hgct-content {
  left: -200%;
}
.hgt-top-holder {
  z-index: 2;
}
.hgt-img-holder {
  margin-top: -170px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .hgt-img-holder {
    margin-top: 0;
  }
}
.hgt-v1 {
  display: none;
}
.hgt-v1.active {
  display: block;
}
.hgt-v2 {
  display: none;
}
.hgt-v2.active {
  display: block;
}
.snc_carousel {
  padding: 0 25px;
}
.snc_carousel .single_news_card {
  height: 100%;
}
.snc_carousel .owl-item {
  padding-bottom: 25px;
}
#home_7::after {
  content: '';
  position: absolute;
  bottom: -187px;
  left: 0;
  width: 390px;
  height: 350px;
  background-image: url(../../images/hand-accent-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  z-index: 10;
  pointer-events: none;
}
#home-wrap .circleContent_holder:nth-of-type(2) .circleContent_inner {
  z-index: 3;
  opacity: 1;
  -ms-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.25);
}
#home-wrap .circleContent_holder:nth-of-type(2):has( + .circleContent_holder:hover) .circleContent_inner {
  z-index: 1;
  opacity: .5;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}
#home-wrap .circleContent_holder:first-of-type:hover ~ .circleContent_holder:nth-of-type(2) .circleContent_inner {
  z-index: 1;
  opacity: .5;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}
/* Single Page Styles */
/*----------------------------------------*/
.single-page p {
  margin-bottom: 20px;
}
.single-page b,
.single-page strong {
  font-weight: 800;
}

/* Fixed the gap at the bottom of the footer*/
body {
  background: #f9f9f9 !important;
}
body > #main_wrapper {
  background: #ffffff !important;
}
