/* Theme Styles/Defaults */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*,
*:before,
*:after {
  box-sizing: border-box;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: none;
  
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::placeholder {
  opacity: 1 !important;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}
textarea {
  border-radius: 0;
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.28em / 2);
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.28em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  padding: 10px 20px;
}

.btn span,
.btn-primary span {
  margin-right: 1.1rem;
}
.btn span:last-child,
.btn-primary span:last-child {
  margin-right: 0;
}
.btn i,
.btn-primary i {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}


.btn-tertiary {
  color: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.buttons {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: -2rem;
  list-style-type: none;
  flex-wrap: wrap;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .buttons {
    margin: -0.5rem;
  }
}
.buttons li {
  padding: 2rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .buttons li {
    padding: 0.5rem;
  }
}
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: flex;
  flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  flex: 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
_coc.content-wrapper {
    margin: 0 auto;
    padding: 0;
  }
  
  .dnd-section > .row-fluid {
    margin-left: auto;
    margin-right: auto;
  }
  
  .dnd-section .dnd-column {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .container {
    margin: 0 auto;
    overflow: visible;
    padding: 0;
  }
  
  .flex {
    display: flex;
  }
  
  @media screen and (max-width: 768px) {
    .mobile-col {
      flex-direction: column;
    }
  
    .dnd-section .dnd-column {
      padding-left: 0;
      padding-right: 0;
    }
  }

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  font-size: 1.7rem;
  background-color: var(--primary);
  border: 0.1rem solid var(--primary);
  color: #fff;
  padding: 1.3rem 2.5rem;
  border-radius: 0.2rem;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn-primary:hover {
    color: var(--base);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn:hover,
  .btn-primary:hover {
    color: var(--base);
  }
}
.btn span,
.btn-primary span {
  margin-right: 1.1rem;
}
.btn span:last-child,
.btn-primary span:last-child {
  margin-right: 0;
}
.btn i,
.btn-primary i {
  font-size: 105%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn i,
  .btn-primary i {
    font-size: 95%;
  }
}
.btn.oval-corner {
  border-radius: 0.2rem 1.5rem 0.2rem 0.2rem;
}
.btn.oval-corner--s {
  border-top-right-radius: 1rem;
}
.btn-secondary {
  background-color: var(--tertiary);
  border: 0.1rem solid var(--tertiary);
  border-radius: 0.2rem;
  padding: 1.2rem 2.5rem;
}
.btn-tertiary {
  color: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  font-weight: 700;
}
.btn--s {
  font-size: 1.4rem !important;
}
.btn--s span {
  margin-right: 0.8rem !important;
}
.btn--l {
  font-size: 2rem !important;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.buttons {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: -0.75rem -2rem;
  list-style-type: none;
  flex-wrap: wrap;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .buttons {
    margin: -0.5rem;
  }
}
.buttons li {
  padding: 0.75rem 2rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .buttons li {
    padding: 0.5rem;
  }
}
.section-buttons {
  padding: 10rem 0;
}
.section-buttons ul {
  margin: -2rem;
}
.section-buttons ul li {
  padding: 2rem;
}


/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
.system-container {
    margin: 0 auto;
    min-height: calc(100vh - 300px);
    padding-top: 100px;
    width: 100%;
  }
  
  .error-page {
    padding: 10rem 0;
    position: relative;
    text-align: center;
  }
  
  .error-page:before {
    color: #f3f6f9;
    content: attr(data-error);
    font-size: 40vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
  }
  
  @media screen and (min-width: 1100px) {
    .error-page:before {
      font-size: 20rem;
    }
  }
  
  .systems-page {
    margin: 0 auto;
    max-width: 600px;
    padding: 3rem 20px;
  }
  
  .systems-page--search-results {
    max-width: 100%;
  }
  
  .systems-page .header {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
  }
  
  .systems-page .success {
    background-color: #cde3cc;
    border: 1.5px solid #4f7d24;
    border-radius: 6px;
    color: #4f7d24;
    display: inline-block;
    font-size: 0.75rem;
    margin: 2rem 0;
    min-width: 650px;
    padding: 0.1rem 0.75rem;
  }
  
  .systems-page form input {
    max-width: 100%;
  }
  
  .systems-page form input[type='submit'] {
    margin: 0.625rem 0;
    display: block;
  }
  
  .systems-page #hs-pwd-widget-password {
    width: 100%;
  }
  
  .systems-page .hs-login-widget-show-password,
  .systems-page .hs-register-widget-show-password,
  .systems-page .hs-reset-widget-show-password {
    display: block;
    margin-bottom: 0.5rem;
  }
  
  .systems-page #hs-login-widget-remember,
  .systems-page #hs-login-widget-remember ~ label {
    display: inline-block;
    margin-bottom: 3px;
  }
  
  form#email-prefs-form .item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  
  form#email-prefs-form .item.disabled input:disabled {
    cursor: not-allowed;
  }
  
  /* Membership error message */
  
  .form-input-validation-message ul {
    margin: 0;
    padding-left: 0;
  }
  
  .form-input-validation-message ul li {
    line-height: 1rem;
  }
  
  /* Password prompt */
  
  .password-prompt input[type='password'] {
    height: auto !important;
  }
  
