/*
Theme Name: Content Hub Theme
Author: Web Juice Ltd
Description: WordPress Theme for the Experian Content Hub
Version: 1.0
*/
/*Color Vars */
:root {
  --exp-pink: #e63888;
  --exp-dblue: #1d4f91;
  --exp-blue: #245494;
  --exp-lblue: #F4F6FA;
  --exp-purple: #982881;
  --exp-violet: #48154f;
  --exp-green: #059D4C;
  --exp-grey: #eeeeee;
  --body-main: #63666a;
  --exp-lgrey: #f5f5f5;
  --exp-raspberry: #af1685;
}

a,
hr {
  padding: 0;
  color: #406eb3;
}
a,
button,
input,
select,
textarea {
  margin: 0;
}
article,
aside,
details,
figure,
footer,
header,
hr,
nav,
section,
summary {
  display: block;
}
abbr,
address,
article,
aside,
audio,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
p,
pre,
q,
samp,
section,
small,
span,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: 0 0;
}
input[type="checkbox"],
th {
  vertical-align: bottom;
}
strong,
th {
  font-weight: 700;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
}
*,
:after,
:before {
  box-sizing: inherit;
}
embed,
img,
object {
  max-width: 100%;
}
blockquote,
q {
  quotes: none;
  line-height: 30px;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #63666a;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
}
table.filters {
  width: 100%;
}
td {
  font-weight: 400;
  vertical-align: top;
}
hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
small {
  font-size: 85%;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
button,
input[type="button"],
input[type="file"],
input[type="submit"],
label {
  cursor: pointer;
}
button,
input[type="button"] {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:after,
.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
ins,
mark {
  background-color: #26478d;
  color: #fff;
}
th {
  text-align: left;
}
* *:focus {
  outline: none;
}
::-moz-selection {
  background: #26478d;
  color: #fff;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: transparent;
}
.btn:focus {
  box-shadow: none;
}
.btn {
  padding: 11px 40px;
}
ins {
  text-decoration: none;
}
mark {
  font-style: italic;
  font-weight: 700;
}
input:-moz-placeholder {
  color: #a9a9a9;
}
textarea:-moz-placeholder {
  color: #a9a9a9;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
  font-weight: 100;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.h5,
h5 {
  font-weight: 400;
  color: #406eb3;
  line-height: 1.27;
}
.box-text a {
  color: #63666a;
}
body {
  font-weight: 400;
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  color: #63666a;
  line-height: 1.5625;
  font-size: 16px;
  padding-bottom: 0px;
}
h1 {
  font-size: 60px;
  line-height: 1.21;
  font-weight: 400;
  margin-bottom: 30px;
}
.banner-over h1 {
  font-size: 70px;
  line-height: 1.07;
}
h2 {
  font-size: 33px;
  line-height: 1.13;
}
.home h2 {
  font-size: 50px;
}
.page-template-tag-template h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 1.5em;
  line-height: 1.21;
}
h4 {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.4;
}
h5 {
  font-weight: 400;
  font-size: 1.125em;
}
h6 {
  font-weight: 500;
  line-height: 1.3125;
}
p {
  margin: 8px 0;
  font-weight: 400;
}
.answer p {
  font-weight: 400;
  font-size: 17px;
}
b,
strong {
  font-weight: 500;
}
.archive-banner h1 {
  font-weight: 100;
  font-size: 50px;
}
.entry ul,
.entry ol {
  margin: 8px 0;
  padding: 0;
  list-style-position: inside;
}
.entry li {
  margin: 3px 0;
}
nav ul {
  padding: 0;
}
#main-nav li {
  margin: 0 4px;
}
li.right {
  float: right;
}
button.navbar-toggler:focus {
  outline: 0;
}
#exp-header {
  position: relative;
  z-index: 1030;
}
#exp-header .container-fluid, #footer .container-fluid {
  max-width: 1470px;
}
#header-top {
  background: #eee;
  height: 56px;
  padding: 16px;
  font-size: 14px;
}
#header-top #local-nav li.language-switcher .language-dropdown {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  z-index: 1030;
}
#header-top #local-nav li.language-switcher .language-dropdown a {
  display: block;
  text-align: left;
}
#header-top #local-nav li.language-switcher .language-dropdown a:not(:first-of-type) {
  margin-top: 10px;
}
#header-top #local-nav li.language-switcher:hover .language-dropdown {
  display: block;
}
.main-color-blue #header-top {
  background-color: rgba(119, 149, 189, 0.5);
  padding: 0;
  height: auto;
}
.main-color-blue #header-top nav ul {
  margin: 0;
}
.main-color-blue #header-top nav ul li {
  padding: 10px 0;
  border-top: 4px solid transparent;
}
.main-color-blue #header-top nav ul li:hover,
.main-color-blue #header-top nav ul li.current_page_item,
.main-color-blue #header-top nav ul li.current-page-ancestor {
  border-top: 4px solid #1d4f91;
}
.main-color-blue header #sticky-header #main-nav ul li.purple_right {
  background-color: #1d4f91;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
}
.main-color-blue .breadcrumbs .breadcrumb_last,
.main-color-blue .main-color-blue .breadcrumbs a.selected,
.main-color-blue .breadcrumbs a:hover {
  color: #1D4F91;
}
.main-color-raspberry #header-top {
  background-color: rgba(223, 162, 206, 0.4);
  padding: 0;
  height: auto;
}
.main-color-raspberry #header-top nav ul {
  margin: 0;
}
.main-color-raspberry #header-top nav ul li {
  padding: 10px 0;
  border-top: 4px solid transparent;
}
.main-color-raspberry #header-top nav ul li:hover,
.main-color-raspberry #header-top nav ul li.current_page_item,
.main-color-raspberry #header-top nav ul li.current-page-ancestor {
  border-top: 4px solid #af1685;
}
.main-color-raspberry header #sticky-header #main-nav ul li.purple_right {
  background-color: #AF1685;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
}
header .navbar {
  padding: 3px 0;
}
#header-top a {
  color: #63666a;
  font-weight: 300;
  font-size: 16px;
}
.navbar-brand {
  padding-left: 0;
  max-width: 132px;
  font-size: 0;
}
.navbar-brand img {
  width: 100%;
  height: auto;
}
nav > ul > li {
  display: inline-block;
  margin: 0 10px;
}
.navbar-nav > li > a {
  line-height: 25px;
  color: #575755 !important;
  font-weight: 400;
  font-size: 16px;
  color: #63666a !important;
}
.navbar-nav > li > a:hover,
navbar-nav > li > a:active {
  color: #406eb3 !important;
}
/*.dropdown:hover .dropdown-menu {
	display: block;
}*/
.dropdown-menu {
  background: #fff;
  overflow: auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.17);
  padding: 10px 0;
  border-left: 5px solid #406eb3;
}
@media (max-width: 768px) {
  .dropdown-menu {
    border-left: none;
    box-shadow: none;
    border: 1px solid #b6b6b6;
  }
}
a.dropdown-item:hover {
  background-color: #e0eaff;
  text-decoration: none;
  color: #406eb3;
}
a.dropdown-item {
  color: rgba(0, 0, 0, 0.5);
}
form.search-form {
  flex: 1;
  max-width: 200px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1218px) {
  form.search-form {
    flex: none;
  }
}
@media (max-width: 976px) {
  form.search-form {
    margin: 15px auto 10px;
  }
}
.row.align-center {
  align-items: center;
}
#wrapper img {
  height: auto;
}
.banner-section {
  position: relative;
  z-index: 1;
  max-height: 350px;
  overflow: hidden;
}
.banner-over {
  position: absolute;
  top: 10%;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .banner-over {
    top: 0;
  }
  .banner-over h1 {
    font-size: 3em;
    font-size: 5vw;
  }
  .banner-over p.h3 {
    font-size: 1.5em;
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .banner-over {
    position: static;
  }
  .banner-over h1 {
    font-size: 3em;
  }
}
.entry.home {
  padding-top: 20px;
}
.experian-pink {
  color: #ba2f7d;
}
/* .content-boxes {
	margin-top: 25px;
} */
.content-boxes .row > div,
.featured-tags > div {
  margin-bottom: 25px;
}
.content-box {
  height: 100%;
  margin: 0;
  border: 1px solid #ddd;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
}
.content-box img {
  border-radius: 8px 8px 0 0;
}
.row.featured-tags .content-box {
  min-height: 215px;
  padding-bottom: 80px;
}
.content-box.color,
.content-box.color a {
  color: #fff;
  text-decoration: none;
}
.content-box.dark-blue {
  background-color: #26478d;
}
.content-box.light-blue {
  background-color: #406eb3;
}
.content-box.purple {
  background-color: #982881;
}
.content-box.pink {
  background-color: #ba2f7d;
}
.content-box.sapphire {
  background-color: #3d87af;
}
.content-box.violet {
  background-color: #632678;
}
.content-box.red {
  background-color: #bb0048;
}
.content-box.orange {
  background-color: #e2a235;
}
.content-box.yellow {
  background-color: #fde723;
}
.content-box.green {
  background-color: #c8c922;
}
.content-box.custom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
.content-box .image-back {
  position: absolute;
  opacity: 0.1;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-size: cover;
  top: 0;
  left: 0;
  pointer-events: none;
}
.content-box a.main-cat {
  font-size: 1rem;
}
.content-boxes .content-box img {
  width: 100%;
  height: 168px !important;
  object-fit: cover;
  object-position: center;
}
.content-boxes .date {
  font-style: italic;
  padding: 10px;
}
.content-box .type {
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.pink-back {
  background-color: #ba2f7d;
}
span.text-type {
  vertical-align: top;
  margin: 0 10px;
  font-weight: 300;
  display: inline-block;
  line-height: 18px;
}
span.text-type a {
  color: #666666;
}
span.text-type a {
  text-transform: uppercase;
  font-size: 12px;
}
.archive .content-boxes .type {
  padding: 5px;
}
.archive span.text-type a {
  text-transform: uppercase;
  font-size: 12px;
}
.archive .subFilters .subFilter {
  font-weight: 600;
  font-size: 16px;
  color: #63666A;
  padding: 10px 12px;
}
.archive .subFilters .subFilter.selected {
  background-color: #245494;
  border-radius: 6px;
}
.archive .category-image {
  background: #1d4f91 url("/wp-content/themes/apac/img/category-background.png") no-repeat 0 0;
  background-size: cover;
  position: relative;
  color: #fff;
  height: 17vw;
  margin-bottom: 50px;
}
.archive .category-image h1 {
  font-weight: 700;
  font-size: clamp(44px, 3vw, 32px);
  margin-top: 0;
}
.archive .category-image p {
  font-weight: 700;
  font-size: clamp(24px, 1.67vw, 20px);
  margin-bottom: 0;
}
.archive .purplegrad {
  background: linear-gradient(135deg, rgba(0, 70, 145, 0.9) 0%, rgba(216, 43, 128, 0.9) 80%);
  text-align: center;
  padding: 30px 0 80px;
}
.archive .purplegrad h1 {
  font-size: 38px;
  font-weight: 300;
  color: #fff;
}
.archive .grey-background {
  background-color: #f5f5f5;
  color: #666666;
  margin: -200px auto;
  padding: 220px 0;
  text-align: center;
}
.archive .grey-background h2 {
  font-size: 32px;
  font-weight: 300;
}
.archive .grey-background h4 {
  font-size: 24px;
  font-weight: 300;
  margin: 30px 0;
}
.box-text {
  padding: 0 10px 10px;
  z-index: 1;
}
.box-text p {
  font-size: 0.85em;
}
.icon.i-xs {
  height: 30px;
  width: 30px;
}
.options.row {
  border-bottom: 1px solid #26478d;
}
input.search-field {
  /* margin-left: 20px; */
  padding: 0px 20px;
  border: none;
  color: #979797;
  font-weight: 300;
  width: 100%;
  height: 43px;
}
#searchFilter input.search-field {
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
}
.search #searchFilter input.search-field {
  margin-left: 20px;
}
#header-container-main .fa-search {
  cursor: pointer;
}
#header-container-main input.search-field {
  border: 0;
}
button.btn.btn-experian-blue-white,
a.btn.btn-experian-blue-white {
  color: #26478d;
  background-color: #fff;
  border-color: #26478d;
}
.btn.btn-experian-blue-white:hover,
.btn.btn-experian-blue-white:active {
  background-color: #e6e6e6;
  border-color: #192f5d;
}
.btn.btn-experian-dark-blue {
  color: #fff;
  background-color: #26478d;
  border-color: #213d79;
}
.btn.btn-experian-dark-blue:hover {
  background-color: #1b3365;
  border-color: #142549;
}
.btn-experian-purple {
  font-weight: 300;
  color: #fff;
  background-color: #982881;
  border-color: #842370;
}
.btn-experian-purple:hover {
  background-color: #701d5f;
  border-color: #531647;
  text-decoration: none;
  color: #fff;
}
.btn-experian-purple-white {
  font-weight: 300;
  color: #982881;
  background-color: #fff;
  border-color: #842370;
}
.btn-experian-purple-white:hover {
  background-color: #982881;
  border-color: #982881;
  text-decoration: none;
  color: #fff;
}
.btn-experian-pink {
  color: #fff;
  background-color: #e63888;
  border-color: #e63888;
}
.btn-experian-grey-white {
  background-color: #fff;
  border-color: rgba(193, 194, 195, 0.4);
  color: #333333;
}
.btn-experian-white {
  background-color: #fff;
  color: #333333;
}
.btn-experian-pink:active,
.btn-experian-pink:hover {
  color: #fff;
  background-color: #ba2f7d;
  border-color: #ba2f7d;
}
.btn-experian-pink-white {
  color: #e63888;
  background-color: #fff;
  border-color: #e63888;
}
.btn-experian-pink-white:active,
.btn-experian-pink-white:hover {
  color: #fff;
  background-color: #e63888;
  border-color: #e63888;
}
.search-form label {
  width: calc(100% - 190px);
  display: inline-block;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  font-weight: 300;
}
button.search-submit {
  background: none;
  border: none;
  color: #406eb3;
  width: 18%;
  display: inline-block;
}
span.social-title {
  font-weight: 300;
  font-size: 20px;
}
#social-share a {
  color: #d0d0d0;
  display: inline-block;
  margin: 0;
}
#social-share a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #63666a;
}
.row.featured-tags {
  margin-top: 40px;
  margin-bottom: 40px;
}
.content-box.color .type {
  border-top: none;
  bottom: 30px;
}
.post-meta-info,
.post-meta-info time,
.post-tags {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sidebar div#social-share {
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 1.7em;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .sidebar div#social-share {
    font-size: 1.5em;
  }
}
.widget {
  background: none repeat scroll 0 0 #f0f0f0;
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 20px;
}
h3.widget-title {
  margin-top: 0;
}
.product-elem i {
  margin-top: 20px;
}
.grey-back {
  background: #f0f0f0;
}
.product-elem h4 {
  margin-top: 0;
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 425px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 38px;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #b6b6b6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
form.search-form {
  max-width: 100%;
}
/*.search-form label {
	width: calc(100% - 35px);
	max-width: 500px;
}*/
button.search-submit {
  width: auto;
  height: auto;
  overflow: hidden;
  position: absolute;
  margin: -1px;
  margin-left: -60px;
  margin-right: 1px;
  color: #63666a;
  font-size: 0;
  top: -22px;
}
button.search-submit svg {
  height: 23px;
  padding-top: 4px;
}
.tab-section div {
  color: #575755;
  background: #fff;
  border: 0;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
  background: transparent;
  padding: 15px;
  line-height: 1.5625;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
}
.tab-section div a {
  color: #575755;
}
.tab-section > div.active {
  border: 0;
  color: #26478d;
  border-bottom: 2px solid #26478d;
  background: #f4f4f4;
}
.tab-section > div:hover a {
  text-decoration: none;
}
.tab-section div.search:hover {
  border-bottom: 2px solid #ccc;
}
.search-result.col-12 {
  margin-top: 15px;
  margin-bottom: 25px;
}
.search-result > a {
  font-weight: 300;
}
.icon.i-xxs {
  height: 20px;
  width: 20px;
}
#exp_products_widget-generic {
  margin-top: 20px;
}
.list-pointer {
  list-style: none;
  padding: 0;
}
.list-pointer li:before {
  color: #982881;
  content: "\f093";
  font-family: "Black Tie";
  font-size: 12px;
  position: relative;
  left: inherit;
  margin-right: 10px;
  margin-left: 15px;
}
.list-pointer li a {
  font-weight: 300;
}
@media (max-width: 768px) {
  .search #wrapper .search-form label {
    width: 80%;
  }
  .search #wrapper button.search-submit {
    width: 19%;
  }
  .options.row h4 {
    text-align: left;
  }
  .d-block .search a,
  .tab-section > div.active {
    width: 100%;
    font-size: 1.2em;
    font-weight: 300;
    background: #26478d;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 25px 0;
    position: relative;
  }
  .d-block .search a i,
  .active i {
    margin-top: 5px;
    margin-right: 5px;
  }
  .contain-search {
    background: #ddd;
    padding: 20px 15px;
  }
  .contain-search h4 {
    margin-top: 0;
  }
  .search-result.col-12 {
    margin: 0;
  }
  .tab-section > div.active {
    margin-bottom: 0;
  }
}
/*industry landing page styles */
.section-heading h2 {
  font-size: 2.4em;
}
.section-grey {
  background: #eee;
  padding: 30px 0;
}
#youtube-playlist .slide {
  margin: 0 10px;
  background: #fff;
  padding: 0 0 5px;
}
#youtube-playlist .slide > a {
  height: 100%;
}
#youtube-playlist .slide h5,
.slide p {
  color: #333;
  padding: 0 15px;
}
.button-section {
  margin-top: 30px;
}
/*#highlights .row > div {
	margin: 10px 0;
}*/
.highlights-box {
  background-position: center;
  background-size: cover;
  height: 100%;
  display: flex;
}
.highlights-box .text {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 1px 30px 20px;
  color: #fff;
  margin-top: 30vh;
}
.highlights-box .text.dark-blue {
  background: rgba(38, 71, 141, 0.8);
}
.highlights-box .text.light-blue {
  background: rgba(64, 110, 179, 0.8);
}
.highlights-box .text.violet {
  background: rgba(99, 38, 120, 0.8);
}
.highlights-box .text.purple {
  background: rgba(152, 40, 129, 0.8);
}
.highlights-box .text.pink {
  background: rgba(186, 47, 125, 0.8);
}
.highlights-box .text.red {
  background: rgba(187, 0, 72, 0.8);
}
.highlights-box .text.orange {
  background: rgba(226, 162, 53, 0.8);
}
.highlights-box .text.yellow {
  background: rgba(253, 231, 35, 0.8);
}
.highlights-box .text.green {
  background: rgba(200, 201, 34, 0.8);
}
.highlights-box .text.sapphire {
  background: rgba(61, 135, 175, 0.8);
}
.highlights-box h3 a {
  color: #fff;
  text-decoration: none;
}
p.button-row {
  margin-top: 20px;
}
.also-box {
  background: #eee;
  height: 100%;
  position: relative;
  padding-bottom: 70px;
}
.also-box.info-only {
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.row.icon-box > div {
  margin-bottom: 20px;
}
#also-like .row {
  margin-bottom: 20px;
  margin-top: 20px;
}
#also-like .row > div {
  margin-bottom: 20px;
}
.also-box .img-section {
  padding: 10px;
}
.also-box .img-section.icon-sect {
  padding-top: 25px;
}
.also-box p,
.also-box h4 {
  margin-left: 8px;
  margin-right: 8px;
}
.also-box a:hover {
  text-decoration: none;
}
.also-box p.btn-fixed {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin: 0;
}
#contact-section i {
  vertical-align: middle;
}
#contact-section {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #ddd;
}
.container.intro {
  margin-top: 20px;
}
.banner-over .btn {
  padding: 10px 40px;
}
@media (max-width: 768px) {
  .highlights-box .text {
    margin-top: 0;
  }
  .banner-section.has-button .banner-over {
    position: static;
  }
  .banner-section.has-button {
    max-height: 100%;
  }
  .page-template-template-industry-lp div#social-share {
    text-align: left !important;
    padding-left: 0;
  }
}
.quote-section {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 1.2em;
}
.entry-content {
  margin-bottom: 15px;
}
.entry-content .white-paper-box img {
  max-width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.white-paper-box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.white-paper-box .btn {
  font-size: 0.8em;
  padding-left: 2vw;
  padding-right: 2vw;
}
@media (max-width: 992px) {
  .entry-content .white-paper-box img {
    max-width: 180px;
  }
}
#exp_products_widget-contact .btn {
  padding-left: 2vw;
  padding-right: 2vw;
}
.btn.download-now {
  margin-top: 15px;
}
/* New Stuff 2020 */
#local-nav ul {
  height: 25px;
  text-align: right;
}
#header-container-main {
  border: 1px solid #e6e6e6;
  background: #fff;
}
.single .content-area,
.single .sidebar {
  padding-bottom: 40px;
}
#main-nav i.fa-search {
  font-size: 28px;
}
.breadcrumbs {
  background-color: #f5f5f5;
  font-size: 13px;
  padding: 15px;
  border: 1px solid #e5e5e5;
}
.breadcrumbs a {
  color: #64676b;
  font-size: 13px;
  padding: 0 5px;
}
.breadcrumbs a.selected,
.breadcrumbs a:hover,
.breadcrumbs .breadcrumb_last {
  color: #e75196;
}
.breadcrumbs .breadcrumb_last {
  padding-left: 5px;
}
.hide-nav header,
.hide-nav .breadcrumbs {
  display: none !important;
}
#filter-container {
  display: none;
}
@media (min-width: 768px) {
  .home.blog #filter-container {
    display: block;
  }
}
button {
  border: none;
  color: #fff;
  background-color: #d82b80;
  border-radius: 8px;
  font-size: 18px;
  padding: 10px 20px;
  position: relative;
}
.contain-search button {
  margin-top: 20px;
}
.search-form button {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .search-form button {
    width: 100%;
  }
  .search-form label {
    width: calc(100% - 150px);
  }
}
@media (max-width: 498px) {
  .search-form #filter_options {
    display: none;
  }
  .search-form label {
    width: calc(100% - 50px);
  }
}
#filter_options {
  font-size: 16px;
  display: block;
  margin: 17px 10px 0 0px;
  float: right;
}
#filterbar {
  transition: max-height 0.2s ease-in-out;
  max-height: 1110px;
}
#filterbar.closed {
  max-height: 0;
  overflow: hidden;
}
#filterbar .filtersearch {
  font-size: 28px;
  padding: 25px 40px;
  font-weight: 300;
  color: #979797;
}
@media (max-width: 768px) {
  #filterbar .filtersearch {
    padding: 25px 10px;
    font-size: 1.2em;
  }
}
#filterbar i.left {
  /* padding-right: 15px; */
  vertical-align: middle;
}
#filterbar i.right {
  float: right;
  padding-top: 15px;
}
#filterbar #filter_options {
  cursor: pointer;
}
#filterbar #filtersbg {
  display: none;
}
#filterbar.opened #filtersbg {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#filters {
  position: absolute;
  width: 102%;
  left: -1%;
  top: 100%;
  background-color: #fff;
  padding: 0px;
  z-index: 2;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  text-align: center;
  font-size: 28px;
}
.filterbox {
  border-radius: 8px;
  border: 1px solid #ebebeb;
  margin: 30px 20px 0;
}
.filterbox h4 {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  padding: 0 0 0 20px;
  border-width: 0 0 1px 0;
}
#filterbar.opened #filters {
  max-height: 700px;
  padding: 30px 50px 50px;
  border: 2px solid #e3e3e3;
}
@media (max-width: 767px) {
  #filterbar.opened #filters {
    overflow-y: scroll;
  }
}
#searchFilter {
  width: 100%;
}
#searchFilter button {
  margin-top: 20px;
}
#search_results_panel {
  margin-top: 30px;
  margin-bottom: 10px;
}
#search_results_panel div.col-md-6 {
  margin-bottom: 20px;
}
.searchcontainer {
  background-color: #f5f5f5;
  padding-top: 30px;
}
.sortcol {
  text-align: right;
  padding-right: 0 !important;
}
.purplegrad {
  background: linear-gradient(135deg, rgba(0, 70, 145, 0.9) 0%, rgba(216, 43, 128, 0.9) 80%);
  padding: 30px 0 80px;
}
.purplegrad p {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}
.purplegrad h1 {
  font-size: 38px;
  font-weight: 300;
  color: #fff;
}
.container.trend {
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .container.trend {
    margin: -240px auto 0;
    padding: 0px 0 30px;
  }
  .container.recent {
    padding: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .container.recent .row > div {
    margin-bottom: 30px;
  }
}
.container.trend.archive {
  margin: -60px auto 0;
}
.hero {
  text-align: center;
  color: #fff;
  position: relative;
  min-height: 720px;
  padding-bottom: 270px;
}
.hero .container {
  padding-top: 30px;
}
.hero .hero-overlay {
  background: linear-gradient(135deg, #004691 0%, rgba(0, 70, 145, 0.5) 1%, rgba(216, 43, 128, 0.5) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}
.hero h1 {
  font-size: 82px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 40px;
  }
}
.hero h2 {
  font-size: 24px;
  font-weight: 400;
}
.hero .ctas {
  padding-top: 30px;
  min-height: 85px;
}
.hero .ctas a {
  padding: 18px 20px;
  border-radius: 8px;
  background-color: #d82b80;
  color: #fff;
  margin: 0 20px;
  font-weight: 500;
  transition: all 0.5s;
  border: 2px solid #d82b80;
}
.hero .ctas a:hover {
  text-decoration: none;
  background: #fff;
  color: #d82b80;
}
@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding-bottom: 35px;
  }
}
.row.multi-col {
  margin-bottom: 20px;
}
.post-box {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.post-box .title {
  font-size: 32px;
  color: #63666a;
  padding: 0 0 5px;
  text-decoration: none;
}
.post-box .desc {
  color: #63666a;
  font-weight: 300;
}
.post-box .button {
  color: #d82b80;
  border: 2px solid #d82b80;
  border-radius: 12px;
  padding: 8px 10px;
  position: relative;
  background-color: #fff;
  padding-right: 27px;
  margin: 20px 0;
  transition: all 0.5s;
  display: inline-block;
}
.post-box .button:after {
  content: "\f061";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  padding: 0 7px;
  top: 8px;
  right: 2px;
}
.post-box .image {
  height: 55%;
  background-size: cover;
  position: relative;
  background-position: center;
}
.post-box .image .cat {
  position: absolute;
  left: 15px;
  bottom: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
}
.post-box.small {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  min-height: 350px;
}
.post-box.small:first-of-type {
  position: relative;
  width: 100%;
}
.post-box.small .title {
  font-size: 18px;
  min-height: 90px;
}
.post-box.small .desc {
  display: none;
}
.post-box.small .button {
  padding: 0;
  border: 0px solid #fff;
  font-size: 14px;
  font-weight: 500;
  bottom: 15px;
}
.post-box.small .button:after {
  content: "\f105";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  padding: 0 7px;
  top: 1px;
  right: -20px;
  transition: all 0.5s;
}
.post-box.small a:hover .button:after {
  right: -25px;
}
.post-box:not(.small) .image {
  min-height: 365px;
}
.post-box:not(.small) a:hover .button {
  background: #d82b80;
  color: #fff;
}
.post-box:not(.small) a:hover .button :after {
  color: #fff;
}
.post-box .post-box-content {
  border: 1px solid #ebebeb;
  border-top: 0px;
  border-radius: 0 0 8px 8px;
  padding: 20px 15px 13px;
  height: 45%;
}
.post-box a,
.post-box .post-box-content a:hover {
  text-decoration: none;
}
.archive .trend.archive .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0;
}
@media (min-width: 768px) {
  .archive .trend.archive .row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .archive .trend.archive .row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .archive .trend.archive .row .item.featured-item {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.archive .trend.archive .row .item.featured-item .post-box-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.archive .trend.archive .row .item.featured-item .post-box-content .desc,
.archive .trend.archive .row .item.featured-item .post-box-content .title,
.archive .trend.archive .row .item.featured-item .post-box-content .date {
  width: 100%;
}
.archive .trend.archive .row .item.featured-item .post-box-content .date,
.archive .trend.archive .row .item.featured-item .post-box-content .button {
  margin-top: auto;
}
.archive .trend.archive .row .item.featured-item .post-box-content > * {
  flex-shrink: 0;
}
.archive .trend.archive .row .item.featured-item .post-box-content .button {
  margin-bottom: 0;
}
.archive .trend.archive .row .item .post-box.small .image {
  height: 200px;
}
.archive .trend.archive .row .item .post-box.small .post-box-content {
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.archive .trend.archive .row .item .post-box.small .post-box-content .title {
  width: 100%;
}
.archive .trend.archive .row .item .post-box.small .post-box-content .date {
  margin-top: auto;
  width: 100%;
}
.archive .trend.archive .row .item .post-box.small .post-box-content .button {
  margin-top: auto;
  margin-bottom: 0;
  bottom: 0;
}
.archive .trend.archive .row .item .post-box .date {
  color: #63666a;
  font-style: italic;
}
div.trending {
  border-radius: 8px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  height: 100%;
}
div.trending.recommended {
  height: auto;
}
div.trending > div {
  padding: 15px;
  display: inline-block;
  border: 1px solid #ebebeb;
  border-width: 1px 0 0 0;
  width: 100%;
}
@media (min-width: 992px) {
  div.trending > div {
    height: calc(20% - 12px);
  }
}
div.trending > div:hover {
  background-color: #f5f5f5;
}
div.trending a:hover .title {
  text-decoration: underline;
}
div.trending a:hover .title .cat {
  text-decoration: none;
}
div.trending .number {
  color: #d82b80;
  display: inline-block;
  font-size: 24px;
  width: 50px;
  vertical-align: top;
  text-align: right;
  padding-right: 15px;
}
div.trending .title {
  color: #575755;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
div.trending .title a {
  color: #63666a;
}
.home div.trending .title {
  width: calc(100% - 51px);
}
@media (min-width: 992px) {
  .home div.trending .title > a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    padding-right: 10px;
    min-height: 75px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .home div.trending .title a {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    /* number of lines to show */
  }
}
div.trending .cat a {
  color: #d82b80;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em;
  display: block;
  width: fit-content;
}
div.trending h3 {
  margin: 12.5px 0;
}
div.trending h3,
div.video h3 {
  font-size: 22px;
  font-weight: 500;
  padding-left: 20px;
  display: inline-block;
  width: 100%;
}
.sidebar {
  position: relative;
  /*top: 8px;*/
}
#outer-box {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
#outer-box.open {
  display: block;
}
#social-share {
  background: #fff;
  border-radius: 8px;
  width: 350px;
  height: 300px;
  position: absolute;
  top: calc(50% - 175px);
  left: calc(50% - 175px);
}
#social-share .social-title {
  display: block;
  color: #63666a;
  border: 1px solid #cccccc;
  border-width: 0 0 1px 0;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}
#social-share .social-title:after {
  position: absolute;
  top: 8px;
  right: 20px;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #63666a;
}
#social-share a {
  color: #63666a;
  font-size: 16px;
  width: 100%;
  padding: 5px 30px;
  font-weight: 400;
}
#social-share a i,
#social-share div i {
  padding: 0 15px;
  font-size: 20px;
}
aside .cta {
  padding: calc(100% * (489 / 540)) 20px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}
