/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

* {
  box-sizing: border-box;
}



html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
  overflow-x:hidden;
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  overflow:hidden;
  
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Images
   ========================================================================== */

img {
  max-width: 100%;
  height: auto;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

input,
textarea,
select {
  width: 100%;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 90%;
    padding: 0;
  }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 90%;
  }

  .column,
  .columns {
    margin-left: 4%;
  }

  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }

  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }

  .two.columns {
    width: 13.3333333333%;
  }

  .three.columns {
    width: 22%;
  }

  .four.columns {
    width: 30.6666666667%;
  }

  .five.columns {
    width: 39.3333333333%;
  }

  .six.columns {
    width: 48%;
  }

  .seven.columns {
    width: 56.6666666667%;
  }

  .eight.columns {
    width: 65.3333333333%;
  }

  .nine.columns {
    width: 74.0%;
  }

  .ten.columns {
    width: 82.6666666667%;
  }

  .eleven.columns {
    width: 91.3333333333%;
  }

  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }

  .one-third.column {
    width: 30.6666666667%;
  }

  .two-thirds.column {
    width: 65.3333333333%;
  }

  .one-half.column {
    width: 48%;
  }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%;
  }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #222;
}

input,
select,
textarea,
button {
  font-family: "Work Sans", sans-serif;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem;
  }

  h2 {
    font-size: 4.2rem;
  }

  h3 {
    font-size: 3.6rem;
  }

  h4 {
    font-size: 3.0rem;
  }

  h5 {
    font-size: 2.4rem;
  }

  h6 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB;
}

a:hover {
  color: #0FA0CE;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label>.label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre>code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1.5rem;
}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}




/* Main Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.main-navigation {
  /*	margin-left:5%;*/
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation ul li {
  display: inline-block;

  margin-bottom: 0;
  position: relative;
}

.main-navigation ul li::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #FFF;
  transition: width .3s;
  position: absolute;
  top: 30px;
}

.main-navigation ul li:hover::after {
  width: 100%;
  transition: width .3s;
}

.main-navigation ul li:hover a {
  color: #c7000a;
}

li.has-child {
  padding-right: 10px;
}

.main-navigation ul li.has-child:after {
  content: "\f107";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 1px;
  padding-left: 3px;
  cursor: pointer;
  background: none;
  width: auto;
}

.main-navigation ul li.has-child:hover::after {
  width: auto;
  transition: none;
}

.main-navigation ul li a {
  font-weight: 600;
  color: #000;
  /*text-transform:uppercase;*/
  font-size: 14px;
  padding: 20px 15px;
  text-decoration: none;
  transition: all 0.3s;
}

.main-navigation ul li ul.submenu {
  position: absolute;
  top: 35px;
  max-width: 250px;
  margin: 0;
  padding: 0;
  width: 200px;
  background: #c7000a;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  left: -30%;
  z-index: 2;
  border-radius: 15px;
}

.main-navigation ul li ul.submenu li {
  display: block;
  padding: 10px 5px;
  border-bottom: solid 1px #ccc;
}

.main-navigation ul li ul.submenu li:after {
  display: none;
}

.main-navigation ul li ul.submenu li:last-child {
  border-bottom: none;
}

.main-navigation ul li:hover ul.submenu {
  visibility: visible;
  opacity: 1;
}

.main-navigation ul li ul.submenu li a {
  text-transform: none;
  font-weight: 400;
  color: #fff;
}

.main-navigation ul li ul.submenu li a:hover {
  color: #ccc;
}

.mobile-menu-button {
  display: none;
}

.closebtn {
  display: none;
}

