@charset "utf-8";
/* Imported from advent.com - DO NOT MODIFY */
body,
div,
ul,
li,
form,
input,
p {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
ul {
  list-style: none;
}
a {
  color: #0077c8;
}
a:hover {
  cursor: pointer;
}
.clear {
  clear: both;
  font-size: 0px;
  line-height: 0;
}
body {
  color: #000;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 19px;
}
.wrapper {
  margin: 0 auto;
  overflow: hidden;
}
.container {
  max-width: 1476px;
  margin: 0 auto;
}
.header {
  background: #fff;
  border-top: 6px solid #0a85c7;
}
.top_h {
  height: 72px;
}
.logo {
  width: 175px;
  height: 100%;
  float: left;
  padding-top: 14px;
  margin-right: 28px;
}
.logo a {
  display: block;
}
.logo img {
  display: block;
  max-width: 100%;
}
.social_header {
  height: 100%;
  float: left;
  padding-top: 28px;
}
.social_header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social_header ul li {
  float: left;
  margin-right: 10px;
}
.social_header ul li a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.social_header ul li a:hover,
.social_header ul li a:active,
.social_header ul li a:focus {
  text-decoration: none !important;
}
.social_header ul li .fa {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 13px;
  background: rgba(0,0,0,0.00);
  text-align: center;
  line-height: 20px;
  transition: 0.1s ease-in;
}
.social_header ul li .fa-facebook:hover {
  background: #00538c;
}
.social_header ul li .fa-twitter-x:hover,
.social_header ul li .fa.twitter-x:hover {
    background: #00538c;
}
.social_header ul li .fa-linkedin:hover {
  background: #00538c;
}
.h_btn_box {
  float: right;
  height: 72px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 8px;
}
.h_btn_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.h_btn_box ul li {
  float: left;
  margin-left: 11px;
}
.h_btn_box ul li a {
  min-width: 160px;
}
.search_box {
  position: relative;
  float: right;
  margin-top: 19px;
}
.search_box .btn_search {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: url("//cdn.advent.com/assets/f2egd0i3/icon_searchglass_white.png")
    no-repeat center center;
  background-size: 20px auto;
  cursor: pointer;
  z-index: 40;
}
.search_box .input_search {
  position: absolute;
  right: -8px;
  top: 0;
  width: 0;
  height: 36px;
  background: #f6f9fc;
  border: none;
  border-radius: 50px;
  box-shadow: 0 0 6px #0090fe;
  -webkit-appearance: none;
  outline: none !important;
  padding: 0;
  color: #1b314b;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 36px;
  opacity: 0;
  transition: 0.2s ease-in;
}
.nav_wrapper {
  background: #f6f9fc;
  border-bottom: 1px solid #e2e7ed;
  height: 72px;
}
.mainnav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainnav nav ul li {
  float: left;
  height: 72px;
  margin-right: 50px;
  position: relative;
}
.mainnav nav ul li:last-child {
  margin-right: 0;
}
.mainnav nav ul li a {
  display: block;
  color: #66738f;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  line-height: 72px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  position: relative;
}
/*
.mainnav nav ul li:focus > a:after,
.mainnav nav ul li:active > a:after,
.mainnav nav ul li:hover > a:after {
  display: block;
  content: "";
  width: 100%;
  height: 6px;
  background: #0a85c7;
  position: absolute;
  left: 0;
  bottom: -1px;
}
*/
main {
  display: block;
}
.btn {
  height: 36px;
  border: none;
  border-radius: 40px;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none !important;
  color: #fff;
  font-size: 13px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  line-height: 35px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.1s ease-in;
}

.btn.focus,
.btn:focus {
  font-size: initial !important;
  outline: 0;
  box-shadow: none;
}

.btn:hover {
  color: #fff;
}
.btn-sm {
  height: 39px;
  line-height: 36px;
}
p {
  color: #000;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 24px;
}
.btn:disabled {
  opacity: 0.35;
}
.footer {
  background: #0077c8;
}
.top_footer {
  padding: 30px 0 0;
}
.footer_links {
  float: left;
}
.footer_links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_links ul li {
  line-height: 14px;
  float: left;
  padding-right: 25px;
  margin-right: 25px;
}
.footer_links ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.footer_links ul li a {
  color: #fff;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 17px;
  transition: 0.1s ease-in;
}
.footer_links ul li a:hover {
  color: #cc4b00;
}
.top_footer .h_btn_box {
  float: right;
  height: auto;
}
.top_footer .h_btn_box ul li {
  margin-left: 15px;
}
.copyright_wrapper {
  background: #0077c8;
  padding: 30px 0;
}
.footer .left_box {
  float: left;
}
.footer .left_box p {
  float: left;
  color: #fff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 14px;
  margin-bottom: 0;
  padding-top: 18px;
}
.footer .left_box ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 40px;
  padding-left: 40px;
  margin-top: 18px;
}
.footer .left_box ul li {
  float: left;
  line-height: 14px;
  margin: 0;
  margin-right: 20px;
}
.footer .left_box ul li:last-child {
  margin-right: 0;
}
.footer .left_box ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}
.footer .left_box ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.copyright_wrapper .social_header {
  float: right;
  padding: 0;
  height: auto;
  padding-top: 14px;
}
.copyright_wrapper .social_header li .fa {
  color: #ffffff;
  background: rgba(0,0,0,0.00)
}
.mobile_menubtn {
  display: none;
}
.mobview {
  display: none;
}
.mainnav nav ul li .subbtn {
  display: none;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media only screen and (max-width: 1500px) {
  .container {
    max-width: 1272px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .col-md-2,
  .col-md-3,
  .col-md-7,
  .col-md-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 1296px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-md-2,
  .col-md-3,
  .col-md-7,
  .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mainnav nav ul li {
    margin-right: 40px;
  }
  .footer_links ul li {
    margin-right: 18px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .footer_links {
    float: left;
    width: 580px;
  }
}
@media only screen and (max-width: 991px) {
  .mainnav nav ul li {
    margin-right: 20px;
  }
  .footer_links {
    float: none;
    width: auto;
  }
  .top_footer .h_btn_box {
    display: inline-block;
    float: none;
    height: auto;
  }
  .top_footer {
    text-align: center;
  }
  .footer_links {
    float: none;
    padding-bottom: 10px;
    width: auto;
  }
  .footer_links ul li {
    float: none;



    display: inline-block;
  }
  .footer_links ul li a {
    font-size: 14px;
  }
  .footer .left_box {
    float: none;
    text-align: center;
  }
  .footer .left_box p {
    font-size: 14px;
    float: none;
  }
  .footer .left_box ul {
    display: inline-block;
    border-left: none;
    float: none;
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
  }
  .footer .left_box ul li a {
    font-size: 14px;
    line-height: 28px;
  }
  .copyright_wrapper .social_header {
    float: none;
    text-align: center;
    padding-top: 50px;
  }
  .footer .social_header ul {
    display: inline-block;
  }
  .footer .social_header ul li {
    margin: 0 20px;
  }
  .footer .social_header ul li a {
    height: 40px;
    width: 40px;
  }
  .footer .social_header ul li .fa {
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 990px) {
  .logo {
    width: 180px;
    height: 87px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h_btn_box {
    display: none;
  }
  .mobile_menubtn {
    display: block;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
    width: 50px;
    z-index: 999999;
  }
  #nav-icon3 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50px;
    background: #0077c8;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border-radius: 10px;
  }
  #nav-icon3 span:nth-child(1) {
    top: 0;
  }
  #nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    top: 18px;
  }
  #nav-icon3 span:nth-child(4) {
    top: 37px;
  }
  .header .nav_wrapper {
    background: #fff;
    min-height: 250px;
    position: absolute;
    width: 100%;
    height: calc(100vh - 88px);
    transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform: perspective(500px) rotateX(-20deg);
    -moz-transform: perspective(500px) rotateX(-20deg);
    -webkit-transform: perspective(500px) rotateX(-20deg);
    -webkit-transition: -webkit-transform 0.4s;
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
    border: none;
    z-index: 9999;
  }
  .top_h {
    height: 88px;
    background: #f6f9fc;
    border-bottom: 1px solid #e2e7ed;
  }
  .search_box {
    position: absolute;
    right: 88px;
    top: -82px;
  }
  .search_box .input_search {
    height: 40px;
    line-height: 40px;
  }
  .search_box .btn_search {
    height: 40px;
    background-size: 28px auto;
  }
  .footer_links ul li {
    display: block;
    float: none;
    margin-right: 0;
    padding-right: 0;
    border: none;
    margin-bottom: 12px;
  }
  .footer_links ul li a {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .h_btn_box {
    margin: 0;
  }
  .top_footer .h_btn_box ul li {
    margin-left: 0;
    float: left;
    margin: 0 20px;
  }
  .top_footer .h_btn_box ul li .btn {
    height: 50px;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 50px;
    min-width: 200px;
  }
  .footer:before {
    height: 8px;
  }
  .top_footer {
    background-color: #0077c8;
    overflow: hidden;
  }
  .copyright_wrapper {
    padding: 10px 10px 20px;
  }
  .footer .left_box p {
    font-size: 14px;
    padding-top: 6px;
  }
  .footer .left_box ul li a {
    font-size: 16px;
    line-height: 32px;
  }
  .footer .social_header ul li {
    margin: 0 16px;
  }
  .footer .social_header ul li a {
    height: 35px;
    width: 35px;
  }
  .footer .social_header ul li .fa {
    font-size: 22px;
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
  .copyright_wrapper .social_header {
    padding-top: 45px;
  }
  .h_btn_box.mobview {
    display: block;
  }
  .header {
    position: relative;
  }
  .nav_wrapper [class*="col-"] {
    padding: 0;
  }
  .mainnav {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .mainnav nav > ul > li {
    float: none;
    height: auto;
    margin-right: 0;
    position: relative;
    padding: 15px 0;
    padding-right: 75px;
  }
  .mainnav nav > ul > li > a {
    color: #8898ab;
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 20px;
  }
  .mainnav nav > ul > li .subbtn {
    display: block;
    width: 75px;
    height: 52px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.1s ease-in;
    cursor: pointer;
  }
  .h_btn_box.mobview {
    display: block;
    float: none;
    height: auto;
    padding: 0 15px;
    padding-bottom: 25px;
  }
  .h_btn_box.mobview ul li {
    margin: 0;
    width: 50%;
    padding: 0 5px;
  }
  .h_btn_box.mobview ul li .btn {
    width: 100%;
    height: 48px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 44px;
  }
  .social_header ul li a {
    height: 36px;
    width: 36px;
  }
  .social_header ul li .fa {
    font-size: 22px;
    line-height: 36px;
    width: 36px;
    height: 36px;
  }
  .social_header ul li {
    float: left;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .logo {
    height: 79px;
    width: 160px;
  }
  .top_h {
    height: 80px;
  }
  .search_box {
    position: absolute;
    right: 84px;
    top: -78px;
  }
  .search_box .btn_search {
    background-size: 24px auto;
  }
  .mainnav nav > ul > li {
    padding: 15px 45px 15px 0;
  }
  .mainnav nav > ul > li > a {
    font-size: 16px;
  }
  .mainnav nav > ul > li .subbtn {
    font-size: 36px;
    height: 48px;
    line-height: 48px;
    width: 45px;
  }
  .h_btn_box.mobview ul li .btn {
    font-size: 13px;
    letter-spacing: 0.8px;
    min-width: 1px;
  }
  .h_btn_box.mobview {
    padding: 0 5px 25px;
  }
  .mainnav {
    padding-bottom: 60px;
    padding-top: 20px;
  }
  .top_footer .h_btn_box ul li .btn {
    min-width: 280px;
  }
  .footer .left_box ul li {
    line-height: 14px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 10px;
    width: 50%;
  }
  .copyright_wrapper .social_header {
    padding-top: 35px;
  }
}
html {
  display: block;
  position: relative;
  min-height: 100%;
}
body {
  zoom: 0.85;
  margin-bottom: 233px;
}
p {
  width: 100%;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 233px;
}
img {
  display: inline-block;
}
p + ul {
  margin-top: 15px;
}
.search_box .btn_search {
  -webkit-appearance: unset;
}
.main_content
  ul:not(.topics-block):not(.resource-gridItem-resourceType):not(.slick-dots):not(.tag-filter-buttons):not(.fiter-list-dropdown):not(.dropdown-menu):not(".business-needs-icons") {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 40px;
  margin-bottom: 26px;
  display: inline-block;
  text-align: left;
  color: inherit;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.mainnav nav ul li:last-child {
  margin-right: 16px;
}
.footer .left_box p {
  width: fit-content;
  margin: auto;
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .mainnav {
    padding-bottom: 30px;
    padding-top: 5px;
  }
  .footer {
    height: unset;
  }
}
@media only screen and (min-width: 769px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 3500px) {
  .row {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media only screen and (max-width: 990px) {
  .header .nav_wrapper {
    height: auto;
  }
}
@media only screen and (max-width: 990px) {
  .mobile_menubtn {
    position: absolute;
    z-index: 999;
  }
}
.mainnav nav ul li a {
  font-size: 16px;
}
@media only screen and (max-width: 810px) {
  .mainnav nav ul li {
    margin-right: 16px;
  }
  .mainnav nav ul li a {
    font-size: 15px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 41;
}
.nav_wrapper {
  border-bottom: 0;
  background: 0 0;
}
.mainnav nav ul li a {
  color: #0077c8;
  text-transform: none;
}
#search-results-dropdown-bg {
  display: none;
  width: 200vw;
  height: 110vh;
  background-color: #fff;
  position: absolute;
  left: -100vw;
  top: 53px;
  z-index: 1;
}
#search-results-dropdown {
  position: relative;
  left: 26vw;
  top: 0;
  width: 99vw;
}
@media only screen and (max-width: 991px) {
  .mainnav nav ul li.nav-menu-item:active > a:after,
  .mainnav nav ul li.nav-menu-item:hover > a:after,
  .mainnav nav ul li.nav-menu-item:focus > a:after {
    height: 0 !important;
    display: none !important;
  }
  .mainnav nav ul li.nav-menu-item a.listarrow:after,
  .mainnav nav ul li.nav-menu-item:active a.listarrow:after,
  .mainnav nav ul li.nav-menu-item:hover a.listarrow:after,
  .mainnav nav ul li.nav-menu-item:focus a.listarrow:after {
    display: none !important;
    height: 0 !important;
  }
  .header-logo-container .logo {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 990px) {
  .mainnav {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    max-height: 90vh;
    overflow-y: scroll;
  }
  .mainnav nav ul li a {
    font-size: 18px !important;
  }
}
.mainnav nav ul li.nav-menu-item:active > a:after,
.mainnav nav ul li.nav-menu-item:hover > a:after,
.mainnav nav ul li.nav-menu-item:focus > a:after {
  height: 3px;
  bottom: 23px;
}
.logo {
  margin-right: 0;
}
.header {
  border-top: 0;
  background: 0 0;
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.mainnav nav ul li:last-child {
  margin-right: 0;
}
.search_box {
  right: 15px;
  top: 0;
}
.search_box .input_search {
  border-radius: 0;
  box-shadow: none;
  top: -2px;
}
.btn {
  font-size: 16px;
  height: 40px !important;
  line-height: 37px !important;
  border-radius: 0 !important;
}
.btn-header {
  background-color: #0077c8 !important;
  border: 2px solid #0077c8 !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.btn-header:hover,
.btn-header:active {
  border: 2px solid #00538c !important;
  background-color: #00538c !important;
  color: #fff !important;
}
.footer-button-1:hover,
.footer-button-1:focus,
.footer-button-1:active,
.footer-button-2:hover,
.footer-button-2:focus,
.footer-button-2:active {
  background-color: #00538c !important;
  color: #fff !important;
}
.h_btn_box {
  margin-left: 0;
}
.h_btn_box ul li {
  margin-left: 15px;
}
.h_btn_box ul li a {
  min-width: auto;
}
.mainnav nav ul li {
  margin-right: 32px;
}
@media only screen and (max-width: 1530px) {
  .h_btn_box ul li a.btn {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1030px) {
  .header-logo-container,
  .logo {
    max-width: 130px;
  }
  .header-logo-container .logo {
    padding-top: 18px;
  }
  .header-logo-container .logo img {
    width: 110px;
  }
  .mainnav nav ul li {
    margin-right: 24px;
  }
  .mainnav nav ul li a {
    font-size: 14px;
  }
  .h_btn_box ul li a.btn {
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .header-btn-container {
    right: -63px;
    min-width: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .left_box ul li {
    float: none !important;
    text-align: center;
    display: inline-block;
  }
}
@media only screen and (max-width: 900px) {
  .header-logo-container,
  .logo {
    padding: 0;
    max-width: 115px;
  }
  .header-btn-container {
    right: -35px;
    padding-left: 0;
  }
  .header-nav-container {
    padding: 0;
  }
  .header-nav-container .container {
    padding-left: 20px;
    padding-right: 0;
  }
  .mainnav nav ul li {
    margin-right: 19px;
  }
  .search_box {
    right: 5px;
  }
}
@media only screen and (max-width: 990px) {
  .top_h,
  .logo {
    height: 70px !important;
  }
  .header {
    position: relative !important;
    z-index: auto !important;
  }
  .top_h {
    background: #ffffff;
  }
  .header .nav_wrapper {
    background: #ffffff;
    overflow-x: hidden;
  }
  .mainnav nav ul li {
    margin-right: 0;
  }
  .header-logo-container {
    max-width: initial;
  }
  .logo {
    padding: 0 !important;
    max-width: 152px !important;
    margin-left: 15px;
  }
  .header-logo-container .logo img {
    width: 152px;
  }
  .mainnav nav > ul > li .subbtn {
    right: 15px;
  }
  .search_box .btn_search {
    background-size: 20px auto;
    right: 120px;
    top: -74px;
  }
  .search_box .input_search {
    right: 118px !important;
    top: -75px !important;
    width: 190px !important;
  }
  .mobile_menubtn {
    width: 40px;
    height: 33px;
    top: 40px;
  }
  #nav-icon3 span {
    width: 40px;
    height: 4px;
  }
  #nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    top: 14px;
  }
  #nav-icon3 span:nth-child(4) {
    top: 28px;
  }
  #search-results-dropdown-bg {
    top: -19px;
    left: -140vw;
  }
  #search-results-dropdown {
    left: 22vw;
    width: 100vw;
  }
}
@media only screen and (max-width: 479px) {
  .top_footer .h_btn_box ul li .btn {
    min-width: 120px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .footer {
    height: 233px;
  }
}
@media only screen and (max-width: 425px) {
  .mainnav nav > ul > li .subbtn {
    right: 0;
  }
  .h_btn_box.mobview ul li {
    width: 175px;
  }
  .mainnav nav ul li.nav-menu-item {
    width: 115vw;
  }
}
@media only screen and (min-width: 1500px) {
  #search-results-dropdown {
    left: 41vw;
    width: 75vw;
  }
}
@media only screen and (min-width: 1750px) {
  #search-results-dropdown {
    left: 52vw;
    width: 65vw;
  }
}
@media only screen and (min-width: 1850px) {
  #search-results-dropdown {
    left: 55vw;
    width: 62vw;
  }
}
.mobile-menu-buttons {
  margin-left: 5px;
  margin-bottom: 30px;
}
footer {
  height: 233px;
}
body {
  margin-bottom: 233px;
}
img {
  display: inline-block;
}
.h_btn_box.mobview ul li {
  width: 47%;
}
.mainnav nav ul li > a:after {
  height: 4px;
  bottom: 23px;
}
.mainnav nav ul li:focus > a:after,
.mainnav nav ul li:active > a:after,
.mainnav nav ul li:hover > a:after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #0077c8;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.mainnav nav ul li.nav-menu-item:active > a:after,
.mainnav nav ul li.nav-menu-item:hover > a:after,
.mainnav nav ul li.nav-menu-item:focus > a:after {
  height: 4px;
  bottom: 23px;
}
.menuopen .header .nav_wrapper {
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 0.4s;
  opacity: 1;
  transform: rotateX(0deg);
  transition: all 0.4s;
  visibility: visible;
  z-index: 99999;
}
.menuopen {
  overflow: hidden;
}
.h_btn_box ul li {
  margin-left: 10px;
}
.header {
  position: fixed !important;
  z-index: 1000 !important;
}
.top_h {
  border-bottom: #fff;
}
.h_btn_box.mobview ul {
  margin: auto;
  width: fit-content;
}
.h_btn_box.mobview ul li {
  max-width: 200px;
  width: fit-content;
}
main {
  margin-top: 71px;
}
/* END Imported from advent.com - DO NOT MODIFY */

/* General and Shared Styles */
html,
body,
div,
p,
li,
a {
  font-family: "Inter", sans-serif;
}

html,
body,
section {
  max-width: 100% !important;
  width: 100% !important;
}

p,
p div,
p span,
div,
div div,
div span,
li,
a {
  font-size: 20px;
}

p {
  line-height: 24px;
}

.hero {
  padding: 50px 0;
}

.mktoText a {
  color: #0077c8;
  text-decoration: underline;
}

.mktoText a:hover {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #00538c;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

.main-hero .mktoText a,
.feature_highlights_wrapper .mktoText a {
  color: #fff;
  text-decoration: underline;
}

.main-hero .mktoText a:hover,
.feature_highlights_wrapper .mktoText a:hover {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #fff;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

.framed body {
  zoom: 1;
}

.framed .pl_box .content {
  min-height: 200px;
}

section {
  flex-flow: column;
}

.flex-container {
  display: flex;
  flex-direction: column;
  margin: auto;
}

section .container {
  padding: 50px 30px;
}

#form-left-wrapper.hasBackground {
  padding: 25px;
}

#form-right.hasBackground {
  padding-top: 25px;
}

.form-description {
  line-height: 24px;
}

.form-lr-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.full-panel-description {
  padding-bottom: 30px;
}

#full-panel-1-resource-wrapper {
  margin: 15px 0;
}

#full-panel-2-resource-wrapper {
  margin: 15px 0;
}

.half-panel {
  flex-basis: auto;
  height: auto;
}

.half-panels {
  justify-content: center;
}

.half-panels .row {
  margin-left: 0;
  margin-right: 0;
}

.half-panel-left .content,
.half-panel-right .content {
  margin: auto;
  padding: 50px;
}

.card {
  margin-top: 30px;
  min-width: 330px;
}

.card-section .mktoImg {
  width: 100%;
}

.card-section .mktoGen.mktoImg,
.card-section .mktoImg.mktoGen {
  display: flex !important;
}

.card-img-top {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.card-img-overlay {
  align-items: center;
  display: flex;
  padding: 1.25rem;
}

.card-img-overlay h2,
.card-img-overlay h2 div,
.card-img-overlay h2 span {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 0;
}

.card-body {
  padding-bottom: 0;
}

.card-footer {
  background: none;
  border: none;
}

.cards {
  background-repeat: no-repeat;
  padding: 20px 0 50px;
}

.panel-view {
  background-repeat: no-repeat;
  padding: 50px 0;
}

.card.hasBackgroundImage,
.card.hasBackgroundImage div {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-deck {
  margin: 0 0 30px;
}

img,
.half-panel-description-wrapper {
  height: auto;
}

.mktoText img,
#full-panel-1-resource-video,
#full-panel-2-resource-video {
  max-width: 100%;
}

.framed .btn,
.framed .h_btn_box ul li a {
  zoom: 0.85;
}

#full-panel-1,
#full-panel-2,
#half-panel-left,
#half-panel-right,
#panel-1,
#panel-2,
#panel-3 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#full-panel-1 .flex-container,
#full-panel-2 .flex-container {
  flex-direction: column;
}

.layout-is-column #full-panel-1-resource-wrapper,
.layout-is-column #full-panel-2-resource-wrapper {
  margin: 15px auto;
}

#full-panel-1-resource-image img,
#full-panel-2-resource-image img {
  max-width: 100%;
}

#full-panel-1-description,
#full-panel-2-description,
.half-panel-description {
  line-height: 24px;
}

#full-panel-1-button .btnGhost,
#full-panel-2-button .btnGhost,
#half-panel-left-button .btnGhost,
#half-panel-right-button .btnGhost,
.card .card-footer .btn.btnGhost,
#panel-3-button .btnGhost {
  background-color: transparent !important;
}

.half-container,
#cards .container {
  padding: 50px 15px;
}