/* ------------------------------------------------------------ *\
	section-search-results
\* ------------------------------------------------------------ */
.section-search-results {
  padding: 4rem 0 7rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-search-results {
    padding: 1rem 0 2rem;
  }
}
.section-search-results h4 {
  /*  Tablet  */
}
@media (min-width: 1023.02px) {
  .section-search-results h4 {
    font-size: 2.5rem;
  }
}
.section-search-results .section__inner {
  max-width: 70.8rem;
  padding: 0 4rem 0 2.3rem;
  border-right: 0.1rem solid #e6e6e6;
}
@media (max-width: 990px) {
  .section-search-results .section__inner {
    padding: 0 0.5rem;
    border-right: 0;
    max-width: 100%;
  }
}
.section-search-results .section__head {
  padding: 1.7rem 0 0.8rem;
  border-bottom: 0.1rem solid #e6e6e6;
  margin-bottom: 4rem;
}
.section-search-results .section__head h5 {
  font-size: 1.8rem;
}
.section-search-results .item-search {
  margin-bottom: 4rem;
}
.section-search-results .section__foot {
  text-align: right;
}
.section-search-results .section__foot .btn {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-search-results .section__foot .btn {
    font-size: 1.4rem;
  }
}
.item-search {
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #e6e6e6;
}
.item-search .item__head {
  margin-bottom: 2.6rem;
  /*  tablet  */
}
@media (max-width: 1023px) {
  .item-search .item__head {
    margin-bottom: 2.5rem;
  }
}
.item-search .item__head h5 {
  font-size: 3rem;
  margin-bottom: 0.6rem;
  /*  mobile  */
}
@media (min-width: 767.02px) {
  .item-search .item__head h5 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
.item-search .item__head > span {
  font-size: 1.6rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .item-search .item__head > span {
    font-size: 1.4rem;
  }
}
.item-search .item__head a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .item-search .item__head a:hover {
    color: var(--primary);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .item-search .item__head a:hover {
    color: var(--primary);
  }
}
.item-search .item__head h5 span a {
  color: var(--primary);
  text-decoration: none;
  display: inline-block;
  /*  Tablet  */
}
@media (min-width: 1023.02px) {
  .item-search .item__head h5 span a {
    font-size: 1.6rem;
  }
}
.item-search .item__image {
  margin-bottom: 2.7rem;
  position: relative;
  overflow: hidden;
}
.item-search .item__image img {
  max-height: 40rem;
}
.item-search .item__body p {
  /*  Tablet  */
  /*  Mobile  */
}
@media (min-width: 1023.02px) {
  .item-search .item__body p {
    font-size: 1.6rem;
    line-height: 1.45;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .item-search .item__body p {
    font-size: 1.4rem;
    line-height: 1.45;
    margin-bottom: 0.7rem;
  }
}
.item-search .item__body p:last-child {
  margin-bottom: 0;
}
.item-search .item__body a {
  color: var(--primary);
  text-decoration: none;
  display: inline-block;
  /*  Tablet  */
  /*  Mobile  */
}
@media (min-width: 1023.02px) {
  .item-search .item__body a {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .item-search .item__body a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .item-search .item__body a:hover {
    text-decoration: underline;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .item-search .item__body a:hover {
    text-decoration: underline;
  }
}
/* ------------------------------------------------------------ *\
	section-error
\* ------------------------------------------------------------ */
.section-error .section__inner {
  padding: 10rem 0;
  min-height: 50vh;
  text-align: center;
}
.section-error .section__inner h1 {
  font-size: 11rem;
  margin-bottom: 2rem;
  line-height: 1;
}
.section-error .section__inner h2 {
  margin-bottom: 2rem;
}
.section-error .section__entry {
  margin-bottom: 4rem;
}

/* Home FreeBook Section CSS */

.dnd-section.cust-px-0 .dnd-column {
    padding-left: 0;
    padding-right: 0;
}

.hs-content-id-183109563514 .cust-header-box , .hs-content-id-183109563514 .bar {
    display: none;
}

.section-contact .hs-fieldtype-textarea.hs-input {
    text-transform: capitalize;
}
img {
  backface-visibility: hidden;
}

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: flex;
  flex-flow: row wrap;
  /*  Grid col 1of1  */
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  flex: 1;
}
.grid .grid__col--1of1 {
  max-width: 100%;
  flex: 0 0 100%;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  /*max-width: calc( 120.8rem + 1.5rem * 2 );*/
  max-width: 114rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
.shell--large {
  max-width: calc( 133.5rem + 1.5rem * 2 );
}
.shell--small {
  max-width: calc( 106.5rem + 1.5rem * 2 );
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	slider
\* ------------------------------------------------------------ */
.slider .slider__clip {
  padding: 0 3rem;
  margin: 0 -3rem;
  position: relative;
}
.slider .slider__slides {
  margin: -1rem;
  position: static;
}
.slider .slider__slide {
  padding: 1rem;
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-size: 0;
  background-color: transparent;
  border: none;
  color: transparent;
  width: 2rem;
  height: 2rem;
  background-image: url('https://39764862.fs1.hubspotusercontent-na1.net/hubfs/39764862/PFL%20Media/chevron-right.svg');
  background-size: cover;
  background-position: center;
}
.slider .slick-arrow.slick-prev {
  right: auto;
  left: 0;
  transform: translate(0, -50%) rotate(180deg);
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  margin: 0 -1.25rem;
  /*  Large Desktop  */
}
@media (max-width: 1399px) {
  .socials ul {
    margin: 0 -0.75rem;
  }
}
.socials li {
  padding: 0 1.25rem;
  /*  Large Desktop  */
}
@media (max-width: 1399px) {
  .socials li {
    padding: 0 0.75rem;
  }
}
.socials a {
  display: inline-block;
  width: 2rem;
  height: auto;
  text-decoration: none;
}
.socials a * {
  display: block;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	form
\* ------------------------------------------------------------ */
.form {
  background-color: var(--primary);
  color: #fff;
  padding: 4.5rem 5rem 6.8rem;
  border-radius: 0 10rem 0 0;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form {
    padding: 4rem 2rem;
  }
}
.form input, .form textarea {
  background-color: #fcfcfc;
  color: #304659;
  border: 0.1rem solid #e6e6e6;
  border-radius: 0.4rem;
  height: 3.4rem;
  width: 100%;
  font-size: 1.4rem;
  padding: 0 1.2rem;
}
.form textarea {
  min-height: 13rem;
  padding: 0.7rem 1.2rem;
  resize: vertical;
}
.form label {
  display: none;
}
.form .form__head {
  margin-bottom: 3rem;
}
.form .form__head * {
  color: inherit;
}
.form .form__head h3 {
  /*  Tablet  */
}
@media (min-width: 1023.02px) {
  .form .form__head h3 {
    font-size: 4.5rem;
    line-height: 1.2;
  }
}
.form .form__foot {
  padding-top: 1.8rem;
}
.form .form__foot p {
  font-size: 1.3rem;
  line-height: 1.4;
}
.form .field + .field {
  margin-top: 1rem;
}
.form .hs_submit {
  margin-top: 0.5rem;
}
.form .hs-button {
  background-color: #00a59e;
  border: 1px solid #00a59e;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.18;
  height: 5rem;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .form .hs-button:hover {
    background-color: #f38a3e;
    border-color: #f38a3e;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form .hs-button:hover {
    background-color: #f38a3e;
    border-color: #f38a3e;
  }
}
/* ------------------------------------------------------------ *\
	checkboxes
\* ------------------------------------------------------------ */
.checkboxes p {
  font-size: 1.4rem;
  margin-bottom: 1.1rem;
}
.checkboxes ul {
  list-style-type: none;
}
.checkboxes li + li {
  margin-top: 1rem;
}
.checkboxes .checkboxes__group {
  padding: 3.1rem 2rem;
  border-bottom: 0.1rem solid #D3DCE5;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .checkboxes .checkboxes__group {
    padding: 2rem 1rem;
  }
}
.checkboxes .checkboxes__group:last-child {
  border-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox {
  position: relative;
  display: inline-flex;
  width: 100%;
}
.checkbox input {
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox label:before,
.checkbox label:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.3rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.2rem;
  border: 0.1rem solid #AAA;
  background: transparent;
  transition: 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .checkbox label:before,
  .checkbox label:after {
    width: 27px;
    height: 27px;
  }
}
.checkbox label:after {
  width: 0.8rem;
  height: 0.5rem;
  border: none;
  border-bottom: 0.1rem solid #000;
  border-left: 0.1rem solid #000;
  opacity: 0;
  border-radius: 0;
  transform: rotate(-45deg);
  background: transparent;
  top: 0.6rem;
  left: 0.25rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .checkbox label:after {
    font-size: 16px;
  }
}
.checkbox label {
  display: block;
  padding-left: 1.7rem;
  font-size: 1.6rem;
  position: relative;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .checkbox label {
    font-size: 1.4rem;
  }
}
.checkbox input:checked + label:after {
  opacity: 1;
}
.checkbox input:checked + label:before {
  border: 0.1rem solid #000;
  background: transparent;
}
/* ------------------------------------------------------------ *\
	header
\* ------------------------------------------------------------ */
.header {
  background-color: var(--primary);
  color: #fff;
}
.header .btn {
  color: #fff !important;
}
.header .header__logo a {
  text-decoration: none;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.header .header__logo a img {
  margin-right: 2rem;
  /*  Tablet  */
}
.btn span, .btn-primary span {
	margin-right: 0 !important;
}
.section-cta .section__actions .buttons .btn-secondary {
  border-top-right-radius: 10px !important;
}
 
  .tile__btn a.btn {
    text-decoration: none !important;
    background-color: #f38a3e;
    border: 1px solid #f38a3e;
    border-radius: 2px;
    color: #fff;
    padding: 5px;
}
.tile__btn a.btn:hover {
    color: #fff;
}
.tile__btn a.btn i.fl-button-icon::before{
    display: none;
}
@media (max-width: 1023px) {
  .header .header__logo a img {
    margin-right: 0.5rem;
  }
}
.header .header__logo a span {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0.2rem 0 -0.2rem;
  font-weight: 700;
  white-space: nowrap;
}
.header .header__bar {
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-wrap: wrap;
}
.header .header__bar > * {
  position: relative;
  z-index: 2;
}
.header .header__bar:before {
  content: "";
  width: 150vw;
  height: 100%;
  background-color: var(--secondary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.section-team .section__head:before {
  background-color:transparent !important;
}
.header .header__bar-text {
  text-align: center;
  flex: 1;
  padding-right: 1.5rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .header .header__bar-text {
    text-align: left;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__bar-text {
    padding-right: 0;
    text-align: center;
  }
}
.header .header__bar-text a {
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-block;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .header .header__bar-text a {
    font-size: 1.2rem;
  }
}
.header .header__bar-btn {
  max-width: 14rem;
  flex: 0 0 14rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .header .header__bar-btn {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__bar-btn {
    max-width: 50%;
    flex: 0 0 50%;
    justify-content: center;
  }
}
.header .header__bar-left {
  display: flex;
  align-items: center;
  max-width: 83.8rem;
  flex: 1;
  padding: 0.4rem 2.2rem 0.6rem;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1199px) {
  .header .header__bar-left {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .header .header__bar-left {
    padding: 0.4rem 1.5rem 0.6rem;
    padding-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__bar-left {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.header .header__bar-left + .header__bar-btn {
  margin-right: 2.2rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__bar-left + .header__bar-btn {
    margin-right: 0;
  }
}
.header .header__bar-right {
  max-width: 23.8rem;
  flex: 0 0 23.8rem;
  padding: 0.4rem 0 0.6rem 2.5rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .header .header__bar-right {
    flex: 0 0 auto;
    padding: 0.4rem 0 0.6rem 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__bar-right {
    max-width: 50%;
    flex: 0 0 50%;
    justify-content: center;
    padding: 1rem 1rem;
  }
}
.header .header__bar-right > * {
  position: relative;
  z-index: 2;
}
.header .header__bar-right:before {
  content: "";
  width: 100vw;
  height: 102%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary);
  z-index: 0;
}
.header .header__bar-right .btn-tertiary {
  letter-spacing: 0.07em;
}
.header .header__bar-right .header__bar-btn {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__bar-right .header__bar-btn {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.header .header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.2rem 0 2rem 3rem;
  /*  Large Desktop  */
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1399px) {
  .header .header__content {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .header .header__content {
    padding: 1rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__content {
    padding: 0.5rem 0;
  }
}
.header .header__navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 1rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .header .header__navbar {
    text-align: right;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__navbar {
    background-color: var(--primary);
    position: relative;
    color: #fff;
    padding: 4.9rem 0.5rem;
    box-shadow: 0 0 4px #4e3c3c;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    text-align: left;
    z-index: 999;
    max-width: 25rem;
    width: 100%;
    transform: translateX(100%);
    transition: 0.4s;
  }
}
.header .header__navbar-close {
  position: absolute;
  top: 0.9rem;
  left: 1.8rem;
  display: none;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__navbar-close {
    display: inline-block;
  }
}
.header .header__navbar-btn {
  margin-left: 2rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .header .header__navbar-btn {
    margin-top: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__navbar-btn {
    margin-left: 0;
  }
}
.header .header__navbar-btn .btn--s.btn-secondary {
  font-size: 1.5rem !important;
  padding: 0.7rem 2rem;
  font-weight: 700;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__navbar-btn .btn--s.btn-secondary {
    width: 100%;
    padding: 0.6rem 1.5rem;
    font-size: 1.4rem !important;
  }
}
.header.nav-open .header__navbar {
  transform: translateX(0);
}
.nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -1rem -2.05rem;
  list-style-type: none;
  font-size: 1.5rem;
  /*  Small Desktop  */
  /*  Mobile  */
}
@media (max-width: 1199px) {
  .nav ul {
    margin: -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav ul {
    display: block;
  }
}
.nav li {
  padding: 1rem 2.05rem;
  /*  Small Desktop  */
  /*  Mobile  */
}
@media (max-width: 1199px) {
  .nav li {
    padding: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav li {
    padding: 0;
  }
}
.nav a {
  text-decoration: none;
  white-space: nowrap;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav a {
    padding: 0.85rem 3rem;
    display: inline-block;
    font-size: 1.4rem;
  }
}
.nav-btn {
  display: none;
  width: 2.3rem;
  height: 2.3rem;
  position: relative;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-btn {
    display: inline-block;
  }
}
.nav-btn span {
  width: 100%;
  height: 0.4rem;
  background: #fff;
  position: absolute;
  left: 0;
  transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
}
.nav-btn span:first-child {
  top: 0;
}
.nav-btn span:nth-child(2) {
  top: 1rem;
}
.nav-btn span:last-child {
  top: 2rem;
}
.nav-btn.is-active span {
  transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s;
}
.nav-btn.is-active span:first-child {
  top: 1rem;
  transform: rotate(45deg);
}
.nav-btn.is-active span:nth-child(2) {
  opacity: 0;
}
.nav-btn.is-active span:nth-child(3) {
  top: 1rem;
  transform: rotate(-45deg);
}

/* sticky header css start */
/* header.header.sticky {
    position: fixed;
    top: 0px;
    left:0px;
    right:0px
    width:100%;
    transition: 0.3s ease;
    z-index:9;
}

header.header {
    position: fixed;
    top :0px;
    width:100%;
    z-index:9;
    transition: 0.3s ease;
}
header.header.sticky .header__content {
    padding-top: 1.2rem;
    padding-bottom: 1rem;
    transition:0.3s ease;
}
header.header .header__content {
    padding-top: 2.2rem;
    padding-bottom: 2rem;
    transition:0.3s ease;
} */

header.header {
    position: sticky;
    top: 0;
    overflow:hidden;
}

.wrapper {
    overflow: unset !important;
}

.body-wrapper > div:nth-child(1) {
    position: sticky;
    top: 0;
    z-index: 11;
}

body.hide-dates {overflow-x: hidden;}
.wrapper main{
overflow:hidden;
}
header.header.sticky .header__content {
    padding-top: 1.2rem;
    padding-bottom: 1rem;
    transition:0.3s ease;
}
header.header .header__content {
    padding-top: 2.2rem;
    padding-bottom: 2rem;
    transition:0.3s ease;
}
.row-fluid-wrapper.row-depth-1.row-number-7.dnd-section {
    overflow: hidden;
}
/* sticky header css end */

/* search header css start */
.cust-header .cust-search-bar .search {
    padding: 5px 30px 5px 0px;
}
.cust-header .cust-search-bar .search__head {
    display: none;
}
.cust-header .cust-search-bar .search button.hs-search-field__button.hs-search-field__button--labelled {
    font-size: 0;
    width: 30px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding: 0;
    position: unset;
    transform: unset;
    height: 30px;
}
button.hs-search-field__button.hs-search-field__button--labelled::before {
    content: "\f002";
    font-size: 16px;
}
.cust-header .cust-search-bar .search form.hs-search-field__form {
    display: flex;
    align-items: center;
    gap:10px;
    padding: 0px;
}
.cust-header .cust-search-bar .search form.hs-search-field__form input[type="search"] {
    height: 30px;
    font-size: 14px;
}
.cust-search-bar {
    align-items: center;
    display: flex;
}
@media only screen and (max-width:1300px) {
.cust-header .cust-search-bar .search {
    padding:5px 0px;
}
}
@media only screen and (max-width:1200px) {
.cust-header .cust-search-bar .search .shell.shell--small {
    padding-left: 5px;
    padding-right: 5px;
}
.cust-header .header__bar-left {
    padding-right: 5px;
}
.cust-header .header__bar-left .header__bar-text {
    padding: 0;
}
.cust-header .cust-search-bar .search form.hs-search-field__form input[type="search"] {
    max-width: 82px;
}
.cust-header .header__bar-left a {
    font-size: 12px;
}
}
@media only screen and (max-width:1023px) {
.cust-search-bar + .header__bar-btn {
    margin-right: 10px;
}
}
@media only screen and (max-width:812px) {
/* .cust-header .header__bar-left {max-width: calc(100% - 132px);} */

.cust-search-bar + .header__bar-btn {
    max-width: 50%;
    flex: unset;
    width: 50%;
    margin: 0;
}
}
@media only screen and (max-width:500px) {
.cust-header .header__bar-left {max-width: 100%;}
.cust-search-bar {
    width: 100%;
}
.cust-search-bar > div {
width: 100%;
}
.cust-header .cust-search-bar .search form.hs-search-field__form input[type="search"] {
    max-width: 100%;
}
.cust-header .cust-search-bar .search .shell.shell--small {
    padding-left: 0;
    padding-right: 0;
}
.cust-header .cust-search-bar .search {
    padding: 5px 0px 10px 0px;
}
}
/* search header css end */

/* 23-09-2024 css start */
.cust-search-bar.only-for-mobile {
  display: none;
}
@media only screen and (max-width:812px){
  .cust-search-bar{
    display: none;
  }
  .cust-search-bar.only-for-mobile {
    display: flex;
  } 
  .cust-header .cust-search-bar .search .shell.shell--small {
    padding-left: 0;
    padding-right: 5px;
  }
  .cust-header .cust-search-bar .search form.hs-search-field__form input[type="search"] {
    max-width: none;
  }
}
/* 23-09-2024 css end */
/* ------------------------------------------------------------ *\
	footer
\* ------------------------------------------------------------ */
.footer {
  background-color: var(--primary);
  color: #fff;
}
.footer .footer__logo {
  display: block;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logo {
    margin-right: 1.5rem;
  }
}
.footer .footer__logos {
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .footer .footer__logos {
    max-width: 12rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logos {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: left;
  }
}
.footer .footer__logo + .footer__logo {
  margin-left: 1rem;
  margin-top: 3.9rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logo + .footer__logo {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.footer .footer__inner {
  padding: 0 0.3rem;
}
.footer .footer__nav {
  padding: 1.5rem 0 1.5rem 2.2rem;
  max-width: 80rem;
  flex: 0 0 80rem;
  /*  Large Desktop  */
  /*  tablet  */
  /*  Mobile  */
}
@media (max-width: 1399px) {
  .footer .footer__nav {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .footer .footer__nav {
    text-align: left;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.footer .footer__nav ul {
  columns: 4;
  column-gap: 2rem;
  list-style-type: none;
  /*  Small Desktop  */
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav ul {
    columns: 1;
  }
}
.footer .footer__nav li {
  break-inside: avoid-column;
}
.footer .footer__nav li ul {
  columns: 1;
  column-gap: 0;
}
.footer .footer__nav li + li {
  margin-top: 0.6rem;
}
.footer .footer__nav a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.5;
}
.footer .footer__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4.9rem 0 4.8rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .footer .footer__content {
    padding: 3rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__content {
    text-align: center;
  }
}
.footer .footer__socials {
  max-width: 20rem;
  flex: 0 0 20rem;
  padding: 1.9rem 0;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .footer .footer__socials {
    margin-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__socials {
    margin: 0;
    text-align: left;
  }
}
.footer .footer__socials h6 {
  margin-bottom: 0.8rem;
  color: inherit;
}
.footer .socials svg {
  fill: #fff;
}
.footer .footer__foot {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2.2rem 2rem 6.5rem 1rem;
  border-top: 0.1rem solid;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .footer .footer__foot {
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__foot {
    display: block;
    text-align: center;
  }
}
.footer .footer__foot p {
  font-size: 1.5rem;
  margin-bottom: 0;
  padding-right: 2rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__foot p {
    margin-bottom: 1rem;
  }
}
.footer .footer__foot ul {
  font-size: 1.6rem;
  list-style-type: none;
  margin: 0 -0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer__foot ul li {
  padding: 0 0.9rem;
}
.footer .footer__foot ul li + li {
  position: relative;
}
.footer .footer__foot ul li + li:before {
  content: "";
  height: 1.5rem;
  border-left: 0.1rem solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.footer .footer__foot a {
  text-decoration: none;
  white-space: nowrap;
}

/* Top Scroll CSS Start  */

#scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none; /* Initially hidden */
  background-color: #f9423a;
  color: white;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  box-shadow:0px 0px 10px rgb(0 0 0 / 50%);
  transition: opacity 0.3s ease-in-out;
  z-index: 9;
}
#scrollToTopBtn svg {
  width: 20px;
  height: 20px;
  fill: white;
}
@media (max-width: 600px) {
  #scrollToTopBtn {
    bottom: 5vh;
  }
}