/*
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;
}
img {
  height: auto;
}
/***Backrground ballon***/
.ballon_image_left {
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
.ballon_image_left_1 {
  left: -40rem;
  top: 0rem;
}
@media (max-width: 991px) {
  .ballon_image_left_1 {
    display: none;
  }
}
.ballon_image_left_2 {
  left: 42rem;
  top: 125rem;
}
@media (max-width: 991px) {
  .ballon_image_left_2 {
    display: none;
  }
}
/******Banner****/
.banner.inner-banner {
  background-position: center right;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-size: 46%;
}
/******End banner*****/
/****************customer_logos_block************/
.customer_logos_block {
  position: relative;
}
.customer_logos_block::before {
  content: '';
  /*background-image: url(/wp-content/uploads/2025/02/blue-wave-1.png);*/
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1000;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  background-color: rgba(255, 255, 255, 0.81);
  background-blend-mode: lighten;
  background-size: 125% 100%;
}
.customer_logos_block .testimonials-main {
  padding-top: 5rem;
}
.customer_logos_block .testimonials-main .customers_logo_wrap {
  box-shadow: none;
  padding: 0rem;
  background-color: transparent;
  border-radius: 0rem;
}
.customer_logos_block .customer_logo_section img {
  max-height: 70px;
  margin: 30px 40px 20px;
  max-width: 140px;
  height: auto;
  width: auto;
  margin: 30px auto;
  padding: 0px 10px;
}
img[alt='bank_ireland_horizontal_color_logo'] {
  max-width: 220px;
}
img[alt='saint_luke_color_logo'] {
  max-width: 180px;
}
img[alt="Lindt_logo"],
img[alt="website_Lindt_grey_logo"] {
  max-width: 150px;
}
img[alt="Affinity-Education-Logo"] {
  max-width: 120px;
  max-height: unset;
}
img[alt="northeastern_uni_logo_v2_1_v2"] {
  max-width: 130px;
}
img[alt="website_MUSC_Logo"],
img[alt="musc-health_logo-grey"] {
  max-height: 59px;
}
img[alt="Adairs_Logo"],
img[alt="Adairs_grey_Logo"] {
  max-width: 150px;
}
.homepage-customer-logo-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.homepage-customer-logo-slider.owl-carousel .owl-stage .owl-item {
  margin: auto 50px;
}
.homepage-customer-logo-slider.owl-carousel .owl-stage .owl-item .item {
  height: 100%;
}
.homepage-customer-logo-slider.owl-carousel .owl-stage .owl-item .item .customer_logos_image_wrapper {
  height: 100%;
}
/****************end customer_logos_block************/
/******************Customer Number******************/
.roi_message_row {
  background-image: url(/wp-content/uploads/2025/03/pageup_2025_background_image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.roi_message_row h2 {
  text-align: center;
  color: #fff;
}
.roi_message_row p {
  text-align: center;
  color: #fff;
}
.roi_message_row .roi_message_boxes_sec {
  /*background: @pup_gradient_blue;
    padding: 3rem 1rem 3rem 4rem;
    border-radius: 10px;
    margin-bottom:2rem;*/
  margin: 3rem 0px 5rem;
}
.roi_message_row .roi_message_boxes_sec .row {
  justify-content: center;
}
.roi_message_row .roi_message_boxes_sec .row .customer_number_row_cell .customer_number {
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .roi_message_row .roi_message_boxes_sec .row .customer_number_row_cell .customer_number {
    align-items: center;
  }
}
.roi_message_row .roi_message_boxes_sec .row .customer_number_row_cell .customer_number h3 {
  text-align: center;
  margin-bottom: 0.7rem;
  color: #30B39F;
  font-size: 70px;
}
.roi_message_row .roi_message_boxes_sec .row .customer_number_row_cell .customer_number p {
  text-align: center;
  margin-bottom: 0px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .roi_message_row .customer_number_row_cell {
    margin-bottom: 20px;
  }
}
/******************End Customer Number******************/
/***<!--Help platform-->****/
.help_platform_block .help_platforms {
  justify-content: center;
  margin-bottom: 2rem;
}
.help_platform_block .help_platforms .help_platforms_button {
  margin: 10px 20px;
}
.help_platform_block .help_platforms .help_platforms_button.active {
  opacity: 0.7;
}
.help_platform_block .help_platforms_contents_section {
  margin-bottom: 4rem;
}
.help_platform_block .help_platforms_contents_section .help_platforms_content {
  display: none;
  padding: 4rem 2rem;
  box-shadow: 0px 20px 50px 0 #1818181a;
  background-color: #ffffff;
  border-radius: 1rem;
}
.help_platform_block .help_platforms_contents_section .help_platforms_content.active {
  display: block;
}
.help_platform_block .help_platforms_contents_section .help_platforms_content p {
  text-align: left;
}
.help_platform_block .help_platforms_contents_section .help_platforms_content h2 {
  text-align: left;
}
.help_platform_block .help_platforms_contents_section .help_platforms_content ul {
  padding-left: 0px;
  font-size: 22px;
  margin-bottom: 27px;
}
.help_platform_block .help_platforms_contents_section .help_platforms_content ul li {
  padding-left: 0.5em;
  display: block;
}
.help_platform_block .help_platforms_contents_section .help_platforms_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;
}
.help_platform_block .help_platforms_contents_section .help_platforms_content .help_platforms_content_title {
  /*font-size: 18px;*/
}
/***<!--End Help platform-->****/
/***<!--PAGEUP Modiule buttons platform-->****/
.pageup_module_button_platform_block .module_box_icon {
  max-width: 500px;
}
.pageup_module_button_platform_block .module_button_platforms {
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.pageup_module_button_platform_block .module_button_platforms .row {
  justify-content: center;
}
.pageup_module_button_platform_block .module_button_platforms .row .col-12 {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .pageup_module_button_platform_block .module_button_platforms .col-lg-4 .module_platform_button_wrapper {
    /*height: 80px;*/
  }
}
@media (min-width: 992px) {
  .pageup_module_button_platform_block .module_button_platforms .second_row_buttons .module_platform_button_wrapper {
    /*height: auto;*/
  }
}
.pageup_module_button_platform_block .module_button_platforms .module_platform_button_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: auto;
  background-color: white;
  box-shadow: 0px 0px 5px 0px rgba(24, 24, 24, 0.38);
  padding: 1rem;
  border-radius: 10px;
  height: 100%;
  cursor: pointer;
}
.pageup_module_button_platform_block .module_button_platforms .module_platform_button_wrapper.active {
  transition: 1s ease;
}
.pageup_module_button_platform_block .module_button_platforms .module_platform_button_wrapper.active .module_button_platforms_button {
  color: white;
}
.pageup_module_button_platform_block .module_button_platforms .module_platform_button_wrapper.active .module_button_icon_color {
  display: none;
}
.pageup_module_button_platform_block .module_button_platforms .module_platform_button_wrapper.active .module_button_icon_white {
  display: inline;
}
.pageup_module_button_platform_block .module_button_platforms .module_platform_button_wrapper:hover .module_button_platforms_button {
  opacity: 0.7;
}
.pageup_module_button_platform_block .module_button_platforms .module_platform_button_wrapper .module_button_icon {
  width: 25px;
  max-height: 25px;
}
.pageup_module_button_platform_block .module_button_platforms .module_platform_button_wrapper .module_button_icon_white {
  display: none;
}
.pageup_module_button_platform_block .module_button_platforms .module_platform_button_wrapper .module_button_platforms_button {
  margin: 0px 10px;
}
.pageup_module_button_platform_block .module_button_platforms .module_platform_button_wrapper_1 .module_button_platforms_button {
  /*color:var(--module_block_1);*/
}
.pageup_module_button_platform_block .module_button_platforms .module_platform_button_wrapper_1.active {
  /*background-color: var(--module_block_1);*/
}
.pageup_module_button_platform_block .module_button_platforms_contents_section .module_button_platforms_content {
  display: none;
  /*align-items: center;*/
}
.pageup_module_button_platform_block .module_button_platforms_contents_section .module_button_platforms_content.active {
  display: flex;
}
.pageup_module_button_platform_block .module_button_platforms_contents_section .module_button_platforms_content p {
  text-align: left;
}
.pageup_module_button_platform_block .module_button_platforms_contents_section .module_button_platforms_content h2 {
  text-align: left;
  margin-top: 40px;
  color: var(--module_block_1);
}
.pageup_module_button_platform_block .module_button_platforms_contents_section .module_button_platforms_content .module_button_platforms_images {
  /*align-self: center;*/
}
.pageup_module_button_platform_block .module_button_platforms_contents_section .module_button_platforms_content .module_button_platforms_content_title {
  font-size: 18px;
}
.pageup_module_button_platform_block .module_button_platforms_contents_section .module_button_platforms_content .cta-button-1 {
  /*background-color: var(--module_block_1);*/
  /*border-color: var(--module_block_1);*/
  margin-right: 20px;
}
/***<!--End PageUP Modiule buttons platform-->****/
/***<!--PageUP Modiule main buttons platform-->****/
.help_platform_block .module_button_platforms .module_platform_button_wrapper {
  background: linear-gradient(90deg, #152C52 0%, #0764B0 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}
.help_platform_block .module_button_platforms .module_platform_button_wrapper .module_button_platforms_button {
  color: #142c52;
}
.help_platform_block .module_button_platforms .module_platform_button_wrapper.active {
  background-size: 100% 100%;
  transition: 1s ease;
}
/***<!--End PageUP Modiule main buttons platform-->****/
/*****************help 3 col******************/
.help_3_col_row {
  padding-bottom: 1rem;
}
.help_3_col_row h2 {
  text-align: center;
  color: #1d1d1d;
  margin-bottom: 20px;
  font-size: 60px;
}
.help_3_col_row p {
  text-align: center;
  font-size: 18px;
}
.help_3_col_row .row {
  justify-content: center;
}
.help_3_col_row .row .help_3_col_row_cell_box {
  /*margin-top:2rem;*/
  /*background-color:white;*/
  padding: 40px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*border: 1px solid @pup_orange;*/
  /*border-radius: 10px;*/
  /*box-shadow: 0 0px 4px 0 @pup_orange;*/
}
@media screen and (max-width: 991px) {
  .help_3_col_row .row .help_3_col_row_cell_box {
    align-items: center;
  }
}
.help_3_col_row .row .help_3_col_row_cell_box h3 {
  text-align: center;
  margin-top: 3rem;
}
.help_3_col_row .row .help_3_col_row_cell_box p {
  text-align: center;
  margin-bottom: 0px;
}
.help_3_col_row .row .help_3_col_row_cell_box .icon_image_wrapper {
  height: 185px;
  margin: auto;
}
.help_3_col_row .row .help_3_col_row_cell_box .icon_image_wrapper img {
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .help_3_col_row .help_3_col_row_cell {
    margin-bottom: 20px;
  }
}
/******************End help 3 col******************/
/***<!--PageUP Modiule secondarary buttons platform-->****/
.secondary_platform_block .module_button_platforms .module_platform_button_wrapper {
  background: linear-gradient(90deg, #239ed7 0%, #239ed7 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}
.secondary_platform_block .module_button_platforms .module_platform_button_wrapper .module_button_platforms_button {
  color: #239ed7;
}
.secondary_platform_block .module_button_platforms .module_platform_button_wrapper.active {
  background-size: 100% 100%;
  transition: 1s ease;
}
.secondary_platform_block_3_col .pageup_module_content_container {
  margin-top: 5rem;
}
@media screen and (max-width: 991px) {
  .secondary_platform_block_3_col .pageup_module_content_container {
    margin-top: 3rem;
  }
}
.secondary_platform_block_3_col .module_button_platforms {
  margin-bottom: 0rem;
  margin-top: 0rem;
}
.secondary_platform_block_3_col .module_button_platforms .module_platform_button_wrapper {
  background: none;
  margin-bottom: 5px;
  padding: 10px;
  justify-content: left;
  box-shadow: none;
  display: block;
  border-bottom: 1px solid #c8d3df;
  border-radius: 0px;
  padding-left: 0px;
}
.secondary_platform_block_3_col .module_button_platforms .module_platform_button_wrapper::after {
  content: "";
  border-bottom: 3px solid #FF4782;
  display: block;
  width: 0%;
}
.secondary_platform_block_3_col .module_button_platforms .module_platform_button_wrapper.active {
  background-size: 100% 100%;
  transition: 1s ease;
}
.secondary_platform_block_3_col .module_button_platforms .module_platform_button_wrapper.active .module_button_platforms_button {
  color: #FF4782;
  font-weight: 800;
}
.secondary_platform_block_3_col .module_button_platforms .module_platform_button_wrapper.active::after {
  transition: all 250ms ease-in-out;
  border-bottom: 3px solid #FF4782;
  display: block;
  width: 54%;
  position: relative;
  bottom: -12px;
}
.secondary_platform_block_3_col .module_button_platforms .module_platform_button_wrapper .module_button_platforms_button {
  color: #9EAFC0;
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 991px) {
  .secondary_platform_block_3_col .module_button_platforms_contents_section .module_button_platforms_content {
    margin-bottom: 5rem;
    display: block;
  }
}
.secondary_platform_block_3_col .module_button_platforms_contents_section .module_button_platforms_content .platform_small_heading {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.secondary_platform_block_3_col .module_button_platforms_contents_section .module_button_platforms_content h2 {
  margin-top: 0px;
}
.secondary_platform_block_3_col .module_button_platforms_contents_section .module_button_platforms_content .module_button_platforms_images {
  align-self: center;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .secondary_platform_block_3_col .module_button_platforms_contents_section .module_button_platforms_content .module_button_platforms_images {
    margin-top: 1rem;
  }
}
.secondary_platform_block_3_col .module_button_platforms_contents_section .module_button_platforms_content .module_button_platforms_images img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .secondary_platform_block_3_col .module_button_platforms_contents_section .module_button_platforms_content .module_button_platforms_images img {
    max-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .secondary_platform_block_3_col .module_button_platforms_contents_section .module_button_platforms_content .module_button_platforms_contents_section p,
  .secondary_platform_block_3_col .module_button_platforms_contents_section .module_button_platforms_content .module_button_platforms_contents_section h2 {
    text-align: center;
  }
}
/***<!--End PageUP Modiule secondadary buttons platform-->****/
/*****Two modules ********/
@media (min-width: 1205px) {
  .two_modules_row .row {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .two_modules_row .row {
    display: block;
  }
}
@media (min-width: 1205px) {
  .two_modules_row .row .col-lg-6 {
    flex: 0 0 500px;
    margin: 0px 30px;
  }
}
.two_modules_row .row .two_boxes_box {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  /*box-shadow: 0px 20px 50px 0 #1818181a;*/
  background: linear-gradient(182deg, #2E97FC 0%, #2371BD 100%);
  height: 100%;
  padding: 3rem 2rem;
  margin: auto;
}
.two_modules_row .row .two_boxes_box .cta-button.white-outline {
  border: none;
}
@media (max-width: 991px) {
  .two_modules_row .row .two_boxes_box {
    margin-bottom: 2rem;
  }
}
.two_modules_row .row .two_boxes_box .two_boxes_box_top {
  text-align: center;
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.two_modules_row .row .two_boxes_box .two_boxes_box_top h2 {
  margin-bottom: 0px !important;
  color: white;
  /*text-align: left;*/
  font-size: 27px;
}
.two_modules_row .row .two_boxes_box .two_boxes_box_top img {
  max-width: 125px;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .two_modules_row .row .two_boxes_box .two_boxes_box_top img {
    /*display: none;*/
  }
}
.two_modules_row .row .two_boxes_box p {
  color: white;
  /*text-align: left;*/
}
.two_modules_row .row .two_boxes_box .two_boxes_cta {
  margin-top: auto;
  margin-bottom: 0px;
}
/*****End Two modules*****/
/*******ats_message_row**********/
.ats_message_row {
  background-image: url(/wp-content/uploads/2025/03/pageup_2025_background_image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ats_message_row h2,
.ats_message_row p {
  color: white;
}
@media (max-width: 991px) {
  .ats_message_row h2,
  .ats_message_row p {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .ats_message_row img {
    /*margin-top:4rem;*/
  }
}
.ats_message_row .row_ai {
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .ats_message_row .row_ai {
    margin-bottom: 3rem;
    flex-direction: column-reverse;
  }
}
/*****End ats_message_row ***/
/***Support message***/
.support_message_row .support_message_box_row {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .support_message_row .support_message_box_row .modules_box_col {
    margin-bottom: 2rem;
  }
}
.support_message_row .support_message_box_row .modules_box_col .modules_boxes_link {
  height: 100%;
  box-shadow: 0px 20px 50px 0 #1818181a;
  padding: 2rem 30px;
  border-radius: 10px;
}
.support_message_row .support_message_box_row .modules_box_col .modules_boxes_link .homepage_modules_table_img {
  text-align: center;
}
.support_message_row .support_message_box_row .modules_box_col .modules_boxes_link .homepage_modules_table_img img {
  width: auto;
  height: 90px;
  margin-bottom: 1rem;
}
.support_message_row .support_message_box_row .modules_box_col .modules_boxes_link .homepage_modules_table_img p {
  margin-bottom: 0px;
}
/***End support message**/
/***FAQ***/
.faq_section .title {
  text-align: center;
  margin-bottom: 40px;
}
.tab-content .tab-mainbox .tab-listing > ul {
  padding: 0;
  margin-bottom: 0;
}
.tab-content .tab-mainbox .tab-listing > ul > li {
  margin: 0 0 31px 0;
  display: block;
  cursor: pointer;
  /*.clinch_secondary_button();*/
}
.tab-content .tab-mainbox .tab-listing > ul > li .faq_box .gradient_border_backgrund {
  padding: 25px 55px 25px 25px;
}
.tab-content .tab-mainbox .tab-listing > ul > li .tab-title {
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
}
.tab-content .tab-mainbox .tab-listing > ul > li .tab-desc {
  margin-top: 2rem;
}
.tab-content .tab-mainbox .tab-listing > ul > li .tab-desc p {
  text-align: left;
}
.tab-content .tab-mainbox .tab-listing > ul > li .tab-desc ol {
  list-style: decimal;
}
.tab-content .tab-mainbox .tab-listing > ul > li .tab-desc ol li {
  display: list-item;
  font-size: 22px;
}
.tab-content .tab-mainbox .tab-listing > ul > li .tab-desc ul {
  list-style: disc;
}
.tab-content .tab-mainbox .tab-listing > ul > li .tab-desc ul li {
  font-size: 22px;
}
.tab-content .tab-mainbox .tab-listing ul > li .tab-title::after {
  width: 10px;
  font-size: 20px;
  height: 6px;
  position: absolute;
  display: block;
  top: 11px;
  right: 0px;
  content: "\276E";
  transform: rotate(-90deg);
  font-weight: 600;
}
.tab-content .tab-mainbox .tab-listing ul > li.open .tab-title::after {
  right: -12px;
  transform: rotate(90deg);
}
/*******End faq*******/
/*****ats_buttons_row****/
.recruitment-management-2 .ats_buttons_row,
.recruitment-management .ats_buttons_row,
.application-tracking-system-europe .ats_buttons_row,
.application-tracking-system .ats_buttons_row {
  display: block;
}
.ats_buttons_row {
  display: none;
}
.ats_picker {
  background-color: #F8F8F9;
  padding: 1rem;
  color: #485875;
  min-width: 305px;
  display: inline-block;
  display: inline-flex;
  justify-content: space-around;
  vertical-align: top;
}
@media (max-width: 700px) {
  .ats_picker {
    display: block;
    border-radius: 2rem !important;
    margin-bottom: 20px;
  }
}
.ats_picker:hover {
  color: #485875;
}
.ats_picker.active .ats_picker_icon {
  filter: brightness(0) invert(1);
}
.ats_picker#ats_picker_global {
  border-radius: 2rem 0px 0px 2rem;
}
.ats_picker#ats_picker_global.active {
  background-color: #FF4782;
  color: white;
}
.ats_picker#ats_picker_euro {
  border-radius: 0rem 2rem 2rem 0rem;
}
.ats_picker#ats_picker_euro.active {
  background-color: #FEA530;
  color: white;
}
.ats_picker .ats_picker_icon {
  width: 30px;
  margin: auto 20px;
}
/****End ats_buttons_row ***/
@media (max-width: 991px) {
  .application-tracking-system .secondary_platform_block_3_col .pageup_module_button_platforms_contents_section div.pageup_module_button_platforms_content:first-child,
  .application-tracking-system-europe .secondary_platform_block_3_col .pageup_module_button_platforms_contents_section div.pageup_module_button_platforms_content:first-child {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .application-tracking-system .secondary_platform_block_3_col .pageup_module_button_platforms_contents_section div.pageup_module_button_platforms_content:first-child .module_button_platforms_images,
  .application-tracking-system-europe .secondary_platform_block_3_col .pageup_module_button_platforms_contents_section div.pageup_module_button_platforms_content:first-child .module_button_platforms_images {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .application-tracking-system .secondary_platform_block_3_col .pageup_module_button_platforms_contents_section div.pageup_module_button_platforms_content:not(:first-child) .module_button_platforms_images,
  .application-tracking-system-europe .secondary_platform_block_3_col .pageup_module_button_platforms_contents_section div.pageup_module_button_platforms_content:not(:first-child) .module_button_platforms_images {
    display: none;
  }
}
/****ATS page****/
/*# sourceMappingURL=rm.css.map */