#half-panel-left-description,
#half-panel-right-description,
#cards-description {
  line-height: 24px;
}

@media (min-width: 768px) {
  .half-panel-left .content,
  .half-panel-right .content {
    padding: 50px 25px;
  }
}

@media (min-width: 992px) {
  section {
    flex-flow: row;
  }

  main {
    margin-top: 72px;
  }

  .flex-container {
    flex-direction: row;
  }

  .hero-text-wrapper {
    padding-right: 15px;
  }

  .btn_box {
    bottom: 0;
  }

  #form-left {
    margin-right: 25px;
    width: 50%;
  }

  #form-left-wrapper.hasBackground {
    padding: 25px;
  }

  #form-right {
    margin-left: 25px;
    padding: 0 25px 25px;
    width: 50%;
  }

  .form-lr-wrapper {
    display: flex;
    flex-direction: row;
  }

  .half-panels {
    flex-direction: column;
  }

  .half-panel-left {
    padding: 50px 30px 50px 0;
  }

  .half-panel-right {
    padding: 50px 0 50px 30px;
  }

  .half-panel-left .content {
    margin-left: auto !important;
    margin-right: 0;
    max-width: 680px;
    width: 95% !important;
  }

  .half-panel-right .content {
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: 680px;
    width: 95% !important;
  }

  .half-panel-left .content,
  .half-panel-right .content {
    padding: 0;
  }

  .h_btn_box ul li a.btn {
    border-radius: 0 !important;
    font-size: 14px !important;
    height: 40px !important;
    line-height: 37px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #full-panel-1-resource-wrapper,
  #full-panel-2-resource-wrapper {
    margin: 0 0 0 50px;
  }

  .layout-is-column #full-panel-1-resource-wrapper,
  .layout-is-column #full-panel-2-resource-wrapper {
    margin: 0 auto 30px;
  }

  #full-panel-1-resource-image img,
  #full-panel-2-resource-image img {
    margin-top: 0;
    max-width: none;
  }

  #panel-1 .container,
  #panel-2 .container,
  #panel-3 .container {
    padding: 50px 0;
  }
}

