/*@import "//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css";*/

/*@import url(../../../bower_components/jquery-ui/jquery-ui.min.css);*/


/*@import "//cdnjs.cloudflare.com/ajax/libs/Swiper/3.4.1/css/swiper.min.css";*/

@font-face {
  font-family: 'HouschkaAltPro';
  src: url('fonts/HouschkaAltPro-ExtraBold.eot');
  src: url('fonts/HouschkaAltPro-ExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/HouschkaAltPro-ExtraBold.woff2') format('woff2'), url('fonts/HouschkaAltPro-ExtraBold.woff') format('woff'), url('fonts/HouschkaAltPro-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'HouschkaAltPro';
  src: url('fonts/HouschkaAltPro-Medium.eot');
  src: url('fonts/HouschkaAltPro-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/HouschkaAltPro-Medium.woff2') format('woff2'), url('fonts/HouschkaAltPro-Medium.woff') format('woff'), url('fonts/HouschkaAltPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HouschkaAltPro';
  src: url('fonts/HouschkaAltPro-Bold.eot');
  src: url('fonts/HouschkaAltPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/HouschkaAltPro-Bold.woff2') format('woff2'), url('fonts/HouschkaAltPro-Bold.woff') format('woff'), url('fonts/HouschkaAltPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'alz-icons';
  src: url('fonts/alz-icons.eot');
  src: url('fonts/alz-icons.eot?#iefix') format('embedded-opentype'), url('fonts/alz-icons.woff2') format('woff2'), url('fonts/alz-icons.woff') format('woff'), url('fonts/alz-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "alz-icon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="bk-icon-"]:before,
[class*="bk-icon-"]:before {
  font-family: "alz-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "HouschkaAltPro", Arial, sans-serif;
}

footer,
header {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

strong {
  font-weight: inherit;
}

strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

input,
select {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input {
  overflow: visible;
}

select {
  text-transform: none;
}

html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  p,
  h2 {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "HouschkaAltPro", Arial, sans-serif;
  /*font-size: 1rem;*/
  font-weight: normal;
  line-height: 1.5;
  color: #808285;
  background-color: #fff;
}

h1,
h2 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #359A8E;
  text-decoration: none;
}

a:focus,
a:hover {
  /*color: #21615a !important;*/
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  /*color: inherit;*/
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
}

a,
input,
select {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

input,
select {
  line-height: inherit;
}

h1,
h2 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 1300px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 1300px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1300px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1300px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.6rem 2rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(74, 13, 102, 0.25);
  box-shadow: 0 0 0 2px rgba(74, 13, 102, 0.25);
}

.btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn:active {
  background-image: none;
}

.btn-primary {
  color: #fff;
  background-color: #4a0d66;
  border-color: #35054B;
}

.btn-primary:hover {
  color: #fff;
  background-color: #290739;
  border-color: #0c0112;
}

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(53, 5, 75, 0.5);
  box-shadow: 0 0 0 2px rgba(53, 5, 75, 0.5);
}

.btn-primary:disabled {
  background-color: #4a0d66;
  border-color: #35054B;
}

.btn-primary:active {
  color: #fff;
  background-color: #290739;
  background-image: none;
  border-color: #0c0112;
}

.btn-secondary {
  color: #fff;
  background-color: #359A8E;
  border-color: #256D65;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #28746b;
  border-color: #153f3b;
}

.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(37, 109, 101, 0.5);
  box-shadow: 0 0 0 2px rgba(37, 109, 101, 0.5);
}

.btn-secondary:disabled {
  background-color: #359A8E;
  border-color: #256D65;
}

.btn-secondary:active {
  color: #fff;
  background-color: #28746b;
  background-image: none;
  border-color: #153f3b;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #808285;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #737578;
  text-decoration: none;
  background-color: #f7f7f9;
}

.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #4a0d66;
}

.dropdown-item:disabled {
  color: #D1D3D4;
  cursor: not-allowed;
  background-color: transparent;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 2rem;
}

@supports ((-webkit-transform: translate3d(0,
0,
0)) or (transform: translate3d(0,
0,
0))) {}

@supports ((-webkit-transform: translate3d(0,
0,
0)) or (transform: translate3d(0,
0,
0))) {}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.btn {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: 0 7px #808285;
  box-shadow: 0 0px #808285;
  white-space: normal;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-font-smoothing: antialiased;
}

.btn:hover {
  -webkit-box-shadow: 0 5px #808285;
  box-shadow: 0 0px #808285;
  top: 0px;
}

.btn-primary {
  -webkit-box-shadow: 0 7px #35054B;
  box-shadow: 0 0px #35054B;
}

.btn-primary:hover {
  background: #4a0d66;
  -webkit-box-shadow: 0 5px #35054B;
  box-shadow: 0 0px #35054B;
}

.btn-secondary {
  -webkit-box-shadow: 0 7px #256D65;
  box-shadow: 0 0px #256D65;
}

.btn-secondary:hover {
  background: #359A8E;
  -webkit-box-shadow: 0 5px #256D65;
  box-shadow: 0 0px #256D65;
}

@font-face {
  font-family: 'HouschkaAltPro';
  src: url("./fonts/HouschkaAltPro-Light.eot?") format("eot"), url("./fonts/HouschkaAltPro-Light.woff2") format("woff2"), url("./fonts/HouschkaAltPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "HouschkaAltPro";
  src: url("./fonts/HouschkaAltPro-Medium.eot?") format("eot"), url("./fonts/HouschkaAltPro-Medium.woff2") format("woff2"), url("./fonts/HouschkaAltPro-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HouschkaAltPro";
  src: url("./fonts/HouschkaAltPro-Bold.eot?") format("eot"), url("./fonts/HouschkaAltPro-Bold.woff2") format("woff2"), url("./fonts/HouschkaAltPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "HouschkaAltPro";
  src: url("./fonts/HouschkaAltPro-ExtraBold.eot?") format("eot"), url("./fonts/HouschkaAltPro-ExtraBold.woff2") format("woff2"), url("./fonts/HouschkaAltPro-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "alz-icon";
  src: url("./fonts/alz-icons.eot");
  src: url("./fonts/alz-icons.eot?#iefix") format("embedded-opentype"), url("./fonts/alz-icons.woff") format("woff"), url("./fonts/alz-icons.ttf") format("truetype"), url("./fonts/alz-icons.svg#alz-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-size: 100%;
}

p,
ul,
h1,
h2 {
  margin-top: 0;
}

p:last-child,
ul:last-child {
  margin-bottom: 0;
}

p,
ul {
  margin-bottom: 1.8rem;
}

img {
  max-width: 100%;
  height: auto;
}

ul li {
  line-height: 1.2;
  margin-bottom: 0.8em;
}

ul li:last-child {
  margin-bottom: 0;
}

ul li ul {
  margin-top: 0.8em;
}

h1 {
  color: #4a0d66;
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

h2 {
  color: #4a0d66;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.container-fluid {
  max-width: 1320px;
}


.customheader {
  background: #fff;
  border-bottom: 1px solid #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), cubic-bezier(0.77, 0, 0.175, 1);
}

header {
  background: #fff;
  border-bottom: 1px solid #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), cubic-bezier(0.77, 0, 0.175, 1);
}

.customheader {
  transition: top 0.5s;
}


.customheader.on{
  position: fixed;
  top: 0px;
}

header .logo{
  background:#fff;
}

#header .action a {
    background: url(../images/layout/secondaryDivide.png) no-repeat scroll 100% 50% transparent;
    color: #fff!important;
    font-size: 16px !important;
    margin-left: 11px;
    padding-right: 14px;
    font-family: "HouschkaAltPro", Arial, sans-serif;
}

#header .action a:hover {
    color: #fff !important;
}

.loggedin #header .action a {
  color: #fff!important;
}

#wrapper #header .action {
    background: #4a0d66;
    visibility: visible;
    padding: 9px 9px 9px 15px;
	border-radius: 0;
}

.loggedout #wrapper #header .action {
    background-color: transparent;
    background: #4a0d66;
	/* background:#8106b9; */
    visibility: visible;
    padding: 9px 9px 9px 15px;
}

#header .action a.cart {
    background: url(../images/cart-icons.png) no-repeat scroll left -19px transparent;
    padding-bottom: 5px;
    padding-left: 24px;
    margin-left: 8px;
    display: inline;
}

.mainNav li.on a:hover::before {
    visibility: hidden;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@media (min-width: 768px) {
  header {
    border-bottom: none;
    z-index: 1000;
  }
}

header::after {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  content: "";
  opacity: 0;
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.37) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.37) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(transparent));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.37) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.37) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