aside .cta .text {
  padding: 20px 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}
aside .cta .text a {
  color: #fff;
}
aside .cta .text span {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  margin: 10px 0;
  letter-spacing: -0.2px;
  transition: all 0.5s;
}
aside a:hover .cta .text span {
  color: #1d4f91;
  background: #fff;
}
.speaker .linkedin i {
  margin-right: 10px;
}
h1.entry-title single {
  font-size: 48px;
}
.mainImage {
  border-radius: 8px;
  position: relative;
}
.mainImage img {
  border-radius: 8px;
}
.videoImage:before {
  content: "\f04b";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  padding: 30px;
  width: 120px;
  height: 120px;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 20px 0 0 40px;
  font-size: 50px;
  pointer-events: none;
}
.videoImage {
  overflow: hidden;
}
.videoImage.hide-play:before {
  display: none;
}
.pink a {
  color: #e63888;
  font-size: 16px;
}
.details .right {
  float: right;
  cursor: pointer;
}
div.details {
  margin-top: 20px;
}
div.grey_box {
  background-color: #e8edf4;
  color: #63666a;
  border-radius: 8px;
  padding: 25px 50px;
  margin: 20px 0;
  font-size: 18px;
}
.grey_box h2 {
  font-size: 21px;
  font-weight: 400;
  border-bottom: 1px solid #63666a;
  padding-bottom: 10px;
  margin: 0 0 20px 0;
}
div.speakers {
  font-size: 0;
}
div.speaker {
  display: inline-block;
  width: 48%;
  border-radius: 8px;
  vertical-align: top;
  transition: all 0.1s ease-in-out;
  cursor: auto;
  margin-bottom: 20px;
}
.spk-1 div.speaker {
  width: 100%;
}
div.speaker:nth-child(2) {
  margin-left: 4%;
}
div.speaker.open {
  background-color: #f5f5f5;
}
div.speaker .photo {
  display: inline-block;
  position: relative;
  margin: 20px 0 0 20px;
  width: 150px;
  height: 150px;
  border: double 4px transparent;
  border-radius: 50%;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #e63888, #1b478c);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
div.speaker .photo img {
  border-radius: 50%;
}
div.speaker.withbio .photo:before {
  content: "+";
  color: #fff;
  background-color: #e63888;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 4px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  line-height: 0.7;
}
div.speaker.withbio {
  cursor: pointer;
}
div.speaker.open .photo:before {
  content: "-";
  font-size: 46px;
  line-height: 0.5;
}
div.speaker .text {
  padding: 20px 20px 0;
  width: calc(100% - 171px);
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
div.speaker .name {
  font-size: 24px;
  color: #1c4e90;
}
div.speaker .job {
  font-size: 18px;
  color: #63666a;
}
div.speaker .bio {
  font-size: 16px;
  max-height: 0;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
div.speaker.open .bio {
  font-size: 16px;
  max-height: 1000px;
  padding: 20px;
}
div.speaker .linkedin {
  margin-top: 10px;
}
div.speaker .seebio {
  margin-top: 10px;
  color: #406eb3;
}
div.speaker .seebio:hover {
  text-decoration: underline;
}
@media (max-width: 1197px) {
  div.speaker .text {
    width: 100%;
  }
}
.entry-content .form-section {
  background: #1d4f91;
  background: -webkit-linear-gradient(50deg, #1d4f91 20%, #e43988 80%);
  background: -o-linear-gradient(50deg, #1d4f91 20%, #e43988 80%);
  background: linear-gradient(140deg, #1d4f91 20%, #e43988 80%);
  margin: 20px 0;
}
.page-template-template-ceros .entry-content .form-section {
  margin: 0;
}
.search-results-row {
  padding-bottom: 30px;
}
.entry-content .form-section .container {
  padding: 40px 120px;
}
.entry-content .form-section .container .col-12 {
  background: #fff;
  border-radius: 8px;
}
.entry-content .form-section .container h4 {
  padding: 15px 0 0 50px;
  color: #26478d;
  font-weight: 500;
}
.form-section .form-group:not(.show-label) label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.entry-content .form-section form {
  padding: 15px 50px;
  background: #fff;
}
.entry-content .form-section form input {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 14px;
  height: auto;
}
.entry-content .form-section form textarea {
  padding: 10px 14px;
}
.entry-content .form-section select {
  border-radius: 8px;
  padding: 14px;
  height: 55px !important;
}
.entry-content .form-section select option.light,
.entry-content .form-section select option:disabled {
  color: #ccc;
}
.entry-content .form-section form label {
  margin: 5px 0;
}
.entry-content .form-section form button {
  margin-top: 20px;
  border-radius: 8px;
}
.form-group.floatl {
  vertical-align: top;
}
.form-section textarea {
  border-radius: 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
}
#panel7 .form-section textarea {
  border-radius: 0px;
  border: 1px solid #777;
  margin: 10px 1.9% !important;
  width: 96%;
}
.entry-content .form-section form input[type="checkbox"] {
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.form-section form input::placeholder {
  color: #ccc;
}
@media (max-width: 1200px) {
  .entry-content .form-section .container {
    padding: 40px 50px;
  }
  .entry-content .form-section form {
    padding: 50px;
  }
  .entry-content .form-section .container h4 {
    padding: 15px 0 0;
    text-align: center;
  }
}
#secondary .form-section,
#secondary .contact-section {
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 30px;
  color: #63666a;
  padding-top: 60px;
  position: relative;
}
#secondary .form-section:before,
#secondary .contact-section:before {
  content: "\f0c0";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 48px;
  width: 100%;
  text-align: center;
  left: 0;
  top: 10px;
  color: #1d4f91;
}
/*#secondary .form-section form label{
			display: inline;
		}
		#secondary .form-section form label.reg-label{
			margin-bottom: 15px;
			display: inline-block;
		}
		#secondary .form-section form input{
			border: 1px solid #ccc;
			border-radius: 8px;
			padding: 10px;
			vertical-align: middle;
			margin-right: 15px;
		}
		#secondary .form-section h4{
			font-size: 14px;
			text-align: center;
		}
		#secondary .form-section h4:before{
			width: 100%;
			font-size: 22px;
			text-align: center;
			display: block;
			margin: 5px 0 10px;
			font-weight: 400;
		}
		#secondary button{
			background-color: #1d4f91;
			width: 100%;
			margin: 20px 0 10px;
			border: none;
		}*/
#secondary .contact-section {
  display: block;
  padding: 85px 25px 15px;
}
#secondary .contact-section:before {
  padding: 0 25px;
  font-size: 64px;
  content: "\f1d8";
  font-weight: normal;
}
#secondary .contact-section:hover {
  text-decoration: none;
}
#secondary .contact-section .btn {
  margin-top: 10px;
}
div.entry-content p {
  margin: 0 0 25px 0;
}
div.entry-content > p:first-child {
  margin-top: 25px;
}
div.entry-content blockquote {
  padding: 0 40px;
  border: 4px solid #26478d;
  border-width: 0 0 0 4px;
  margin: 20px 5em;
}
div.entry-content blockquote p {
  color: #26478d;
}
div.entry-content blockquote p {
  font-size: 26px;
  quotes: "\201c" "\201d";
  margin: 0;
}
div.entry-content blockquote p:before {
  display: none;
  content: open-quote;
  font-size: 30px;
}
div.entry-content blockquote p:after {
  display: none;
  content: close-quote;
  font-size: 30px;
}
div.entry-content blockquote p:last-child {
  quotes: none;
  font-weight: 300;
  font-size: 21px;
  line-height: 32px;
}
div.entry-content blockquote p:last-child:before {
  content: "";
}
div.entry-content blockquote p:last-child:after {
  content: "";
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popupEmbed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
}
.popcontent-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  min-width: 1000px;
  min-height: 92vh;
  background: #fff;
  position: absolute;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 1023px) {
  .popcontent-wrapper {
    width: 90%;
    min-width: 310px;
  }
}
.popcontent-wrapper .close {
  position: absolute;
  right: 8px;
  top: 5px;
  font-size: 1.6em;
  cursor: pointer;
}
.popcontent-wrapper iframe {
  width: 100%;
  min-height: 81vh;
}
.hero .scroll {
  display: inline-block !important;
}
.hero .scroll i {
  display: block;
  transition: all 0.3s linear;
}
.hero .scroll:hover i {
  margin-top: 10px;
}
.tab {
  overflow: visible;
  height: 60px;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0s;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
.tabcontent h2 {
  color: #26478d;
}
button.tablinks {
  border-radius: 0;
  background-color: #f5f5f5;
  color: #5f6266;
  border: 1px solid #ccc;
  border-bottom-color: transparent;
  border-width: 1px 1px 3px 1px;
  padding: 17px 16px 11px;
  position: relative;
}
button.tablinks.active {
  color: #26478d;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #26478d;
  border-width: 4px 1px 0 1px;
  padding: 14px 16px;
}
button.tablinks.active:after {
  content: " ";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -2px;
}
div.related-posts {
  margin-top: 15px;
}
div.related-posts h4 {
  font-weight: 400;
  font-size: 18px;
}
div.post-boxlong {
  height: 118px;
  border: 1px solid #ebebeb;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}
div.post-boxlong .image {
  height: 118px;
  width: 235px;
  display: inline-block;
  vertical-align: top;
  border-radius: 8px 0 0 8px;
}
div.post-boxlong .text {
  display: inline-block;
  vertical-align: top;
  padding: 20px 30px;
  color: #000;
  width: calc(100% - 240px);
}
div.post-boxlong .text a {
  color: #63666a;
  font-size: 22px;
  line-height: 1.1em;
  display: inline-block;
  margin-bottom: 10px;
}
div.post-boxlong .text .details {
  color: #6f7276;
  font-size: 12px;
  margin-top: 0;
}
div.post-boxlong .text .pink a {
  color: #e63888;
  font-size: 14px;
  text-transform: uppercase;
}
div.post-boxlong .text .title a {
  line-clamp: 2;
  max-height: 50px;
  overflow: hidden;
}
.cta-block {
  background: linear-gradient(90deg, #1d4f91 20%, #e43988 80%);
  color: #fff;
  width: 100%;
  position: relative;
  padding: 30px;
  margin: 40px 0 30px;
  border-radius: 8px;
}
.continues-note {
  position: absolute;
  top: -25px;
  color: #63666a;
  text-align: center;
  width: 100%;
  left: 0;
}
.cta-block h3 {
  margin: 0;
  margin-top: 0 !important;
  width: calc(100% - 215px);
  color: #fff;
}
.cta-block.is-landscape h3,
.cta-block.is-square h3 {
  width: calc(100% - 366px);
}
a.btn.btn-white-transparent {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  transition: all 0.5s;
}
.cta-block a.btn.btn-white-transparent {
  padding: 10px 30px;
  margin-top: 30px;
}
a.btn.btn-white-transparent:hover {
  color: #1c4e90;
  background: #fff;
}
a.btn.btn-green {
  color: #fff;
  border: 2px solid #009F4D;
  border-radius: 8px;
  transition: all 0.5s;
  background: #009F4D;
  padding: 10px 30px;
  margin-top: 30px;
}
a.btn.btn-green:hover {
  color: #009F4D;
  background: #fff;
}
.cta-block img {
  position: absolute;
  top: -19px;
  width: 180px;
  right: 100px;
}
.cta-block.is-square img {
  position: absolute;
  top: -19px;
  width: 231px;
  right: 70px;
}
.cta-block.is-landscape img {
  position: absolute;
  width: 378px;
  right: 0;
}
@media (min-width: 992px) {
  body:not(.post-template-template-page-builder) .cta-block {
    width: calc(100% + 100px);
    left: -50px;
  }
  .cta-block h3 {
    font-size: 24px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cta-block.is-landscape {
    padding-bottom: 50px;
  }
  .cta-block.is-landscape img {
    width: 260px;
    position: relative;
  }
  .cta-block.is-landscape h3 {
    width: calc(100% - 190px);
  }
  .cta-block.is-square h3.cta-heading {
    margin-top: 130px !important;
    display: block;
    width: 100%;
  }
  .cta-block.is-square img {
    right: 50%;
    transform: translate(50%);
    top: -40px;
    width: 180px;
  }
  .cta-block.is-square {
    padding-bottom: 40px;
    margin-top: 85px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta-block {
    text-align: center;
    padding-bottom: 100px;
    margin-bottom: 77px;
  }
  .cta-block h3,
  .cta-block.is-landscape h3 {
    width: 100%;
  }
}
@media (max-width: 1499px) {
  .cta-block img {
    right: 30px;
  }
}
@media (max-width: 990px) {
  .hero h1 {
    font-size: 68px;
  }
  .trend .col-md-12 {
    margin-bottom: 30px;
  }
  .category-boxes .rowspan {
    flex: 100%;
    width: 100%;
    max-width: 100%;
  }
  #primary,
  #secondary {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  h1 {
    font-size: 50px;
  }
}
@media (min-width: 990px) {
  .entry-content {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  .form-group.floatl {
    width: 45%;
    display: inline-block;
  }
  .form-group.floatl:nth-child(odd) {
    margin-right: 6%;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  .category-boxes .col-md-12.boxes {
    width: 100%;
    max-width: 100%;
  }
  .cta-block h3 {
    font-size: 24px;
  }
  div.grey_box {
    padding: 25px 30px;
  }
  div.entry-content blockquote {
    margin: 20px 0px;
  }
  div.entry-content blockquote p {
    font-size: 22px;
  }
  button.tablinks,
  button.tablinks.active {
    font-size: 16px;
    padding: 15px 16px;
  }
  div.trending > div:last-child,
  div.trending > div:nth-last-child(2) {
    display: none;
  }
  div.related-posts {
    padding-left: 0px;
    padding-right: 0px;
  }
  div.related-posts > div:last-child,
  div.related-posts > div:nth-last-child(2) {
    display: none;
  }
  div.post-boxlong .text a {
    margin-bottom: 0px;
  }
}
@media (max-width: 600px) {
  div.post-boxlong .text {
    width: 100%;
    padding: 15px;
  }
  div.post-boxlong .image {
    display: none;
  }
  aside .cta {
    background-position-y: -100px !important;
    padding: calc(100% * (489 / 540) - 100px) 20px 20px;
  }
  .cta-block h3 {
    font-size: 22px;
  }
  button.tablinks,
  button.tablinks.active {
    font-size: 14px;
    padding: 17px 16px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 30px;
  }
  .cta-block h3 {
    width: 50%;
    font-size: 20px;
  }
  .cta-block img {
    width: 140px;
    right: 15px;
  }
  div.grey_box {
    padding: 25px 20px;
  }
  div.entry-content blockquote p {
    font-size: 18px;
  }
  button.tablinks,
  button.tablinks.active {
    font-size: 11px;
    padding: 19px 12px;
  }
  .btn {
    padding: 11px 30px;
  }
}
i.fas.fa-search.right.d-lg-none {
  position: absolute;
  right: 70px;
  top: 30px;
}
.post-box .desc,
.post-box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.icon-float {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #f5f5f5;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  text-align: center;
  font-size: 17px;
  pointer-events: none;
}
.content-box:hover .icon-float {
  color: #e75196;
}
.single .entry-content h4,
.single .entry-content h3 {
  margin-top: 40px;
}
.author_post span {
  cursor: default;
}
.author_post a,
.author_post a:hover {
  cursor: default;
  color: #e63888;
  text-decoration: none;
}
@media (max-width: 1300px) {
  span.pink.upper {
    display: none;
  }
}
.form-section fieldset,
.form-group fieldset {
  margin: 10px 1.9%;
  display: inline-block;
  width: 94%;
}
.form-section fieldset > input,
.form-group fieldset > input {
  width: 45px !important;
  margin: 10px 10px 10px 0 !important;
}
@media (max-width: 767px) {
  .entry-content .form-section {
    padding: 10px !important;
  }
  .entry-content .form-section .container {
    padding: 40px 20px !important;
  }
}
div.entry-content .faq-in-text {
  width: 100%;
  padding: 40px;
  margin: 30px 0px;
  border-radius: 8px;
}
div.entry-content .faq-in-text,
div.entry-content .faq-in-text h4 {
  color: #fff;
}
div.entry-content .faq-in-text h4 {
  margin-top: 0;
  font-weight: 400;
}
div.entry-content .faq-in-text p {
  margin: 0;
}
@media (min-width: 992px) {
  div.entry-content .faq-in-text {
    width: 350px;
    margin-left: 50px;
    margin-top: 0;
  }
}
div.entry-content .faq-in-text.bg-purple {
  background: #48154f;
}
div.entry-content .faq-in-text.bg-raspberry {
  background: #982881;
}
div.entry-content .faq-in-text.bg-pink {
  background: #e63888;
}
div.entry-content .faq-in-text.bg-blue {
  background: #245494;
}
div.entry-content .faq-in-text.bg-dark-blue {
  background: #1d4f91;
}
div.entry-content .faq-in-text.bg-light-blue {
  background: #F4F6FA;
}
div.entry-content .faq-in-text.bg-light-blue,
div.entry-content .faq-in-text.bg-light-blue h4 {
  color: #245494;
}
.newsletter-footer {
  background-position: center;
  padding: 145px 0;
  background-size: cover;
  position: relative;
}
.newsletter-footer:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: linear-gradient(135deg, #004691 0, rgba(0, 70, 145, 0.5) 1%, rgba(216, 43, 128, 0.5) 100%);
}
.newsletter-footer .newsletter-left-content {
  color: #fff;
}
.newsletter-footer .newsletter-left-content h3 {
  font-weight: 400;
}
.newsletter-footer .newsletter-left-content p {
  font-size: 2em;
}
.newsletter-footer .contactForm.exp-form {
  background: #fff;
  padding: 31px 20px;
  border-radius: 8px;
}
.newsletter-footer .contactForm.exp-form h4 {
  font-weight: 400;
}
.newsletter-footer .contactForm.exp-form .form-group.floatl {
  margin: 10px 0;
  width: 100%;
}
.newsletter-footer .contactForm.exp-form .btn.btn-experian-pink {
  margin-bottom: 0;
  margin-top: 10px;
}
.post-template-template-single-no-sidebar .mainImage img {
  max-height: 456px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.tagged-in .tags-list {
  padding: 20px;
  background: #f5f5f5;
}
.archive .category-image {
  background: #d82b80 url("/wp-content/themes/apac/img/category-background.png") no-repeat 0 0;
  background-size: cover;
  position: relative;
  color: #fff;
  margin-bottom: 50px;
  height: unset;
}
@media (max-width: 992px) {
  .archive .category-image {
    padding: 26px;
  }
  .archive .category-image .row {
    flex-wrap: wrap-reverse;
  }
}
.archive .category-image h1 {
  font-weight: 700;
  font-size: clamp(44px, 3vw, 32px);
  margin: 0 0 10px 0;
}
.archive .category-image p {
  font-weight: 400;
  font-size: clamp(24px, 1.67vw, 20px);
  margin-bottom: 0;
}
.archive .category-image img {
  border-radius: 10px;
}
.archive .subFilters {
  padding-bottom: 16px;
}
.archive .subFilters .subFilter {
  margin-right: 8px;
  display: inline-block;
}
.archive .subFilters .subFilter a {
  color: #63666A;
}
.archive .subFilters .subFilter.selected {
  background-color: #d82b80;
  border-radius: 6px;
}
.archive .subFilters .subFilter.selected a {
  color: #fff;
}
.archive #wrapper .content-box-clean {
  border: 1px solid #ddd;
  border-radius: 8px;
}
.archive #wrapper .content-box-clean img {
  width: 100%;
  height: 11.111111vw;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 767px) {
  .archive #wrapper .content-box-clean img {
    height: 33vw;
  }
}
.archive #wrapper .content-box-clean .date {
  font-weight: 500;
  font-size: 12px;
}
.archive #wrapper .content-box-clean .box-text {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #63666A;
  line-height: 24px;
}
.archive #wrapper .content-box-clean .box-text h5 a {
  font-weight: 600;
  font-size: 20px;
  color: #333;
  line-height: 30px;
}
.archive #wrapper .content-box-clean .box-text p {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
}
.archive #wrapper .content-box-clean .read-more {
  color: #d82b80;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 24px;
  display: inline-block;
  margin-top: auto;
}
.archive #wrapper .content-box-clean .read-more:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10.6001L4.6001 6L0 1.3999L1.40039 0L7.40039 6L1.40039 12L0 10.6001Z" fill="%23d82b80"/></svg>');
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.archive #wrapper .content-box-clean .read-more,
.archive #wrapper .content-box-clean .box-text,
.archive #wrapper .content-box-clean .date {
  padding-left: 20px;
  padding-right: 20px;
}
.archive .main-color-blue .description-box {
  color: #1D4F91;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.archive .main-color-blue .category-image {
  background-color: #1d4f91;
  min-height: 300px;
}
.archive .main-color-blue .category-image .cimage {
  min-height: 300px;
}
@media (min-width: 992px) {
  .archive .main-color-blue .category-image .img-contain {
    position: absolute;
    left: 17vw;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .archive .main-color-blue .category-image .img-contain {
    left: 44%;
  }
}
@media (min-width: 1500px) {
  .archive .main-color-blue .category-image .img-contain {
    left: 14vw;
  }
}
.archive .main-color-blue .category-image .img-contain:before,
.archive .main-color-blue .category-image .img-contain:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M31.9209 76.1687L6.61053 56.2493C-0.906375 50.3335 -2.22099 39.4607 3.71106 31.9232L23.6304 6.61281C29.5462 -0.904096 40.4397 -2.2025 47.9566 3.71334L73.2669 23.6327C80.7838 29.5485 82.0822 40.4419 76.1664 47.9588L56.247 73.2692C50.315 80.8067 39.4378 82.0845 31.9209 76.1687Z" fill="%23426DA9"/></svg>');
  background-size: cover;
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  left: min(70%, 450px);
  z-index: 3;
}
@media (min-width: 992px) {
  .archive .main-color-blue .category-image .img-contain:before,
  .archive .main-color-blue .category-image .img-contain:after {
    width: 80px;
    height: 80px;
    right: 25%;
    left: auto;
  }
}
@media (min-width: 1500px) {
  .archive .main-color-blue .category-image .img-contain:before,
  .archive .main-color-blue .category-image .img-contain:after {
    right: 24%;
  }
}
.archive .main-color-blue .category-image .img-contain:after {
  bottom: 45px;
  top: auto;
  left: 6%;
}
@media (min-width: 576px) {
  .archive .main-color-blue .category-image .img-contain:after {
    left: min(10vw, 150px);
  }
}
@media (min-width: 992px) {
  .archive .main-color-blue .category-image .img-contain:after {
    left: -1vw;
  }
}
@media (min-width: 1500px) {
  .archive .main-color-blue .category-image .img-contain:after {
    left: 10%;
  }
}
.archive .main-color-blue .category-image .img-contain img {
  position: static;
  object-fit: cover;
  object-position: center right;
  -webkit-mask-image: url('/wp-content/themes/apac/blocks/header/sqircle.svg');
  mask-image: url('/wp-content/themes/apac/blocks/header/sqircle.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  width: 100%;
  height: 100% !important;
  mask-size: min(100%, 450px);
  margin: 0 0 -15px;
}
@media (min-width: 576px) {
  .archive .main-color-blue .category-image .img-contain img {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .archive .main-color-blue .category-image .img-contain img {
    margin: 0;
    mask-position: 80% center;
  }
}
.archive .main-color-blue .subFilters .subFilter.selected {
  background-color: #1D4F91;
}
.archive .main-color-blue #wrapper .content-box-clean .read-more {
  color: #1D4F91;
}
.archive .main-color-blue #wrapper .content-box-clean .read-more:after {
  background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10.6001L4.6001 6L0 1.3999L1.40039 0L7.40039 6L1.40039 12L0 10.6001Z" fill="%231D4F91"/></svg>');
}
.archive .main-color-blue nav.navigation.pagination a {
  border: none;
}
.archive .main-color-blue span.page-numbers.current {
  border: none;
  background-color: rgba(165, 185, 211, 0.4);
}
.archive .main-color-blue #sOrder {
  background-color: #fff;
  padding: 5px 10px;
}
.archive .main-color-raspberry .category-image {
  background: #f7f9fc url("/wp-content/themes/apac/blocks/header/back-grey.png") no-repeat 0 0;
  color: #666;
  background-size: cover;
}
.archive .main-color-raspberry .category-image img {
  border-radius: 0;
  display: block;
  margin: 0 auto;
}
.archive .main-color-raspberry .subFilters .subFilter.selected {
  background-color: #AF1685;
}
.archive .main-color-raspberry #wrapper .content-box-clean .read-more {
  color: #AF1685;
}
.archive .main-color-raspberry #wrapper .content-box-clean .read-more:after {
  background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10.6001L4.6001 6L0 1.3999L1.40039 0L7.40039 6L1.40039 12L0 10.6001Z" fill="%23AF1685"/></svg>');
}
.archive .main-color-raspberry nav.navigation.pagination a {
  border: none;
}
.archive .main-color-raspberry span.page-numbers.current {
  border: none;
  background-color: rgba(197, 166, 201, 0.4);
}
.archive .main-color-raspberry #sOrder {
  background-color: #fff;
  padding: 5px 10px;
}
.archive .main-color-blue nav.navigation.pagination a.prev,
.archive .main-color-blue nav.navigation.pagination a.next,
.archive .main-color-raspberry nav.navigation.pagination a.prev,
.archive .main-color-raspberry nav.navigation.pagination a.next {
  color: #1d4f91;
  font-weight: 600;
  font-size: 16px;
  background-color: transparent;
  border: none;
  background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10.6001L4.6001 6L0 1.3999L1.40039 0L7.40039 6L1.40039 12L0 10.6001Z" fill="%23d82b80"/></svg>');
  background-repeat: no-repeat;
  background-position: 100%;
}
.archive .main-color-blue nav.navigation.pagination a.next,
.archive .main-color-raspberry nav.navigation.pagination a.next {
  background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10.6001L4.6001 6L0 1.3999L1.40039 0L7.40039 6L1.40039 12L0 10.6001Z" fill="%231D4F91"/></svg>');
  float: right;
  padding: 0 20px 0 0;
}
.archive .main-color-blue nav.navigation.pagination a.prev,
.archive .main-color-raspberry nav.navigation.pagination a.prev {
  background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.40039 10.6001L2.80029 6L7.40039 1.3999L6 0L0 6L6 12L7.40039 10.6001Z" fill="%231D4F91"/></svg>');
  float: left;
  padding: 0 0 0 20px;
  background-position: 0;
}
.archive .main-color-raspberry nav.navigation.pagination a.prev,
.archive .main-color-raspberry nav.navigation.pagination a.next {
  color: #AF1685;
}
.archive .main-color-raspberry nav.navigation.pagination a.prev {
  background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.40039 10.6001L2.80029 6L7.40039 1.3999L6 0L0 6L6 12L7.40039 10.6001Z" fill="%23AF1685"/></svg>');
}
.archive .main-color-raspberry nav.navigation.pagination a.next {
  background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10.6001L4.6001 6L0 1.3999L1.40039 0L7.40039 6L1.40039 12L0 10.6001Z" fill="%23AF1685"/></svg>');
}
.archive .main-color-blue nav.navigation.pagination a.prev.disabled,
.archive .main-color-raspberry nav.navigation.pagination a.prev.disabled,
.archive .main-color-blue nav.navigation.pagination a.next.disabled,
.archive .main-color-raspberry nav.navigation.pagination a.next.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.post-style-raspberry .entry-content {
  padding: 0;
}
.post-style-raspberry .entry-content h1,
.post-style-raspberry .entry-content h2,
.post-style-raspberry .entry-content h3,
.post-style-raspberry .entry-content h4,
.post-style-raspberry .entry-content h5 {
  color: #af1685;
  font-weight: 600;
}
.post-style-raspberry h1.entry-title {
  color: #af1685;
  font-size: clamp(32px, 3.75vw, 56px);
  font-weight: 500;
}
.post-style-raspberry .details {
  font-size: 12px;
  font-weight: 500;
}
.post-style-raspberry .details .pink a {
  border: 1px solid rgba(245, 175, 207, 0.4);
  color: #af1685;
}
.post-style-raspberry div.trending {
  border: none;
}
.post-style-raspberry div.trending .cat a {
  border: 1px solid rgba(245, 175, 207, 0.4);
  color: #af1685;
}
.post-style-raspberry div.trending .title {
  border-radius: 10px;
  border-width: 1px;
  margin: 10px 0;
}
.post-style-raspberry div.trending .read-more {
  background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10.6001L4.6001 6L0 1.3999L1.40039 0L7.40039 6L1.40039 12L0 10.6001Z" fill="%23AF1685"/></svg>');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  color: #af1685;
  font-size: 16px;
  font-weight: 600;
  padding-right: 15px;
}
.post-style-raspberry div.trending h3 {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  padding: 0;
}
.post-style-raspberry aside .cta.default {
  background-color: rgba(226, 210, 228, 0.2);
  font-size: 18px;
  padding: 24px;
}
.post-style-raspberry aside .cta.default .text {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  padding-top: 0;
}
.post-style-raspberry aside .cta.default .text div {
  color: #63666a;
  font-size: 18px;
  font-weight: 400;
}
.post-style-raspberry aside .cta.default .cat {
  background-color: #af1685;
  border-radius: 10px;
  font-size: 16px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  width: 100%;
}
.post-style-raspberry aside .cta.default .cat i {
  display: none;
}
.post-style-raspberry aside a:hover .cta .text span {
  color: #fff;
  text-decoration: underline;
}
.post-style-raspberry .cta-block {
  background: linear-gradient(90deg, #6D2077 20%, #af1685 80%);
  left: 0 !important;
  padding-bottom: 24px;
  text-align: center;
  width: 100% !important;
}
.post-style-raspberry .cta-block .cta-heading {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.post-style-raspberry .cta-block a.btn.btn-white-transparent {
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  transition: all 0.5s;
}
.post-style-raspberry .cta-block a.btn.btn-white-transparent:hover {
  background-color: transparent;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.5s;
}
.post-style-raspberry div.entry-content blockquote {
  border-color: #af1685;
  margin: 0;
  padding: 0 10px 0 20px;
}
.post-style-blue .entry-content {
  padding: 0;
}
.post-style-blue .entry-content h1,
.post-style-blue .entry-content h2,
.post-style-blue .entry-content h3,
.post-style-blue .entry-content h4,
.post-style-blue .entry-content h5 {
  color: #1d4f91;
}
.post-style-blue h1.entry-title {
  color: #1d4f91;
  font-size: clamp(32px, 3.75vw, 56px);
  font-weight: 500;
}
.post-style-blue .details {
  font-size: 12px;
  font-weight: 500;
}
.post-style-blue .details .pink a {
  border: 1px solid rgba(74, 114, 167, 0.8);
  color: #1d4f91;
}
.post-style-blue div.trending {
  border: none;
}
.post-style-blue div.trending .cat a {
  border: 1px solid rgba(74, 114, 167, 0.8);
  color: #1d4f91;
}
.post-style-blue div.trending .title {
  border-radius: 10px;
  border-width: 1px;
  margin: 10px 0;
}
.post-style-blue div.trending .read-more {
  background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10.6001L4.6001 6L0 1.3999L1.40039 0L7.40039 6L1.40039 12L0 10.6001Z" fill="%231D4F91"/></svg>');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  color: #1d4f91;
  font-size: 16px;
  font-weight: 600;
  padding-right: 15px;
}
.post-style-blue div.trending h3 {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  padding: 0;
}
.post-style-blue aside .cta.default {
  background-color: rgba(210, 220, 233, 0.2);
  font-size: 18px;
  padding: 24px;
}
.post-style-blue aside .cta.default .text {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  padding-top: 0;
}
.post-style-blue aside .cta.default .text div {
  color: #63666a;
  font-size: 18px;
  font-weight: 400;
}
.post-style-blue aside .cta.default .cat {
  background-color: #af1685;
  background-color: #1d4f91;
  border-radius: 10px;
  font-size: 16px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  width: 100%;
}
.post-style-blue aside .cta.default .cat i {
  display: none;
}
.post-style-blue aside a:hover .cta .text span {
  color: #fff;
  text-decoration: underline;
}
.post-style-blue .cta-block {
  background: linear-gradient(90deg, #1d4f91 20%, #426DA9 80%);
  left: 0 !important;
  padding-bottom: 24px;
  text-align: center;
  width: 100% !important;
}
.post-style-blue .cta-block .cta-heading {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.post-style-blue .cta-block a.btn.btn-white-transparent {
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  transition: all 0.5s;
}
.post-style-blue .cta-block a.btn.btn-white-transparent:hover {
  background-color: transparent;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.5s;
}
.post-style-blue div.entry-content blockquote {
  margin: 0;
  padding: 0 10px 0 20px;
}
#wrapper .post-style-raspberry .mainImage {
  margin-bottom: 2.4vw;
}
#wrapper .post-style-raspberry .mainImage img {
  width: 100%;
}
@media (max-width: 767px) {
  #wrapper .post-style-raspberry .mainImage {
    margin-bottom: 0;
  }
}
#wrapper .post-style-blue .mainImage {
  margin-bottom: 2.4vw;
  max-height: 290px;
  overflow: hidden;
}
#wrapper .post-style-blue .mainImage img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 290px;
}
@media (max-width: 767px) {
  #wrapper .post-style-blue .mainImage {
    margin-bottom: 0;
  }
}
.post-style-raspberry .details .pink a,
.post-style-raspberry div.trending .cat a,
.post-style-blue .details .pink a,
.post-style-blue div.trending .cat a,
.post-style-raspberry .details .rdate,
.post-style-raspberry div.trending .rdate,
.post-style-blue .details .rdate,
.post-style-blue div.trending .rdate {
  border-radius: 9999px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 8px;
  padding: 2px 8px;
  text-transform: none;
}
div.trending .title .title-right {
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 16px 0;
}
.cta-block .cta-main-text {
  font-size: 18px;
  font-weight: 400;
  margin-top: 16px;
  text-align: center;
}
a.btn.btn-white {
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  transition: all 0.5s;
}
a.btn.btn-white:hover {
  background-color: transparent;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.5s;
}
.sidebar_cta .sidebar_cta_header {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
}
.sidebar_cta img {
  margin-top: 20px;
}
.written-by_col1 {
  color: #333;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  width: 95px;
}
.written-by_col2 {
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.written-by_col2 b {
  color: #63666A;
  font-size: 18px;
}
.written-by_col2.last-writes {
  margin-bottom: 50px;
}
.post-style-raspberry div.trending h3 {
  font-size: 32px;
}
div.entry-content blockquote p {
  color: #333;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}
.author-by_col1 {
  display: inline-block;
  padding: 24px 12px 0 0 !important;
}
.author-by_col1 img {
  height: 48px !important;
  width: auto;
}
.author-by_col2 {
  display: inline-flex;
  flex-direction: column;
  font-size: 0;
  padding-top: 24px;
  vertical-align: top;
}
.author-by_col2 b {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 1.7em;
}
.author-by_col2 span {
  font-weight: 400;
  font-size: 16px;
  color: #63666A;
  line-height: 1em;
}
.btn-experian-raspberry {
  color: #fff;
  background-color: #AF1685;
  border-color: #AF1685;
}
.btn-experian-raspberry:active,
.btn-experian-raspberry:hover {
  color: #fff;
  background-color: #ba2f7d;
  border-color: #fff;
}
.btn-experian-pink-white {
  color: #e63888;
  background-color: #fff;
  border-color: #e63888;
}
.btn-experian-pink-white:active,
.btn-experian-pink-white:hover {
  color: #fff;
  background-color: #ba2f7d;
  border-color: #ba2f7d;
}
.btn-experian-purple-white {
  color: #982881;
  background-color: #fff;
  border-color: #982881;
}
.btn-experian-purple-white:active,
.btn-experian-pink-white:hover {
  color: #fff;
  background-color: #982881;
  border-color: #982881;
}
.btn-experian-grey-white {
  background-color: #fff;
  border-color: rgba(193, 194, 195, 0.4);
  color: #333333;
}
.btn-experian-white {
  background-color: #fff;
  color: #333333;
}
.single-post .post-style-raspberry .entry-content {
  padding-right: 100px;
}
@media (max-width: 700px) {
  .single-post .post-style-raspberry article {
    padding: 0 15px;
  }
  .single-post .post-style-raspberry article h4 {
    font-size: 28px;
  }
  .single-post .post-style-raspberry .entry-content {
    padding-right: 0px;
  }
}
@media (max-width: 1200px) {
  .main-color-raspberry .entry-content .form-section .container h4,
  .main-color-blue .entry-content .form-section .container h4 {
    text-align: left;
    padding-left: 50px;
    font-size: 24px;
  }
}
.menu-style-limited .nav-header {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.menu-style-limited .nav-header ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu-style-limited .nav-header input[type='checkbox'],
.menu-style-limited .nav-header input[type='radio'] {
  display: none;
}
.menu-style-limited .nav-header {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.17);
  z-index: 10000;
}
/*.menu-style-limited .nav-header #header-container-main .container {
    
        display: flex;
        justify-content: space-between;
        position: relative;
        flex-wrap: wrap;
        height: 60px;
        z-index: 1030;
    }*/
.menu-style-limited .nav-header #header-container-main .container {
  position: relative;
  height: 60px;
  z-index: 1030;
}
@media only screen and (max-width: 1023px) {
  .menu-style-limited .nav-header {
    height: 67px;
    width: 100%;
  }
  .menu-style-limited .nav-header #header-container-main .container {
    position: fixed !important;
    width: 100%;
    background: #fff;
    height: auto;
    display: block;
    left: 0;
  }
  #global-nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .menu-style-limited .nav-header #header-container-main .container {
    height: auto;
    justify-content: flex-start;
  }
}
.menu-style-limited .nav-header #header-container-main .container .logo {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media only screen and (min-width: 1023px) {
  .menu-style-limited .nav-header #header-container-main .container .logo {
    padding-left: 1em;
    flex-grow: 0;
  }
}
.menu-style-limited .nav-header .container .logo .logo-icon {
  display: block;
  width: 132px;
  height: 48px;
  margin-bottom: 5px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyNTAgNDE3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoNC4xNjY2NywwLDAsNC4xNjY2NywtMTIwLjgzMywtMTQ3LjkxNykiPgogICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsLTQuMDgsLTAuMjQpIj4KICAgICAgICAgICAgPHBhdGggZD0iTTg0LjAwNCw2MC40NDhMNzMuMDgyLDYwLjQ0OEM2OS44MzIsNjAuNDQ4IDY3LjIwMyw1Ny44MTUgNjcuMjAzLDU0LjU3TDY3LjIwMyw0My42NDdDNjcuMjAzLDQwLjQwNCA2OS44MzIsMzcuNzcxIDczLjA4MiwzNy43NzFMODQuMDA0LDM3Ljc3MUM4Ny4yNSwzNy43NzEgODkuODgsNDAuNDA0IDg5Ljg4LDQzLjY0N0w4OS44OCw1NC41N0M4OS44OCw1Ny44MTUgODcuMjUsNjAuNDQ4IDg0LjAwNCw2MC40NDhaIiBzdHlsZT0iZmlsbDpyZ2IoNywxMTYsMTg3KTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwtNC4wOCwtMC4yNCkiPgogICAgICAgICAgICA8cGF0aCBkPSJNNTUuNzQ5LDg0LjkzMkw0My40NjIsODQuOTMyQzM5LjgxMiw4NC45MzIgMzYuODUsODEuOTc5IDM2Ljg1LDc4LjMyMkwzNi44NSw2Ni4wMzFDMzYuODUsNjIuMzgzIDM5LjgxMiw1OS40MiA0My40NjIsNTkuNDJMNTUuNzQ5LDU5LjQyQzU5LjQwMSw1OS40MiA2Mi4zNjIsNjIuMzgzIDYyLjM2Miw2Ni4wMzFMNjIuMzYyLDc4LjMyMkM2Mi4zNjIsODEuOTc5IDU5LjQwMSw4NC45MzIgNTUuNzQ5LDg0LjkzMloiIHN0eWxlPSJmaWxsOnJnYigxMTIsMzksMTMzKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwtNC4wOCwtMC4yNCkiPgogICAgICAgICAgICA8cGF0aCBkPSJNNTQuNTc5LDExMC40MzVMNDcuMDc1LDExMC40MzVDNDQuODQ0LDExMC40MzUgNDMuMDMxLDEwOC42MjkgNDMuMDMxLDEwNi4zOTRMNDMuMDMxLDk4Ljg5M0M0My4wMzEsOTYuNjU0IDQ0Ljg0NCw5NC44NDUgNDcuMDc1LDk0Ljg0NUw1NC41NzksOTQuODQ1QzU2LjgxMSw5NC44NDUgNTguNjIxLDk2LjY1NCA1OC42MjEsOTguODkzTDU4LjYyMSwxMDYuMzk0QzU4LjYyMSwxMDguNjI5IDU2LjgxMSwxMTAuNDM1IDU0LjU3OSwxMTAuNDM1WiIgc3R5bGU9ImZpbGw6cmdiKDE3Myw0NSwxNDUpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwxLC00LjA4LC0wLjI0KSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik03NC43MjksMTM0LjE0OUw2NS44NTUsMTM0LjE0OUM2My4yMTgsMTM0LjE0OSA2MS4wOCwxMzIuMDE2IDYxLjA4LDEyOS4zNzRMNjEuMDgsMTIwLjVDNjEuMDgsMTE3Ljg1OCA2My4yMTgsMTE1LjcyNCA2NS44NTUsMTE1LjcyNEw3NC43MjksMTE1LjcyNEM3Ny4zNjcsMTE1LjcyNCA3OS41MDUsMTE3Ljg1OCA3OS41MDUsMTIwLjVMNzkuNTA1LDEyOS4zNzRDNzkuNTA1LDEzMi4wMTYgNzcuMzY3LDEzNC4xNDkgNzQuNzI5LDEzNC4xNDlaIiBzdHlsZT0iZmlsbDpyZ2IoMjM3LDUyLDE0OCk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsLTQuMDgsLTAuMjQpIj4KICAgICAgICAgICAgPHBhdGggZD0iTTEwNy4yNDgsNjQuOTE3TDEwMS4xLDY0LjkxN0M5OS4yNzMsNjQuOTE3IDk3Ljc5NCw2My40MzMgOTcuNzk0LDYxLjYxMkw5Ny43OTQsNTUuNDcyQzk3Ljc5NCw1My42NDUgOTkuMjczLDUyLjE2MSAxMDEuMSw1Mi4xNjFMMTA3LjI0OCw1Mi4xNjFDMTA5LjA3NCw1Mi4xNjEgMTEwLjU1LDUzLjY0NSAxMTAuNTUsNTUuNDcyTDExMC41NSw2MS42MTJDMTEwLjU1LDYzLjQzMyAxMDkuMDc0LDY0LjkxNyAxMDcuMjQ4LDY0LjkxN1oiIHN0eWxlPSJmaWxsOnJnYigyMzcsNTIsMTQ4KTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwtNC4wOCwtMC4yNCkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMjQxLjc4OCw2OS4wMjFDMjQzLjc0Miw2OS4wMjEgMjQ1LjMyNCw2Ny40MzkgMjQ1LjMyNCw2NS40OEMyNDUuMzI0LDYzLjUyMyAyNDMuNzQyLDYxLjkzNCAyNDEuNzg4LDYxLjkzNEMyMzkuODMyLDYxLjkzNCAyMzguMjM3LDYzLjUyMyAyMzguMjM3LDY1LjQ4QzIzOC4yMzcsNjcuNDM5IDIzOS44MzIsNjkuMDIxIDI0MS43ODgsNjkuMDIxWiIgc3R5bGU9ImZpbGw6cmdiKDAsNzgsMTUzKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwtNC4wOCwtMC4yNCkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTEyLjQ2LDEwNi44MTNDMTExLjkxMywxMDcuNjM1IDExMS4wMjIsMTA4LjA0NiAxMTAuMDYzLDEwOC4wNDZDMTA5LjUxNiwxMDguMDQ2IDEwOC44OTksMTA3LjkwOSAxMDguNDE5LDEwNy42MzVDMTA3LjY2NiwxMDcuMTU1IDEwNy4xMTgsMTA2LjEyOSAxMDcuMTE4LDEwNS4xMDFDMTA3LjExOCwxMDQuNjIxIDEwNy4yNTUsMTA0LjE0MSAxMDcuNTI5LDEwMy43MzFMMTE1Ljc0OCw5MC43ODhMMTA3LjUyOSw3Ny44NDRDMTA3LjI1NSw3Ny40MzMgMTA3LjExOCw3Ni44ODUgMTA3LjExOCw3Ni40MDVDMTA3LjExOCw3NS40NDcgMTA3LjU5OCw3NC40MTkgMTA4LjQ4OSw3My45MzlDMTA4Ljk2Nyw3My42NjYgMTA5LjQ0OCw3My41MjkgMTA5Ljk5NSw3My41MjlDMTEwLjk1NCw3My41MjkgMTExLjkxMyw3My45MzkgMTEyLjQ2LDc0Ljc2MkwxMTkuMTcyLDg1LjM3N0wxMjUuOTUyLDc0Ljc2MkMxMjYuNSw3My45MzkgMTI3LjQ1OSw3My41MjkgMTI4LjQxOCw3My41MjlDMTI4Ljk2Niw3My41MjkgMTI5LjQ0Niw3My42NjYgMTI5LjkyMyw3My45MzlDMTMwLjgxNSw3NC40MTkgMTMxLjI5Myw3NS40NDcgMTMxLjI5Myw3Ni40MDVDMTMxLjI5Myw3Ni44ODUgMTMxLjE1Nyw3Ny40MzMgMTMwLjg4Miw3Ny44NDRMMTIyLjY2NCw5MC43ODhMMTMwLjg4MiwxMDMuNzMxQzEzMS4xNTcsMTA0LjE0MSAxMzEuMjkzLDEwNC42MjEgMTMxLjI5MywxMDUuMTAxQzEzMS4yOTMsMTA2LjEyOSAxMzAuNzQ2LDEwNy4xNTUgMTI5Ljk5MywxMDcuNjM1QzEyOS41MTQsMTA3LjkwOSAxMjguODk3LDEwOC4wNDYgMTI4LjM0OSwxMDguMDQ2QzEyNy4zOTEsMTA4LjA0NiAxMjYuNSwxMDcuNjM1IDEyNS45NTIsMTA2LjgxM0wxMTkuMTcyLDk2LjI2N0wxMTIuNDYsMTA2LjgxM1oiIHN0eWxlPSJmaWxsOnJnYigwLDc4LDE1Myk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsLTQuMDgsLTAuMjQpIj4KICAgICAgICAgICAgPHBhdGggZD0iTTE1My41NDEsNzguOTQxQzE0Ni45NjYsNzguOTQxIDE0MS43NjEsODQuMTQ1IDE0MS43NjEsOTAuNzg4QzE0MS43NjEsOTcuMzYzIDE0Ni45NjYsMTAyLjU2NyAxNTMuNTQxLDEwMi41NjdDMTYwLjE4NiwxMDIuNTY3IDE2NS4zODksOTcuMzYzIDE2NS4zODksOTAuNzg4QzE2NS4zODksODQuMTQ1IDE2MC4xODYsNzguOTQxIDE1My41NDEsNzguOTQxWk0xNDEuNzYxLDc3LjU3QzE0NC44NDMsNzQuNzYyIDE0OS4wMjEsNzMuMDUgMTUzLjU0MSw3My4wNUMxNjMuNDA1LDczLjA1IDE3MS4yODEsODAuOTI3IDE3MS4yODEsOTAuNzg4QzE3MS4yODEsMTAwLjUxNSAxNjMuNDA1LDEwOC4zODkgMTUzLjU0MSwxMDguMzg5QzE0OS4wMjEsMTA4LjM4OSAxNDQuODQzLDEwNi42NzYgMTQxLjc2MSwxMDMuODY5TDE0MS43NjEsMTE5LjAwNUMxNDEuNzYxLDEyMC41MTEgMTQwLjM5MiwxMjEuODEyIDEzOC44MTgsMTIxLjgxMkMxMzcuMzc4LDEyMS44MTIgMTM1Ljk0MSwxMjAuNTExIDEzNS45NDEsMTE5LjAwNUwxMzUuOTQxLDc2LjEzMUMxMzUuOTQxLDc0LjYyNiAxMzcuMzc4LDczLjMyNCAxMzguODE4LDczLjMyNEMxNDAuMzkyLDczLjMyNCAxNDEuNzYxLDc0LjYyNiAxNDEuNzYxLDc2LjEzMUwxNDEuNzYxLDc3LjU3WiIgc3R5bGU9ImZpbGw6cmdiKDAsNzgsMTUzKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwtNC4wOCwtMC4yNCkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMjIxLjQyMiw4Ny41NjlMMjIxLjQyMiwxMDUuMzA2QzIyMS40MjIsMTA2LjgxMyAyMTkuOTgzLDEwOC4xMTQgMjE4LjU0NSwxMDguMTE0QzIxNi45NjksMTA4LjExNCAyMTUuNiwxMDYuODEzIDIxNS42LDEwNS4zMDZMMjE1LjYsNzYuMTMxQzIxNS42LDc0LjYyNSAyMTYuOTY5LDczLjMyNCAyMTguNTQ1LDczLjMyNEMyMTkuOTE2LDczLjMyNCAyMjEuMzUyLDc0LjU1NiAyMjEuNDIyLDc1Ljk5NUMyMjMuODE5LDc0LjE0NiAyMjYuOTAxLDczLjExOCAyMzAuMjU2LDczLjA1QzIzMi4xMDYsNzMuMDUgMjMzLjQ3NCw3NC40ODggMjMzLjQ3NCw3NS45MjZDMjMzLjQ3NCw3Ny41MDEgMjMyLjAzOCw3OC45NCAyMzAuMjU2LDc4Ljk0QzIyNS42NjgsNzkuMDc2IDIyMS40MjIsODAuNzIxIDIyMS40MjIsODcuNTY5WiIgc3R5bGU9ImZpbGw6cmdiKDAsNzgsMTUzKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwtNC4wOCwtMC4yNCkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMjQxLjgyOSw3My4zMjRDMjQwLjI1NCw3My4zMjQgMjM4Ljg4NSw3NC42MjUgMjM4Ljg4NSw3Ni4xMzFMMjM4Ljg4NSwxMDUuMzA2QzIzOC44ODUsMTA2LjgxMyAyNDAuMjU0LDEwOC4xMTQgMjQxLjgyOSwxMDguMTE0QzI0My4yNjgsMTA4LjExNCAyNDQuNzA1LDEwNi44MTMgMjQ0LjcwNSwxMDUuMzA2TDI0NC43MDUsNzYuMTMxQzI0NC43MDUsNzQuNjI1IDI0My4yNjgsNzMuMzI0IDI0MS44MjksNzMuMzI0WiIgc3R5bGU9ImZpbGw6cmdiKDAsNzgsMTUzKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwtNC4wOCwtMC4yNCkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMjY3LjIzNywxMDIuNDk5QzI3My44MTIsMTAyLjQ5OSAyNzkuMDIsOTcuMjk0IDI3OS4wMiw5MC42NTFDMjc5LjAyLDg0LjA3NiAyNzMuODEyLDc4Ljg3MiAyNjcuMjM3LDc4Ljg3MkMyNjAuNTk0LDc4Ljg3MiAyNTUuMzkxLDg0LjA3NiAyNTUuMzkxLDkwLjY1MUMyNTUuMzkxLDk3LjI5NCAyNjAuNTk0LDEwMi40OTkgMjY3LjIzNywxMDIuNDk5Wk0yNzkuMDIsNzYuMTMxQzI3OS4wMiw3NC42MjUgMjgwLjM4Nyw3My4zMjQgMjgxLjk2Myw3My4zMjRDMjgzLjQwMiw3My4zMjQgMjg0Ljg0LDc0LjYyNSAyODQuODQsNzYuMTMxTDI4NC44NCwxMDUuMzA2QzI4NC44NCwxMDYuODEzIDI4My40MDIsMTA4LjExNCAyODEuOTYzLDEwOC4xMTRDMjgwLjM4NywxMDguMTE0IDI3OS4wMiwxMDYuODEzIDI3OS4wMiwxMDUuMzA2TDI3OS4wMiwxMDMuODY4QzI3NS44NywxMDYuNjc1IDI3MS43NTgsMTA4LjM4NyAyNjcuMjM3LDEwOC4zODdDMjU3LjM3NSwxMDguMzg3IDI0OS40OTksMTAwLjUxNCAyNDkuNDk5LDkwLjY1MUMyNDkuNDk5LDgwLjkyNyAyNTcuMzc1LDczLjA1IDI2Ny4yMzcsNzMuMDVDMjcxLjc1OCw3My4wNSAyNzUuODcsNzQuNzYyIDI3OS4wMiw3Ny41NzFMMjc5LjAyLDc2LjEzMVoiIHN0eWxlPSJmaWxsOnJnYigwLDc4LDE1Myk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsLTQuMDgsLTAuMjQpIj4KICAgICAgICAgICAgPHBhdGggZD0iTTMxNC40OTUsODcuOTExQzMxNC40OTUsODMuMDUgMzEwLjI0OCw3OC44MDMgMzA1LjM4NSw3OC44MDNDMzAwLjY2LDc4LjgwMyAyOTYuMjc2LDgwLjcyMSAyOTYuMjc2LDg3LjU2OUwyOTYuMjc2LDEwNS4zMDZDMjk2LjI3NiwxMDYuODEzIDI5NC44MzgsMTA4LjExNCAyOTMuMzk5LDEwOC4xMTRDMjkxLjgyMywxMDguMTE0IDI5MC40NTUsMTA2LjgxMyAyOTAuNDU1LDEwNS4zMDZMMjkwLjQ1NSw3Ni4xMzFDMjkwLjQ1NSw3NC42MjUgMjkxLjgyMyw3My4zMjQgMjkzLjM5OSw3My4zMjRDMjk0Ljc2OSw3My4zMjQgMjk2LjIwNyw3NC41NTYgMjk2LjI3Niw3NS45OTVDMjk4Ljc0Myw3NC4wNzYgMzAxLjg5Myw3My4wNSAzMDUuMzE1LDczLjA1QzMxMy4yNiw3My4wNSAzMjAuMzE1LDc5LjI4MyAzMjAuMzE1LDg3LjA4OUwzMjAuMzE1LDEwNS4zMDZDMzIwLjMxNSwxMDYuODEzIDMxOC44NzksMTA4LjExNCAzMTcuNDQsMTA4LjExNEMzMTUuODY0LDEwOC4xMTQgMzE0LjQ5NSwxMDYuODEzIDMxNC40OTUsMTA1LjMwNkwzMTQuNDk1LDg3LjkxMVoiIHN0eWxlPSJmaWxsOnJnYigwLDc4LDE1Myk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsLTQuMDgsLTAuMjQpIj4KICAgICAgICAgICAgPHBhdGggZD0iTTg3Ljg5OCw3OC44NzJDOTMuMjA5LDc4Ljg3MiA5Ny42MjEsODIuMjggOTkuMTI3LDg3LjAyOUw3Ni41OTksODcuMDI5Qzc4LjEwNSw4Mi4yOCA4Mi41MjMsNzguODcyIDg3Ljg5OCw3OC44NzJaTTEwNS40OTgsODkuNjkzQzEwNS4zNjIsODAuNzIxIDk3LjM1LDczLjA1IDg3Ljg5OCw3My4wNUM3OC4wMzUsNzMuMDUgNzAuMTYsODAuOTI3IDcwLjE2LDkwLjY1MUM3MC4xNiwxMDAuNTE0IDc4LjAzNSwxMDguMzg3IDg3Ljg5OCwxMDguMzg3QzkyLjYyMywxMDguMzg3IDk3LjAwOCwxMDYuNTM5IDEwMC4xNTgsMTAzLjM4OUMxMDAuNzc0LDEwMi44NDEgMTAxLjE4NSwxMDIuMDE5IDEwMS4xODUsMTAxLjE5N0MxMDEuMTg1LDk5LjYyMyA5OS44MTQsOTguMjUzIDk4LjIzOSw5OC4yNTNDOTcuMzUsOTguMjUzIDk2LjUyNyw5OC44MDEgOTUuOTExLDk5LjQxOEM5My45MjQsMTAxLjU0IDkwLjk4LDEwMi40OTkgODcuODk4LDEwMi40OTlDODIuMDA5LDEwMi40OTkgNzcuMjE4LDk4LjQ2MyA3Ni4xODcsOTIuODQ5TDEwMi42MjMsOTIuODQ5QzEwMi42NDMsOTIuODQ5IDEwMi42NjEsOTIuODQyIDEwMi42OCw5Mi44NDJMMTAyLjc2LDkyLjg0MkMxMDIuODA5LDkyLjgzNyAxMDIuODU4LDkyLjgyMSAxMDIuOTA4LDkyLjgxM0MxMDMuMDA5LDkyLjc5OCAxMDMuMTEsOTIuNzg0IDEwMy4yMDcsOTIuNzU0QzEwNC40NTUsOTIuNDE5IDEwNS40OTgsOTEuMjI1IDEwNS40OTgsODkuNjkzWiIgc3R5bGU9ImZpbGw6cmdiKDAsNzgsMTUzKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwtNC4wOCwtMC4yNCkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTkzLjA3MSw3OC44NzJDMTk4LjM4LDc4Ljg3MiAyMDIuNzk0LDgyLjI4IDIwNC4zMDEsODcuMDI5TDE4MS43Nyw4Ny4wMjlDMTgzLjI3Niw4Mi4yOCAxODcuNjk0LDc4Ljg3MiAxOTMuMDcxLDc4Ljg3MlpNMjEwLjY3Miw4OS42OTNDMjEwLjUzNCw4MC43MjEgMjAyLjUyMSw3My4wNSAxOTMuMDcxLDczLjA1QzE4My4yMDcsNzMuMDUgMTc1LjMyOSw4MC45MjcgMTc1LjMyOSw5MC42NTFDMTc1LjMyOSwxMDAuNTE0IDE4My4yMDcsMTA4LjM4NyAxOTMuMDcxLDEwOC4zODdDMTk3Ljc5NSwxMDguMzg3IDIwMi4xNzksMTA2LjUzOSAyMDUuMzI5LDEwMy4zODlDMjA1Ljk0NiwxMDIuODQxIDIwNi4zNTYsMTAyLjAxOSAyMDYuMzU2LDEwMS4xOTdDMjA2LjM1Niw5OS42MjMgMjA0Ljk4Nyw5OC4yNTMgMjAzLjQxMyw5OC4yNTNDMjAyLjUyMSw5OC4yNTMgMjAxLjY5OCw5OC44MDEgMjAxLjA4Miw5OS40MThDMTk5LjA5NiwxMDEuNTQgMTk2LjE1MSwxMDIuNDk5IDE5My4wNzEsMTAyLjQ5OUMxODcuMTgyLDEwMi40OTkgMTgyLjM4OSw5OC40NjMgMTgxLjM1OSw5Mi44NDlMMjA3Ljc1LDkyLjg0OUMyMDcuNzY4LDkyLjg0OSAyMDcuNzg4LDkyLjg0MiAyMDcuODA1LDkyLjg0MkwyMDcuOTMxLDkyLjg0MkMyMDguMDEsOTIuODM2IDIwOC4wODcsOTIuODExIDIwOC4xNjUsOTIuNzk1QzIwOC4yMDUsOTIuNzg3IDIwOC4yNDYsOTIuNzg0IDIwOC4yODYsOTIuNzcyQzIwOS41NzUsOTIuNDc0IDIxMC42NzIsOTEuMjYyIDIxMC42NzIsODkuNjkzWiIgc3R5bGU9ImZpbGw6cmdiKDAsNzgsMTUzKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwtNC4wOCwtMC4yNCkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMzMwLjIyOSwxMDUuMDA2QzMzMC4yMjksMTA2LjQyNCAzMjkuMDEsMTA3LjU3OCAzMjcuNTEyLDEwNy41NzhDMzI2LjA0NiwxMDcuNTc4IDMyNC44NTQsMTA2LjQyNCAzMjQuODU0LDEwNS4wMDZDMzI0Ljg1NCwxMDMuNTg3IDMyNi4wNDYsMTAyLjQzMyAzMjcuNTEyLDEwMi40MzNDMzI5LjAxLDEwMi40MzMgMzMwLjIyOSwxMDMuNTg3IDMzMC4yMjksMTA1LjAwNlpNMzI3LjUxMiwxMDEuODIxQzMyNS43MzIsMTAxLjgyMSAzMjQuMjI3LDEwMy4yNzkgMzI0LjIyNywxMDUuMDA2QzMyNC4yMjcsMTA2LjczMiAzMjUuNzMyLDEwOC4xOSAzMjcuNTEyLDEwOC4xOUMzMjkuMzI4LDEwOC4xOSAzMzAuODA1LDEwNi43NjIgMzMwLjgwNSwxMDUuMDA2QzMzMC44MDUsMTAzLjI0OSAzMjkuMzI4LDEwMS44MjEgMzI3LjUxMiwxMDEuODIxWiIgc3R5bGU9ImZpbGw6cmdiKDAsNzgsMTUzKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwtNC4wOCwtMC4yNCkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMzI3Ljk2NCwxMDQuMjY2QzMyNy45NjQsMTA0LjI3MiAzMjcuOTU5LDEwNC44MjggMzI3LjQ0NiwxMDQuODI4TDMyNy4xNjcsMTA0LjgyOEwzMjcuMTY3LDEwMy43MjdMMzI3LjQ0NiwxMDMuNzI3QzMyNy45NTksMTAzLjcyNyAzMjcuOTY0LDEwNC4yNDQgMzI3Ljk2NCwxMDQuMjY2Wk0zMjguMDQ4LDEwNS4zMDRDMzI4LjQwNSwxMDUuMDg4IDMyOC42MTYsMTA0LjcwNSAzMjguNjE2LDEwNC4yNjZDMzI4LjYxNiwxMDMuNjAxIDMyOC4xMSwxMDMuMDk5IDMyNy40MzcsMTAzLjA5OUwzMjYuOTYzLDEwMy4wOTlDMzI2LjcwNCwxMDMuMDk5IDMyNi41MTcsMTAzLjMwMiAzMjYuNTE3LDEwMy41ODJMMzI2LjUxNywxMDYuNTc0QzMyNi41MTcsMTA2Ljc0NyAzMjYuNjY0LDEwNi44ODggMzI2Ljg0NiwxMDYuODg4QzMyNy4wMywxMDYuODg4IDMyNy4xNjcsMTA2Ljc1MyAzMjcuMTY3LDEwNi41NzRMMzI3LjE2NywxMDUuNDY0TDMyNy40MTQsMTA1LjQ2NEwzMjcuOTk5LDEwNi43MTNDMzI4LjA0NywxMDYuODIgMzI4LjE1NywxMDYuODg4IDMyOC4yNzgsMTA2Ljg4OEMzMjguMzMsMTA2Ljg4OCAzMjguMzg2LDEwNi44NzUgMzI4LjQyNSwxMDYuODU2QzMyOC41NDEsMTA2LjgxMSAzMjguNjE2LDEwNi43MDMgMzI4LjYxNiwxMDYuNTgyQzMyOC42MTYsMTA2LjU0NCAzMjguNjE2LDEwNi41MDEgMzI4LjU5LDEwNi40NDhMMzI4LjA0OCwxMDUuMzA0WiIgc3R5bGU9ImZpbGw6cmdiKDAsNzgsMTUzKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=');
  background-repeat: no-repeat;
}
.menu-style-limited .nav-header .main-menu {
  font-size: 100%;
  background-color: #e5e5e5;
  position: absolute;
  top: 60px;
  left: -100%;
  transition: left 0.25s;
  z-index: 2;
  width: 320px;
}
@media only screen and (min-width: 768px) {
  .menu-style-limited .nav-header .main-menu {
    top: 76px;
  }
}
.menu-style-limited .nav-header .main-menu * {
  box-sizing: border-box;
}
.menu-style-limited .nav-header .main-menu .tier-1 {
  list-style-type: none;
  padding: 0 0 50px;
  margin: 1px 0 0 0;
  background-color: #f4f4f4;
  overflow-y: auto;
  height: calc(100vh - 60px);
}
.menu-style-limited .nav-header .main-menu .tier-1 .list-item-link {
  flex: 1 1 auto;
  color: #000;
  text-decoration: none;
  padding: 0.75em 1em;
}
.menu-style-limited .nav-header .main-menu .tier-1 label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0.5em 1em;
  cursor: pointer;
  font-weight: normal;
}
.menu-style-limited .nav-header .main-menu .tier-1 label:after {
  content: ' ';
  width: 8px;
  height: 8px;
  border-right: 2px solid #af1585;
  border-bottom: 2px solid #af1585;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}
.menu-style-limited .nav-header .main-menu .tier-1 > .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 0;
  margin: 0 0 1px;
}
.menu-style-limited .nav-header .main-menu .tier-1 > .list-item.last {
  position: fixed;
  bottom: -1px;
  width: 320px;
}
.menu-style-limited .nav-header .main-menu .tier-1 > .list-item.last .list-item-link {
  color: #fff;
  background-color: #af1585;
  text-align: center;
}
.menu-style-limited .nav-header .main-menu .tier-1 > .list-item.last .list-item-link:after {
  content: ' ';
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: relative;
  margin-left: 6px;
}
.menu-style-limited .nav-header .main-menu .tier-2 {
  display: none;
  flex: 1 0 100%;
  flex-basis: 100%;
  margin: -1px 0;
  padding: 0;
  opacity: 0;
}
.menu-style-limited .nav-header .main-menu .tier-2 .list-item {
  background-color: #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1px;
}
.menu-style-limited .nav-header .main-menu .tier-2 .list-item .list-item-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.menu-style-limited .nav-header .main-menu .tier-2 .list-item.tier-2__title {
  display: none;
}
.menu-style-limited .nav-header .main-menu .tier-2 .list-item .inner {
  padding: 0.5em 0;
}
.menu-style-limited .nav-header .main-menu .tier-2 .list-item .list-item-link {
  padding: 0.75em 0 0.75em 1.5em;
}
.menu-style-limited .nav-header .main-menu .tier-2 .list-item .list-item-link i[class^='icon-'] {
  display: none;
}
.menu-style-limited .nav-header .main-menu .tier-3 {
  display: none;
  flex-basis: 100%;
  padding: 0;
}
.menu-style-limited .nav-header .main-menu .tier-3 .list-item {
  background-color: #e6e6e6;
}
@media (min-width: 1024px) {
  .menu-style-limited .nav-header .main-menu .tier-3 .list-item {
    background: transparent;
  }
}
.menu-style-limited .nav-header .main-menu .tier-3 .list-item:last-child {
  margin-bottom: 0;
}
.menu-style-limited .nav-header .main-menu .tier-3 .list-item .list-item-wrapper {
  padding: 0;
}
.menu-style-limited .nav-header .main-menu .tier-3 .list-item .list-item-description {
  display: none;
}
.menu-style-limited .nav-header .main-menu .tier-3 .list-item .list-item-link {
  padding: 0.75em 0 0.75em 2em;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .menu-style-limited .nav-header .main-menu input[type='checkbox']:checked ~ .tier-2,
  .menu-style-limited .nav-header .main-menu input[type='checkbox']:checked ~ .tier-3 {
    display: block;
    animation-name: opacity;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .menu-style-limited .nav-header .main-menu input[type='checkbox']:checked ~ label:after {
    transform: rotate(-135deg);
    top: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .menu-style-limited .nav-header .main-menu .tier-1 {
    height: calc(100vh - 76px);
  }
}
@media only screen and (min-width: 1023px) {
  .menu-style-limited .nav-header .main-menu {
    background-color: #fff;
    padding: 0;
    left: 0;
    flex: 0 0 auto;
    flex-grow: 1;
    position: unset;
  }
  .menu-style-limited .nav-header .main-menu .tier-1 {
    display: flex;
    flex-direction: row;
    background-color: inherit;
    padding: 0;
    margin: 0;
    max-width: none;
    height: 100%;
    overflow-y: initial;
  }
  .menu-style-limited .nav-header .main-menu .tier-1 > .list-item {
    margin: 0;
  }
  .menu-style-limited .nav-header .main-menu .tier-1 > .list-item:last-child {
    border-bottom: none;
  }
  .menu-style-limited .nav-header .main-menu .tier-1 > .list-item .list-item-link {
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
  }
  .menu-style-limited .nav-header .main-menu .tier-1 > .list-item .list-item-link.nav-item-parent {
    position: relative;
  }
  .menu-style-limited .nav-header .main-menu .tier-1 > .list-item .list-item-link.nav-item-parent:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 35%;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0 0 3px 3px;
    border-color: transparent transparent #426da9 #426da9;
    border-radius: 2px;
    transform: rotate(-45deg);
    transform-origin: 5px;
    transition: ease-in-out transform 0.1s;
  }
  .menu-style-limited .nav-header .main-menu .tier-1 > .list-item label {
    display: none;
  }
  .menu-style-limited .nav-header .main-menu .tier-1 > .list-item:last-child {
    position: static;
    width: auto;
  }
  .menu-style-limited .nav-header .main-menu .tier-1 > .list-item:last-child .list-item-link {
    color: black;
    background-color: #fff;
    text-align: left;
  }
  .menu-style-limited .nav-header .main-menu .tier-1 > .list-item:last-child .list-item-link .arrow {
    display: none;
  }
  .menu-style-limited .nav-header .main-menu .tier-1 > .list-item:hover .nav-item-parent:after {
    transform: rotate(135deg);
    top: 40%;
  }
  .menu-style-limited .nav-header .main-menu .tier-2 {
    flex-wrap: wrap;
    opacity: 1;
    padding: 0 1em;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.3);
  }
  .menu-style-limited .nav-header .main-menu .tier-2 > .list-item {
    flex: 0 0 16%;
    display: flex;
    align-content: flex-start;
    background-color: transparent;
    margin-right: 7px;
  }
  .menu-style-limited .nav-header .main-menu .tier-2 > .list-item:not(:first-child):not(.plain) {
    padding-bottom: 20px;
  }
  .menu-style-limited .nav-header .main-menu .tier-2 .list-item:last-child {
    margin-right: 0 !important;
  }
  .menu-style-limited .nav-header .main-menu .tier-2 .list-item .list-item-wrapper {
    display: block;
    border: 2px solid #f2f8ff;
    border-radius: 6px;
  }
  .menu-style-limited .nav-header .main-menu .tier-2 .list-item .list-item-wrapper:hover {
    border-color: #af1585;
  }
  .menu-style-limited .nav-header .main-menu .tier-2 .list-item .list-item-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.5em 1em;
    white-space: normal;
    flex: 1 1 auto;
    width: 100%;
  }
  .menu-style-limited .nav-header .main-menu .tier-2 .list-item .list-item-link i[class^='icon-'] {
    display: flex;
    font-size: 40px;
  }
  .menu-style-limited .nav-header .main-menu .tier-2 .list-item.tier-2__title {
    display: block;
    flex: 1 1 100%;
    border: none !important;
    font-size: 1.25em;
    margin: 1em 1.5em 1em 0;
  }
  .menu-style-limited .nav-header .main-menu .tier-2 .list-item.tier-2__title:hover {
    border-color: transparent;
  }
  .menu-style-limited .nav-header .main-menu .tier-2:not(.headless) > .list-item:not(:first-child):hover {
    padding-bottom: 0;
  }
  .menu-style-limited .nav-header .main-menu .tier-2 > .list-item > .list-item-wrapper > .list-item-link {
    min-height: 132px;
  }
  .menu-style-limited .nav-header .main-menu .tier-2.headless {
    justify-content: center;
  }
  .menu-style-limited .nav-header .main-menu .tier-2.headless .tier-2__title {
    margin-top: 0;
  }
  .menu-style-limited .nav-header .main-menu .tier-2.headless li:not(:first-child) {
    flex: 0 0 26%;
  }
  .menu-style-limited .nav-header .main-menu .tier-2.align-start {
    align-items: flex-start;
  }
  .menu-style-limited .nav-header .main-menu #solutions .tier-2 li:not(.tier-2__title):hover {
    margin-bottom: 0;
  }
  .menu-style-limited .nav-header .main-menu #industries .tier-2 li {
    margin-bottom: 1em;
  }
  .menu-style-limited .nav-header .main-menu .tier-3 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 1em;
    background-color: #fff;
    margin-bottom: 1em;
  }
  .menu-style-limited .nav-header .main-menu .tier-3 ul {
    padding: 1em 0;
  }
  .menu-style-limited .nav-header .main-menu .tier-3 ul.inline {
    border-top: 1px solid #eeeeee;
    display: flex;
    flex-wrap: wrap;
  }
  .menu-style-limited .nav-header .main-menu .tier-3 ul.inline .list-item {
    flex: 0 0 32%;
  }
  .menu-style-limited .nav-header .main-menu .tier-3 ul.stacked {
    padding: 1em 0.5em 1em 1em;
    margin-top: 0;
  }
  .menu-style-limited .nav-header .main-menu .tier-3 ul.stacked .list-item {
    margin: 0 0 0.5em 0;
  }
  .menu-style-limited .nav-header .main-menu .tier-3 ul .list-item {
    padding-bottom: 0;
  }
  .menu-style-limited .nav-header .main-menu .tier-3 ul .list-item:hover {
    border-color: transparent;
  }
  .menu-style-limited .nav-header .main-menu .tier-3 ul .list-item .list-item-wrapper {
    margin: 0 1em 0 0;
    padding: 0.5em;
    position: relative;
    height: 100%;
  }
  .menu-style-limited .nav-header .main-menu .tier-3 ul .list-item .list-item-link {
    color: #af1585;
    font-weight: 500;
    padding: 0;
    border: none;
    margin-bottom: 0.5em;
  }
  .menu-style-limited .nav-header .main-menu .tier-3 ul .list-item .list-item-link.extended-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: '';
  }
  .menu-style-limited .nav-header .main-menu .tier-3 ul .list-item:hover {
    text-decoration: underline;
  }
  .menu-style-limited .nav-header .main-menu .tier-3 ul .list-item .list-item-description {
    display: block;
    color: #777;
    font-size: 0.9em;
    margin: 0;
  }
  .menu-style-limited .nav-header .main-menu .tier-3.reveal-all {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 10px;
    padding: 10px 0 0;
    border-top: 1px solid #f2f8ff;
  }
  .menu-style-limited .nav-header .main-menu .tier-3.reveal-all .list-item-link {
    min-height: inherit;
  }
  .menu-style-limited .nav-header .main-menu .tier-1 li:hover .tier-2,
  .menu-style-limited .nav-header .main-menu .tier-1 li.focussed .tier-2 {
    display: flex;
  }
  .menu-style-limited .nav-header .main-menu .tier-2 li:hover .tier-3,
  .menu-style-limited .nav-header .main-menu .tier-2 li.focussed .tier-3 {
    display: block;
    width: 100%;
  }
}
.menu-style-limited .nav-header #industriesLink .list-item:not(:first-child):hover {
  padding-bottom: 20px !important;
}
.menu-style-limited .nav-header #toggleMenu:checked ~ .main-menu {
  left: -8px;
}
.menu-style-limited .nav-header #toggleMenu:checked ~ .menu-overlay {
  display: block;
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu-style-limited .nav-header .menu-overlay {
  display: none;
  position: fixed;
  top: 67px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  width: 100vw;
  height: calc(100vh - 67px);
}
.admin-bar .menu-style-limited .nav-header div.sticky-wrapper:not(.is-sticky) .menu-overlay {
  top: 110px;
  height: calc(100vh - 110px);
}
@media (min-width: 768px) {
  .admin-bar .menu-style-limited .nav-header div.sticky-wrapper:not(.is-sticky) .menu-overlay {
    top: 123px;
    height: calc(100vh - 123px);
  }
}
@media only screen and (min-width: 768px) {
  .menu-style-limited .nav-header .menu-overlay {
    top: 90px;
    height: calc(100vh - 90px);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu-style-limited .nav-header .main-menu {
    position: relative;
    top: 0;
    left: 0;
  }
  .menu-style-limited .nav-header .main-menu .tier-1 {
    overflow: visible;
  }
  .menu-style-limited .nav-header .main-menu .tier-2,
  .menu-style-limited .nav-header .main-menu .tier-3 {
    width: 100%;
  }
  .menu-style-limited .nav-header .main-menu .parent-item-3 .tier-3 {
    width: auto;
  }
  .menu-style-limited .nav-header .main-menu .headless.tier-2 li:not(:first-child) {
    flex: 0 0 25%;
  }
}
.menu-style-limited .nav-header .desktop-overlay {
  display: none;
  position: fixed;
  top: 128px;
  left: 0;
  width: 100%;
  height: calc(100% - 76px);
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
}
.menu-style-limited .nav-header .desktop-overlay.visible {
  display: block;
}
@media only screen and (min-width: 1023px) {
  .menu-style-limited .nav-header .main-menu:hover ~ .desktop-overlay {
    display: block;
  }
}
.menu-style-limited .nav-header .search {
  display: flex;
  align-items: center;
  margin: 0;
  background-color: #fff;
}
@media only screen and (min-width: 1023px) {
  .menu-style-limited .nav-header .search {
    margin: 0 1em 0 0;
    order: 3;
  }
}
.menu-style-limited .nav-header .search .search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .menu-style-limited .nav-header .search .search-form {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: linear opacity 0.1s;
  }
}
.menu-style-limited .nav-header .search .search-form .search-inputs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 0 auto;
  padding-left: 0.5em;
}
.menu-style-limited .nav-header .search .search-form input[type='search'] {
  border: none;
  width: 80%;
  padding: 0.907em 1.25em;
  margin: 0;
  flex: 1 0 auto;
  order: 2;
}
.menu-style-limited .nav-header .search .search-form input[type='search']:focus {
  background: gradient(0deg, rgba(236, 240, 246, 0.5), rgba(236, 240, 246, 0.5)), #ffffff;
}
.menu-style-limited .nav-header .search .search-form input[type='submit'] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAMAAAAcqPc3AAABI1BMVEUAAAAAAP8AgIArVYAgQJ8cVY4XRosVVZUiVZkgUI8eS5YbUZQXRosgSpUbUpIaT40dUJIcTo4eT5IdUZEbUZIbUI8fTY8fT5EdT5IdTpAeTpAcT5EfTpIeUZAdTZEcT5EeT5IdTpEcT5EcTpAeT5AeTpEdT5EdTpIcT5EeT5IeTpEdT5EcTpIdT5AdT5EcTpEdT5IdT5EdTpAdUJIdT5AdTpEcT5EdTpAdT5EdT5IdT5EcT5EeT5EdT5EdT5McUJAdT5IdT5EdT5AeT5IdT5AdT5EcT5EdT5IdT5EdT5EdTpEdT5EcT5EdT5EdT5EdT5EdT5EdT5EdT5EdT5EdT5EdT5EdT5EdT5EdT5EdT5EdT5EdT5EdT5IdT5EdT5EdT5H///+hifIQAAAAX3RSTlMAAQIGCAkLDA8QERMWGBwdIyQqLC8wMjo9PkVKS0xPUVRYWlxeX2FiZG5vdHV6e3+Fjo+TmJyipqeorrS1t7i9v8LExsvMztTV3N3h4+Pk5efo7O3v8fP4+fr7/Pz9/qH6vTMAAAABYktHRGDFt3wQAAAA5klEQVQYGW3BhVrCYACG0W8TQTFRxG5U7NndgoGKlIix9/7vwmc/29BHzpFvIL22PNWhv6zZezzvhwn9EjsmUEsr1HYF3K7PLe2WwV1QYBuqM/J07kNtUA2JOrVh+fbgRA0OOAq0P+P2ysjh9irkQEZGhbyaJsCRx/rgTk0jsCOjQMVWaB42ZJzCqEJHMC4jA5e2fMlPqhEZkTxsWTL6HmBTvslvOEtKiiwW4albgRUXeLy4fgO+yMYVmC7iOy9ANq5AbPWmDqWDMQ2VINelJqsnKk+qDNmo/kuVIa0WUi+v/WrFtqUfVzE2hYvQL2IAAAAASUVORK5CYII=) no-repeat center center;
  padding: 0.907em 0;
  width: 44px;
  border-radius: 0 6px 6px 0;
  border: none;
  margin: 0;
  text-indent: -999px;
  order: 1;
}
.menu-style-limited .nav-header .search .search-form .toggler {
  padding-right: 15px;
}
.menu-style-limited .nav-header .search .search-button {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABmJLR0QA/wD/AP+gvaeTAAABQ0lEQVQ4jaXTMUtcQRSG4bmrhQmxMigsQtBYiCEYFlIEUqUIlimVFGJpaWNhZWMhBEKCpb8gkEZInS4GtjOgpVGwiYUEQRRcnxQ7i7Nx7+zKfs25w3l5D2eYG0ImGMJwjskG4/iEI7f5iy94dR/Re1wozw0+Y7CbaD7CcIp1vMFrLGMvkW7nRGM4j+BPPO7ADGArEb4rk21E4AyjmaEVfI9svQz6FYEP2btosm+T+6umvUqsT2Pd7SYLIfyItQghTLXJUCTS6x5kjeR7oE1WFIUQwnE813qQpczhnW58pHCCRzkTvkZ2vwyYxFWEdvCghFtNnsZSbuJKAh5gEROoYg7fkv5vPMttELCGhnxa/+wfPO8mfBlXvUwEN6hjATXNx92bMEofYgazGOkwMBVOdxX2sEFLuNmXLApf4COe9C37P/8A1uDf8BeDyiwAAAAASUVORK5CYII=) no-repeat center center, linear-gradient(225deg, #1d4f91 0%, #6d2077 100%);
}
@media only screen and (min-width: 1023px) {
  .menu-style-limited .nav-header .search .search-button {
    display: none;
  }
}
.menu-style-limited .nav-header #toggleSearch:checked ~ .search .search-form {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .menu-style-limited .nav-header .search .search-form input[type='search']:focus {
    width: 330px !important;
  }
}
@media only screen and (min-width: 1023px) {
  .menu-style-limited .nav-header .search .search-form {
    display: flex;
    position: relative;
  }
  .menu-style-limited .nav-header .search .search-form input[type='search'] {
    background: #f4f4f4;
    border-radius: 6px 0 0 6px;
    border: none;
    padding: 0.907em 1.25em;
    height: 44px;
    margin: 0;
    width: 175px;
    order: 1;
    transition: width 0.1s ease-in-out;
  }
  .menu-style-limited .nav-header .search .search-form input[type='submit'] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABmJLR0QA/wD/AP+gvaeTAAABQ0lEQVQ4jaXTMUtcQRSG4bmrhQmxMigsQtBYiCEYFlIEUqUIlimVFGJpaWNhZWMhBEKCpb8gkEZInS4GtjOgpVGwiYUEQRRcnxQ7i7Nx7+zKfs25w3l5D2eYG0ImGMJwjskG4/iEI7f5iy94dR/Re1wozw0+Y7CbaD7CcIp1vMFrLGMvkW7nRGM4j+BPPO7ADGArEb4rk21E4AyjmaEVfI9svQz6FYEP2btosm+T+6umvUqsT2Pd7SYLIfyItQghTLXJUCTS6x5kjeR7oE1WFIUQwnE813qQpczhnW58pHCCRzkTvkZ2vwyYxFWEdvCghFtNnsZSbuJKAh5gEROoYg7fkv5vPMttELCGhnxa/+wfPO8mfBlXvUwEN6hjATXNx92bMEofYgazGOkwMBVOdxX2sEFLuNmXLApf4COe9C37P/8A1uDf8BeDyiwAAAAASUVORK5CYII=) no-repeat center center, linear-gradient(225deg, #1d4f91 0%, #6d2077 100%);
    padding: 0.907em 0;
    width: 44px;
    height: 44px;
    border-radius: 0 6px 6px 0;
    border: none;
    margin: 0;
    text-indent: -999px;
    order: 2;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu-style-limited .nav-header .search .search-form input[type='search'] {
    height: auto;
  }
}
.menu-style-limited .nav-header #toggleMenu {
  display: none;
}
.menu-style-limited .nav-header .toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
}
@media only screen and (min-width: 1023px) {
  .menu-style-limited .nav-header .toggler {
    display: none;
  }
}
.menu-style-limited .nav-header .hamburger-wrapper {
  position: relative;
  z-index: 1;
}
.menu-style-limited .nav-header .hamburger {
  padding: 2px 2px 0 2px;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}