.hero-text-wrapper {
  padding-right: 0;
}

.header-btn-container {
  padding: 0;
}

@media (min-width: 1030px) {
  .btn {
    font-size: 14px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .h_btn_box ul li {
    margin-left: 15px;
  }
}

.h_btn_box.mobview ul li .btn {
  font-size: 15px;
  padding: 0 15px;
}

.h_btn_box.mobview {
  float: left;
  padding: 0 15px 25px;
}

@media (min-width: 1091px) {
  .half-panel-left .content,
  .half-panel-right .content {
    width: 92% !important;
  }
}

@media (min-width: 1191px) {
  .half-panel-left .content,
  .half-panel-right .content {
    width: 85% !important;
  }
}

@media (min-width: 1291px) {
  .half-panel-left .content,
  .half-panel-right .content {
    width: 80% !important;
  }
}

@media (min-width: 1391px) {
  .half-panel-left .content,
  .half-panel-right .content {
    width: 75% !important;
  }
}

/* Button hover styles except for header & footer */
#full-panel-1-button .btnSolid:hover,
#full-panel-2-button .btnSolid:hover,
#half-panel-left-button .btnSolid:hover,
#half-panel-right-button .btnSolid:hover,
#cards-button .btnSolid:hover,
#card-1 .btnSolid:hover,
#card-2 .btnSolid:hover,
#card-3 .btnSolid:hover,
#card-4 .btnSolid:hover,
#card-5 .btnSolid:hover,
#card-6 .btnSolid:hover,
#card-7 .btnSolid:hover,
#card-8 .btnSolid:hover,
#panel-1-button .btnSolid:hover,
#panel-2-button .btnSolid:hover,
#panel-3-button .btnSolid:hover {
  background-image: linear-gradient(rgb(0 0 0/20%) 0 0);
  border-image: linear-gradient(rgb(0 0 0/20%) 0 0)!important;
}