header .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  max-width: 100%;
}

@media (min-width: 768px) {
  header .container-fluid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  header .container-fluid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.logo {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 0 0 15px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

@media (min-width: 576px) {
  .logo {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
    padding: 0 0 0 25px;
  }
}

@media (min-width: 768px) {
  .logo {
    -webkit-flex-basis: 2px;
    -ms-flex-preferred-size: 2px;
    flex-basis: 2px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (min-width: 1200px) {
  .logo {
    padding: 0 0 0 35px;
  }
}

@media (min-width: 1400px) {
  .logo {
    padding-left: 100px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 450px;
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
  }
}

.logo a,
.logo a:visited {
  display: inline-block;
}

.logo svg {
  display: block;
  height: 25px;
  width: auto;
  margin: 2px 0 0;
  max-width: 100%;
}

@media (min-width: 576px) {
  .logo svg {
    margin-top: 7px;
    height: 35px;
  }
}

@media (min-width: 992px) {
  .logo svg {
    height: auto;
    width: 360px;
    max-height: 40px;
  }
}

.logo svg path {
  fill: #4a0d66;
}

.menuToggle {
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #8106b9;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0s;
  -o-transition: background-color 0s;
  transition: background-color 0s;
  position: relative;
  font-family: "HouschkaAltPro", Arial, sans-serif;
}

.menuToggle::before {
  content: "i";
  font-family: "alz-icon";
  display: block;
  font-size: 26px;
  line-height: 1;
  margin: 0;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.menuToggle.on::before {
  content: "n";
}

@media (min-width: 768px) {
  .menuToggle {
    display: none;
  }
}

.menuToggle:focus {
  outline: none;
}

.menuToggle:hover {
  background: #8106B9;
}

.menuToggle span{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  text-align: center;
}

.mainHelpline {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 45px;
  line-height: 42px;
  text-align: center;
  background: #808285;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0;
}

@media (min-width: 576px) {
  .mainHelpline {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .mainHelpline {
    font-size: 12px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background: transparent;
    color: #359A8E;
    padding: 0 35px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .mainHelpline {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    border: none;
    padding: 0 20px;
    height: auto;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .mainHelpline {
    padding: 0 45px 0 0;
  }
}

.mainHelpline span,
.mainHelpline a {
  display: inline-block;
  vertical-align: middle;
}

/* Added Feb2024 */
div.mainHelpline span {
    color: #58595b;
}

@media (min-width: 768px) {
  .mainHelpline span,
  .mainHelpline a {
    display: block;
    font-family: "HouschkaAltPro", Arial, sans-serif;
    font-size: 16px;
  }
}

.mainHelpline span.phone {
  font-size: 16px;
  margin: 0 0 0 7px;
  text-decoration: none;
}

/* Added Feb2024 */
div.mainHelpline span.phone {
    color: #4a0d66;
}

@media (min-width: 576px) {
  .mainHelpline span.phone {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .mainHelpline span.phone {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 0 11px;
  }
}

@media (min-width: 992px) {
  .mainHelpline span.phone {
    font-size: 26px;
  }
}

.mainHelpline a,
.mainHelpline a:visited,
.mainHelpline a[href^="tel"] {
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
}

@media (min-width: 768px) {
  .mainHelpline a,
  .mainHelpline a:visited,
  .mainHelpline a[href^="tel"] {
    color: #359A8E;
    pointer-events: none;
  }
}

.mainHelpline a:hover,
.mainHelpline a:visited:hover,
.mainHelpline a[href^="tel"]:hover {
  text-decoration: underline;
}

a.headerDonateBtn {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 130px;
  text-align: center;
  height: 45px;
  line-height: 41px;
  /* background: #359A8E; Updated Feb2024 */
  background: #ffa805;
  /* color: #fff; Updated Feb2024 */
  color: #4a0d66;
  border-top: 1px solid #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  position: relative;
  text-shadow: 0 0;
}

a.headerDonateBtn::before {
  content: "w";
  font-family: "alz-icon";
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: middle;
  text-transform: none;
}

@media (min-width: 768px) {
  a.headerDonateBtn {
    height: 55px;
    line-height: 51px;
    font-size: 20px;
    font-size: 1.25rem;
    width: auto;
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }
}

@media (min-width: 992px) {
  a.headerDonateBtn {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border: none;
    line-height: 1.2;
    height: 85px;
    line-height: 85px;
    text-transform: uppercase;
    padding: 0 40px;
    margin: 0;
    -webkit-flex-basis: 185px;
    -ms-flex-preferred-size: 185px;
    flex-basis: 185px;
    max-width: 185px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 1400px) {
  a.headerDonateBtn {
    height: 100px;
    line-height: 100px;
    font-size: 26px;
    font-family: "HouschkaAltPro", Arial, sans-serif;
  }
}

a.headerDonateBtn:hover {
  text-decoration: none;
  /* background: #256D65; Updated Feb2024 */
  background: #e09000;
  /* color: #fff; Updated Feb2024 */
  color: #4a0d66;
}

a.headerDonateBtn::before {
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: middle;
  text-transform: none;
}

@media (min-width: 992px) {
  a.headerDonateBtn::before {
    display: none;
  }
}

a.headerDonateBtn::after {
  content: "";
  display: block;
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease-out;
  -o-transition: visibility 0.3s ease-out;
  transition: visibility 0.3s ease-out;
}

#wrapper #header {
  background: transparent;
  margin-bottom: 40px;
}

footer {
  padding: 40px 0;
  text-align: center;
}

footer a,
footer a:visited {
  color: #808285 !important;
  text-decoration: underline;
}



@media (min-width: 992px) {
  p.footerAddress {
    margin: 0 0 25px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

p.footerAddress span {
  display: block;
  position: relative;
}

@media (min-width: 992px) {
  p.footerAddress span {
    display: inline-block;
    padding: 0 13px;
  }
}

@media (min-width: 992px) {
  p.footerAddress span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-right: 3px solid #808285;
    height: 60%;
  }
}

p.footerAddress span:last-child::after {
  display: none;
}

ul.footerLinks {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

@media (min-width: 992px) {
  ul.footerLinks {
    margin: 0 0 11px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

ul.footerLinks li {
  display: inline-block;
  margin: 0;
}

ul.footerLinks li::after {
  content: "|";
  display: inline-block;
  padding: 0 6px 0 11px;
}

ul.footerLinks li:last-child::after {
  display: none;
}

.footerSocial {
  margin: 0 -25px 25px;
  width: calc(100% + 50px);
}

@media (min-width: 992px) {
  .footerSocial {
    width: auto;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footerSocial ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

@media (min-width: 992px) {
  .footerSocial ul {
    width: auto;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 35px 0 0;
  }
}

.footerSocial ul li {
  border-right: 1px solid #fff;
  width: 14.2857%;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (min-width: 992px) {
  .footerSocial ul li {
    width: auto;
  }
}

.footerSocial ul li:last-child {
  /* border: none; */
}

.footerSocial ul li a,
.footerSocial ul li a:visited {
  display: inherit;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #359A8E;
  color: #fff !important;
}

@media (min-width: 992px) {
  .footerSocial ul li a,
  .footerSocial ul li a:visited {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-decoration: underline;
  }
}

.footerSocial ul li a:hover,
.footerSocial ul li a:visited:hover {
  background: #256D65;
}

.topLinks {
  display: none;
}

@media (min-width: 768px) {
  .topLinks {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 11px 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 500px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    background: #F1F2F2;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 1200px) {
  .topLinks {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    background: transparent;
    text-align: right;
    white-space: nowrap;
  }
}

@media (min-width: 1400px) {
  .topLinks {
    font-size: 16px;
    font-size: 1rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 auto;
  }
}

.topLinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .topLinks ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.topLinks li {
  margin: 0;
  position: relative;
}

@media (min-width: 768px) {
  .topLinks li {
    padding: 0 0.4rem;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media (min-width: 768px) {
  .topLinks li::after {
    border-color: #58595B;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 70%;
    border-right: 1px solid #fff;
  }
}

.topLinks li:last-child::after {
  display: none;
}

.topLinks a,
.topLinks a:visited {
  color: #808285;
  display: inline-block;
  font-size: 26px;
  padding: 5px 9px;
  text-decoration: none;
  font-weight: 400;
  font-family: "HouschkaAltPro", Arial, sans-serif;
}

@media (min-width: 768px) {
  .topLinks a,
  .topLinks a:visited {
    color: #58595B;
    font-weight: 700;
    border-radius: 3px;
  }
}

.topLinks a:hover,
.topLinks a:visited:hover {
  text-decoration: none;
  color: #359A8E;
}

.topLinks a.email::before,
.topLinks a:visited.email::before {
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: middle;
  line-height: 1rem;
  position: relative;
  top: -2px;
}

.dropDownWrapper {
  position: relative;
  border-radius: 6px;
  border: 2px solid #BCBEC0;
  margin: 0 0 1rem;
  padding: 0;
}

.dropDownWrapper::after {
  content: "d";
  display: block;
  font-family: "alz-icon";
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
  font-size: 20px;
  font-size: 1.25rem;
}

.dropDownWrapper select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-weight: 700;
  height: 45px;
  padding: 0 25px;
  background: transparent;
}

.dropDownWrapper select::-ms-expand {
  display: none;
}

input[type="text"]:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: transparent;
}

.mainSearch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #4a0d66;
}

@media (min-width: 768px) {
  .mainSearch {
    display: none;
  }
}

.mainSearch input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
}

.mainNav {
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: calc(100% - 25px);
  z-index: 1000;
  border-top: 5px solid #8106B9;
  -webkit-transition: right 0.2s ease-out;
  -o-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .mainNav {
    border-top: none;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    width: 100%;
    background: #4a0d66;
    white-space: normal;
    overflow: visible;
  }
}

.mainNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  -webkit-transition: margin 0.2s ease-out;
  -o-transition: margin 0.2s ease-out;
  transition: margin 0.2s ease-out;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  .mainNav ul {
    padding: 8px 0 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    vertical-align: inherit;
  }
}

.mainNav li {
  margin: 0;
  position: relative;
  border-bottom: 1px solid #BCBEC0;
}

@media (min-width: 768px) {
  .mainNav li {
    border: none;
  }
}

.mainNav li a {
  display: block;
  padding: 5px 15px;
  color: #4a0d66;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 11px 30px;
}

@media (min-width: 768px) {
  .mainNav li a {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px 15px 25px;
    font-weight: 700;
  }
}

@media (min-width: 992px) {
  .mainNav li a {
    font-size: 18px;
    font-family: "HouschkaAltPro", Arial, sans-serif;
  }
}

@media (min-width: 768px) {
  .mainNav li a::before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 13px;
    left: 7px;
    right: 7px;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
}

.mainNav li a:hover {
  background: #4a0d66;
  color: #fff !important;
}

@media (min-width: 768px) {
  .mainNav li a:hover {
    background: transparent;
  }
}

@media (min-width: 768px) {
  .mainNav li a:hover::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.mainNav li.search {
  display: none;
}

@media (min-width: 768px) {
  .mainNav li.search {
    display: block;
  }
}

.mainNav li.search>a::after {
  content: "y";
  font-family: "alz-icon";
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  margin: 0 0 5px 7px;
}

.mainNav li.search>a::after {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  margin: 0 0 5px 7px;
}

.mainNav ul li ul {
  display: none;
}

.mainNav ul li ul li a:hover {
  background: #4a0d66;
  color: #fff;
}

.mainNav-subContainer {
  display: none;
  background: #fff;
}

a.mainNavSubClose {
  position: absolute;
  top: -5px;
  right: 0;
  display: block;
  width: auto;
  padding: 0 15px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  background: #58595B;
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  a.mainNavSubClose {
    top: -12px;
    height: 51px;
    line-height: 51px;
  }
}

a.mainNavSubClose:hover {
  background: #4a0d66;
  text-decoration: none;
  color: #fff;
}

a.mainNavSubClose::after {
  content: "n";
  display: inline-block;
  font-family: "alz-icon";
  vertical-align: middle;
  margin: 0 0 3px 5px;
  text-transform: none;
}

a.mainNavSubClose2 {
  display: none;
}

@media (min-width: 768px) {
  a.mainNavSubClose2 {
    position: absolute;
    display: block;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    left: 50%;
    background: #58595B;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px 3px;
    text-transform: uppercase;
  }
}

@media (min-width: 1200px) {
  a.mainNavSubClose2 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 7px 65px 3px;
  }
}

a.mainNavSubClose2:hover {
  background: #4a0d66;
  text-decoration: none;
}

a.mainNavSubClose2::after {
  content: "n";
  font-family: "alz-icon";
  display: inline-block;
  margin: 0 0 4px 5px;
  text-transform: none;
  vertical-align: middle;
}

a.mainNavGoBackLink {
  background: #808285;
  color: #fff;
  text-decoration: none;
  padding: 0 11px;
  height: 37px;
  line-height: 37px;
  display: none;
  position: absolute;
  top: -5px;
  left: 0;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  a.mainNavGoBackLink {
    height: 51px;
    line-height: 51px;
    top: -12px;
  }
}

a.mainNavGoBackLink::before {
  content: "t";
  font-family: "alz-icon";
  display: inline-block;
  margin: 0 5px 4px 0;
  vertical-align: middle;
  text-transform: none;
}

a.mainNavGoBackLink:hover {
  background: #4a0d66;
}

.mainNavCrumbs {
  background: #F1F2F2;
  padding: 5px 0;
  border-bottom: 1px solid #BCBEC0;
}

@media (min-width: 1200px) {
  .mainNavCrumbs {
    padding: 12px 0;
  }
}

.mainNavCrumbs a,
.mainNavCrumbs a:visited,
.mainNavCrumbs a:not(a.mainNavSubClose) {
  color: #BCBEC0;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 15px 0 0;
}

.mainNavCrumbs a:hover,
.mainNavCrumbs a:visited:hover,
.mainNavCrumbs a:not(a.mainNavSubClose):hover {
  color: #808285;
}

.mainNavCrumbs a::after,
.mainNavCrumbs a:visited::after,
.mainNavCrumbs a:not(a.mainNavSubClose)::after {
  content: "f";
  display: block;
  font-family: "alz-icon";
  display: inline-block;
  margin: 0 0 3px 5px;
  vertical-align: middle;
}

.mainNavCrumbsInner {
  padding: 0 105px;
  color: #808285;
}

.mainNavSub {
  padding: 21px 0 45px;
}

@media (min-width: 992px) {
  .mainNavSub {
    padding: 35px 0 45px;
  }
}

.mainNavSub .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainNavSub .mainNavSubLeft {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .mainNavSub .mainNavSubLeft {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
  }
}

.mainNavSub .mainNavSubRight {
  min-width: 23%;
  max-width: 23%;
  padding-left: 21px;
}

.mainNavLocatorContainer {
  display: none;
  max-width: 600px;
  font-size: 18px;
  font-size: 1.125rem;
}

.mainNavLocatorInputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 45px;
  margin: 0 0 40px;
  border-bottom: 1px solid #BCBEC0;
}

.mainNavLocatorInputs input[type="text"] {
  border: 2px solid #4a0d66;
  border-radius: 6px;
  padding: 0 15px;
  color: #4a0d66;
  font-weight: 700;
  max-width: 150px;
}

.mainNavLocatorInputs input[type="text"]::-webkit-input-placeholder {
  color: #4a0d66;
}

.mainNavLocatorInputs input[type="text"]:-moz-placeholder {
  color: #4a0d66;
}

.mainNavLocatorInputs input[type="text"]::-moz-placeholder {
  color: #4a0d66;
}

.mainNavLocatorInputs input[type="text"]:-ms-input-placeholder {
  color: #4a0d66;
}

.mainNavLocatorInputs .or {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 40px;
  margin: 0 21px;
}

.mainNavLocatorInputs .dropDownWrapper {
  margin: 0;
  border-color: #4a0d66;
  color: #4a0d66;
}

.mainNavLocatorInputs .dropDownWrapper select {
  color: #4a0d66;
}

.mainNavLocatorInputs .dropDownWrapper::after {
  color: #4a0d66;
}

.mainNavLocatorActions a,
.mainNavLocatorActions a:visited {
  font-weight: 700;
  text-decoration: underline;
  margin-right: 35px;
  display: inline-block;
}

.mainNavSearchContainer {
  display: none;
  max-width: 600px;
  font-size: 18px;
  font-size: 1.125rem;
}

.mainNavSearchInput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
}

.mainNavSearchInput input[type="text"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border: 2px solid #BCBEC0;
  border-right: none;
  font-weight: 700;
  border-radius: 6px 0 0 6px;
}


/* Personify Fix top nav sizing MK 12-7-18 */

@media (min-width: 768px) {
  .topLinks ul li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1400px) {
  .topLinks ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}


/* Personify fix footer link font-size MK 12-13-18 */

ul.footerLinks li a {
  font-size: 18px;
  text-decoration: underline;
  font-family: "HouschkaAltPro", Arial, sans-serif;
}


/* Personify fix left nav styles MK 12-21-18 */


/*Base css overrite*/

p.footerAddress {
  margin: 0 0 25px;
  font-size: 26px;
  font-family: "HouschkaAltPro", Arial, sans-serif !important;
}

.copyright-wrapper {
  margin-bottom: 29px;
  font-family: "HouschkaAltPro", Arial, sans-serif;
  font-size: 16px;
  color: #808285;
}

footer UL LI,
#header UL LI {
  list-style-type: none;
}

ul.footerLinks li ul {
  display: none;
  position: absolute;
  min-width: 170px;
  top: 100%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 8px 9px;
  margin: 0;
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
}

.topLinks a.email::before,
.topLinks a:visited.email::before {
  content: "a";
  display: inline-block;
  margin: 0 7px 0 0;
  font-family: "alz-icon";
  vertical-align: middle;
  line-height: 1rem;
  position: relative;
  top: -2px;
}

.desktop-hide {
  display: none;
}


#header header {
    background: transparent;
	border:0;
}

header .container-fluid{
	background: #fff; 
}

/*Start Desktop search */

.mainNav-subContainer {
    display: none;
    background: #fff;
    margin-top: 175px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.mainNavSearchContainer .search{
  width: 430px;
  margin-top: 16px;
}

.mainNavSearchContainer .search input.swap, 
.mainNavSearchContainer .search input.NormalTextBox{
    background: none;
    width: 84%;
    height: 50px;
    border: none !important;
    font-weight: 700;
    color: #818181;
    font-size: 14px;
    padding: 0 0 0 9px;
    vertical-align: middle;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent !important;
    font-size: 18px;
    border: 2px solid #BCBEC0 !important;
    border-right: none !important;
}

.mainNavSearchContainer a.ServerSkinWidget {
    width: 60px;
    height: 50px;
    display: inline-block;
    background: #FFA400;
    padding: 15px;
    border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    border: 0px solid #000000;
    text-align: center;
}

.mainNavSearchContainer a.ServerSkinWidget:hover {
    background-color: #E09000;
}

.mainNavSearchContainer a.ServerSkinWidget img{
  width: 20px;
}

.mainNav-subContainer h2 {
    font-size: 32px;
    font-family: "HouschkaAltPro", Arial, sans-serif;
}
    .mainNav-subContainer.on {
        display: block;
    }

a.mainNavGoBackLink:after {
    display: none !important
}

a.mainNavSubClose {
    position: absolute;
    top: -5px;
    right: -45px;
    display: block;
    width: auto;
    padding: 0 15px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    background: #58595B;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
}

.mainNav li.on::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-bottom: 15px solid #fff;
    width: auto;
}

@media (min-width: 1200px) {
    a.mainNavSubClose {
        top: -12px;
        height: 51px;
        line-height: 51px;
    }
}

a.mainNavSubClose:hover {
    background: #4a0d66;
    text-decoration: none;
    color: #fff;
}

a.mainNavSubClose::after {
    content: "n";
    display: inline-block;
    font-family: "alz-icon";
    vertical-align: middle;
    margin: 0 0 3px 5px;
    text-transform: none;
}

a.mainNavSubClose2 {
    display: none;
}

@media (min-width: 768px) {
    a.mainNavSubClose2 {
        position: absolute;
        display: block;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: 0;
        left: 50%;
        background: #58595B;
        color: #fff;
        font-weight: 700;
        padding: 5px 15px 3px;
        text-transform: uppercase;
    }
}

@media (min-width: 1200px) {
    a.mainNavSubClose2 {
        font-size: 20px;
        padding: 7px 65px 3px;
    }
}

a.mainNavSubClose2:hover {
    background: #4a0d66;
    text-decoration: none;
    color: #fff;
}

a.mainNavSubClose2::after {
    content: "n";
    font-family: "alz-icon";
    display: inline-block;
    margin: 0 0 4px 5px;
    text-transform: none;
    vertical-align: middle;
}

a.mainNavGoBackLink {
    background: #808285;
    color: #fff;
    text-decoration: none;
    padding: 0 11px;
    height: 37px;
    line-height: 37px;
    display: none;
    position: absolute;
    top: -5px;
    left: 0;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    a.mainNavGoBackLink {
        height: 51px;
        line-height: 51px;
        top: -12px;
    }
}

a.mainNavGoBackLink::before {
    content: "t";
    font-family: "alz-icon";
    display: inline-block;
    margin: 0 5px 4px 0;
    vertical-align: middle;
    text-transform: none;
}

a.mainNavGoBackLink:hover {
    background: #4a0d66;
}

.mainNavCrumbs {
    background: #F1F2F2;
    padding: 5px 0;
    border-bottom: 1px solid #BCBEC0;
}

@media (min-width: 1200px) {
    .mainNavCrumbs {
        padding: 12px 0;
    }
}

.mainNavCrumbs a,
.mainNavCrumbs a:visited,
.mainNavCrumbs a:not(a.mainNavSubClose) {
    color: #BCBEC0;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 15px 0 0;
}

    .mainNavCrumbs a:hover,
    .mainNavCrumbs a:visited:hover,
    .mainNavCrumbs a:not(a.mainNavSubClose):hover {
        color: #808285;
    }

    .mainNavCrumbs a::after,
    .mainNavCrumbs a:visited::after,
    .mainNavCrumbs a:not(a.mainNavSubClose)::after {
        content: "f";
        display: block;
        font-family: "alz-icon";
        display: inline-block;
        margin: 0 0 3px 5px;
        vertical-align: middle;
    }

.mainNavCrumbsInner {
    padding: 0 105px;
    color: #808285;
}

    .mainNavCrumbsInner a,
    .mainNavCrumbsInner a:visited {
        color: #58595B;
        text-decoration: none;
        font-size: 16px;
        font-size: 1rem;
        margin: 0 15px 0 0;
        font-weight: 700;
    }

        .mainNavCrumbsInner a:hover,
        .mainNavCrumbsInner a:visited:hover {
            color: #808285;
        }

        .mainNavCrumbsInner a::after,
        .mainNavCrumbsInner a:visited::after {
            content: "f";
            display: block;
            font-family: "alz-icon";
            display: inline-block;
            margin: 0 0 3px 5px;
            vertical-align: middle;
        }

        .mainNavCrumbsInner a:last-child,
        .mainNavCrumbsInner a:visited:last-child {
            color: #808285;
            font-weight: 400;
            font-size: 16px;
        }

.mainNavSub {
    padding: 21px 0 45px;
}

@media (min-width: 992px) {
    .mainNavSub {
        padding: 35px 0 45px;
    }
}

.mainNavSub .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mainNavSub .mainNavSubLeft {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* .mainNavSub .mainNavSubLeft > ul{
    display: none;
} */

@media (min-width: 768px) {
    .mainNavSub .mainNavSubLeft {
        /* display: inline-block; */
        white-space: nowrap;
        overflow: hidden;
    }
}

.mainNavSearchContainer {
    display: none;
    max-width: 600px;
    font-size: 18px;
    font-size: 1.125rem;
}

    .mainNavSearchContainer.on {
        display: block;
    }

.mainNavSearchInput {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 450px;
}
.mainNavShadeDesk {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .mainNavShadeDesk.on {
    opacity: 1;
    pointer-events: auto;
  }
/*End Desktop search*/

.select-language-dropdown{
  position: relative;
}

.languagelist.on{
  display: block;
  margin-top: 5px;
}

ul.footerLinks li.select-language-dropdown li::after {
    content: "";
    display: inline-block;
    padding: 0 6px 0 11px;
}

.languagelist li,
.languagelist li a{
  width: 100%;
  border-radius: 3px;
  font-family: "HouschkaAltPro", Arial, sans-serif;
  text-decoration: none !important;
  font-size: 15px !important;
}

.languagelist li a:hover{
  background: #359A8E;
  color: #fff !important;
}

/* Step issue fix */

div .WizardBannerControl_PersonifyDefault .step2 span.number {
    left: 25%;
}

#header .action a.alzorglink,
#header .action a.chapterlink{
	    background: none;
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px !important;
		text-decoration: underline;
		color: #fff!important;
		margin-left: 3px;
		margin-right: 3px;
		background: none;
}

.loggedin #header .action a.chapterlink{
	margin-right: 15px;
}

#header .action a.myAccount {
	font-weight: normal !important;
}

.interior.home a.Breadcrumb{
	display:none;
}

.CheckoutAddressInformationControl_PersonifyDefault  .checkoutHeader {
    color: #815f87;
}

.headerBLank a svg{
	width:350px;
	margin-top:32px;
}

/*IE 10 11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		 
	.footerSocial ul li a, .footerSocial ul li a:visited {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
		text-decoration: underline;
		padding: 15px;
		display: inline;
	}
	
	.footerSocial ul li{
		line-height:auto;
	}
	
	.footerSocial ul li:last-child a{
		line-height:63px;;
	}

}

/*Li issue fix*/

ul.rcbList li {
  margin-bottom: 0;
}

.meeting-detail-control .rtUL .rtLI {
  list-style-type: none;
}

#Body .RadSocialShare {
    margin: 0;
    padding: 5px;
    border-width: 0;
    border-style: solid;
    border-radius: 3px;
    display: inline-block;
}


/* TelerikPatch Issue fix 19062020 */
.QuestionnaireControl_PersonifyDefault .RadComboBox .rcbReadOnly .rcbArrowCellRight {
    background-position: -162px -176px;
    background: url(images/calander-dropdown-arrow.png)no-repeat 4px 40% !important;
    border: solid 1px #333;
    border-left-width: 0;
}

.QuestionnaireControl_PersonifyDefault .RadComboBox .rcbReadOnly .rcbInputCellLeft {
    background-position: 0 -88px;
    border: solid 1px #333;
    border-right-width: 0;
    background-image: none;
}

#Body .RadComboBoxDropDown .rcbScroll {
    border-color: inherit;
    position: relative;
    overflow: auto;
    background: #fff;
}

/* Host checkbox visiblity issue fix */
@media screen and (-webkit-min-device-pixel-ratio: 0){
	.RadForm.rfdCheckbox input[type="checkbox"] {
		background-repeat: no-repeat;
		background-position: 0 0;
		background-image: url(images/host_checkbox.gif);
	}
}

/*Start Mobile main menu*/

@media (max-width: 42em) {
  .desktop-hide {
    display: block;
  }
  .mainNav {
    background: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: calc(100% - 25px);
    z-index: 1000;
    border-top: 5px solid #8106B9;
    -webkit-transition: right 0.2s ease-out;
    -o-transition: right 0.2s ease-out;
    transition: right 0.2s ease-out;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .mainNav.on {
    right: 0;
  }
  .mainNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    -webkit-transition: margin 0.2s ease-out;
    -o-transition: margin 0.2s ease-out;
    transition: margin 0.2s ease-out;
    width: 100%;
    display: block;
    vertical-align: top;
    clear: both;
  }
  .mainNav li {
    margin: 0;
    position: relative;
    border-bottom: 1px solid #BCBEC0;
  }
  .mainNav li.mainNavTopLink a,
  .mainNav li.mainNavTopLink a:visited {
    font-weight: 500;
    color: #808285;
  }
  .mainNav li.mainNavTopLink a:hover,
  .mainNav li.mainNavTopLink a:visited:hover {
    background: #359A8E;
  }
  .mainNav li.mainNavTopLink a.email::before,
  .mainNav li.mainNavTopLink a:visited.email::before {
    content: "a";
    display: inline-block;
    margin: 0 7px 3px 0;
    font-family: "alz-icon";
    vertical-align: middle;
  }
  .mainNav li a {
    display: block;
    padding: 5px 15px;
    color: #4a0d66;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    font-size: 18px;
    padding: 11px 30px;
    text-shadow: 0 0;
    font-family: "HouschkaAltPro", Arial, sans-serif;
  }
  .mainNavShade {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .mainNavShade.on {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-hide{
    display: none;
  }
  
  #wrapper #header .action {
	   display: none !important;
	}

  #header.mobile-way .secondary2, #wrapper #header.mobile-way .action.desktop-hide, #header.mobile-way .search {
    display: block!important;
    visibility: visible!important;
    width: 100%;
    border-bottom: 1px solid #000;
  }
  
  #wrapper #header.mobile-way .action.desktop-hide{
	margin-top: 0;  
	text-align: left;
  }
  
  
  
  
  

  .search input.swap, .search input.NormalTextBox, .login .NormalTextBox {
    background: none;
    width: 87%;
    height: 32px;
    border: none !important;
    font-weight: 700;
    color: #808285;
    font-size: 14px;
    padding: 0 0 0 9px;
    vertical-align: middle;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent !important;
    text-align: center;
  }

  .footerSocial .fa {
      font-size: 30px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
	
	#customheader .sub-navbar-header {
		display: inline-block;
		width: 100%;
	}
	
	.customheader {
		z-index:99;
	}
	
	#wrapper #header .action {
		background-color: #8106b9;
		border-radius: 0;
		padding: 0;
		margin: 1px 0;
	}
	
	.menuToggletext.closetext{
		display:none;
	}	
	
	.menuToggle.on .menuToggletext.on{
		display:none;
	}
	
	.menuToggle.on .menuToggletext.closetext.on{
		display:inline;
	}
	
	.toggled #header header {
		left: -250px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	
	#header .action a {
		text-shadow: 0 0;
	}
	
	.headerBLank .secondary-and-action {
		display:none;
	}
	
	/* #header .action a.myAccount { */
		/* display: inline-block; */
	/* } */
	
	.AFMRosterActions_PersonifyDefault .rosterAction .btnGroupReg,
	.AFMRosterActions_PersonifyDefault .rosterAction .buttonRow,
	.rosterAction .actionsContainer {
		width: 100%;
	}
	
	.btn.btn-primary.goBtn{
		margin-top: 10px;
		min-height: 44px;
	}
	
	.cartPrevewPaneButtonRow.buttonRow {
		border-top: 2px solid #DDDDDD;
		margin: 0;
		width: 100% !important;
	}
	
	#wrapper #header {
		z-index: 99999;
	}
	
	#wrapper #content {
		margin-top: 16%;
	}
	
	p.footerAddress {
	  font-weight: 700;
	  font-size: 22px;
	  margin: 30px 0 30px;
	  width: 100%;
	  color: #58595B;
	}

	ul.footerLinks li {
		display: inline-block;
		margin: 0;
		line-height: 22px;
	}
	
	ul.footerLinks li a {
		font-size: 16px;
		text-decoration: underline;
		font-family: "HouschkaAltPro", Arial, sans-serif;
		font-weight: 400;
	}
	
	.fa-plus{
		font-size: 30px;
		text-decoration: underline;
	}
	
	.footerSocial ul li {
		border-right: 1px solid #fff;
		width: 14.2857%;
		font-size: 30px;
	}
	
	.action .welcome {
		background: url(../images/layout/secondaryDivide.png) no-repeat scroll 100% 50% transparent;
		font-size: 1.2em;
		padding-left: 14px;
		display: block;
		text-align: left;
	}
	
	.action .welcome {
		background: url(../images/layout/secondaryDivide.png) no-repeat scroll 100% 50% transparent;
		font-size: 1.2em;
		padding-right: 14px;
		height: auto;
		line-height: 24px;
	}
	
	#Body #header .action a {
		color: #FFFFFF;
		font-size: 1.2em;
		margin-left: 11px;
		margin-right: 14px;
		padding: 6px 10px;
		background: #57297f;
		background: -moz-linear-gradient(top, #57297f 0%, #350267 100%);
		background: -webkit-linear-gradient(top, #57297f 0%,#350267 100%);
		background: linear-gradient(to bottom, #57297f 0%,#350267 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57297f', endColorstr='#350267',GradientType=0 );
		border-radius: 5px;
		border: solid 2px #550779;
	}
	
	#header .action a:hover {
		color: #fff !important;
	}
	
	.loggedout #wrapper #header .action {
		background:#8106b9;
	}
	
}
/* End Mobile */


