/*
Color
Font Size
Font Color
Font Family


*/
/*********Color*********/
/*PageUp New Branding*/
/*********End Color*********/
/*********Font Size*********/
/*********End Font Size*********/
/*********Font Color*********/
/*********Font Family*********/
/*********End Font Color*********/
.cta-button-2025 {
  padding: 9px 20px;
  border-radius: 2rem;
  min-width: 7rem;
  width: auto;
}
/********2025*******
@property --a {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.gradient_color_pink_orange_border{
  position: relative;
  width: 100%;
  height: 100%;
  height: auto;
  background: repeating-conic-gradient(from var(--a), #ff2770 0%, #ff2770 5%, transparent 5%, transparent 40%, #ff2770 50%) !important;
  animation: rotating 10s linear infinite;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  padding: 1px;
  margin: auto;
  &::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-conic-gradient(from var(--a), #FEA530 0%, #FEA530 5%, transparent 5%, transparent 20%, #FEA530 50%);
    border-radius: 10px;
    animation: rotating 10s linear infinite;
    animation-delay: -1s;
  }
  &::after {

}
.gradient_border_background{
  padding: 3px;
  background: transparent;
}
form{
  border-radius: 10px;
  padding: 2rem;
}
input{
  background: black;
  background: white;
  z-index: 1;
  border-radius: 10px;
  color: black;
}
}
@keyframes rotating {
  0% {
    --a: 0deg;
  }
  100% {
    --a: 360deg;
  }
}
**********End 2025************8/

.page_content ul{
    padding-left: 0px;
}
.page_content ul li {
  display: block;
    padding-left: 0px;
    text-indent: -26px;
    padding-left: 26px;
    font-size: 20px;
    line-height: 1.5rem;
    @media (min-width: 992px){
    color: white;
    }
}
.page_content ul li:before {
    font-family: "fontAwesome";
    content: "\f00c";
    color: white;
    background-color: #3cc5ff;
    font-size: 10px;
    padding: 3px 3px;
    border-radius: 50%;
    margin-right: 10px;
}

ol{
    list-style:auto;
}

ol li{
        display: list-item;
        font-size: 20px;
        line-height: 1.5rem;
}

.webinar_content a {
    font-size: 22px;
}

/************Header**********/
header.site-header {
  border-bottom: none !important;
  padding: 20px 0px;
  position: unset;
  background-color: black;
}
.landing_webinar_logo img {
  max-width: 120px;
}
.landing_webinar_logo .partner_logo {
  margin-left: 1rem;
  margin-top: 3px;
}
/******End Header**********/
/****main-wrapper*****/
.landing_wrapper {
  background-image: url(/wp-content/uploads/2025/03/pageup_2025_background_image.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
}
/****end main-wrapper*****/
/********Banner********/
.banner_section:not(.banner_bg_section) .wrap-inner {
  border-bottom: 5px solid #142c52;
}
.webinar_banner {
  max-width: 800px;
}
.webinar_banner h1.title {
  margin: 2rem auto;
  color: white;
}
.webinar_banner p {
  font-size: 16px;
  color: #536A81;
  margin-bottom: 1rem;
  color: white;
}
.banner_bg_section .banner_bg {
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-top: 2rem;
  border-radius: 10px;
  /*box-shadow: 0px 1px 17px 0px #1AA5E6;*/
}
.banner_bg_section .webinar_banner {
  padding: 20px;
}
.banner_bg_section .webinar_banner h1.title,
.banner_bg_section .webinar_banner p {
  color: white;
}
/********End Banner********/
/**********Banner content******/
.webinar_content p,
.webinar_content h2 {
  text-align: left;
}
.webinar_content .banner-desc .page_content {
  padding-right: 40px;
}
.content_black_text {
  margin-bottom: 6rem;
  color: white;
  margin-bottom: 0px;
}
.content_white_text {
  margin-top: 3rem;
  margin-top: 0px;
}
.content_white_text p,
.content_white_text h2,
.content_white_text h3,
.content_white_text li,
.content_black_text p,
.content_black_text h2,
.content_black_text h3,
.content_black_text li {
  color: white;
}
.webinar_content {
  padding: 3rem 0px;
  background: linear-gradient(to bottom, #ffffff 38%, #142c52 38%);
  background: transparent !important;
}
@media (max-width: 1150px) {
  .webinar_content {
    /*background: linear-gradient(to bottom, #ffffff 42%, #142c52 42%);*/
  }
}
/*@media (max-width: 1035px){
  .webinar_content{
    background: linear-gradient(to bottom, #ffffff 47%, #142c52 47%);
  }
}*/
@media (max-width: 991px) {
  .content_white_text p,
  .content_white_text h2,
  .content_white_text h3,
  .content_white_text li {
    /*color: black;*/
  }
  .content_white_text {
    margin-top: 0rem;
  }
  .content_black_text {
    margin-bottom: 0rem;
  }
  .webinar_content {
    background: none !important;
  }
}
/*******End banner content******/
/********Banner form********/
.diamond_container {
  height: 0px;
  position: relative;
}
.diamond_dotted {
  position: absolute;
}
.small_diamond_dotted_left {
  bottom: -23rem;
  left: -6rem;
  width: 122px;
}
.small_diamond_dotted_right_top {
  bottom: -5rem;
  right: -3rem;
  width: 122px;
}
.large_diamond_dotted_right_bottom {
  bottom: -42rem;
  right: -9rem;
  width: 219px;
}
.landing_form_div {
  position: sticky;
  top: 1rem;
}
.landing_form_div .landing_form {
  background: #FFF;
  border-radius: 22px;
  padding: 3rem 3rem 2rem 3rem;
  border: 7px solid #e1f3fb;
  /*border: 2px solid #FF4782;*/
  /*box-shadow: 0px 0px 35px 0 #FF4782;*/
}
.webinar_content form p.submit {
  text-align: center;
}
p.pd-checkbox .field-label a {
  font-size: unset;
}
p.pd-checkbox .field-label a:hover {
  text-decoration: none;
  color: unset;
}
/*****multiselect****/
.multi_webinar_form .dropdown-menu {
  width: 100%;
}
.multi_webinar_form .dropdown-menu li {
  display: block;
  margin-bottom: 0px;
  padding: 0px 0px;
}
.multi_webinar_form .dropdown-toggle::after {
  content: '\f0d7';
  background-color: transparent;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 12px;
  top: 0;
  height: 100%;
  line-height: 55px;
  width: 44px;
  border-left: 1px solid #dbe0ec;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  pointer-events: none;
  right: 0;
  top: 10px;
  height: 30px;
  line-height: 35px;
  width: 43px;
  color: #1D1D1D;
  border-top: none;
  transition: none;
}
.multi_webinar_form .show > .dropdown-toggle:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border-right: 1px solid #dbe0ec;
  border-left: none;
}
.multi_webinar_form .multiselect-container {
  border: 1px solid #eeeeee;
}
.multi_webinar_form .multiselect-container .active {
  background-color: #2a70e0;
}
.multi_webinar_form .multiselect-container > li.active > a > label {
  color: white;
}
.multi_webinar_form .multiselect-selected-text {
  font-weight: 600;
  font-size: 15px;
}
.multi_webinar_form .multiselect-container,
.multi_webinar_form .multiselect-btn {
  padding: 12px 10px 12px 23px;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: 600;
  border: 1px solid #dddddd;
  text-align: left;
  border-color: #eeeeee;
  color: rgba(0, 0, 0, 0.6);
  background: #f2f4f8;
  padding-right: 40px;
}
.multi_webinar_form .multiselect-container > li > a > label {
  font-weight: 800;
  padding: 14px 20px;
}
.multi_webinar_form .multiselect-container .active {
  background-color: #142C52;
  width: 100%;
}
.multi_webinar_form .multiselect-container > li.active > a > label {
  color: white;
}
/*****end multiselect****/
/******End banner form*****/
/********Authors********/
.webinar_presenters_section {
  background-color: #142c52;
  background-color: transparent;
}
@media (min-width: 992px) {
  .webinar_presenters_section {
    padding: 2rem 0;
  }
}
.webinar_presenters_section h2 {
  color: white;
  margin-bottom: 0px !important;
}
.presenters_heading {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding: 0px;
}
.line {
  width: 100%;
  height: 2px;
  background-color: #57d0ff;
  margin-left: 1rem;
  margin-top: 8px;
}
.presenters {
  display: flex;
  justify-content: center;
  /*justify-content: flex-start;*/
  margin-top: 3rem;
  flex-wrap: wrap;
}
.presenter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* justify-content: space-between; */
  flex: 0 0 50%;
  max-width: 400px;
  max-width: 44%;
  margin: 20px;
  /* margin-bottom: 40px;*/
}
.presenter_top {
  display: flex;
  justify-content: center;
}
.presenter_photo {
  height: 220px;
}
.presenter_photo img {
  height: 100%;
}
.presenter_photo img[alt='clinch_Emily_Heywood'] {
  border-radius: 100%;
  border: 3px solid #59c2e9;
}
.presenter_verical_detail {
  display: flex;
  align-items: flex-start;
}
.webinar_presenters_section .first_name {
  font-size: 16px;
}
.first_name,
.last_name {
  writing-mode: vertical-lr;
  margin-bottom: 0px !important;
  color: white;
}
.presenter_bottom {
  padding-top: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.presenters_section .presenter_description {
  text-align: center;
  margin-bottom: 10px;
  color: white;
}
.presenters_section .presenter_description p {
  color: white;
}
.presenters_section .author_company {
  color: white;
}
.presenters_section .presenter_company {
  margin-top: auto;
  text-align: center;
}
.presenters_section .presenter_company img {
  max-width: 100px;
}
@media (max-width: 900px) {
  .presenters {
    /*flex-direction: column;*/
  }
  .presenter {
    flex-direction: column;
    margin-bottom: 2rem;
    max-width: unset;
    flex: 0 0 100%;
  }
}
@media (max-width: 555px) {
  .presenter_photo {
    /*height: auto;*/
  }
}
/********End Authors********/
/***********Footer*********/
.bottom_cta {
  background-color: #142c52;
  text-align: center;
  padding: 1rem 0rem 5rem;
  background-color: transparent;
}
footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: black;
}
/*footer .footer-logo{
  border-top: 1px solid white;
    padding-top: 2rem;
}*/
@media (max-width: 900px) {
  .bottom_cta {
    padding: 0rem 0rem 2rem;
  }
}
/***********End Footer*********/
.the-anatomy-of-a-great-careers-site .webinar_content,
.the-anatomy-of-a-great-career-site .webinar_content {
  background: linear-gradient(to bottom, #ffffff 29%, #142c52 29%);
}
@media (max-width: 1342px) {
  .the-anatomy-of-a-great-careers-site .webinar_content .the-anatomy-of-a-great-career-site .webinar_content {
    background: linear-gradient(to bottom, #ffffff 30%, #142c52 30%);
  }
}
@media (max-width: 1170px) {
  .the-anatomy-of-a-great-careers-site .webinar_content .the-anatomy-of-a-great-career-site .webinar_content {
    background: linear-gradient(to bottom, #ffffff 30%, #142c52 30%);
  }
}
@media (max-width: 1083px) {
  .the-anatomy-of-a-great-careers-site .webinar_content .the-anatomy-of-a-great-career-site .webinar_content {
    background: linear-gradient(to bottom, #ffffff 32%, #142c52 32%);
  }
}
@media (max-width: 1066px) {
  .the-anatomy-of-a-great-careers-site .webinar_content .the-anatomy-of-a-great-career-site .webinar_content {
    background: linear-gradient(to bottom, #ffffff 35%, #142c52 35%);
  }
}
@media (max-width: 1035px) {
  .the-anatomy-of-a-great-careers-site .webinar_content .the-anatomy-of-a-great-career-site .webinar_content {
    background: linear-gradient(to bottom, #ffffff 35%, #142c52 35%);
  }
}
/******six-recruitment-trends-you-need-to-know-for-2022******/
.six-recruitment-trends-you-need-to-know-for-2022 .banner_bg_section .banner_bg {
  background-size: cover;
  background-position: 100% 19%;
}
.six-recruitment-trends-you-need-to-know-for-2022 .banner_bg_section .webinar_banner {
  margin-left: auto;
  max-width: 693px;
}
.six-recruitment-trends-you-need-to-know-for-2022 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 37%, #142c52 37%);
}
@media (max-width: 1190px) {
  .six-recruitment-trends-you-need-to-know-for-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 39%, #142c52 39%);
  }
}
@media (max-width: 1170px) {
  .six-recruitment-trends-you-need-to-know-for-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 39%, #142c52 39%);
  }
}
@media (max-width: 1115px) {
  .six-recruitment-trends-you-need-to-know-for-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 41%, #142c52 41%);
  }
}
@media (max-width: 1035px) {
  .six-recruitment-trends-you-need-to-know-for-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 42%, #142c52 42%);
  }
}
/******end six-recruitment-trends-you-need-to-know-for-2022******/
/******Pathmotion webinar******/
.introducing-pathmotion-differentiating-your-employer-brand-with-employee-generated-content .webinar_banner {
  max-width: unset;
}
.introducing-pathmotion-differentiating-your-employer-brand-with-employee-generated-content .webinar_content {
  background: linear-gradient(to bottom, #ffffff 46%, #142c52 46%);
}
@media (max-width: 1170px) {
  .introducing-pathmotion-differentiating-your-employer-brand-with-employee-generated-content .webinar_content {
    background: linear-gradient(to bottom, #ffffff 46%, #142c52 46%);
  }
}
/******End Pathmotion webinar******/
/******Talentpalooza webinar******/
.talentpalooza-2022 .webinar_banner {
  max-width: unset;
}
.talentpalooza-2022 .banner_bg_section .banner_bg {
  background-size: 100% 120%;
  background-position: center;
}
.talentpalooza-2022 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 49%, #142c52 49%);
}
/******End Talentpalooza webinar******/
/******ATC Long Lunch May 2022 webinar******/
.atc-long-lunch-may-2022 .webinar_banner {
  max-width: unset;
}
.atc-long-lunch-may-2022 .webinar_banner .cta-button {
  margin-bottom: 1rem;
}
.atc-long-lunch-may-2022 .presenter {
  max-width: 300px;
}
.atc-long-lunch-may-2022 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 49%, #142c52 49%);
}
@media (max-width: 1089px) {
  .atc-long-lunch-may-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 51%, #142c52 51%);
  }
}
/******End ATC Long Lunch May 2022 webinar******/
/******ahri-convention-2022 webinar******/
.ahri-convention-2022 .banner_bg_section .banner_bg {
  background-position: center right;
}
.ahri-convention-2022 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 50%, #142c52 50%);
}
.ahri-convention-2022 .small_diamond_dotted_left {
  bottom: 21rem;
}
.ahri-convention-2022 .small_diamond_dotted_right_top {
  bottom: 23rem;
}
.ahri-convention-2022 .large_diamond_dotted_right_bottom {
  bottom: 0rem;
}
@media (max-width: 1170px) {
  .ahri-convention-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 50%, #142c52 50%);
  }
}
@media (max-width: 1035px) {
  .ahri-convention-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 50%, #142c52 50%);
  }
}
@media (max-width: 991px) {
  .ahri-convention-2022 .bottom_cta {
    background-color: transparent;
    margin-bottom: 4rem;
  }
}
/******End ahri-convention-2022 webinar******/
/******queensland-healthcare-week-2022 webinar******/
.queensland-healthcare-week-2022 .banner_bg_section .banner_bg {
  background-position: center right;
}
.queensland-healthcare-week-2022 .banner_bg_section .banner_bg .webinar_banner {
  max-width: unset;
}
.queensland-healthcare-week-2022 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 46%, #142c52 46%);
}
.queensland-healthcare-week-2022 .small_diamond_dotted_left {
  bottom: 21rem;
}
.queensland-healthcare-week-2022 .small_diamond_dotted_right_top {
  bottom: 23rem;
}
.queensland-healthcare-week-2022 .large_diamond_dotted_right_bottom {
  bottom: 0rem;
}
@media (max-width: 1170px) {
  .queensland-healthcare-week-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 46%, #142c52 46%);
  }
}
@media (max-width: 1035px) {
  .queensland-healthcare-week-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 46%, #142c52 46%);
  }
}
/******End queensland-healthcare-week-2022******/
/******harnessing-employee-generated-content webinar******/
.harnessing-employee-generated-content .banner_bg_section .banner_bg {
  background-position: center right;
}
.harnessing-employee-generated-content .webinar_banner {
  max-width: 838px;
}
.harnessing-employee-generated-content .webinar_content {
  background: linear-gradient(to bottom, #ffffff 48%, #142c52 48%);
}
@media (max-width: 1170px) {
  .harnessing-employee-generated-content .webinar_content {
    background: linear-gradient(to bottom, #ffffff 48%, #142c52 48%);
  }
}
@media (max-width: 1130px) {
  .harnessing-employee-generated-content .webinar_content {
    background: linear-gradient(to bottom, #ffffff 52%, #142c52 52%);
  }
}
@media (max-width: 1035px) {
  .harnessing-employee-generated-content .webinar_content {
    background: linear-gradient(to bottom, #ffffff 52%, #142c52 52%);
  }
}
/******End harnessing-employee-generated-content webinar******/
/******harnessing-employee-generated-content webinar******/
.engage-your-employees-with-pageup-and-flare .webinar_content {
  background: linear-gradient(to bottom, #ffffff 45%, #142c52 45%);
}
@media (max-width: 1035px) {
  .engage-your-employees-with-pageup-and-flare.webinar_content {
    background: linear-gradient(to bottom, #ffffff 45%, #142c52 45%);
  }
}
/******End harnessing-employee-generated-content webinar******/
/***** hr-summit-melbourne-2022******/
.hr-summit-melbourne-2022 .small_diamond_dotted_left {
  bottom: 21rem;
}
.hr-summit-melbourne-2022 .small_diamond_dotted_right_top {
  bottom: 23rem;
}
.hr-summit-melbourne-2022 .large_diamond_dotted_right_bottom {
  bottom: 0rem;
}
.hr-summit-melbourne-2022 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 52%, #142c52 52%);
}
.hr-summit-melbourne-2022 .banner_bg_section .banner_bg {
  background-position: center right;
}
@media (max-width: 1170px) {
  .hr-summit-melbourne-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 52%, #142c52 52%);
  }
}
@media (max-width: 1035px) {
  .hr-summit-melbourne-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 52%, #142c52 52%);
  }
}
/******End hr-summit-melbourne-2022******/
/******ATC Long Lunch July 2022 webinar******/
.atc-long-lunch-july-2022 .webinar_banner {
  max-width: unset;
}
.atc-long-lunch-july-2022 .webinar_banner .cta-button {
  margin-bottom: 1rem;
}
.atc-long-lunch-july-2022 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 53%, #142c52 53%);
}
@media (max-width: 1170px) {
  .atc-long-lunch-july-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 53%, #142c52 53%);
  }
}
@media (max-width: 1035px) {
  .atc-long-lunch-july-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 54%, #142c52 54%);
  }
}
/******End ATC Long Lunch July 2022 webinar******/
/***5-metrics-to-improve-your-hiring-in-2022**/
.five-metrics-to-improve-your-hiring-in-2022 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 38%, #142c52 38%);
}
@media (max-width: 1150px) {
  .five-metrics-to-improve-your-hiring-in-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 42%, #142c52 42%);
  }
}
/***End 5-metrics-to-improve-your-hiring-in-2022**/
/**Internal Talent Awards 2022**/
.internal-talent-awards-2022 .banner_bg_section .banner_bg {
  background-position: center;
}
.internal-talent-awards-2022 .webinar_banner .cta-button {
  margin-bottom: 1rem;
}
.internal-talent-awards-2022 .small_diamond_dotted_left {
  bottom: 21rem;
}
.internal-talent-awards-2022 .small_diamond_dotted_right_top {
  bottom: 23rem;
}
.internal-talent-awards-2022 .large_diamond_dotted_right_bottom {
  bottom: 0rem;
}
@media (max-width: 1150px) {
  .internal-talent-awards-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 38%, #142c52 38%);
  }
}
@media (max-width: 991px) {
  .internal-talent-awards-2022 .bottom_cta {
    background-color: transparent;
    margin-bottom: 4rem;
  }
}
/***End Internal Talent Awards 2022**/
/**atc-2022**/
.atc-2022 .banner_bg_section .banner_bg {
  background-position: center;
}
.atc-2022 .webinar_banner .cta-button {
  margin-bottom: 1rem;
}
.atc-2022 .small_diamond_dotted_left {
  bottom: 21rem;
}
.atc-2022 .small_diamond_dotted_right_top {
  bottom: 23rem;
}
.atc-2022 .large_diamond_dotted_right_bottom {
  bottom: 0rem;
}
.atc-2022 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 54%, #142c52 54%);
}
@media (max-width: 1162px) {
  .atc-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 57%, #142c52 57%);
  }
}
@media (max-width: 1150px) {
  .atc-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 57%, #142c52 57%);
  }
}
@media (max-width: 991px) {
  .atc-2022 .bottom_cta {
    background-color: transparent;
    margin-bottom: 4rem;
  }
}
/***End Internal Talent Awards 2022**/
/***how-to-compete-with-corporate-for-top-talent**/
.how-to-compete-with-corporate-for-top-talent .webinar_content {
  background: linear-gradient(to bottom, #ffffff 49%, #142c52 49%);
}
.how-to-compete-with-corporate-for-top-talent .presenter_top {
  display: none;
}
@media (max-width: 1150px) {
  .how-to-compete-with-corporate-for-top-talent .webinar_content {
    background: linear-gradient(to bottom, #ffffff 51%, #142c52 51%);
  }
}
@media (max-width: 1110px) {
  .how-to-compete-with-corporate-for-top-talent .webinar_content {
    background: linear-gradient(to bottom, #ffffff 54%, #142c52 54%);
  }
}
/***End how-to-compete-with-corporate-for-top-talent**/
/***aage-conference-2022**/
.aage-conference-2022 .banner_bg_section .banner_bg {
  background-position: center right;
}
.aage-conference-2022 .webinar_banner .cta-button {
  margin-bottom: 1rem;
}
.aage-conference-2022 .small_diamond_dotted_left {
  bottom: 21rem;
}
.aage-conference-2022 .small_diamond_dotted_right_top {
  bottom: 23rem;
}
.aage-conference-2022 .large_diamond_dotted_right_bottom {
  bottom: 0rem;
}
.aage-conference-2022 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 42%, #142c52 42%);
}
@media (max-width: 1300px) {
  .aage-conference-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 45%, #142c52 45%);
  }
}
@media (max-width: 991px) {
  .aage-conference-2022 .bottom_cta {
    background-color: transparent;
    margin-bottom: 4rem;
  }
}
/***End aage-conference-2022****/
/*********hr-innovation-and-tech-fest-2022********/
.hr-innovation-and-tech-fest-2022 .webinar_banner {
  max-width: unset;
}
.hr-innovation-and-tech-fest-2022 .banner_bg_section .banner_bg {
  background-position: center right;
}
.hr-innovation-and-tech-fest-2022 .webinar_banner .cta-button {
  margin-bottom: 1rem;
}
.hr-innovation-and-tech-fest-2022 .small_diamond_dotted_left {
  bottom: 21rem;
}
.hr-innovation-and-tech-fest-2022 .small_diamond_dotted_right_top {
  bottom: 23rem;
}
.hr-innovation-and-tech-fest-2022 .large_diamond_dotted_right_bottom {
  bottom: 0rem;
}
.hr-innovation-and-tech-fest-2022 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 54%, #142c52 54%);
}
@media (max-width: 1035px) {
  .hr-innovation-and-tech-fest-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 56%, #142c52 56%);
  }
}
@media (max-width: 991px) {
  .hr-innovation-and-tech-fest-2022 .bottom_cta {
    background-color: transparent;
    margin-bottom: 4rem;
  }
}
/*********End hr-innovation-and-tech-fest-2022********/
/*********talent-think-tanks-australia-2022********/
.talent-think-tanks-australia-2022 .webinar_banner {
  max-width: unset;
}
.talent-think-tanks-australia-2022 .banner_bg_section .banner_bg {
  background-position: center right;
}
.talent-think-tanks-australia-2022 .webinar_banner .cta-button {
  margin-bottom: 1rem;
}
.talent-think-tanks-australia-2022 .small_diamond_dotted_left {
  bottom: 21rem;
}
.talent-think-tanks-australia-2022 .small_diamond_dotted_right_top {
  bottom: 23rem;
}
.talent-think-tanks-australia-2022 .large_diamond_dotted_right_bottom {
  bottom: 0rem;
}
.talent-think-tanks-australia-2022 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 51%, #142c52 51%);
}
@media (max-width: 1142px) {
  .talent-think-tanks-australia-2022 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 53%, #142c52 53%);
  }
}
@media (max-width: 991px) {
  .talent-think-tanks-australia-2022 .bottom_cta {
    background-color: transparent;
    margin-bottom: 4rem;
  }
}
/*********End talent-think-tanks-australia-2022********/
/***using-job-listings-to-engage-top-talent**/
.using-job-listings-to-engage-top-talent .webinar_content {
  background: linear-gradient(to bottom, #ffffff 35%, #142c52 35%);
}
.using-job-listings-to-engage-top-talent .banner_bg_section .banner_bg {
  background-size: cover;
  background-position: center right;
}
@media (max-width: 1232px) {
  .using-job-listings-to-engage-top-talent .webinar_content {
    background: linear-gradient(to bottom, #ffffff 38%, #142c52 38%);
  }
}
@media (max-width: 1150px) {
  .using-job-listings-to-engage-top-talent .webinar_content {
    background: linear-gradient(to bottom, #ffffff 38%, #142c52 38%);
  }
}
@media (max-width: 1093px) {
  .using-job-listings-to-engage-top-talent .webinar_content {
    background: linear-gradient(to bottom, #ffffff 38%, #142c52 38%);
  }
}
/***End using-job-listings-to-engage-top-talentt**/
/***how-to-build-an-award-winning-careers-site**/
.how-to-build-an-award-winning-careers-site .webinar_content {
  background: linear-gradient(to bottom, #ffffff 47%, #142c52 47%);
}
.how-to-build-an-award-winning-careers-site .banner_bg_section .banner_bg {
  background-size: cover;
  background-position: center right;
}
@media (max-width: 1142px) {
  .how-to-build-an-award-winning-careers-site .webinar_content {
    background: linear-gradient(to bottom, #ffffff 49%, #142c52 49%);
  }
}
/***End how-to-build-an-award-winning-careers-site**/
/*********career-website-awards********/
.career-website-awards .webinar_banner {
  max-width: unset;
}
.career-website-awards .banner_bg_section .banner_bg {
  background-position: center right;
}
.career-website-awards.webinar_banner .cta-button {
  margin-bottom: 1rem;
}
.career-website-awards .small_diamond_dotted_left {
  bottom: 21rem;
}
.career-website-awards .small_diamond_dotted_right_top {
  bottom: 23rem;
}
.career-website-awards .large_diamond_dotted_right_bottom {
  bottom: 0rem;
}
.career-website-awards .webinar_content {
  background: linear-gradient(to bottom, #ffffff 31%, #142c52 31%);
}
@media (max-width: 1275px) {
  .career-website-awards .webinar_content {
    background: linear-gradient(to bottom, #ffffff 33%, #142c52 33%);
  }
}
@media (max-width: 991px) {
  .career-website-awards .bottom_cta {
    background-color: transparent;
    margin-bottom: 4rem;
  }
}
/*********End .career-website-awards********/
/***secrets-to-hr-software-implementation-success**/
.secrets-to-hr-software-implementation-success .webinar_content {
  background: linear-gradient(to bottom, #ffffff 38%, #142c52 38%);
}
.secrets-to-hr-software-implementation-success .banner_bg_section .banner_bg {
  background-size: cover;
  /*background-position: bottom center;*/
}
@media (max-width: 1324px) {
  .secrets-to-hr-software-implementation-success .webinar_content {
    background: linear-gradient(to bottom, #ffffff 41%, #142c52 41%);
  }
}
@media (max-width: 1286px) {
  .secrets-to-hr-software-implementation-success .webinar_content {
    background: linear-gradient(to bottom, #ffffff 44%, #142c52 44%);
  }
}
@media (max-width: 1118px) {
  .secrets-to-hr-software-implementation-success .webinar_content {
    background: linear-gradient(to bottom, #ffffff 46%, #142c52 46%);
  }
}
@media (max-width: 1012px) {
  .secrets-to-hr-software-implementation-success .webinar_content {
    background: linear-gradient(to bottom, #ffffff 49%, #142c52 49%);
  }
}
@media (max-width: 1001px) {
  .secrets-to-hr-software-implementation-success .webinar_content {
    background: linear-gradient(to bottom, #ffffff 52%, #142c52 52%);
  }
}
/***End secrets-to-hr-software-implementation-success**/
/********building-a-powerful-employer-brand-in-2023*********/
.building-a-powerful-employer-brand-in-2023 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 58%, #142c52 58%);
}
.building-a-powerful-employer-brand-in-2023 .banner_bg_section .banner_bg {
  background-size: cover;
  background-position: top;
}
@media (max-width: 1300px) {
  .building-a-powerful-employer-brand-in-2023 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 60%, #142c52 60%);
  }
}
@media (max-width: 1182px) {
  .building-a-powerful-employer-brand-in-2023 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 61%, #142c52 61%);
  }
}
/********End building-a-powerful-employer-brand-in-2023*********/
/********beyond-hiring-enhancing-your-2023-talent-strategy*********/
.beyond-hiring-enhancing-your-2023-talent-strategy .presenters_section .presenter_company img[alt='flight_center_white_logo'] {
  max-width: 150px;
}
.beyond-hiring-enhancing-your-2023-talent-strategy .banner_bg_section .banner_bg {
  background-size: cover;
  background-position: center;
}
.beyond-hiring-enhancing-your-2023-talent-strategy .webinar_content {
  background: linear-gradient(to bottom, #ffffff 58%, #142c52 58%);
}
@media (max-width: 1300px) {
  .beyond-hiring-enhancing-your-2023-talent-strategy .webinar_content {
    background: linear-gradient(to bottom, #ffffff 60%, #142c52 60%);
  }
}
@media (max-width: 1182px) {
  .beyond-hiring-enhancing-your-2023-talent-strategy .webinar_content {
    background: linear-gradient(to bottom, #ffffff 61%, #142c52 61%);
  }
}
/********End beyond-hiring-enhancing-your-2023-talent-strategy*********/
/*********talentpalooza-2023********/
.talentpalooza-2023 .webinar_banner {
  max-width: unset;
}
.talentpalooza-2023 .banner_bg_section .banner_bg {
  background-position: center right;
}
.talentpalooza-2023.webinar_banner .cta-button {
  margin-bottom: 1rem;
}
.talentpalooza-2023 .small_diamond_dotted_left {
  bottom: 21rem;
}
.talentpalooza-2023 .small_diamond_dotted_right_top {
  bottom: 23rem;
}
.talentpalooza-2023 .large_diamond_dotted_right_bottom {
  bottom: 0rem;
}
.talentpalooza-2023 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 50%, #142c52 50%);
}
@media (max-width: 1300px) {
  .talentpalooza-2023 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 53%, #142c52 53%);
  }
}
@media (max-width: 991px) {
  .talentpalooza-2023 .bottom_cta {
    background-color: transparent;
    margin-bottom: 4rem;
  }
}
/*********End talentpalooza-2023********/
/************secrets-to-hr-software-implementation-success-us********/
.secrets-to-hr-software-implementation-success-us .banner_bg_section .banner_bg {
  background-position: 100% 35%;
}
.secrets-to-hr-software-implementation-success-us .webinar_content {
  background: linear-gradient(to bottom, #ffffff 41%, #142c52 41%);
}
@media (max-width: 1245px) {
  .secrets-to-hr-software-implementation-success-us .webinar_content {
    background: linear-gradient(to bottom, #ffffff 45%, #142c52 45%);
  }
}
@media (max-width: 991px) {
  .secrets-to-hr-software-implementation-success-us .bottom_cta {
    padding-top: 4rem;
  }
  .secrets-to-hr-software-implementation-success-us .content_section {
    margin-bottom: 4rem;
  }
}
/*********End secrets-to-hr-software-implementation-success-us**********/
/************scentralized-recruiting-in-a-decentralized-hiring-models********/
.centralized-recruiting-in-a-decentralized-hiring-model .banner_bg_section .banner_bg {
  background-position: 100% 35%;
}
.centralized-recruiting-in-a-decentralized-hiring-model .webinar_content {
  background: linear-gradient(to bottom, #ffffff 60%, #142c52 60%);
}
/*********End centralized-recruiting-in-a-decentralized-hiring-model**********/
/************candidate-experience-in-2023-what-really-matters********/
.candidate-experience-in-2023-what-really-matters .banner_bg_section .banner_bg {
  background-position: center;
}
.candidate-experience-in-2023-what-really-matters .webinar_content {
  background: linear-gradient(to bottom, #ffffff 46%, #142c52 46%);
}
@media (max-width: 1107px) {
  .candidate-experience-in-2023-what-really-matters .webinar_content {
    background: linear-gradient(to bottom, #ffffff 48%, #142c52 48%);
  }
}
@media (max-width: 991px) {
  .candidate-experience-in-2023-what-really-matters .bottom_cta {
    padding-top: 4rem;
  }
}
/*********End candidate-experience-in-2023-what-really-mattersl**********/
/************how-to-convince-your-c-suite-to-invest-in-a-best-of-breed-talent-strategy********/
.how-to-convince-your-c-suite-to-invest-in-a-best-of-breed-talent-strategy .banner_bg_section .banner_bg {
  background-position: center;
}
.how-to-convince-your-c-suite-to-invest-in-a-best-of-breed-talent-strategy .webinar_content {
  background: linear-gradient(to bottom, #ffffff 44%, #142c52 44%);
}
@media (max-width: 1065px) {
  .how-to-convince-your-c-suite-to-invest-in-a-best-of-breed-talent-strategy .webinar_content {
    background: linear-gradient(to bottom, #ffffff 46%, #142c52 46%);
  }
}
@media (max-width: 991px) {
  .how-to-convince-your-c-suite-to-invest-in-a-best-of-breed-talent-strategy .bottom_cta {
    padding-top: 4rem;
  }
}
/*********End how-to-convince-your-c-suite-to-invest-in-a-best-of-breed-talent-strategy**********/
/************unlock-talent-attraction-secrets-to-success-in-higher-education********/
.unlock-talent-attraction-secrets-to-success-in-higher-education .banner_bg_section .banner_bg {
  background-position: top;
}
.unlock-talent-attraction-secrets-to-success-in-higher-education .webinar_content {
  background: linear-gradient(to bottom, #ffffff 45%, #142c52 45%);
}
@media (max-width: 1211px) {
  .unlock-talent-attraction-secrets-to-success-in-higher-education .webinar_content {
    background: linear-gradient(to bottom, #ffffff 47%, #142c52 47%);
  }
}
@media (max-width: 1147px) {
  .unlock-talent-attraction-secrets-to-success-in-higher-education .webinar_content {
    background: linear-gradient(to bottom, #ffffff 49%, #142c52 49%);
  }
}
@media (max-width: 1065px) {
  .unlock-talent-attraction-secrets-to-success-in-higher-education .webinar_content {
    background: linear-gradient(to bottom, #ffffff 48%, #142c52 48%);
  }
}
@media (max-width: 991px) {
  .unlock-talent-attraction-secrets-to-success-in-higher-education .bottom_cta {
    padding-top: 4rem;
  }
}
/*********End how-to-convince-your-c-suite-to-invest-in-a-best-of-breed-talent-strategy**********/
/************the-power-of-a-great-career-site********/
.the-power-of-a-great-career-site .banner_bg_section .banner_bg {
  background-position: center;
}
.the-power-of-a-great-career-site .webinar_content {
  background: linear-gradient(to bottom, #ffffff 48%, #142c52 48%);
}
@media (max-width: 1211px) {
  .the-power-of-a-great-career-site .webinar_content {
    background: linear-gradient(to bottom, #ffffff 47%, #142c52 47%);
  }
}
@media (max-width: 1147px) {
  .the-power-of-a-great-career-site .webinar_content {
    background: linear-gradient(to bottom, #ffffff 49%, #142c52 49%);
  }
}
@media (max-width: 1065px) {
  .the-power-of-a-great-career-site .webinar_content {
    background: linear-gradient(to bottom, #ffffff 51%, #142c52 51%);
  }
}
@media (max-width: 991px) {
  .unlock-talent-attraction-secrets-to-success-in-higher-education .bottom_cta {
    padding-top: 4rem;
  }
}
/*********End the-power-of-a-great-career-site**********/
/*******five-recruitment-trends-for-2024********/
.five-recruitment-trends-for-2024 .banner_bg_section .banner_bg {
  background-position: top;
}
.five-recruitment-trends-for-2024 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 59%, #142c52 59%);
}
@media (max-width: 1309px) {
  .five-recruitment-trends-for-2024 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 56%, #142c52 56%);
  }
}
@media (max-width: 1035px) {
  .five-recruitment-trends-for-2024 .webinar_content {
    background: linear-gradient(to bottom, #ffffff 58%, #142c52 58%);
  }
}
/*****End five-recruitment-trends-for-2024*********/
/*******managing-change-during-a-massive-recruitment-overhaul-csus-story********/
.managing-change-during-a-massive-recruitment-overhaul-csus-story .banner_bg_section .banner_bg {
  background-position: 100% 57%;
}
.managing-change-during-a-massive-recruitment-overhaul-csus-story .webinar_content {
  background: linear-gradient(to bottom, #ffffff 42%, #142c52 42%);
}
/*****End five-recruitment-trends-for-2024*********/
/*******set-your-new-hires-up-for-success*******/
.set-your-new-hires-up-for-success .banner_bg_section .banner_bg {
  background-position: 100% 16%;
}
.set-your-new-hires-up-for-success .webinar_content {
  background: linear-gradient(to bottom, #ffffff 49%, #142c52 49%);
}
/*****End set-your-new-hires-up-for-success*********/
/*******building-a-holistic-talent-acquisition-approach-with-ability-wa*******/
.building-a-holistic-talent-acquisition-approach-with-ability-wa .banner_bg_section .banner_bg {
  background-position: 100% 16%;
}
.building-a-holistic-talent-acquisition-approach-with-ability-wa .webinar_content {
  background: linear-gradient(to bottom, #ffffff 28%, #142c52 28%);
}
@media (max-width: 1249px) {
  .building-a-holistic-talent-acquisition-approach-with-ability-wa .webinar_content {
    background: linear-gradient(to bottom, #ffffff 31%, #142c52 31%);
  }
}
@media (max-width: 1127px) {
  .building-a-holistic-talent-acquisition-approach-with-ability-wa .webinar_content {
    background: linear-gradient(to bottom, #ffffff 33%, #142c52 33%);
  }
}
/*****End building-a-holistic-talent-acquisition-approach-with-ability-was*********/
/*******strategic-sourcing-elevate-your-talent-acquisition*******/
.strategic-sourcing-elevate-your-talent-acquisition .banner_bg_section .banner_bg {
  background-position: 100% 26%;
}
.strategic-sourcing-elevate-your-talent-acquisition .webinar_content {
  background: linear-gradient(to bottom, #ffffff 60%, #142c52 60%);
}
@media (max-width: 1140px) {
  .strategic-sourcing-elevate-your-talent-acquisition .webinar_content {
    background: linear-gradient(to bottom, #ffffff 62%, #142c52 62%);
  }
}
.strategic-sourcing-elevate-your-talent-acquisition .bottom_cta {
  display: none;
}
@media (max-width: 991px) {
  .strategic-sourcing-elevate-your-talent-acquisition .bottom_cta {
    padding-top: 4rem;
  }
}
/*****End strategic-sourcing-elevate-your-talent-acquisition*********/
/*******competence-over-credentials-the-skills-based-hiring-approach*******/
.competence-over-credentials-the-skills-based-hiring-approach .banner_bg_section .banner_bg {
  background-position: 100% 26%;
}
.competence-over-credentials-the-skills-based-hiring-approach .webinar_content {
  background: linear-gradient(to bottom, #ffffff 46%, #142c52 46%);
}
@media (max-width: 1317px) {
  .competence-over-credentials-the-skills-based-hiring-approach .webinar_content {
    background: linear-gradient(to bottom, #ffffff 49%, #142c52 49%);
  }
}
@media (max-width: 1200px) {
  .competence-over-credentials-the-skills-based-hiring-approach .webinar_content {
    background: linear-gradient(to bottom, #ffffff 51%, #142c52 51%);
  }
}
@media (max-width: 1162px) {
  .competence-over-credentials-the-skills-based-hiring-approach .webinar_content {
    background: linear-gradient(to bottom, #ffffff 55%, #142c52 55%);
  }
}
.competence-over-credentials-the-skills-based-hiring-approach .bottom_cta {
  display: none;
}
@media (max-width: 991px) {
  .competence-over-credentials-the-skills-based-hiring-approach .bottom_cta {
    padding-top: 4rem;
  }
}
/*****End competence-over-credentials-the-skills-based-hiring-approach*********/
/*******competence-over-credentials-the-skills-based-hiring-approach-us*******/
.competence-over-credentials-the-skills-based-hiring-approach-us .banner_bg_section .banner_bg {
  background-position: 100% 26%;
}
.competence-over-credentials-the-skills-based-hiring-approach-us .webinar_content {
  background: linear-gradient(to bottom, #ffffff 46%, #142c52 46%);
}
@media (max-width: 1317px) {
  .competence-over-credentials-the-skills-based-hiring-approach-us .webinar_content {
    background: linear-gradient(to bottom, #ffffff 49%, #142c52 49%);
  }
}
@media (max-width: 1200px) {
  .competence-over-credentials-the-skills-based-hiring-approach-us .webinar_content {
    background: linear-gradient(to bottom, #ffffff 51%, #142c52 51%);
  }
}
@media (max-width: 1162px) {
  .competence-over-credentials-the-skills-based-hiring-approach-us .webinar_content {
    background: linear-gradient(to bottom, #ffffff 55%, #142c52 55%);
  }
}
.competence-over-credentials-the-skills-based-hiring-approach-us .bottom_cta {
  display: none;
}
@media (max-width: 991px) {
  .competence-over-credentials-the-skills-based-hiring-approach-us .bottom_cta {
    padding-top: 4rem;
  }
}
/*****End competence-over-credentials-the-skills-based-hiring-approach*********/
/*******5-recruitment-metrics-to-amp-up-your-hiring-game*******/
.five-recruitment-metrics-to-amp-up-your-hiring-game .banner_bg_section .banner_bg {
  background-position: 100% 9%;
}
.five-recruitment-metrics-to-amp-up-your-hiring-game .webinar_content {
  background: linear-gradient(to bottom, #ffffff 35%, #142c52 35%);
}
.five-recruitment-metrics-to-amp-up-your-hiring-game .bottom_cta {
  display: none;
}
@media (max-width: 991px) {
  .five-recruitment-metrics-to-amp-up-your-hiring-game .bottom_cta {
    padding-top: 4rem;
  }
}
/*****End five-recruitment-metrics-to-amp-up-your-hiring-game*********/
/*******unlocking-talent-elevate-your-recruitment-marketing-strategy-with-pageup-recruitment-marketing*******/
.unlocking-talent-elevate-your-recruitment-marketing-strategy-with-pageup-recruitment-marketing .banner_bg_section .banner_bg {
  background-position: 100% 9%;
}
.unlocking-talent-elevate-your-recruitment-marketing-strategy-with-pageup-recruitment-marketing .banner_bg_section .webinar_banner h1.title {
  font-size: 45px;
}
.unlocking-talent-elevate-your-recruitment-marketing-strategy-with-pageup-recruitment-marketing .webinar_content {
  background: linear-gradient(to bottom, #ffffff 42%, #142c52 42%);
}
@media (max-width: 1267px) {
  .unlocking-talent-elevate-your-recruitment-marketing-strategy-with-pageup-recruitment-marketing .webinar_content {
    background: linear-gradient(to bottom, #ffffff 45%, #142c52 45%);
  }
}
@media (max-width: 1095px) {
  .unlocking-talent-elevate-your-recruitment-marketing-strategy-with-pageup-recruitment-marketing .webinar_content {
    background: linear-gradient(to bottom, #ffffff 48%, #142c52 48%);
  }
}
/*****End unlocking-talent-elevate-your-recruitment-marketing-strategy-with-pageup-recruitment-marketing*********/
/*******5-recruitment-metrics-to-amp-up-your-hiring-game-us*******/
.five-recruitment-metrics-to-amp-up-your-hiring-game-us .banner_bg_section .banner_bg {
  background-position: 100% 9%;
}
.five-recruitment-metrics-to-amp-up-your-hiring-game-us .webinar_content {
  background: linear-gradient(to bottom, #ffffff 35%, #142c52 35%);
}
.five-recruitment-metrics-to-amp-up-your-hiring-game-us .bottom_cta {
  display: none;
}
@media (max-width: 991px) {
  .five-recruitment-metrics-to-amp-up-your-hiring-game-us .bottom_cta {
    padding-top: 4rem;
  }
}
/*****End five-recruitment-metrics-to-amp-up-your-hiring-game-us*********/
/*******an-inside-look-at-2024s-best-careers-site*******/
.an-inside-look-at-2024s-best-careers-site .banner_bg_section .banner_bg {
  background-position: 100% 25%;
}
.an-inside-look-at-2024s-best-careers-site .webinar_content {
  background: linear-gradient(to bottom, #ffffff 47%, #142c52 47%);
}
@media (max-width: 1328px) {
  .an-inside-look-at-2024s-best-careers-site .webinar_content {
    background: linear-gradient(to bottom, #ffffff 49%, #142c52 49%);
  }
}
@media (max-width: 1126px) {
  .an-inside-look-at-2024s-best-careers-site .webinar_content {
    background: linear-gradient(to bottom, #ffffff 51%, #142c52 51%);
  }
}
@media (max-width: 1019px) {
  .an-inside-look-at-2024s-best-careers-site .webinar_content {
    background: linear-gradient(to bottom, #ffffff 54%, #142c52 54%);
  }
}
.an-inside-look-at-2024s-best-careers-site .bottom_cta {
  display: none;
}
@media (max-width: 991px) {
  .an-inside-look-at-2024s-best-careers-site .bottom_cta {
    padding-top: 4rem;
  }
}
/*****End under-the-hood-of-2024s-best-careers-site*********/
/*******optimizing-your-candidate-experience*******/
.optimizing-your-candidate-experience .banner_bg_section .banner_bg {
  background-position: 100% 25%;
}
.optimizing-your-candidate-experience .webinar_content {
  background: linear-gradient(to bottom, #ffffff 27%, #142c52 27%);
}
@media (max-width: 1217px) {
  .optimizing-your-candidate-experience .webinar_content {
    background: linear-gradient(to bottom, #ffffff 29%, #142c52 29%);
  }
}
.optimizing-your-candidate-experience .bottom_cta {
  display: none;
}
@media (max-width: 991px) {
  .optimizing-your-candidate-experience .bottom_cta {
    padding-top: 4rem;
  }
}
/*****End optimizing-your-candidate-experienc*********/
/*******trending-top-recruitment-themes-shaping-2025*******/
.trending-top-recruitment-themes-shaping-2025 .banner_bg_section .banner_bg {
  background-position: 100% 40%;
}
.trending-top-recruitment-themes-shaping-2025 .webinar_content {
  background: linear-gradient(to bottom, #ffffff 46%, #142c52 46%);
}
.trending-top-recruitment-themes-shaping-2025 .bottom_cta {
  display: none;
}
@media (max-width: 991px) {
  .trending-top-recruitment-themes-shaping-2025 .bottom_cta {
    padding-top: 4rem;
  }
}
/*****End trending-top-recruitment-themes-shaping-2025*********/
/*******chatbot-sneak-peek-customer-sessions*******/
.chatbot-sneak-peek-customer-sessions .banner_bg_section .banner_bg {
  background-position: 100% 40%;
}
.chatbot-sneak-peek-customer-sessions .webinar_content {
  background: linear-gradient(to bottom, #ffffff 40%, #142c52 40%);
}
@media (max-width: 1030px) {
  .chatbot-sneak-peek-customer-sessions .webinar_content {
    background: linear-gradient(to bottom, #ffffff 42%, #142c52 42%);
  }
}
.chatbot-sneak-peek-customer-sessions .bottom_cta {
  display: none;
}
/*****End chatbot-sneak-peek-customer-sessions*********/
/*******building-a-business-case-for-hr-tech-demonstrating-roi-and-strategic-value*******/
.building-a-business-case-for-hr-tech-demonstrating-roi-and-strategic-value .banner_bg_section .banner_bg {
  background-position: 100% 40%;
}
.building-a-business-case-for-hr-tech-demonstrating-roi-and-strategic-value .webinar_content {
  background: linear-gradient(to bottom, #ffffff 26%, #142c52 26%);
}
/*****End building-a-business-case-for-hr-tech-demonstrating-roi-and-strategic-value*********/
/*******building-a-business-case-for-hr-tech-a-step-by-step-framework*******/
.building-a-business-case-for-hr-tech-a-step-by-step-framework .banner_bg_section .banner_bg {
  background-position: 100% 40%;
}
.building-a-business-case-for-hr-tech-a-step-by-step-framework .webinar_content {
  background: linear-gradient(to bottom, #ffffff 59%, #142c52 59%);
}
@media (max-width: 1250px) {
  .building-a-business-case-for-hr-tech-a-step-by-step-framework .webinar_content {
    background: linear-gradient(to bottom, #ffffff 62%, #142c52 62%);
  }
}
/*****End building-a-business-case-for-hr-tech-a-step-by-step-framework*********/
/*******unlock-job-ad-performance-with-seek*******/
.unlock-job-ad-performance-with-seek .banner_bg_section .banner_bg {
  background-position: 100% 40%;
}
.unlock-job-ad-performance-with-seek .webinar_content {
  background: linear-gradient(to bottom, #ffffff 47%, #142c52 47%);
}
@media (max-width: 1150px) {
  .unlock-job-ad-performance-with-seek .webinar_content {
    background: linear-gradient(to bottom, #ffffff 49%, #142c52 49%);
  }
}
@media (max-width: 1055px) {
  .unlock-job-ad-performance-with-seek .webinar_content {
    background: linear-gradient(to bottom, #ffffff 47%, #142c52 47%);
  }
}
.unlock-job-ad-performance-with-seek .bottom_cta {
  display: none;
}
/*****End unlock-job-ad-performance-with-seek*********/