.menu-style-limited .nav-header .hamburger:hover {
  opacity: 1;
}
.menu-style-limited .nav-header .hamburger.isOpen {
  background-color: #ff0000;
}
.menu-style-limited .nav-header .hamburger.isOpen:hover {
  opacity: 1;
}
.menu-style-limited .nav-header .hamburger.isOpen .hamburger-inner,
.menu-style-limited .nav-header .hamburger.isOpen .hamburger-inner::before,
.menu-style-limited .nav-header .hamburger.isOpen .hamburger-inner::after {
  background-color: white;
}
.menu-style-limited .nav-header .hamburger .hamburger-box {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.menu-style-limited .nav-header .hamburger .hamburger-inner {
  position: relative;
  top: 50%;
  display: block;
}
.menu-style-limited .nav-header .hamburger .hamburger-inner,
.menu-style-limited .nav-header .hamburger .hamburger-inner::before,
.menu-style-limited .nav-header .hamburger .hamburger-inner::after {
  width: 32px;
  height: 4px;
  background-color: #426da9;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.menu-style-limited .nav-header .hamburger .hamburger-inner::before,
.menu-style-limited .nav-header .hamburger .hamburger-inner::after {
  content: '';
  display: block;
}
.menu-style-limited .nav-header .hamburger .hamburger-inner::before {
  top: -10px;
}
.menu-style-limited .nav-header .hamburger .hamburger-inner::after {
  bottom: -10px;
}
.menu-style-limited .nav-header .hamburger.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.menu-style-limited .nav-header .hamburger.hamburger--vortex .hamburger-inner::before,
.menu-style-limited .nav-header .hamburger.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.menu-style-limited .nav-header .hamburger.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.menu-style-limited .nav-header .hamburger.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.menu-style-limited .nav-header .hamburger.hamburger--vortex.isOpen .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.menu-style-limited .nav-header .hamburger.hamburger--vortex.isOpen .hamburger-inner::before,
.menu-style-limited .nav-header .hamburger.hamburger--vortex.isOpen .hamburger-inner::after {
  transition-delay: 0s;
}
.menu-style-limited .nav-header .hamburger.hamburger--vortex.isOpen .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.menu-style-limited .nav-header .hamburger.hamburger--vortex.isOpen .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
.menu-style-limited .nav-header #toggleSearch:checked ~ .search .search-form .toggler .hamburger-inner,
.menu-style-limited .nav-header #toggleMenu:checked ~ .toggler .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.menu-style-limited .nav-header #toggleSearch:checked ~ .search .search-form .toggler .hamburger-inner::before,
.menu-style-limited .nav-header #toggleSearch:checked ~ .search .search-form .toggler .hamburger-inner::after,
.menu-style-limited .nav-header #toggleMenu:checked ~ .toggler .hamburger-inner::before,
.menu-style-limited .nav-header #toggleMenu:checked ~ .toggler .hamburger-inner::after {
  transition-delay: 0s;
}
.menu-style-limited .nav-header #toggleSearch:checked ~ .search .search-form .toggler .hamburger-inner::before,
.menu-style-limited .nav-header #toggleMenu:checked ~ .toggler .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.menu-style-limited .nav-header #toggleSearch:checked ~ .search .search-form .toggler .hamburger-inner::after,
.menu-style-limited .nav-header #toggleMenu:checked ~ .toggler .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
@media only screen and (min-width: 1023px) {
  .menu-style-limited .nav-header .main-menu .tier-2 {
    top: calc(100% - 3px);
  }
}
.menu-style-limited .nav-header .img-span {
  margin-bottom: 1pc;
}
.menu-style-limited .nav-header .img-span img {
  height: 40px;
}
@media only screen and (max-width: 1023px) {
  .img-span {
    display: none;
  }
  .menu-style-limited #header-container-main .container {
    max-width: 100%;
  }
  .main-color-raspberry.menu-style-limited #header-top {
    padding: 0;
  }
  .menu-style-limited .nav-header .main-menu {
    top: 63px;
  }
  .menu-style-limited .nav-header #toggleMenu:checked ~ .main-menu {
    left: -16px;
  }
}
.hide-sticky #sticky-header,
.hide-sticky #sticky-header-sticky-wrapper {
  display: none;
}