@media (max-width: 800px) {
  .mobile-menu-button {
    display: block;
  }

  .closebtn {
    display: block;
  }

  nav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 5;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 50px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
  }

  nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
    font-size: 40px;
    text-decoration: none;
  }

  .main-navigation {
    width: 60%;
    font-size: 30px;
    text-align: right;
  }

  .main-navigation i {
    cursor: pointer;
  }

  .main-navigation ul li {
    display: block;
    text-align: left;
    padding-left: 20px;
    border-bottom: solid 1px #666;
  }

  .main-navigation ul li:after {
    display: none;
  }

  .main-navigation ul li ul.submenu {
    visibility: visible;
    opacity: 1;
    position: relative;
    background: none;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 15px;
  }

  .main-navigation ul li ul.submenu li {
    margin: 0;
    padding: 3px 0 0 10px;
    border-bottom: none;
    position: relative;
  }

  .main-navigation ul li ul.submenu li:before {
    content: '-';
    color: #fff;
    padding-right: 7px;
    position: absolute;
    top: 7px;
    left: 0;
  }

  li.has-child:after {
    display: none;
  }

  .main-navigation ul li a {
    color: #fff;
    font-weight: 600;
  }
}


/* -------------------------------------
        Accordion Structure
        ------------------------------------- */
.accordion-item {
  border-bottom: 1px solid #eee;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.3s ease;
  user-select: none;
  /* Required for :after positioning to work correctly */
  position: relative;
}

.accordion-header:hover {
  background-color: #f9f9f9;
}

.accordion-title {
  font-weight: 600;
  font-size: 1.1em;
  color: #444;
}

/* The Content panel is collapsed by default */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  /* Initial zero padding for smooth reveal */
  background-color: #fafafa;
}

.accordion-content p {
  padding: 15px 0;
  margin: 0;
  line-height: 1.6;
  color: #666;
}

/* -------------------------------------
        CSS Pseudo-Icon Implementation (:after)
        ------------------------------------- */

.accordion-header::after {
  content: '';
  /* Mandatory for pseudo-elements */
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  /* Space between title and icon */
  transition: transform 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;

  /* Tabler Icon (chevron-down) as a Base64 background image */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLWNoZXZyb24tZG93biIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2U9IiM1NTUiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwSDI0VjI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTYgOWw2IDZsNiAtNiIvPjwvc3ZnPg==");
}

/* When the panel is open: Icon rotation & Content reveal */
.accordion-item.active .accordion-header::after {
  transform: rotate(180deg);
}

.accordion-item.active .accordion-content {
  max-height: 500px;
  padding: 0 25px 15px 25px;
}

.accordion-item.active .accordion-header {
  background-color: #f5f5f5;
}

/* Custom Styles matching Mockup
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Global & Typography */
body {
  font-family: 'Work Sans', sans-serif;
  color: #222;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #000;
  letter-spacing: -0.5px;
}

.button {
  border-radius: 30px;
  /* Rounded buttons as per mockup */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 35px;
  height: 45px;
  line-height: 43px;
  transition: all 0.3s ease;
  font-size:14px;
}

/* Header */
.site-header {
  padding: 25px 0;
  background-color: #fff;
  border-bottom: none;
}

.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo img {
  max-height: 50px;
  /* Adjust based on actual logo aspect ratio */
}

.main-navigation {
  flex-grow: 1;
  /*margin-left: 40px;*/
  max-width:400px;
}

.main-navigation ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap:wrap;
}

.main-navigation ul li {
  margin: 0 15px 7px 0;
}

.main-navigation ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  /* Mockup shows "Home", "Team" etc. */
}

.header-appointment-button .button {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 14px;
}

.header-appointment-button .button:hover {
  background-color: #333;
  border-color: #333;
}

/* Hero Section */
.home-hero {
  padding: 150px 0;
  background-image: url('/images/home-hero.jpg');
  /* Assuming user will provide or we use placeholder */
  background-color: #999;
  /* Fallback */
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

.home-hero::before {
  /*content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;*/
}

.home-hero .container {
  position: relative;
  z-index: 2;
}

.home-hero h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 40px;
  /*max-width: 800px;*/
}

.home-hero h1 em {
  font-style: italic;
  font-family: serif;
}

.home-hero .button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.home-hero .button:hover {
  background-color: #fff;
  color: #000;
}

.home-hero-cta-buttons {
  display: block;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  /*border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;*/
}

.home-hero-cta-buttons ul {
  flex-direction: column;
  padding:0;
  list-style:none;
  display:flex;
}

.home-hero-cta-buttons ul li {
  margin: 0;
  text-align: center;
  border-bottom:solid 1px #ccc;
  padding: 15px;
}

.home-hero-cta-buttons ul li:last-child {
	border-bottom:none;
}

