/*
Theme Name: Northern Healthcare v2
Theme URI: http://www.thinkeq.co.uk/
Author: EQ
Author URI: http://www.thinkeq.co.uk/
Description: Northern Healthcare brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2018 works great in many languages, for any abilities, and on any device.
Version: 1.0
Text Domain: nhc
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
#html { margin-top: 0 !important; }
#html #wpadminbar { top: auto; width: auto; min-width: auto; bottom: 70px; }
#html #wp-admin-bar-top-secondary,
#html #wpadminbar .menupop,
#wp-admin-bar-customize,
#wp-admin-bar-updates,
#wp-admin-bar-comments { display: none; }
@media (max-width:1199.98px) {
 #html #wpadminbar { display: none !important; }
 }
:root { --nhc-black: #000000; /*Black */
--nhc-white: #FFFFFF; /* White */
--nhc-light-grey: #F3F3F3; /* Light Grey */ 
--nhc-indigo: #4D6FD9; /* Indigo */
--nhc-green: #037773; /* Green */
--nhc-green2: #05B0AA; /* Green */
--nhc-pink: #CA3E6B; /* Pink */
--nhc-yellow: #F5C940; /* Yellow */
--nhc-custom-ease: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); /* Transition */
--nhc-shadow: 0 0 16px rgba(0, 0, 0, 0.16); /* Box Shadow */
--nhc-section-padding-desktop: 112px; /* Section Padding (Desktop) */
--nhc-section-padding-laptop: 90px; /* Section Padding (Laptop) */
--nhc-section-padding-tablet: 75px; /* Section Padding (Tablet) */
--nhc-section-padding-mobile: 64px; /* Section Padding (Mobile) */
--nhc-primary-font: "Work Sans", sans-serif; /* Primary Font */
--nhc-secondary-font: "Mulish", sans-serif; /* Secondary Font */
--nhc-gradient-pink-indigo: linear-gradient(180deg, var(--nhc-pink) 0%, var(--nhc-indigo) 100%); /* Pink to Indigo Gradient */
--nhc-gradient-green: linear-gradient(180deg, var(--nhc-green) 0%, #05B0AA 100%); /* Dark Green to Light Green Gradient */ }
/* =================reset css starts here=================  */
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset, address, blockquote { margin: 0; padding: 0; outline: none; border: 0 }
img { border: 0; }
a { text-decoration: none; border: 0; outline: 0; }
.clear { clear: both; width: auto !important }
ul { list-style: none; }
a:focus, input:focus, textarea:focus, *:focus { outline: 0 !important; box-shadow: none !important; }
/* =================reset css ends here================= */
/* =================core css starts here================= */
html { scroll-behavior: smooth; scroll-padding-top:113px; }
body { min-height: 100vh; padding-top: 114px; font-family: var(--nhc-primary-font); font-size: 18px; font-weight: 400; line-height: 1.5; color: var(--nhc-black); background: #fdfdfd; position: relative; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: flex; flex-flow: column; }
.container { width: calc(100% - 66px); max-width: 1616px; }
.form-control::-webkit-input-placeholder { color: #586271; opacity: 1; }
.form-control::-moz-placeholder { color: #586271; opacity: 1; }
.form-control:-moz-placeholder { color: #586271; opacity: 1; }
.form-control:-ms-input-placeholder { color: #586271; opacity: 1; }
a, input, button { display: inline-block; text-decoration: none; color: inherit; outline: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
a img { border: 0px none; }
a:hover { outline: none; color: var(--nhc-indigo); text-decoration: none; }
a:active { outline: none; text-decoration: none; }
a:focus { outline: none; outline-offset: 0px; text-decoration: none; color: inherit; }
img { max-width: 100%; border: 0; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; font-family: var(--nhc-secondary-font); font-weight: 700; line-height: 1.2; color: inherit; margin-bottom: 24px; }
h1 { font-size: 60px; }
h2 { font-size: 52px; }
h3 { font-size: 42px; }
h4 { font-size: 32px; }
h5 { font-size: 24px; }
h6 { font-size: 20px; }
p { margin: 0px; padding: 0px; margin-bottom: 24px; }
strong { font-weight: 700; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 900; }
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
.btn { min-width: 100px; padding: 12px 24px; height: 48px; font-size: 16px; font-weight: 400; line-height: 22px; text-align: center; border: 1px solid currentColor; border-radius: 50rem; box-shadow: none; transition: var(--nhc-custom-ease); }
.btn:has(.btn-icon) { padding: 8px 20px; display: inline-flex; align-items: center; gap: 12px; }
.btn-icon { width: 24px; height: 24px; padding: 5px; display: inline-flex; align-items: center; justify-content: center; }
.btn-icon img { width: 100%; height: 100%; object-fit: contain; }
.btn-indigo, .btn-indigo:focus { color: var(--nhc-white); background-color: var(--nhc-indigo); border-color: var(--nhc-indigo); }
.btn-indigo:hover, .btn-indigo:active { color: var(--nhc-white); background-color: var(--nhc-green); border-color: var(--nhc-green); }
.btn-indigo-outline, .btn-indigo-outline:focus { color: var(--nhc-indigo); background-color: transparent; border-color: var(--nhc-indigo); }
.btn-indigo-outline:hover, .btn-indigo-outline:active { color: var(--nhc-white); background-color: var(--nhc-indigo); border-color: var(--nhc-indigo); }
.btn-light-grey, .btn-light-grey:focus { color: var(--nhc-black); background-color: var(--nhc-light-grey); border-color: var(--nhc-light-grey); }
.btn-light-grey:hover, .btn-light-grey:active { color: var(--nhc-white); background-color: var(--nhc-black); border-color: var(--nhc-black); }
.btn-light-grey-outline, .btn-light-grey-outline:focus { color: var(--nhc-light-grey); background-color: transparent; border-color: var(--nhc-light-grey); }
.btn-light-grey-outline:hover, .btn-light-grey-outline:active { color: var(--nhc-black); background-color: var(--nhc-light-grey); border-color: var(--nhc-light-grey); }
.btn-white, .btn-white:focus { color: var(--nhc-black); background-color: var(--nhc-white); border-color: var(--nhc-white); }
.btn-white:hover, .btn-white:active { color: var(--nhc-white); background-color: var(--nhc-black); border-color: var(--nhc-black); }
.btn-white-outline, .btn-white-outline:focus { color: var(--nhc-white); background-color: transparent; border-color: var(--nhc-white); }
.btn-white-outline:hover, .btn-white-outline:active { color: var(--nhc-black); background-color: var(--nhc-white); border-color: var(--nhc-white); }
.btn-white-outline:hover .btn-icon { filter: brightness(1) invert(1); }
.link { font-family: var(--nhc-primary-font); font-size: 16px; font-weight: 500; line-height: 24px; color: currentcolor; display: flex; align-items: center; }
.link::after { content: ''; width: 7px; height: 12px; position: relative; top: 0; margin-left: 18px; color: currentColor; background-color: currentColor; background-repeat: no-repeat; background-position: center; background-size: contain; -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.414 11.414L7.121 5.707L1.414 0L0 1.414L4.293 5.707L0 10L1.414 11.414Z'/%3E%3C/svg%3E") no-repeat center; mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.414 11.414L7.121 5.707L1.414 0L0 1.414L4.293 5.707L0 10L1.414 11.414Z'/%3E%3C/svg%3E") no-repeat center; -webkit-mask-size: contain; mask-size: contain; transition: var(--nhc-custom-ease); }
.link:hover { color: currentColor; }
.link:hover::after {transform:translateX(-6px);}
.btn-block { min-width: 100%; }
.btn-sm { height: 40px; padding: 8px 20px; }
.download-link { display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 400; line-height: 1.5; color: currentColor; text-decoration: none; }
.download-link:hover { color: currentColor; text-decoration: underline; }
.download-link::before { content: ''; width: 24px; height: 24px; color: currentColor; background-color: currentColor; background-repeat: no-repeat; background-size: contain; -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 16L16 11H13V4H11V11H8L12 16Z'/%3E%3Cpath d='M20 18H4V11H2V18C2 19.103 2.897 20 4 20H20C21.103 20 22 19.103 22 18V11H20V18Z'/%3E%3C/svg%3E") no-repeat center; mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 16L16 11H13V4H11V11H8L12 16Z'/%3E%3Cpath d='M20 18H4V11H2V18C2 19.103 2.897 20 4 20H20C21.103 20 22 19.103 22 18V11H20V18Z'/%3E%3C/svg%3E") no-repeat center; -webkit-mask-size: contain; mask-size: contain; }
ul:not([class]) { list-style: none; margin-bottom: 24px; }
ul:not([class]) > li:not(:last-child) { margin-bottom: 10px; }
ul:not([class]) > li { position: relative; padding-left: 40px; }
ul:not([class]) > li::before { content: ''; width: 17px; height: 15px; position: absolute; top: 6px; left: 3px; z-index: 9999; display: inline-block; color: inherit; background-color: currentColor; background-repeat: no-repeat; background-position: center; background-size: contain; -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.138 5.52867L0.942666 3.33333L0 4.276L3.138 7.414L9.60933 0.942666L8.66667 0L3.138 5.52867Z' fill='black'/%3E%3C/svg%3E") no-repeat center; mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.138 5.52867L0.942666 3.33333L0 4.276L3.138 7.414L9.60933 0.942666L8.66667 0L3.138 5.52867Z' fill='black'/%3E%3C/svg%3E") no-repeat center; -webkit-mask-size: contain; mask-size: contain; }
ul.dot-list, .dot-list ul:not([class]) { list-style: none; margin-bottom: 24px; }
ul.dot-list > li:not(:last-child), .dot-list ul:not([class]) > li:not(:last-child) { margin-bottom: 10px; }
ul.dot-list > li, .dot-list ul:not([class]) > li { position: relative; padding-left: 20px; }
ul.dot-list > li::before, .dot-list ul:not([class]) > li::before { content: ''; width: 4px; height: 4px; position: absolute; left: 0; top: 13px; color: inherit; background: currentColor; border-radius: 5px; mask: none; }
.media-box { display: block; width: 100%; position: relative; }
.media-box > img { width: 100%; }
.modal-backdrop { z-index: 99999; }
.modal-backdrop.show { opacity: 0.85; }
.modal { z-index: 999999; }
.add-index { position: relative; z-index: 9; }
.row-sibling + .row { margin-top: 15px; }
.video-modal .modal-content { background-color: transparent; border: none; border-radius: 0; }
.modal-close { position: absolute; top: -40px; right: 5px; font-size: 40px; line-height: 40px; color: #fff; opacity: 1; font-weight: normal; border: 0; background: transparent; }
.video-modal-media iframe, .video-modal-media video { width: 100%; height: 100%; }
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; display: none; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
a[href^="mailto:"] { max-width: 100%; overflow: hidden; text-overflow: ellipsis; }
/* =================core css ends here================= */
.bg-white { background-color: var(--nhc-white) !important; color: var(--nhc-black) !important; }
.bg-yellow { background-color: var(--nhc-yellow) !important; color: var(--nhc-black) !important; }
.bg-green { background: var(--nhc-green) !important; color: var(--nhc-white) !important; }
.bg-green2 { background: var(--nhc-green2) !important; color: var(--nhc-white) !important; }
.bg-light-grey { background: var(--nhc-light-grey) !important; color: var(--nhc-black) !important; }
.bg-indigo { background: var(--nhc-indigo) !important; color: var(--nhc-white) !important; }
.bg-pink { background: var(--nhc-pink) !important; color: var(--nhc-white) !important; }
.bg-gradient-pink-indigo { color: var(--nhc-white) !important; background: var(--nhc-gradient-pink-indigo) !important; }
.bg-gradient-green { color: var(--nhc-white) !important; background: var(--nhc-gradient-green) !important; }
.has-bg-gradient-green,.has-bg-gradient-pink-indigo, .has-bg-indigo, .has-bg-pink, .has-bg-green, .has-bg-green2 { color: var(--nhc-white); }
.overflow-x-clip { overflow-x: clip; }
/* ================= Section Shapes Start here ================= */
.section-bg { position: absolute; width: 100%; top: 0; bottom: 0; left: 0; z-index: 1; }
.top-shape-type1 { height: 220px; position: absolute; z-index: 0; left: -40px; top: 0; right: 0; background:  url(assets/images/top-shape1.png) no-repeat center top/100% auto; }
.top-shape-type2 { height: 600px; position: absolute; z-index: 0; left: 0; top: 0; background: url(assets/images/top-shape2.png) no-repeat center top/100% auto; right: -120px; }
.large-nhc-icon { width: 1290px; height: 1221px; position: absolute; z-index: 2; top: 50px; left: calc(50% - 1448px); background: url(assets/images/nhc-large-icon.png) no-repeat center/contain; }
.large-nhc-icon.right { top: 130px; left: calc(50% + 148px); }
.large-nhc-icon.bottom { top: auto; bottom: -250px; }
.has-top-shape-type1 .section-bg { top:-65px; }
.has-top-shape-type2 .section-bg { top:-280px; }
.has-top-shape-type3 .section-bg { top:-280px; }
.has-bottom-shape-type1 .section-bg { bottom: -300px; }
.has-bottom-shape-type2 .section-bg { bottom: -470px; }
.has-bottom-shape-type3 .section-bg { bottom: -300px; }
.bottom-shape-type1,
.bottom-shape-type2 { width: 100%; height: 300px; position: absolute; bottom: -1px; left: 0; background: var(--nhc-white); clip-path: polygon(100% 3%, 100% 100%, -3.5% 100%); }
.blob-shape { width: 690px; height: 508px; position: absolute; inset:auto; left: -285px; top:0; z-index: 0; }
.blob-shape span { width: 100%; height: 100%; position: absolute; left: 0; top:0; background: url(assets/images/blob-shape.svg) no-repeat center/contain; }
.blob-shape.footer-blob-shape { inset:auto; top: 49px; right: -177px; }
.blob-shape.footer-blob-shape span { transform: rotate(157deg); }
.content-container[class*="has-bg-"] .blob-shape, .prev-has-bottom-shape-type2 .blob-shape { display: none !important; }
/* ================= Section Shapes End here ================= */
/* ================= global css Start here ================= */
.content-container { padding: var(--nhc-section-padding-desktop) 0; }
.content-container .container { position: relative; z-index: 9; }
/* .content-container:has(.next) { padding-top: 0 !important; }
.content-container:has(.prev) { padding-bottom: 0 !important; }
*/
.form-group { position: relative; margin-bottom: 24px; }
.form-label { font-family: var(--nhc-secondary-font); display: inline-block; font-size: 20px; font-weight: 700; line-height: 1.4; color: var(--nhc-white); margin-bottom: 8px; }
.form-control { height: 48px; padding: 12px 24px; font-size: 16px; color: var(--nhc-black); background-color: var(--nhc-white); border: 1px solid var(--nhc-white); border-radius: 70px; }
.form-control:focus { color: var(--nhc-black); border-color: var(--nhc-indigo); box-shadow: none; }
.form-control::placeholder { color: #666666; }
textarea.form-control { height: 180px; border-radius: 30px; }
.form-select { height: 48px; padding: 12px 40px 12px 14px; color: var(--nhc-black); background-image: url("assets/images/select-arrow.svg"); background-size: 32px 26px; border-radius: 70px; }
.form-select:focus { border-color: var(--nhc-indigo); box-shadow: none; }
.global-search-input .input-group-text { background: #fff; border: 0; border-radius: 5px; font-size: 20px; padding: 5px 2px 5px 15px; }
.global-search-input .input-group .form-control { padding-left: 8px; padding-top: 2px; }
.form-check-group { padding-left: 0px; margin-bottom: 0; }
.form-check-group label { display: inline-block; position: relative; padding-left: 26px; font-size: 14px; font-weight: 400; line-height: 1.5; color: var(--nhc-white); vertical-align: top; }
.form-check-group input { display: none; }
.form-check-group input + .wpcf7-list-item-label::before { content: ''; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: var(--nhc-white); border: 1px solid var(--nhc-white); }
.form-check-group input + .wpcf7-list-item-label::after { content: ''; position: absolute; top: 6px; left: 6px; width: 8px; height: 5px; border-bottom: 1px solid var(--nhc-black); border-left: 1px solid var(--nhc-black); transform: rotate(-45deg) scale(0); transition: all 0.3s ease-in; }
.form-check-group input:checked + .wpcf7-list-item-label::after { transform: rotate(-45deg) scale(1); }
.form-check-group label a { color: inherit; text-decoration: underline; }
.form-check-group label a:hover { text-decoration: none; }
.newsletter-check label { padding-left: 0; width: calc(100% - 74px); }
.newsletter-check .wpcf7-form-control-wrap { display: inline-block; vertical-align: top; width: 64px; padding-left: 7px; }
.newsletter-check .wpcf7-form-control-wrap * { width: 100%; font-size: 15px; }
.newsletter-check .wpcf7-form-control-wrap .wpcf7-list-item { margin: 0; }
.newsletter-check .wpcf7-form-control-wrap .wpcf7-list-item:not(:last-child) { margin-bottom: 14px; }
.newsletter-check input + .wpcf7-list-item-label:before { right: 0; left: auto; }
.newsletter-check input + .wpcf7-list-item-label:after { right: 0; left: auto; }
.newsletter-check input:checked + .wpcf7-list-item-label:after { color: #90935f; }
.form-btn { margin-top: 34px; position: relative; }
.footer-subscribe .form-btn { margin-top: 0; }
.wpcf7-spinner { position: absolute; top: 6px; right: 0; }
.footer-subscribe .wpcf7-spinner { top: -44px; }
/*---- HEADING START ----  */
.heading { margin-bottom: 80px; }
.heading h2 { font-size: 80px; line-height: 1.2; margin-bottom: 0; }
.heading h2.small { font-size: 52px; }
.heading h2 + p { margin-top: 22px; }
.prev-has-bottom-shape-type1 .heading,
.prev-has-bottom-shape-type2 .heading,
.prev-has-bottom-shape-type3 .heading { color: var(--nhc-white); }
/* ---- HEADING END ---- */
/* ---- SWIPER START ---- */
.custom-swiper-navigation { margin-top: 60px; }
.custom-pagination { width: auto !important; display: flex; align-items: center; gap: 8px; }
.custom-pagination .swiper-pagination-bullet { width: 8px; height: 8px; margin: 0 !important; background: #4B4B4B; border-radius: 50%; opacity: 0.2; cursor: pointer; transition: all 0.3s ease; }
.custom-pagination .swiper-pagination-bullet-active { background: var(--nhc-indigo); opacity: 1; }
.custom-pagination.white .swiper-pagination-bullet { background: var(--nhc-white); }
.custom-pagination.white .swiper-pagination-bullet-active { background: var(--nhc-light-grey); }
.custom-swiper-buttons { width: 112px; }
.swiper-button { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: var(--nhc-light-grey); border-radius: 50rem; cursor: pointer; transition: all 0.3s ease; }
.swiper-button img { width: 50%; object-fit: contain; transition: filter 0.3s ease, opacity 0.3s ease; }
.swiper-button:not(.swiper-button-disabled):hover { background: var(--nhc-indigo); }
.swiper-button:not(.swiper-button-disabled):hover img { filter: brightness(0) invert(1); }
.swiper-button.swiper-button-disabled { opacity: 0.5; cursor: default; }
.full-height .swiper-slide { height: auto !important; }
.custom-swiper-navigation:has(.swiper-pagination-lock, .swiper-button-lock) { display: none !important; }
.swiper-button-lock { display: none !important; }
.white-dots .custom-pagination .swiper-pagination-bullet { background: var(--nhc-white); }
div:has(.swiper.swiper-vertical) .swiper-button { transform: rotate(90deg); }
.has-bg-indigo .custom-pagination .swiper-pagination-bullet,
.has-bg-pink .custom-pagination .swiper-pagination-bullet,
.has-bg-gradient-green .custom-pagination .swiper-pagination-bullet,
.has-bg-gradient-pink-indigo .custom-pagination .swiper-pagination-bullet,
.next-has-top-shape-type3 .custom-pagination .swiper-pagination-bullet,
.next-has-top-shape-type2 .custom-pagination .swiper-pagination-bullet { background: #fff; }
.has-bg-indigo .custom-pagination .swiper-pagination-bullet-active,
.has-bg-pink .custom-pagination .swiper-pagination-bullet-active,
.has-bg-gradient-green .custom-pagination .swiper-pagination-bullet-active,
.has-bg-gradient-pink-indigo .custom-pagination .swiper-pagination-bullet-active,
.next-has-top-shape-type3 .custom-pagination .swiper-pagination-bullet-active,
.next-has-top-shape-type2 .custom-pagination .swiper-pagination-bullet-active { background: #fff; }
/* ---- SWIPER END ---- */
/* ================= global css End here ================= */
header { font-family: var(--nhc-primary-font); position: fixed; left: 0; top: 0; right: 0; width: 100%; z-index: 99999; background: #FDFDFD; }
.header-upper { background: var(--nhc-green); position: relative; z-index: 999; }
.header-upper .container { position: relative; }
.header-upper-left { gap: 22px; }
.header-upper ul.social-links { display: inline-flex; align-items: center; gap: 15px; font-size: 0; line-height: 0; }
.header-upper ul.social-links > li { display: inline-flex; align-items: center; justify-content: center; vertical-align: top; padding: 0; }
.header-upper ul.social-links > li > a { font-size: 19px; line-height: 40px; color: var(--nhc-white); }
.header-upper ul.social-links > li > a:hover { color: var(--nhc-white); }
ul.upper-nav > li:first-child { padding-left: 0; }
ul.upper-nav > li:last-child { padding-right: 0; }
ul.upper-nav > li { padding: 0 16px; flex-shrink: 0; position: relative; }
ul.upper-nav > li > a { font-size: 16px; font-weight: 400; line-height: 42px; color: var(--nhc-white); text-decoration: none; }
ul.upper-nav > li:hover > a, ul.upper-nav > li.active > a { text-decoration: underline; }
ul.upper-nav .menu-item-has-children > a { padding-right: 28px; }
ul.upper-nav .menu-item-has-children > a::after { content: ""; display: inline-block; border: 0; position: absolute; top: 50%; margin-left: 10px; margin-top: 2px; width: 13px; height: 8px; background: url(assets/images/dropdown-icon.svg) no-repeat center / contain; transform: translateY(-50%); transform-origin: center center; transition: var(--nhc-custom-ease); filter: brightness(0) invert(1); }
ul.upper-nav .menu-item-has-children:hover > a::after { transform: translateY(-50%) rotate(180deg); }
.upper-nav ul.sub-menu { position: absolute; top: 100%; z-index: 9; display: block; min-width: auto; padding: 24px; margin-top: 10px; left: 50%; transform: translateX(-50%); background: var(--nhc-white); border: 1px solid #EEEEEE; border-radius: 30px; box-shadow: 0px 2px 4px -2px #0000000F, 0px 4px 8px -2px #0000001A; opacity: 0; visibility: hidden; overflow: hidden; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.upper-nav li:hover ul.sub-menu { opacity: 1; visibility: visible; margin-top: 0; }
.upper-nav ul.sub-menu li { width: 100%; padding: 0; }
.upper-nav ul.sub-menu li + li { margin-top: 16px; }
.upper-nav ul.sub-menu li a { padding: 0; font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--nhc-black); white-space: nowrap; }
.upper-nav ul.sub-menu li a:hover, .upper-nav ul.sub-menu li.active a { background: transparent; color: var(--nhc-indigo); }
.header-phone { font-size: 16px; font-weight: 400; line-height: 42px; text-decoration: underline; color: var(--nhc-white); }
.header-phone:hover { text-decoration: none; color: var(--nhc-white); }
.navbar { padding: 0; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
.navbar-brand { width: 157px; }
.navbar-nav > li { padding: 0 16px; }
.navbar-nav > li.mega-menu { position: static; }
.navbar-nav > li:first-child { padding-left: 0; }
.navbar-nav > li:last-child { padding-right: 0; }
.navbar-nav .nav-link { position: relative; padding: 0 !important; font-size: 16px; font-weight: 400; line-height: 72px; color: var(--nhc-black); }
.navbar-nav .active > .nav-link, .navbar-nav li:hover > .nav-link { color: var(--nhc-indigo); }
.navbar-nav .dropdown > .nav-link { padding-right: 28px !important; }
.navbar-nav .dropdown > .nav-link::after { content: ""; display: inline-block; border: 0; position: absolute; top: 50%; margin-left: 10px; margin-top: 2px; width: 13px; height: 8px; background: url(assets/images/dropdown-icon.svg) no-repeat center / contain; transform: translateY(-50%); transform-origin: center center; transition: var(--nhc-custom-ease); }
.navbar-nav .dropdown:hover > .nav-link::after { transform: translateY(-50%) rotate(180deg); }
.dropdown-toggle::after { display: none; }
.search-icon { display: inline-block; width: 24px; height: 24px; margin: 0 32px; }
.search-icon img { width: 100%; height: 100%; object-fit: contain; }
.search-outer { display: inline-block; vertical-align: top; position: static; }
.header-right { height: 72px; position: relative; }
.search-container { position: absolute; top: 100%; right: 15px; z-index: 99; background: var(--nhc-green); padding: 7px; width: 340px; border-radius: 0 0 7px 7px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); margin-top: 5px; visibility: hidden; opacity: 0; transition: all 0.3s ease-in; }
.show-search .search-container { display: block; visibility: visible; opacity: 1; margin-top: 0; }
.search-container .form-control:focus { border-color: var(--nhc-white); }
.all-locations-cta { display: inline-flex; margin-top: 48px !important; }
.all-locations-cta a, .all-locations-cta a:focus { min-width: 100px !important; padding: 12px 24px !important; font-size: 16px !important; font-weight: 400 !important; line-height: 1.5 !important; text-align: center !important; color: var(--nhc-white) !important; background-color: var(--nhc-indigo) !important; border: 1px solid currentColor !important; border-color: var(--nhc-indigo) !important; border-radius: 50rem !important; box-shadow: none !important; transition: var(--nhc-custom-ease); }
.all-locations-cta a:hover, .all-locations-cta a:active { color: var(--nhc-white) !important; background-color: var(--nhc-green) !important; border-color: var(--nhc-green) !important; }
/* Push menu start */
body.menuOpen { overflow: hidden; }
.mp-pusher { position: fixed; top: 0; width: 100%; right: -100%; height: 100%; perspective: 1000px; z-index: 9998; display: none; max-width: 500px; }
.mp-pusher { display: block; }
.mp-pusher.mp-pushed { right: 0; }
.mp-menu { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); background: var(--nhc-white); }
.mp-level { position: absolute; top: 0; left: 0; width: 100%; min-height: 100%; background: var(--nhc-white); -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); overflow: hidden; height: 100%; z-index: 1; }
.mp-sub-level .mp-level { background: var(--nhc-white); }
.mp-menu > .mp-level { padding: 0; padding-top: 106px; display: inline-block; display: flex; flex-flow: column; }
.mp-pusher::after, .mp-level::after, .mp-level::before { content: ""; position: absolute; top: 0; right: 0; width: 0; height: 0; opacity: 0; }
.mp-pusher::after, .mp-level::after { background: rgba(0, 0, 0, 0.2); -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }
.mp-level::after { z-index: -1; }
.mp-pusher.mp-pushed::after, .mp-level.mp-level-overlay::after { width: 100vw; height: 100%; opacity: 1; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }
.mp-level.mp-level-overlay { cursor: pointer; }
.mp-level-inside { height: 100%; overflow-y: auto; display: flex; flex-flow: column; padding: 16px 0; }
.mp-level.mp-level-overlay.mp-level::before { width: 100%; height: 100%; background: transparent; opacity: 1; }
.mp-pusher, .mp-level { -webkit-transition: all 0.4s; transition: all 0.4s; }
.mp-overlap .mp-level.mp-level-open { box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2); -webkit-transform: translate3d(-40px, 0, 0); transform: translate3d(-40px, 0, 0); }
.mp-menu > .mp-level, .mp-menu > .mp-level.mp-level-open, .mp-menu.mp-overlap > .mp-level, .mp-menu.mp-overlap > .mp-level.mp-level-open { box-shadow: none; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.mp-cover .mp-level.mp-level-open { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
.no-csstransforms3d .mp-pusher, .no-js .mp-pusher { padding-left: 300px; }
.no-csstransforms3d .mp-menu .mp-level, .no-js .mp-menu .mp-level { display: none; }
.no-csstransforms3d .mp-menu > .mp-level, .no-js .mp-menu > .mp-level { display: block; }
.mp-menu ul { margin: 0; padding: 0; list-style: none; color: var(--nhc-black); }
.mp-menu ul > li { display: flex; }
.mp-menu ul > li > img { width: 50px; height: 50px; background: var(--nhc-white); padding: 10px; border-radius: 5px; margin: 13px 30px 0 0; }
.mp-menu ul li > a { font-family: "Work Sans"; display: flex; align-items: center; font-size: 18px; line-height: 1.5; font-weight: 400; color: inherit; padding: 12px 20px; width: 100%; gap: 12px; }
.mp-menu ul li > a:hover, .mp-menu ul li.active > a, .mp-menu ul li > a:hover, .mp-menu ul li.active > a:hover { background-color: #f3f4f4; background: var(--nhc-indigo) !important; color: var(--nhc-white) !important; }
.mp-menu ul li > a:hover::after { filter: brightness(0) invert(100%); }
.mp-back { outline: none; font-family: "Work Sans"; font-size: 18px; font-weight: 600; line-height: 1.5; color: var(--nhc-black); margin: 0; background: var(--nhc-white); margin-bottom: 0; display: flex; align-items: center; flex-direction: row-reverse; justify-content: start; gap: 11px; padding: 12px 24px; }
.mp-menu ul > li > .mp-level[data-level="2"] > .mp-back { background: transparent; }
.mp-back::after { background-image: url(assets/images/dropdown-icon.svg); background-repeat: no-repeat; background-size: cover; content: ''; width: 13px; height: 8px; float: left; transform: rotate(90deg); }
.mp-back:hover { color: var(--nhc-black); }
.menu-btn-parent { padding: 0; display: flex; margin-bottom: 0; padding: 0; }
.menu-btn-parent > a { width: 100%; font-size: 17px; line-height: 30px; font-weight: 700; text-transform: uppercase; text-align: left; padding: 18px 20px; color: inherit; border-radius: 0; white-space: normal; letter-spacing: 0; height: auto; border: 0; border-bottom: 2px solid rgb(177 180 182 / 50%); color: var(--nhc-green); }
.mp-menu .sub-menu { padding-bottom: 0; padding-top: 0; margin-top: 0; }
.mp-menu ul > li > .mp-level[data-level="2"] { padding-top: 122px; overflow-y: auto; }
.mp-menu ul > li > .mp-level > ul.sub-menu li > a { display: flex; font-size: 18px; line-height: 1.5; font-weight: 400; color: inherit; padding: 12px 20px; width: 100%; }
.mp-menu ul > li > .mp-level > ul.sub-menu li > a:after { display: none; }
.mp-menu ul > li > .mp-level > ul.sub-menu li.active > a, .mp-menu ul > li > .mp-level > ul.sub-menu li.active > a:hover { color: var(--nhc-green); background: rgb(0 0 0 / 5%) !important; }
.mp-menu ul > li > .mp-level > ul.sub-menu li.has-submenu > a::after { color: var(--nhc-black); }
.mp-menu ul > li > .mp-level > ul.sub-menu li > .mp-level[data-level="3"] { background: var(--nhc-white); padding-top: 124px; }
.mp-menu ul > li > .mp-level > ul.sub-menu li > .mp-level .mp-back:hover { color: var(--nhc-black) !important; background: transparent; }
.mp-menu ul > li > .mp-level > ul.sub-menu li > .mp-level .mp-back::before { color: var(--nhc-black) !important; }
/* .mp-menu ul > li > .mp-level > ul.sub-menu li > .mp-level .menu-btn-parent .btn { color: var(--nhc-black); border-bottom-color: var(--nhc-black); }
*/
.mp-menu ul > li > .mp-level > ul.sub-menu li a:hover { background-color: #f3f4f4; }
.mp-menu ul > li > .mp-level[data-level="2"] ul.sub-menu li a:hover { background-color: #e7e8e9; }
.mp-menu ul > li > .mp-level[data-level="3"] ul.sub-menu li a:hover { background-color: #e0e1e2; }
.mob-head-box { padding: 0 20px; display: flex; flex-flow: column; gap: 16px; margin-bottom: 24px; }
.mob-search-wrapper .search { position: relative; }
.mob-search-wrapper input { border-radius: 70px; border: 1px solid #CCCCCC; padding-left: 48px; background: transparent; }
.mob-search-wrapper input:focus { border: 1px solid #CCCCCC; color: var(--nhc-black); }
.mob-search-wrapper .search:after { content: ''; position: absolute; top: 50%; left: 14px; transform: translateY(-50%); background-image: url(assets/images/search-icon.svg); background-repeat: no-repeat; background-size: cover; width: 18px; height: 18px; }
.mob-quote-btn .btn i { right: 44px; }
.mob-quote-btn .btn:hover { background-color: #036c40; color: var(--nhc-black); border-color: #036c40; }
#menu-mobile-menu2 { background: var(--nhc-white); }
.mp-sub-level #menu-mobile-menu2 .mp-level { background: var(--nhc-white); }
#menu-mobile-menu2 li > a { border-color: rgba(66, 72, 67, 0.5); }
#menu-mobile-menu2 li > a:hover { color: var(--green); }
.mp-level-bg { position: absolute; top: 0; right: -241px; opacity: 0.07; width: 494px; height: auto; z-index: -1; }
.mp-level-bg img { width: 100%; }
.fixed .mp-sub-level #menu-mobile-menu .mp-level { height: calc(100vh - 80px); }
.mp-menu ul li.has-submenu > a::after, .mp-menu ul li.has-submenu > a::after, .mp-menu ul > li > .mp-level > ul.sub-menu li.has-submenu > a::after { background-image: url(assets/images/dropdown-icon.svg); background-repeat: no-repeat; background-size: cover; content: ''; width: 13px; height: 8px; margin-right: 5px; float: right; transform: rotate(270deg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.2s ease; margin-left: auto; }
.mp-menu ul li > a:hover::after, .mp-menu ul li.active > a::after, .mp-menu ul li > a:hover::after, .mp-menu ul li.active > a:hover::after { filter: brightness(0)invert(1); }
.mega-menu .menu-item-object-location_region a { display: inline-flex !important; align-items: center !important; gap: 8px !important; font-weight: 600 !important; }
.mega-menu .menu-item-object-location_region a::before { content: ''; display: inline-block; width: 24px; height: 24px; background: url(assets/images/location-pin-icon.svg) no-repeat center / 16px 20px; transition: all .2s ease; }
.sub-menu:has(.menu-item-object-locations) { margin-top: 12px; }
.sub-menu:has(.menu-item-object-locations) a { padding: 0 20px !important; }
.sub-menu:has(.menu-item-object-locations) li { margin-bottom: 16px; }
.sub-menu:has(.menu-item-object-locations) a:hover { text-decoration: underline; background-color: var(--nhc-white) !important; color: var(--nhc-black) !important; }
/* Push menu end */
@media only screen and (min-width:1200px) {
 .dropdown-menu { display: block; min-width: auto; padding: 24px; margin-top: 0; left: 50%; transform: translateX(-50%); background: var(--nhc-white); border: 1px solid #EEEEEE; border-radius: 30px; box-shadow: 0px 2px 4px -2px #0000000F, 0px 4px 8px -2px #0000001A; opacity: 0; visibility: hidden; overflow: hidden; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.mega-menu .dropdown-menu { min-width: 1140px; padding: 50px; column-count: 3; }
.mega-menu .menu-item-type-taxonomy { display: flex; }
.mega-menu .menu-item-type-taxonomy a { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.mega-menu .menu-item-type-taxonomy a::before { content: ''; display: inline-block; width: 24px; height: 24px; background: url(assets/images/location-pin-icon.svg) no-repeat center / 16px 20px; }
.navbar-nav .mega-menu li:nth-child(2 of .menu-item-type-taxonomy), .navbar-nav .mega-menu li:nth-child(4 of .menu-item-type-taxonomy) { break-before: column; margin-top: 0; }
.navbar-nav .mega-menu li:nth-child(3 of .menu-item-type-taxonomy) { margin-top: 40px }
.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; margin-top: -15px; white-space: nowrap; }
.dropdown-menu li + li { margin-top: 16px; }
.dropdown-item { padding: 0; font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--nhc-black); }
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active { background: transparent; color: var(--nhc-indigo); }
.navbar-nav > li.large-dropdown { position: static; }
.large-dropdown .dropdown-menu { display: none; }
.navbar-nav .dropdown-menu:has(.dropdown) .dropdown-item { padding-right: 30px; }
.navbar-nav .dropdown-menu .dropdown .dropdown-menu { display: none; position: relative; padding: 12px; inset: 0; transform: none; margin: 0; border: 0; border-radius: 0; box-shadow: none; }
.navbar-nav .dropdown-menu .dropdown .dropdown-menu.show { display: block; }
.navbar-nav .dropdown-menu .dropdown .dropdown-menu li + li { margin-top: 8px; }
.navbar-nav .dropdown-menu li.dropdown > .dropdown-item { position: relative; }
.navbar-nav .dropdown-menu li.dropdown > .dropdown-item::after { content: ""; display: inline-block; border: 0; position: absolute; top: 50%; right: 6px; width: 13px; height: 8px; background: url(assets/images/dropdown-icon.svg) no-repeat center / contain; transform: translateY(-50%); transform-origin: center center; transition: var(--nhc-custom-ease); }
.navbar-nav .dropdown-menu li.dropdown > .dropdown-item.show::after { transform: translateY(-50%) rotate(180deg); }
.large-menu { display: block; position: absolute; top: 100%; left: 0; right: 0; list-style: none; padding: 37px 25px 25px; text-align: left; color: #586271; width: 92%; max-width: 1180px; margin: 10px auto 0; opacity: 0; visibility: hidden; margin-top: 15px; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.large-dropdown:hover .large-menu { opacity: 1; visibility: visible; margin-top: 0; }
.large-menu .menu-bg { display: block; position: absolute; left: 3px; top: 22px; right: 3px; bottom: 3px; box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2); z-index: -1; background: #fff; border: solid 1px #00a091; }
.large-menu .menu-title { display: flex; justify-content: space-between; align-items: flex-end; border-bottom: solid 1px #00a091; margin-bottom: 15px; }
.large-menu .menu-title h4 { font-size: 20px; line-height: 28px; font-weight: 700; margin-bottom: 10px; }
.dev-menu-list > .sub-menu-list { display: flex; flex-wrap: wrap; justify-content: space-between; }
.dev-menu-list > .sub-menu-list > li > a { display: block; width: 100%; font-size: 16px; line-height: 24px; font-weight: 700; color: #586271 !important; text-transform: uppercase; padding: 1px 0; }
.dev-menu-list > .sub-menu-list > li > a:hover, .dev-menu-list > .sub-menu-list > li > a:hover * { color: #00b681; background: transparent; }
.dev-menu-list > .sub-menu-list > li > a:before { content: '\f3c5'; font-family: 'Font Awesome 7 Free'; font-size: 14px; font-weight: 900; display: inline-block; vertical-align: middle; margin-right: 7px; }
.dev-menu-list > .sub-menu-list > li > .sub-menu-list > li { padding: 3px 0; }
.dev-menu-list > .sub-menu-list > li > .sub-menu-list > li > a { display: block; font-size: 16px; line-height: 24px; color: #00a091; position: relative; padding: 0; padding-right: 30px; text-transform: none; }
.dev-menu-list > .sub-menu-list > li > .sub-menu-list > li > a:after { content: '\f105'; font-family: 'Font Awesome 7 Free'; font-size: 20px; line-height: 27px; font-weight: 900; display: inline-block; vertical-align: middle; margin-left: 25px; margin-right: 10px; position: absolute; right: 0; transition: all 0.2s ease-in; top: 0; }
.dev-menu-list > .sub-menu-list > li > .sub-menu-list > li:hover > a:after { margin-right: 7px; }
.dev-menu-list > .sub-menu-list > li > .sub-menu-list > li > a:hover { background: transparent; color: #586271; }
#dev-menu-map-here { height: 100%; }
 }
#map_canvas, #menu_map_canvas, #places_map_canvas { height: 100%; }
.menu-view-toggle { font-size: 16px; line-height: 28px; margin-bottom: 8px; }
.menu-view-toggle a { display: none; color: #00a091; }
.menu-view-toggle a > i { font-size: 14px; margin-right: 5px; color: #586271; }
.menu-view-toggle a.active { display: block; }
.dev-menu-map { width: 100%; height: 300px; background: #00a091; display: none; position: relative; }
.gm-style .gm-style-iw-c { border-radius: 0 !important; color: var(--nhc-black); padding: 20px !important; }
.gm-style .gm-style-iw-c h6 { margin-bottom: 5px; }
.gm-style-iw-chr button { position: absolute !important; top: 0 !important; right: 0 !important; }
.search-result-list { background-color: #fff; position: absolute; display: none; width: 100%; max-height: 220px; top: 100%; left: 0; padding: 10px 0; margin: 0px; text-align: left; list-style: none; float: left; z-index: 300; overflow-x: hidden; overflow-y: auto; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); margin-top: 1px; border-radius: 25px; max-width: 300px; }
.search-result-list li { padding: 10px 20px; font-size: 16px; line-height: 20px; cursor: pointer; color: var(--nhc-black); }
.search-result-list li:hover { color: var(--nhc-indigo); }
.search-result-list.active { display: block; }
.shb-upper { position: relative; }
.shb-upper:before { content: ''; width: 20px; height: 20px; background-image: url(include/images/ajax-loader.gif); background-size: 20px; margin: 0; position: absolute; top: 50%; right: 9px; opacity: 0; transform: translateY(-50%); z-index: 9; }
.shb-upper.loading:before { opacity: 1; }
.search-field-container { position: relative; z-index: 999; }
.search-field-container .global-search-input { position: relative; }
#VF_vacancies { padding: 0 !important; }
.ui.two.cards > .card { width: 50% !important; margin: 0px !important; padding: 0; box-shadow: none; }
.VF-jobs-grid-content { width: calc(100% + 30px); margin-left: -15px !important; }
.job-card.card .content .ui.grid { background: #f0f0f0; margin: 0; height: 100%; }
.job-card.card .content .ui.grid .column { padding: 0px !important; }
.job-card.card .content > .ui.grid > .column { padding: 15px 20px 80px !important; }
.job-card.card .content .ui.grid .column.three.image { width: 25% !important; }
.job-card.card .content .ui.grid .header { margin-bottom: 10px; min-height: 72px; }
.job-card.card .content .ui.grid .header a { font-size: 30px; line-height: 1.2; padding-right: 25px; color: #00a091 !important; font-weight: 900; margin-bottom: 19px; font-family: var(--nhc-secondary-font); letter-spacing: -0.6px; }
.job-card.card .content .ui.grid .extra.content { position: absolute; right: 15px; bottom: 20px; }
.job-card.card .content .ui.grid .column .content.short-details { color: #586271; font-family: var(--nhc-primary-font); font-weight: 400; font-size: 16px; line-height: 22px; }
.job-card.card .content .ui.grid .column .content.short-details .jobCardInfoRow span:first-child { font-weight: 700; }
.ui.button.primary, #loadM, #loadW { border-radius: 5px; padding: 5px 15px !important; height: 40px; line-height: 28px; min-width: 184px; font-size: 16px; box-shadow: none; font-weight: 900; font-family: var(--nhc-secondary-font); text-transform: uppercase; box-shadow: none !important; outline: none !important; letter-spacing: 1px; }
.ui.button.primary, .ui.button.primary:focus, #loadM, #loadW { background: transparent !important; color: #00a091 !important; border: 1px solid #00a091; }
.ui.button.primary:hover, .ui.button.primary:focus, .ui.button.primary:active, #loadM:hover, #loadW:hover { background: #00a091 !important; color: #fff !important; border: 1px solid #00a091; }
.vacancies-nav { margin-bottom: 30px !important; margin-top: 0 !important; box-shadow: none !important; }
.vacancies-nav .vacancies-nav__link { color: #00a091 !important; }
.vacancies-nav .vacancies-nav__link.active { color: #fff !important; }
.ui.menu.three.item .item { font-weight: 900; font-family: var(--nhc-secondary-font); text-transform: uppercase; letter-spacing: 0.8px; }
.partner-logos-container + .cqc-container { padding: 0; }
.accordion-container + .roles-container { padding-top: 0; }
.twitter-feed-container { padding: 60px 0 0; }
.ctf-author-box { position: relative; padding-left: 20px; }
.ctf-corner-logo { position: absolute; top: 2px; left: 0; color: #00a091 !important; font-size: 18px !important; }
.ctf-tweet-text { color: #586271; font-size: 16px; line-height: 22px; }
.ctf-tweet-text br { display: none !important; }
.ctf-tweet-text a { color: #00a091; font-weight: 700; }
.ctf-tweet-text a:hover { color: #586271; }
#ctf .ctf-author-name { margin-top: 0 !important; }
#ctf .ctf-item { padding: 0 !important; }
ul.search-post-list { display: inline-block; vertical-align: top; width: calc(100% + 30px); margin-left: -15px; margin-bottom: 40px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
ul.search-post-list li { width: 33.333%; padding: 15px; display: flex; flex-wrap: wrap; }
.search-post-box { width: 100%; background: var(--nhc-light-grey); display: flex; padding: 25px; border-radius: 15px; }
.search-post-box:hover { background: #f0f0f0; }
.search-post-img { width: 100px; background-size: cover; background-position: center; background-repeat: no-repeat; height: 100px; border-radius: 10px; display: flex; flex-shrink: 0; margin-right: 20px; }
.search-post-content { position: relative; display: flex; flex-flow: column; text-align: left; height: 100%; flex-grow: 1; }
.search-post-content h5 { font-size: 20px; }
.related-box { background: var(--nhc-light-grey); color: var(--nhc-black); display: flex; flex-flow: column; height: 100%; border-radius: 30px; overflow: hidden; }
.related-img { background: #333; position: relative; padding-bottom: 58.8%; width: 100%; overflow: hidden; }
.related-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: all .3s ease; }
.related-content { font-size: 16px; padding: 24px; display: flex; flex-flow: column; height: 100%; }
.related-tag { display: inline-block; background-color: var(--nhc-white); border-radius: 4px; font-size: 14px; font-weight: 600; padding: 4px 8px; }
.related-read-time { font-size: 14px; line-height: 1.5; font-weight: 600; }
.related-content h3 { font-size: 24px; line-height: 1.4; margin-bottom: 8px; }
.related-box:hover .related-img img { transform: scale(1.05); }
.custom-slider-navigation-holder { margin-top: 45px; }
.entry-meta-container { border-bottom: solid 1px #ddd; }
.entry-meta-inner { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; }
.entry-meta-list { display: flex; }
.entry-meta-list li { }
.entry-meta-list li:not(:last-child):after { content: '/'; display: inline-block; margin: 0 8px; }
.entry-meta-list li i { color: #67c1bf; margin-right: 7px; }
.entry-nhc { display: flex; align-items: center; }
.post-nhc-count { padding-right: 5px; }
.social-share-wrap { display: flex; }
.social-share-wrap li { margin-left: 15px; }
.jobAlertsFormContent .fields { flex-wrap: wrap; }
.jobAlertsFormContent .fields .eight { margin: 7px 0 !important; }
.no-result-container { padding-top: 60px; text-align: center; font-size: 24px; line-height: 30px; }
.fancybox-container { z-index: 999999 !important; }
.fancybox-button--zoom, .fancybox-button--play, .fancybox-button--thumbs { display: none !important; }
.easy-image-gallery a img { border-radius: 0 !important; width: 100%; }
.easy-image-gallery { width: calc(100% + 20px); margin-left: -10px; }
.easy-image-gallery li { width: 20%; padding: 10px; }
.event-form-container { padding: 0; }
.event-form-container-upper { padding: 60px 0; }
.event-form-container-lower { border-top: solid 2px #fff; padding: 60px 0; display: none; }
.event-form-content { width: 100%; max-width: 312px; margin: 0 auto; }
.form-control:disabled, .form-control[readonly] { background-color: #fff; border-color: #90935f; }
.ui.dimmer.modals { z-index: 99999; }
.ui.modal { left: auto; width: 600px; max-width: 600px; height: auto; }
.vacancy-single-container { padding: 60px 0; }
.vf-JobDescription { margin-bottom: 30px; }
.vf-details { background: #f0f0f0; padding: 18px 15px 30px; }
.vf-details br { display: none; }
.vf-details > div { margin-bottom: 6px; }
.vf-details > div span:first-child { font-weight: 700; }
.ui.button.btn, .ui.button.btn:focus { background: transparent; color: #00a091; border: 1px solid #00a091; border-radius: 5px; padding: 5px 15px; height: 40px; line-height: 28px; font-size: 16px; box-shadow: none; font-weight: 900; font-family: var(--nhc-secondary-font); text-transform: uppercase; }
.ui.button.btn:hover { background: #00a091; color: #fff; border: 1px solid #00a091; }
.vf-ApplyButton-sidebar { margin: 20px 0 !important; }
.vf-ApplyButton-sidebar .btn { width: 100%; margin: 0; }
.vf-details .social { text-align: center; }
.vf-details #share-icons { text-align: center; margin-bottom: 20px; }
.btn-secondary { padding: 5px; }
.btn-secondary, .btn-secondary:focus { background: transparent; color: #586271; border: 1px solid #586271; }
.btn-secondary:hover { background: #586271; color: #fff; border: 1px solid #586271; }
.vacancy-single-container .ui.button.btn, .vacancy-single-container .btn { letter-spacing: 0; font-size: 14px !important; }
/* ======================= JOB TRAC CSS START ========================== */
div#hj-feed-content { position: relative; }
#hj-menu { position: absolute !important; right: 0; top: 7px; margin: 0 !important; display: none !important; }
#hj-content { min-height: 315px !important; }
#hj-content #hj-select-sector h2, #hj-content #hj-select-sector h3 { /*padding-right: 175px; */
text-align: left !important; max-width: 970px; margin: 0 auto; letter-spacing: 0px; margin-bottom: 54px; text-align: center !important; }
#hj-content #hj-select-sector h2 + div { background: #F0F0F0 !important; border: none !important; padding: 23px !important; font-size: 20px !important; line-height: 27px !important; color: #707070 !important; margin: 0 auto !important; max-width: 970px !important; }
#hj-content #hj-select-sector h2 + div > p > a { color: #66C1BF; font-weight: 700; }
#hj-content #hj-select-sector h2 + div > p { margin: 0 !important; }
#hj-content #hj-select-sector ul { margin: 66px 0 !important; max-width: 100% !important; display: flex; flex-wrap: wrap; justify-content: center; }
#hj-content #hj-select-sector ul li { min-width: auto !important; margin: 0 !important; max-width: none !important; padding: 15px !important; width: 25% !important; }
#hj-feed-wrapper #hj-content #hj-select-sector .hj-css-sector-icon { border: none; background: #f0f0f0; color: #596472; position: relative; padding: 20px; min-height: auto; display: flex; align-items: center; transition: all .3s ease-in; flex-flow: column; }
#hj-content #hj-select-sector .hj-css-sector-icon div.hj-css-icon { position: relative; left: auto; width: 100% !important; height: 80px; /* background: #fff; */ top: auto; margin-bottom: 10px; }
#hj-content #hj-select-sector .hj-css-sector-icon div.hj-css-icon img { width: 100px; height: 80px; object-fit: contain; mix-blend-mode: multiply; }
#hj-content #hj-select-sector .hj-css-sector-icon h3.hj-css-icon-text { font-size: 30px !important; width: 100%; color: #596472 !important; background: transparent !important; line-height: 1 !important; text-align: center !important; word-break: normal !important; padding: 0 !important; }
#hj-content #hj-select-sector .hj-css-sector-icon div { width: 100% !important; }
#hj-content #JobSearch_default { margin-bottom: 50px !important; }
.fieldset-fields .form-widget-container { display: flex; justify-content: center; max-width: 770px; margin: 0 auto; }
div#JobSearch\.q_container > label { font-size: 20px; font-weight: 400; line-height: 25px; max-width: 140px; padding-right: 20px; }
#hj-content #hj-main .hj-simple-search form#JobSearch.hj-full-width-inputs .form-widget { width: calc(100% - 140px) !important; max-width: 100% !important; display: flex; align-items: center; flex: auto; }
#hj-content #JobSearch_default input#JobSearch\.q { margin-right: 0; width: calc(100% - 200px) !important; margin-top: 0 !important; height: 40px; padding: 8px 15px; font-size: 16px; line-height: 20px; }
#hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit { width: 170px; min-width: 170px; margin-left: 30px; margin-top: 0 !important; height: 40px; }
#hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit::placeholder { color: rgb(88 98 113 / 50%) !important; }
.hj-button { font-size: 16px !important; text-transform: uppercase; min-width: 170px !important; text-align: center !important; padding: 12px !important; background: #66C1BF !important; color: #fff !important; font-weight: 700 !important; line-height: 16px !important; border: none !important; border-radius: 5px !important; transition: all .3s ease-in; }
.hj-button:hover { background: #4c9897 !important; }
#hj-feed-content #hj-content .hj-job-list .hj-sorter { }
#hj-feed-content #hj-content .hj-job-list .hj-sorter .form-control { border-color: #596472; }
#hj-feed-content #hj-content .hj-job-list .hj-sorter .form-row { display: flex; align-items: center; }
div#hj-job-list h2 { /*padding-right: 200px; */ }
#hj-feed-content #hj-content .hj-job-list ol li a { padding: 28px 20px 20px 10px; padding-left: 100px; position: relative; font-size: 16px; line-height: 21px; border-bottom: 1px solid #707070; }
#hj-feed-content #hj-content .hj-job-list ol li a .hj-job-list-entry { font-size: 20px; font-weight: bold; color: #586271; letter-spacing: 1.1px; text-transform: inherit; margin-bottom: 15px; }
#hj-feed-content #hj-content .hj-job-list ol li a .hj-job-list-entry > img { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 47px !important; height: 47px !important; }
#hj-feed-content .hj-field-caption { font-family: var(--nhc-secondary-font); font-weight: 900; }
#hj-feed-content .hj-job-details { letter-spacing: 0px; padding-right: 25%; }
#hj-feed-content #hj-content .hj-job-list ol li { border-bottom: none; }
#hj-feed-content #hj-content #hj-job-list ol li a:hover, #hj-content #hj-job-list ol li a:focus { background: #f0f0f0 !important; width: calc; }
#hj-content .hj-job-list ol li .hj-job-list-entry .hj-grade { display: none; }
/*  Covid 19 END  */
.hj-job-title { /* padding-right: 200px; */ }
.hj-apply-online.hj-button.hj-primary { width: 225px !important; }
/*  Job 19 END  */
#hj-content #JobSearch_default input#JobSearch\.q, div#JobSearch\.q_container > label { font-weight: 400; }
#hj-feed-content #hj-content .hj-job-list ol li a, #hj-job { font-weight: 400; }
#hj-job-summary .card { margin-bottom: 10px; }
.hj-jobtitle { font-family: var(--nhc-secondary-font); font-weight: 900; letter-spacing: 0; }
#hj-main-section .breadcrumbs + div + .breadcrumbs { display: none; }
#hj-content #hj-select-sector ul li a { transition: all 0.2s ease-in; height: 100%; background: #f0f0f0 !important; }
#hj-content #hj-select-sector ul li a:hover { transform: scale(1.05); }
/* ======================= JOB TRAC CSS END ========================== */
/* ======================= Footer Start ========================== */
#footer { padding: 80px 0; margin-top: auto; position:relative; overflow-x: clip; }
.footer-upper { padding-bottom: 80px; gap: 48px; }
.fu-left { flex-grow: 1; }
.footer-logo { width: 225px; margin-bottom: 26px; }
.footer-logo img { width: 100%; height: 100%; object-fit: cover; }
.footer-nav li a { font-size: 14px; font-weight: 600; }
.footer-nav { gap: 32px; }
.fu-right { width: 400px; flex-shrink: 0; }
.footer-subscribe h4 { font-family: var(--nhc-primary-font); font-size: 16px; font-weight: 600; margin-bottom: 18px; }
.footer-form-box { gap: 16px; }
.footer-form-box .form-group .form-control { height: 48px; border: 1px solid #CCCCCC; border-radius: 70px; padding: 12px; color: #666666; }
.footer-form-box .form-group .form-control:focus { box-shadow: none; border-color: var(--nhc-indigo); }
.footer-form-box .form-group { flex-grow: 1; margin-bottom: 0; }
.footer-form-label { font-size: 12px; margin-top: 12px; }
.footer-form-label a { display: inline-block; position: relative; color: var(--nhc-black); }
.footer-form-label a::after { content: ''; position: absolute; bottom: 2px; left: 0; width: 100%; height: 1px; background: var(--nhc-black); transition: all 0.3s ease-in; }
.footer-form-label a:hover::after { width: 0; }
.footer-lower { padding-top: 32px; border-top: 1px solid #CCCCCC; font-size: 14px; gap: 32px; }
.footer-lower-nav { gap: 24px; }
.footer-lower-nav li a { position: relative; color: var(--nhc-black); }
.footer-lower-nav li a:after { content: ''; position: absolute; bottom: 4px; left: 0; width: 100%; height: 1px; background: var(--nhc-black); transition: all 0.3s ease-in; }
.footer-lower-nav li a:hover::after { width: 0; }
.back-to-top-btn { width: 56px; height: 56px; padding: 8px; position: fixed; bottom: 20px; right: 20px; background: var(--nhc-pink); color: var(--nhc-white); border-radius: 60px; z-index: 99; white-space: nowrap; font-size: 16px; transition: all 0.1s ease-in; box-shadow: 0 5px 5px rgba(0,0,0,0.1); }
.btt-btn-icon { width:40px; height: 40px; flex-shrink: 0; padding: 10px; border: 1px solid var(--nhc-white); border-radius: 40px; }
.btt-btn-icon img { width: 100%; height: 100%; object-fit: contain; }
.btt-text{ width: 0; display: inline-block; opacity: 0; visibility: hidden; }
.back-to-top-btn:hover{width: 197px; justify-content: center; color: var(--nhc-white);}
.back-to-top-btn:hover .btt-text{margin-left: 12px; width: auto; opacity: 1; visibility: visible;transition: all 0.2s ease-in; transition-delay: 0.1s;}
body:not(.fixed) .back-to-top-btn { display: none !important; }
/* ======================= Footer End ========================== */
/* ======================= Article Single Start ========================== */
.article-single-header { padding: 112px 0 48px; }
.ash-head h1 { font-size: 52px; margin-bottom: 0; }
.ash-head { margin-bottom: 60px; }
.ash-image { border-radius: 30px; overflow: hidden; }
.ash-image img { width: 100%; object-fit: cover; }
.article-single-content { font-size: 16px; margin-bottom: 64px; }
.article-single-content iframe { width: 100%; aspect-ratio: 16/9; height: auto; }
.article-single-content img { width: 100%; object-fit: cover; border-radius: 30px; }
.article-single-content figure { width: 100% !important; }
.article-single-content figcaption { border-left: 2px solid var(--nhc-black); padding: 0 8px; margin-top: 8px; font-size: 14px; font-weight: 400; }
.article-single-content figure:not(:last-child) { margin-bottom: 64px; }
.article-single-content p:has(+ figure) { margin-bottom: 64px; }
.article-single-content h2 { font-size: 42px; }
.article-single-content h3 { font-size: 36px; }
.article-single-content h4 { font-size: 30px; }
.article-single-content h5 { font-size: 24px; }
.article-single-content h6 { font-size: 20px; }
.article-single-share { padding-top: 24px; border-top: 1px solid var(--nhc-green); margin-bottom: 100px; }
.article-single-share h6 { font-family: var(--nhc-primary-font); font-size: 18px; line-height: 1.5; margin-bottom: 16px; }
.single .addtoany_shortcode { display: inline-flex; }
.single .addtoany_list { display: inline-flex; gap: 8px; }
.single .addtoany_list a, .widget .addtoany_list a { display: inline-flex; padding: 0; background: var(--nhc-indigo); border-radius: 50%; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; }
.single .addtoany_list a:hover, .widget .addtoany_list a:hover { background: var(--nhc-pink); }
.addtoany_list a:hover img, .addtoany_list a:hover span { opacity: 1 !important; }
.article-single-content p a:not(.btn), .article-single-content ul a:not(.btn) { color: var(--nhc-indigo); text-decoration: underline; text-underline-offset: 2px; display: inline; }
.article-single-content p a:not(.btn):hover, .article-single-content ul a:not(.btn):hover { color: var(--nhc-indigo); text-decoration: none; }

/* ======================= Article Single End ========================== */
/* ======================= FAQs Start ========================== */
.faq-page-outer { gap: 80px; }
.fp-left { width: 328px; flex-shrink: 0; }
.fp-tab-box { background: var(--nhc-light-grey); border-radius: 30px; padding: 32px; }
.fp-tab-box .nav-tabs { gap: 8px; display: flex; flex-flow: column; border-bottom: 0; }
.fp-tab-box .nav-tabs .nav-link.active { color: var(--nhc-white); background-color: var(--nhc-green); }
.fp-tab-box .nav-tabs .nav-link { position: relative; margin-bottom: 0; border-radius: 50px; padding: 7px 16px; font-size: 20px; line-height: 1.4; font-weight: 700; color: var(--nhc-black); font-family: var(--nhc-font-mulish); border: none; cursor: pointer; }
.fp-tab-box .nav-tabs .nav-link::after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 21px; width: 12px; height: 12px; background-image: url(assets/images/arrow-right.svg); background-repeat: no-repeat; background-size: contain; background-position: center; }
.fp-tab-box .nav-tabs .nav-link.active::after { filter: brightness(0) invert(1); }
.fp-right { flex-grow: 1; }
.faq-accordion .accordion-item { color: var(--nhc-black); border: none; background: var(--nhc-light-grey); border-radius: 30px; overflow: hidden; }
.faq-accordion .accordion-button { border-radius: 0; border: none; padding: 22px 80px 22px 22px; background-color: transparent; box-shadow: none; }
.faq-accordion .accordion-button h3 { font-size: 20px; line-height: 1.4; color: var(--nhc-black); margin-bottom: 0; }
.faq-accordion .accordion-button:focus { box-shadow: none; background-color: transparent; }
.faq-accordion-content { font-size: 16px; padding: 0 24px 24px; }
.faq-accordion .accordion-button::after { display: none; }
.faq-accordion .accordion-button::before { content: ""; position: absolute; right: 30px; width: 18px; height: 18px; background: url("assets/images/faq-arrow-up.svg") no-repeat center; background-size: contain; transition: transform 0.3s ease; transform: rotate(180deg) }
.faq-accordion .accordion-button:not(.collapsed)::before { transform: none; }
/* ======================= FAQs End ========================== */
/* ======================= MISC Start ========================== */
.acf-map { width: 100%; height: 100%; }
.acf-map img { max-width: inherit !important; }
.embed-container { position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%; height: auto; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*div.wpcf7-response-output { display: none !important; }
*/
div.wpcf7-mail-sent-ok { display: none !important; width: 100%; border: 0px solid #499234; max-width: 100%; margin: 10px auto 0; /* background: #499234; */ color: #499234; font-size: 16px; font-weight: normal; padding: 0; float: left; text-align: center; }
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { border-color: #f00; position: relative; }
div.wpcf7 form.wpcf7-form span.ajax-loader { width: 20px; height: 20px; background-image: url(include/images/ajax-loader.gif); background-size: 20px; margin: 10px; position: absolute; bottom: 0; }
span.wpcf7-not-valid-tip { right: 0; padding: 0 10px; bottom: auto; background: #f00; color: #fff; font-weight: 700; font-size: 14px; letter-spacing: 0; position: absolute; top: 100%; margin: 0; margin-top: -12px; border-radius: 40px; }
.wpcf7-form-control-wrap { position: static; }
/*div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { display: none !important; }
*/
.form-control.wpcf7-not-valid { border-color: #f00; }
span.wpcf7-list-item { margin: 0; }
div.wpcf7 form.wpcf7-form .form-group span.ajax-loader { right: 0; bottom: 5px; }
.form-group .wpcf7-acceptance .wpcf7-list-item-label:after { border: 0; }
.form-group div.wpcf7-mail-sent-ok { text-align: center; }
.wpcf7-form-control-wrap:before { content: ''; width: 20px; height: 20px; background-image: url(include/images/ajax-loader.gif); background-size: 20px; margin: 0; position: absolute; top: 50%; right: 40px; opacity: 0; transform: translateY(-50%); z-index: 9; }
.wpcf7-form-control-wrap.loading:before { opacity: 1; }
div.wpcf7-response-output { margin: 0 0 25px; background: rgba(255, 0, 0, 0.12); border-width: 1px; border-radius: 6px; color: #f00; font-size: 16px; line-height: 18px; padding: 20px; border-style: dashed; position: relative; font-weight: 600; padding: 10px !important; }
.cf-form div.wpcf7-response-output { margin-left: 0; margin-right: 0; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output { border-color: #f00; color: #fff; background: #f00; }
.wpcf7 form.sent .wpcf7-response-output { border-color: var(--nhc-green); color: #fff; background: var(--nhc-green); }
.form-control.wpcf7-not-valid + .nice-select.form-control { border-color: #f00; }
.wpcf7-form-control-wrap .wpcf7-not-valid-tip { font-size: 14px; }
.pagination-container { width: 100%; display: inline-block; vertical-align: top; text-align: center; margin: 0; }
.page-num { gap: 16px; }
.page-numbers { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; line-height: 1.5; color: var(--nhc-black); background-color: var(--nhc-light-grey); border-radius: 8px; }
.page-numbers:hover , .page-numbers:focus { color: var(--nhc-indigo); }
.page-numbers.current { background-color: var(--nhc-indigo); color: var(--nhc-white); }
.page-numbers:has(img) { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background-color: var(--nhc-light-grey); border-radius: 50rem; z-index: 99; transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; }
.page-numbers:has(img):hover, .page-numbers:has(img):focus-visible { background-color: var(--nhc-indigo); }
.page-numbers:has(img):hover img, .page-numbers:has(img):focus-visible img { filter: brightness(0) invert(1); }
/* Sitemap CSS */
.wsp-container ul { margin-left: 30px; }
.wsp-container ul li strong.wsp-category-title { margin: 10px 0px 10px 0px; display: block; }
/* Button changes when disabled */
div.wpcf7 .wpcf7-submit:disabled { background-color: #c3c5c9; border: 1px solid #c3c5c9; }
div.wpcf7 .wpcf7-submit:disabled:hover { background-color: #c3c5c9; border: 1px solid #c3c5c9; }
.wws-blocks-box p { max-width: 100%; }
p:last-child { max-width: 100%; }
.accomodation-hero-left, .accomodation-hero-right { min-height: 220px; }
.large-contact-container { padding: 0 !important; }
.large-contact-container .container { height: 190px; }
.large-contact-container .container .row { height: 100%; }
.small-contact-container { padding: 0 !important; }
.small-contact-container .container { height: 190px; }
.small-contact-container .container .row { height: 100%; }
/* ======================= MISC End ========================== */
/* ==========================================
! Large devices (desktops, less than 1600px)
=========================================== */
@media (max-width:1599.98px) {
 .content-container { padding: var(--nhc-section-padding-laptop) 0; }
.heading h2 { font-size: 72px; }
.has-top-shape-type1 .section-bg { top:-65px; }
.has-top-shape-type2 .section-bg { top:-240px; }
.has-top-shape-type3 .section-bg { top:-240px; }
.has-bottom-shape-type1 .section-bg { bottom: -270px; }
.has-bottom-shape-type2 .section-bg { bottom: -440px; }
.has-bottom-shape-type3 .section-bg { bottom: -270px; }
 }
@media (max-width:1399.98px) {
 html { scroll-behavior: smooth; scroll-padding-top:105px; }
body { padding-top: 106px; }
.navbar-toggler { width: 72px; height: 60px; border-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; top: 0; right: 0; color: var(--nhc-black); }
.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
.navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; outline: none; }
.navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
.navbar-toggler .navbar-toggler-icon { position: relative; display: inline-block; width: 16px; height: 2px; color: inherit; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .3s ease-out; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; vertical-align: middle; }
.navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after { content: ''; width: 16px; height: 2px; background: currentColor; position: absolute; left: 0; transition: all .3s ease-out; }
.navbar-toggler.collapsed .navbar-toggler-icon { background: currentColor !important; }
.navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: currentColor; }
.navbar-toggler.collapsed .navbar-toggler-icon:before { top: -5px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .navbar-toggler-icon:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.navbar-toggler.collapsed .navbar-toggler-icon:after { bottom: -5px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .navbar-toggler-icon:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }
.navbar { height: 64px; }
.navbar-inside { padding: 0 15px; }
.all-locations-cta { margin: 24px 20px !important; }
.sub-menu:has(.menu-item-type-taxonomy) .all-locations-cta a { padding: 12px 24px !important; justify-content: center; }
 }
/* ==========================================
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
 #hj-content #hj-select-sector ul li { width: 33.333% !important; }
/* ---- */
body { font-size: 16px; }
.container { width: calc(100% - 16px); }
.bottom-shape-type1 , .bottom-shape-type2 { height: 16vw; }
.has-bottom-shape-type1 .section-bg { bottom: -170px; }
.has-bottom-shape-type2 .section-bg { bottom: -380px; }
.has-bottom-shape-type3 .section-bg { bottom: -300px; }
 }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
 h1 { font-size: 50px; }
h2 { font-size: 42px; }
h3 { font-size: 36px; }
h4 { font-size: 26px; }
h5 { font-size: 24px; }
h6 { font-size: 20px; }
ul.search-post-list li { width: 50%; }
.content-container { padding: var(--nhc-section-padding-tablet) 0; }
.vacancies-filter-row-item { padding: 0 !important; }
.twitter-feed-container { padding-top: 45px; }
.easy-image-gallery li { width: 25%; }
.job-card.card .content .ui.grid .column.three.image { display: none; }
#hj-content #hj-select-sector ul li a:hover { transform: scale(1); }
#hj-content #hj-select-sector .hj-css-sector-icon div.hj-css-icon { height: 60px; }
#hj-content #hj-select-sector .hj-css-sector-icon div.hj-css-icon img { width: 80px; height: 60px; }
#hj-content #hj-select-sector .hj-css-sector-icon h3.hj-css-icon-text { font-size: 20px !important; }
/* ---- */
.btn { padding: 8px 20px; height: 40px; }
.heading { margin-bottom: 60px; }
.heading h2 { font-size: 64px; }
.heading h2.small { font-size: 32px; }
/* ======================= Footer Start ========================== */
.footer-upper { padding-bottom: 48px; }
.fu-left { width: 100%; }
.fu-right { width: 100%; }
/* ======================= Footer End ========================== */
/* ---- Article Single ---- */
.article-single-header { padding: 80px 0 48px; }
.ash-head h1 { font-size: 42px; }
/* ---- FAQs ----  */
.faq-page-outer { gap: 48px; }
.fp-left { width: 100%; }
.fp-right { width: 100%; }
.fb-select-box .form-select { padding: 12px 15px; font-weight: 700; font-family: var(--nhc-font-mulish); color: var(--nhc-black); background-color: var(--nhc-light-grey); border: 1px solid var(--nhc-white); border-radius: 70px; background-image: url("assets/images/select-arrow.svg"); background-size: 32px 24px; }
.fb-select-box .form-select:focus { border-color: var(--nhc-indigo); box-shadow: none; }
 }
/* =================================================
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
 h1 { font-size: 40px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 22px; }
h6 { font-size: 20px; }
.mob-pt-0 { padding-top: 0 !important; }
.mob-pb-0 { padding-bottom: 0 !important; }
.global-search-input .input-group-text { padding-left: 7px; font-size: 18px; }
.global-search-input .input-group .form-control { padding-left: 6px; padding-right: 4px; letter-spacing: -0.8px; }
.heading h2 { font-size: 50px; }
/* ================= Section Shapes Start here ================= */
.blob-shape { width: 354px; height: 260px; }
.has-top-shape-type1 .section-bg { top:-40px; }
.has-top-shape-type2 .section-bg { top: -180px; }
.has-bottom-shape-type2 .section-bg { bottom: -280px; }
.large-nhc-icon { width: 460px; height: 440px; top: 40px; left: auto; right: 50%; }
.large-nhc-icon.right { top: 130px; left: 50%; right: auto; }
.large-nhc-icon.bottom { top: auto; bottom: -130px; }
/* ================= Section Shapes End here ================= */
.content-container { padding: var(--nhc-section-padding-mobile) 0; }
.header-upper-right { max-width: none; position: relative; }
.logo-icon { width: 32px; position: absolute; top: 4px; left: 5px; z-index: 9; transition: all 0.2s ease-in; }
.hero-btn, .hero-btn:focus { padding: 5px 15px; font-size: 15px; }
.header-upper .navbar-toggler { position: relative; float: right; top: auto; right: auto; width: 40px; height: 40px; margin-left: 7px; margin-right: -10px; }
.header-upper .navbar-toggler .navbar-toggler-icon { margin-top: -3px; }
.header-upper .navbar-toggler.collapsed .navbar-toggler-icon { background: #fff !important; }
.header-upper .navbar-toggler .navbar-toggler-icon:before, .header-upper .navbar-toggler .navbar-toggler-icon:after { background: #fff; }
.header-upper .navbar-toggler { overflow: hidden; transition: all 0.2s ease-in; }
.navbar-brand { margin-left: 0; }
.collapsing { position: static; }
.is-navbar-collapse .navbar { transition: all 0s ease-in; }
.is-navbar-collapse .logo-icon { opacity: 0; visibility: hidden; z-index: 0; }
.is-navbar-collapse .header-upper .navbar-toggler { width: 0; margin-left: 0; }
#vacancies-jobs-wrapper .ui.two.cards > .card, #vacancies-jobs-wrapper .ui.stackable.cards > .card { width: 100% !important; }
.job-card.card .content .ui.grid .column.three.image { display: none; }
.job-card.card .content .ui.grid .extra.content { position: relative; right: auto; bottom: auto; width: 100%; }
.ui.button.primary { width: 100%; }
.job-card.card .content > .ui.grid > .column { padding: 20px 20px !important; }
.job-card.card .content .ui.grid .header a { font-size: 22px; }
.ui.card > .content, .ui.cards > .card > .content { padding: 0 !important; }
.job-card.card .content .ui.grid { margin-bottom: 15px; }
.navbar-collapse { height: calc(100% - 40px) !important; top: 40px; }
.search-container { position: fixed; top: 40px; left: 0; right: 0; padding: 4px; width: 100%; border-radius: 0; }
.seach-container .form-control { height: 34px; font-size: 15px; }
.partner-logos-container + .cqc-container { padding-bottom: 30px; }
.twitter-feed-container { padding-top: 30px; }
ul.search-post-list li { width: 100%; padding: 5px 15px; }
/* ul.related-post-list li.related-item { width: 320px; }
.related-content p { display: none; }
*/
.related-img { padding-bottom: 67%; }
.related-content h3 { font-size: 20px; letter-spacing: 0; }
.entry-meta-inner { flex-flow: column; }
.entry-meta-left { width: 100%; }
.entry-meta-list { flex-wrap: wrap; justify-content: center; }
.entry-meta-list li { font-size: 14px; padding: 0 10px; margin-bottom: 7px; }
.entry-meta-list li i { width: 20px; text-align: center; }
.entry-meta-list li:not(:last-child):after { display: none; }
.entry-meta-right { margin-top: 25px; width: 100%; text-align: center; }
.social-share-wrap li { margin-left: 0; margin-right: 15px; }
.no-result-container { font-size: 16px; line-height: 22px; padding: 0 5%; padding-top: 25px; }
.vacancy-single-container { padding: 30px 0; }
.vc_column-inner { margin-bottom: 30px; }
.job-card.card .content .ui.grid .header { min-height: auto; }
/* ======================= JOB TRAC CSS START ========================== */
#hj-content #hj-select-sector h2, #hj-content #hj-select-sector h3 { padding: 0; font-size: 28px; line-height: 35px; margin-bottom: 0; margin-top: 17px; }
#hj-menu { position: relative !important; margin-bottom: 20px !important; }
div#hj-feed-content { margin: 0 10px; }
.hj-button { width: 100% !important; min-width: 100% !important; }
#hj-menu ul#hj-account-menu { width: 100%; }
#hj-menu ul li { width: 100% !important; margin-bottom: 0; }
#hj-content #hj-select-sector h2 + div { width: calc(100% + 50px); margin-left: -25px !important; padding: 24px 32px !important; margin-top: 17px !important; line-height: 25px !important; }
#hj-content #hj-select-sector ul { margin-top: 27px !important; margin-bottom: 20px !important; }
#hj-content #hj-select-sector ul { flex-flow: column; }
#hj-content #hj-select-sector ul li { min-width: 100% !important; padding: 15px 0 !important; }
.fieldset-fields .form-widget-container { flex-flow: column; }
div#JobSearch\.q_container > label { width: 100%; min-width: 100%; text-align: center; margin-bottom: 21px; padding: 0; }
#hj-content #hj-main .hj-simple-search form#JobSearch.hj-full-width-inputs .form-widget { min-width: 100%; flex-flow: column; padding: 0 !important; }
#hj-content #JobSearch_default input#JobSearch\.q { width: 100%; min-width: 100%; margin-bottom: 18px; }
#hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit { margin-left: 0; }
/* HOME END */
div#hj-job-list h2 { padding-right: 0; }
#hj-feed-content #hj-content .hj-job-list ol li a { padding-left: 25px; padding-right: 25px; width: calc(100% + 50px); margin-left: -25px; }
#hj-feed-content #hj-content .hj-job-list ol li a .hj-job-list-entry > img { position: relative; left: auto; transform: none; display: block; margin-bottom: 8px; }
/*  Covid END */
.hj-job-title { padding-right: 0px; }
.hj-job-title { position: relative; padding-bottom: 20px; }
.hj-job-title > h2 > img { position: absolute; bottom: 10px; right: 0; width: 47px !important; height: 47px !important; }
#hj-feed-content .hj-job-details { padding: 0; }
#hj-content #hj-select-sector ul li { width: 100% !important; }
/* Job END */
/* ======================= JOB TRAC CSS END ========================== */
/* ======================= Footer Start ========================== */
#footer { padding: 36px 0; }
.footer-logo { margin-bottom: 29px; }
.footer-subscribe h4 { margin-bottom: 16px; }
.footer-nav { gap: 13px; }
.form-btn .btn { width: 100%; padding: 12px 24px; height: 48px; }
.footer-lower { padding-top: 24px; }
.footer-lower-nav { gap: 16px; }
/* ======================= Footer End ========================== */
.heading { margin-bottom: 48px; }
.heading h2 + p { margin-top: 20px; }
.custom-swiper-navigation { margin-top: 48px; }
/* ---- Article Single ---- */
.article-single-header { padding: 64px 0 24px; }
.ash-head h1 { font-size: 32px; }
.article-single-content { margin-bottom: 32px; }
.article-single-content figure:not(:last-child) { margin-bottom: 48px; }
.article-single-content p:has(+ figure) { margin-bottom: 48px; }
.article-single-content h2 { font-size: 32px; }
.article-single-content h3 { font-size: 30px; }
.article-single-content h4 { font-size: 25px; }
.article-single-content h5 { font-size: 20px; }
.article-single-content h6 { font-size: 18px; }
.article-single-share { margin-bottom: 20px; }
/* ---- FAQs ----  */
.faq-accordion .accordion-button h3 { font-size: 16px; }
.faq-accordion .accordion-button { padding: 25px 60px 25px 25px; }
 }
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
 .easy-image-gallery li { width: 50%; }
 }