#full-panel-1-button .btnGhost:hover,
#full-panel-2-button .btnGhost:hover,
#half-panel-left-button .btnGhost:hover,
#half-panel-right-button .btnGhost:hover,
#cards-button .btnSolid:hover,
#card-1 .btnGhost:hover,
#card-2 .btnGhost:hover,
#card-3 .btnGhost:hover,
#card-4 .btnGhost:hover,
#card-5 .btnGhost:hover,
#card-6 .btnGhost:hover,
#card-7 .btnGhost:hover,
#card-8 .btnGhost:hover,
#panel-1-button .btnGhost:hover,
#panel-2-button .btnGhost:hover,
#panel-3-button .btnGhost:hover {
  background-image: linear-gradient(rgb(0 0 0/20%) 0 0);
}

/* No text decoration on buttons in active/focus state */
.btn:active,
.btn:focus {
	text-decoration: none!important;
}

/* Styles migrated from template to this hosted file */

.h1,
h1,
h1 div,
h1 span {
  font-size: 40px;
  line-height: 1.2;
  font-family: "Barlow", sans-serif;
}

.h2,
h2,
h2 div,
h2 span {
  font-size: 26px;
  line-height: 1.2;
  font-family: "Barlow", sans-serif;
}

p,
p div,
p span,
div,
div div,
div span,
li,
a {
  font-size: 17px;
  line-height: 1.2;
}