.home-hero-cta-buttons ul li a {
  flex-direction: column;
  color: #fff;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration:none;
}

.home-hero-cta-buttons ul li a svg {
  margin-right: auto;
  margin-left:auto;
  margin-bottom: 5px;
  width: 38px;
  height: 38px;
  stroke-width:1.5;
  display:block;
}

.home-hero-cta-buttons ul li span {
	display:block;
}

/* About Section */
.home-about {
  padding: 100px 0;
  background-color: #fff;
}

.home-about h2 {
  font-size: 3.6rem;
  margin-bottom: 30px;
}

.home-about p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px;
}

.home-about .button {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}

.home-about .button:hover {
  background-color: #000;
  color: #fff;
}

.home-about img {
  border-radius: 0;
  /* Mockup shows sharp or slightly rounded, sticking to sharp for now */
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Features Section (Black Background) */
.home-features {
  background-color: #000;
  color: #fff;
  padding: 100px 0;
}

.home-features h3 {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.3;
}

.home-feature-list ul {
  list-style: none;
  margin: 0;
}

.home-feature-list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #333;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home-feature-list ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  /* Underline style */
  padding-bottom: 2px;
}

.home-feature-list .button {
  margin-top: 20px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

/* Services Section */
.home-serivices {
  padding: 100px 0;
  background-color: #fff;
}

.home-serivices h2 {
  font-size: 3.6rem;
  margin-bottom: 20px;
}

/* Accordion Styling */
.accordion-item {
  border-bottom: 1px solid #eee;
}

.accordion-header {
  padding: 10px 0;
  background-color: #fff;
}

.accordion-title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.accordion-header::after {
  /* Simple chevron */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
}

/* Locations / Address Section (Black Background) */
.home-address {
  background-color: #000;
  color: #fff;
  padding: 100px 0;
}

.home-address h2 {
  /* If there was a heading */
  color: #fff;
}

.home-address-inner {
  background-color: #fff;
  color: #000;
  padding: 30px;
  border-radius: 20px;
  /* Rounded cards */
  height: 100%;
  min-height: 200px;
}

.home-address-inner h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.home-address-inner p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
}

/* CTA Section */
.home-cta {
  padding: 100px 0;
  background-color: #fff;
}

.home-cta .six.columns:first-child {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-cta .button {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  float: right;
}

/* Footer */
.site-footer {
  background-color: #000;
  color: #fff;
  padding: 80px 0 40px;
}

.site-footer h3 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.footer-social li a svg {
  stroke: #fff;
}

.footer-contact li a {
  color: #fff;
  font-size: 1.4rem;
}

.footer-lower {
  border-top: none;
  /* Clean footer */
  margin-top: 60px;
  font-size: 1.2rem;
  color: #888;
}

/* Responsive */
@media (max-width: 750px) {
  .site-header {
    padding: 15px 0;
  }

  .header-appointment-button {
    display: none;
  }

  .home-hero {
    padding: 80px 0;
  }

  .home-hero h2 {
    font-size: 3.2rem;
  }

  .home-about,
  .home-features,
  .home-serivices,
  .home-address,
  .home-cta {
    padding: 60px 0;
  }

  .home-cta .button {
    float: none;
    margin-top: 20px;
  }

  .home-address .columns {
    margin-bottom: 20px;
  }
}



.home-features .four.columns:last-child ul li:last-child {
	border-bottom:none;
}

.footer-social {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
}

.footer-social li {
	margin-right:10px;
}

.footer-contact {
	margin:0;
	padding:0;
	list-style:none;
}
.footer-contact  a {
	text-decoration:none;
}

.footer-upper img {
	 filter: invert(1) brightness(2);
  /* vendor prefixes rarely needed for modern browsers, but include if you want */
  -webkit-filter: invert(1) brightness(2);
}


/* ---------------------------------------------------- */
/* Video Background Styling */
/* ---------------------------------------------------- */

.home-hero {
    /* Required for positioning the video and content absolutely inside it */
    position: relative;
    /* Ensure content is readable over the video */
    z-index: 1; 
    /* Set a minimum height for the hero section if needed */
    min-height: 500px; 
    /* Ensure the background image/color is removed if it was set here */
    background: none; 
    /* Use flex or grid if necessary, but position: relative is key */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center the vertical content */
    align-items: center; /* Center the horizontal content */
    overflow: hidden; /* Hide any overflowing parts of the video */
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Puts the video behind the text/buttons */
    overflow: hidden;
}

#heroVideo {
    /* Standard trick for filling the container while maintaining aspect ratio */
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Ensures the video covers the entire container */
}

/* ---------------------------------------------------- */
/* Ensuring Content Stays Visible Over Video */
/* ---------------------------------------------------- */

.hero-content {
    /* Ensure the main text container is above the video (it should inherit from .home-hero) */
    position: relative;
    z-index: 2; /* Ensures content is layered above the video (z-index: -1) */
    padding-top: 100px; /* Adjust padding as necessary */
    padding-bottom: 100px;
}

/* Optional: Add a subtle color overlay to make text more readable */
.video-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Dark semi-transparent overlay */
    z-index: 0; /* Above the video but below the text */
}

/* IMPORTANT: Fallback for browsers/devices where autoplay is disabled or video fails.
   This should match the size and styling of your video background area. */
@media (max-width: 768px) {
    .video-background {
        /* On mobile, sometimes a static background image is better for performance and data usage */
        background: url('/images/home-hero-fallback.jpg') no-repeat center center/cover; 
    }
    #heroVideo {
        /* Hide the video on smaller screens to use the static fallback image */
       /* display: none;*/
    }
}

/* Header base */
.site-header {
    position: sticky;
    top: -80px; /* header is hidden initially */
    z-index: 9999;
    background: white;
    backdrop-filter: blur(12px);

    transition: 
        top 0.6s cubic-bezier(0.25, 0.1, 0.25, 1),
        padding 0.4s ease,
        box-shadow 0.4s ease;

    padding: 25px 0;
}

/* When sticky is active */
.site-header.sticky-visible {
    top: 0; /* slides down smoothly */
    padding: 15px 0;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
	position:fixed;
	width:100%;
}


/* --- 1. Grid/Column Layout --- */
.two-column-accordion {
    display: flex;
    gap: 30px; /* Space between the columns */
    align-items: flex-start; /* IMPORTANT: Ensures columns are top-aligned */
    width: 100%;
    max-width: 1200px; /* Adjust as needed */
    margin: 0 auto;
}

.accordion-column {
    flex: 1; /* Makes each column take up equal width */
}

/* --- 1. Two-Column Grid Layout --- */
.two-column-accordion {
    display: flex;
    gap: 30px; 
    /* Ensures columns start at the same top line */
    align-items: flex-start; 
    width: 100%;
    max-width: 1200px; /* Adjust as needed for your site */
    margin: 0 auto;
}

.accordion-column {
    flex: 1; /* Makes each column take up equal width */
}

@media (max-width: 768px) {
    .two-column-accordion {
        flex-direction: column; 
        gap: 0;
    }
}

/* --- 2. Base Accordion Styling (Based on your original CSS) --- */
.accordion-item {
    border: 1px solid #eee; /* Using border property from a previous suggestion for clear separation */
    margin-bottom: 15px; /* Adds space between items in the column */
    border-radius: 5px; /* Optional: adds rounded corners */
}

/* Base Header Styling */
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    background-color: #fff;
    transition: background-color 0.3s ease;
    user-select: none;
    position: relative;
}

.accordion-header:hover {
    background-color: #f9f9f9;
}

.accordion-title {
    font-weight: 600;
    font-size: 1.1em;
    color: #444;
}

/* Icon Styling */
.accordion-header::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    transition: transform 0.3s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    /* Your provided icon SVG */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLWNoZXZyb24tZG93biIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2U9IiM1NTUiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwSDI0VjI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTYgOWw2IDZsNiAtNiIvPjwvc3ZnPg==");

}

/* --- 3. Animation/Active State --- */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    /* Your original transition: */
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding: 0 25px; /* Initial horizontal padding */
    background-color: #fafafa;
}

.accordion-content p {
    padding: 15px 0;
    margin: 0;
    line-height: 1.6;
    color: #666;
}

/* ACTIVE STATE */
.accordion-item.active .accordion-header {
    background-color: #f5f5f5;
}