.card-img-overlay h2,
.card-img-overlay h2 div,
.card-img-overlay h2 span {
  font-size: 20px;
  line-height: 1.2;
}

p.card-description,
p.card-description span {
  font-size: 16px;
}

.card-body,
.card-body ul li,
.card-body ul li span {
  font-size: 16px;
}

@media (min-width: 375px) {
  .h1,
  h1,
  h1 div,
  h1 span {
    font-size: 44px;
  }
  .h2,
  h2,
  h2 div,
  h2 span {
    font-size: 28px;
  }
  p,
  p div,
  p span,
  div,
  div div,
  div span,
  li,
  a {
    font-size: 18px;
  }
  .card-img-overlay h2,
  .card-img-overlay h2 div,
  .card-img-overlay h2 span {
    font-size: 22px;
  }
  p.card-description,
  p.card-description span {
    font-size: 17px;
  }
  .card-body,
  .card-body ul li,
  .card-body ul li span {
    font-size: 17px;
  }
}

@media (min-width: 767px) {
  .h1,
  h1,
  h1 div,
  h1 span {
    font-size: 48px;
  }
  .h2,
  h2,
  h2 div,
  h2 span {
    font-size: 30px;
  }
  p,
  p div,
  p span,
  div,
  div div,
  div span,
  li,
  a {
    font-size: 19px;
  }
  .card-img-overlay h2,
  .card-img-overlay h2 div,
  .card-img-overlay h2 span {
    font-size: 23px;
  }
  p.card-description,
  p.card-description span {
    font-size: 17px;
  }
  .card-body,
  .card-body ul li,
  .card-body ul li span {
    font-size: 17px;
  }
}

@media (min-width: 1440px) {
  .h1,
  h1,
  h1 div,
  h1 span {
    font-size: 52px;
  }
  .h2,
  h2,
  h2 div,
  h2 span {
    font-size: 32px;
  }
  p,
  p div,
  p span,
  div,
  div div,
  div span,
  li,
  a {
    font-size: 20px;
  }
  .card-img-overlay h2,
  .card-img-overlay h2 div,
  .card-img-overlay h2 span {
    font-size: 24px;
  }
  p.card-description,
  p.card-description span {
    font-size: 18px;
  }
  .card-body,
  .card-body ul li,
  .card-body ul li span {
    font-size: 18px;
  }
}