.accordion-item.active .accordion-header::after {
    transform: rotate(180deg);
}

.accordion-item.active .accordion-content {
    max-height: 500px; /* IMPORTANT: Increase this if content is longer! */
    /* Your original active padding: */
    padding: 0 25px 15px 25px; 
}

.services-page-hero {
	margin-bottom:35px;
}

.services-page-hero .container {
	background:url(/images/home-hero.jpg) no-repeat center center;
	padding:150px 0 150px 50px;
	background-size:cover;
	color:#fff;
	border-radius:15px;
}


.services-page-hero h1 {
	color:#fff;
}

.services-page-hero .button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.services-page-hero .button:hover {
  background-color: #fff;
  color: #000;
}

.services-conditions-we-treat {
	color:#fff;
	background:#000;
	padding:60px 0;
}

.services-conditions-we-treat h2 {
	color:#fff;
	font-size:45px;
}

.services-conditions-we-treat ul {
	margin:0;
	padding:0;
	list-style:none;
	column-count:2;
}

.services-conditions-we-treat ul li {
	font-size:30px;
	margin-bottom:15px;
	font-weight:500;
	text-decoration:underline;
}

.service-use {
	padding:60px 0;
}

.service-use h2 {
	margin-bottom:40px;
}

.services-address {
	background:#000;
	padding:60px 0;
	color:#fff;
}

.services-address h2, .services-address h3 {
	color:#fff;
}

.services-address h2 {
	margin-bottom:40px;
}

.services-address h3 {
	margin-bottom:0;
}

.services-cta {
	padding:60px 0;
}

.services-cta p {
	font-size:22px;
}

.team-list {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.team-list li {
	width:22%;
	text-align:center;
	margin-bottom:35px;
}

.team-list li img {
  filter: grayscale(100%);
  transition:all 0.5s;
  max-height:300px;
  object-fit:cover;
  border-radius:25px;
  width:100%;
}

.team-list li:hover img {
  filter: grayscale(0);
}

.team-list li h4 {
	margin:0;
	padding:0;
	font-size:24px;
	font-weight:600;
}

.team-list li h5 {
	font-size:16px;
	font-weight:400;
	margin-bottom:5px;
}

.team-list li a {
	color:#666;
	font-size:14px;
	transition:all 0.5s;
}

.team-list li a:hover {
	
	color:#000;
	font-weight:bold;
}

.team-section {
	padding:30px 0 60px 0;
}

.team-section h3 {
	padding-top:30px;
	font-size:30px;
}

.team-hero {
	padding:40px 0;
}

.team-hero p {
	font-size:20px;
}

.team-member-details {
	padding:80px 0;
}

.team-member-details img {
	  filter: grayscale(100%);
  transition:all 0.5s;
  max-height:450px;
  object-fit:cover;
  border-radius:25px;
  width:100%;
}

.team-member-details img:hover {
	filter: grayscale(0);
}

.team-member-details h2 {
	margin:0;
}
.team-member-details h3 {
	margin:10px 0;
	font-weight:600;
	font-size:25px;
}
@media (max-width: 768px) {
	body {
		margin-top:80px;
	}
.main-navigation ul {
	display:block;
}
.main-navigation ul li a {
	color:#fff;
}
.site-header-inner {
	flex-direction:row-reverse;
}
.main-navigation {
	width:auto;
	padding-left:25px;
}
.site-header {
	backdrop-filter: none;
        position: fixed;
        width: 100%;
        height: auto;
        top: 0;
}
.home-hero-cta-buttons ul {
	flex-direction:row;
	margin-bottom:0;
}
.home-hero-cta-buttons {
        bottom: 0;
        width: 100%;
        left: 0;
        top: auto;
        height: auto;
        transform: none;
		background:#000000;
}
.home-hero-cta-buttons ul li {
	border-bottom:none;
	padding: 5px 0;
        width: 33.33%;
}
.services-conditions-we-treat ul {
	column-count:1;
}

footer.site-footer {
	padding-bottom:100px;
}
.team-list {
	flex-direction:column;
}

.team-list li {
	width:100%;
}
.team-list li img {
	max-height:350px;
}
}