@charset "UTF-8";
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
.pointer-events-none{
  pointer-events: none;
}
.collapse{
  visibility: collapse;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.left-0{
  left: 0px;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-\[0\]{
  right: 0;
}
.right-\[24px\]{
  right: 24px;
}
.top-4{
  top: 1rem;
}
.top-\[-36px\]{
  top: -36px;
}
.top-\[24px\]{
  top: 24px;
}
.top-\[4px\]{
  top: 4px;
}
.z-40{
  z-index: 40;
}
.z-\[100\]{
  z-index: 100;
}
.m-0{
  margin: 0px;
}
.m-\[20px\]{
  margin: 20px;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-16{
  height: 4rem;
}
.h-3{
  height: 0.75rem;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[45px\]{
  height: 45px;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.w-10{
  width: 2.5rem;
}
.w-3{
  width: 0.75rem;
}
.w-56{
  width: 14rem;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[70px\]{
  width: 70px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[970px\]{
  max-width: 970px;
}
.flex-1{
  flex: 1 1 0%;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-\[13px\]{
  gap: 13px;
}
.gap-\[30px\]{
  gap: 30px;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#269e41\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 158 65 / var(--tw-bg-opacity));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-\[20px\]{
  padding: 20px;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pb-\[13px\]{
  padding-bottom: 13px;
}
.pr-8{
  padding-right: 2rem;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.text-center{
  text-align: center;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-\[20px\]{
  line-height: 20px;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/*********************************************
:: Site Loader
********************************************/
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000000000000000000;
  background-color: white;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
#site-loader:before {
  content: "";
  position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
  bottom: 0;
  width: 160px;
  height: 160px;
  background-image: url("/images/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: loader-fade infinite 1s;
}

#site-loader.hide {
  visibility: hidden;
  transition: all 1s ease-in-out;
  opacity: 0;
}

#site-loader.no-loader {
  display: none;
}

/*********************************************
:: Variables
********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*********************************************
:: Normalize
********************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
  border: none;
  background: transparent;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}

body {
  margin: 0;
}

details,
main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

* {
  box-sizing: border-box;
}

/*******************************************/
::-moz-selection {
  background: #007ec3;
  color: white;
}
::-moz-selection,
::selection {
  background: #007ec3;
  color: white;
}

::-moz-selection {
  background: #007ec3;
  color: white;
}

::selection {
  background: #007ec3;
  color: white;
}

a {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  width: auto\9 ;
  height: auto;
}

/*********************************************
:: Typography
********************************************/
html,
body {
  width: 100%;
  font-family: tenon, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
legend,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  font-family: tenon, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  color: #333333;
}
h1 strong,
h2 strong,
legend strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #81b1ce;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -0.93px;
  color: #007ec3;
}
@media (min-width: 1025px) {
  h1,
  .h1 {
    font-size: 56px;
    letter-spacing: normal;
    line-height: 70px;
  }
}

h2, legend,
.h2 {
  font-size: 28px;
  line-height: 40px;
  color: #505050;
}
@media (min-width: 1025px) {
  h2, legend,
  .h2 {
    font-size: 48px;
    line-height: 56px;
  }
}

h3,
.h3 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: normal;
}
@media (min-width: 1025px) {
  h3,
  .h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1025px) {
  h4,
  .h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

h5,
.h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
}
@media (min-width: 1025px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

h6,
.h6 {
  font-family: tenon, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 1025px) {
  h6,
  .h6 {
    font-size: 16px;
    letter-spacing: normal;
  }
}

/*******************************************/
a {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  color: #333333;
}

p,
li,
td,
th,
mark,
time,
dl,
label,
address {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  color: #333333;
}
p a,
p li,
p p,
p mark,
p cite,
p time,
li a,
li li,
li p,
li mark,
li cite,
li time,
td a,
td li,
td p,
td mark,
td cite,
td time,
th a,
th li,
th p,
th mark,
th cite,
th time,
mark a,
mark li,
mark p,
mark mark,
mark cite,
mark time,
time a,
time li,
time p,
time mark,
time cite,
time time,
dl a,
dl li,
dl p,
dl mark,
dl cite,
dl time,
label a,
label li,
label p,
label mark,
label cite,
label time,
address a,
address li,
address p,
address mark,
address cite,
address time {
  font-size: 1em;
}

a {
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #007ec3;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #005686;
}

small {
  font-size: 70%;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background: #4a4a4a;
  border: none;
  outline: none;
}

/*******************************************/
dt {
  font-weight: 700;
}
dt:after {
  content: ":";
  content: ": ";
}

ul li {
  position: relative;
  list-style-type: none;
  text-indent: 0px;
}

ol li {
  list-style-type: decimal;
}

/*******************************************/
code,
pre,
samp,
kbd,
var {
  margin: 0px;
  padding: 1px 5px 1px 5px;
  color: white;
  background: #2d747e;
  white-space: pre-wrap;
}

pre {
  padding: 10px;
}

/*******************************************/
blockquote {
  position: relative;
  display: block;
  margin: 35px 0 55px 0;
  padding: 20px 10% 20px 10%;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 30px;
  color: #81b1ce;
}
@media (min-width: 1025px) {
  blockquote {
    padding: 40px 10% 40px 10%;
    font-size: 25px;
    line-height: 35px;
  }
}

/*******************************************/
.wysiwyg {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #505050;
}
.wysiwyg img {
  display: block;
  margin: 0 auto 15px auto;
}
.wysiwyg ul li {
  list-style-type: disc;
}
.wysiwyg ol {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
.wysiwyg ol li {
  padding-left: 10px;
}
.wysiwyg ol li::marker {
  font-size: 16px;
  color: #4a4a4a;
}
.wysiwyg .text-center {
  text-align: center;
}
.wysiwyg .text-right {
  text-align: right;
}
.wysiwyg .text-justify {
  text-align: justify;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}

.leadcopy {
  font-family: tenon, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #4a4a4a;
}

/*******************************************/
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden;
}

/*********************************************
:: Buttons
********************************************/
button {
  outline: none;
}

/*******************************************/
.button,
a.button,
button.button {
  display: inline-block;
  min-width: 101px;
  padding: 20px 24px;
  font-family: tenon, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  background-color: #007ec3;
  transition: all 0.2s ease-in-out;
}
.button.full,
a.button.full,
button.button.full {
  width: 100%;
}
.button.small,
a.button.small,
button.button.small {
  height: 41px;
  line-height: 19px;
}
.button.large,
a.button.large,
button.button.large {
  height: 91px;
  padding: 22px 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  border-width: 3px;
  border-radius: 45px;
}
.button.grey,
a.button.grey,
button.button.grey {
  color: white;
  background: #334f54;
  border-color: #334f54;
}
.button.border-white,
a.button.border-white,
button.button.border-white {
  color: white;
  border: 1px solid white;
  background-color: transparent;
}
.button.border-red,
a.button.border-red,
button.button.border-red {
  color: #b4253d;
  border-color: #b4253d;
}
.button.border-green,
a.button.border-green,
button.button.border-green {
  color: #122f4c;
  border-color: #122f4c;
}
.button.border-blue,
a.button.border-blue,
button.button.border-blue {
  color: #81b1ce;
  border-color: #81b1ce;
}
.button.border-grey,
a.button.border-grey,
button.button.border-grey {
  color: #242424;
  background-color: white;
  border: 1px solid #CFD4DC;
}
.button:hover, .button:focus,
a.button:hover,
a.button:focus,
button.button:hover,
button.button:focus {
  color: white;
  background: #232221;
}

/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type=submit][disabled],
input[type=submit][disabled],
input[type=button][disabled],
input[type=reset][disabled] {
  color: white;
  opacity: 0.5;
  cursor: default;
}

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px;
}
table td,
table th {
  padding: 15px 10px 15px 10px;
  font-weight: 400;
  color: #505050;
  text-align: left;
}
table th {
  font-weight: 700;
  background: #f9f9f9;
}
table thead {
  width: 100%;
  background: #f9f9f9;
}
table thead td,
table thead th {
  padding: 5px 10px 5px 10px;
}
table tfoot {
  border-bottom: 1px solid #505050;
  border-top: 1px solid #505050;
}
table tfoot td {
  padding: 15px 10px 15px 10px;
}

/*******************************************/
.compact-table {
  width: auto;
}
.compact-table td,
.compact-table th {
  padding: 5px 10px 5px 10px;
  font-size: 0.8em;
  font-weight: 400;
  color: #505050;
  text-align: left;
  line-height: 1.2;
  background: none;
  border: 1px solid #4a4a4a;
}
.compact-table thead {
  width: auto;
  background: none;
}

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

/*********************************************
:: Layout
********************************************/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  max-width: 100%;
}

/*******************************************/
.main {
  min-height: calc(100vh - 414px);
}
@media (min-width: 1025px) {
  .main {
    min-height: calc(100vh - 538px);
  }
}

/*******************************************/
.content-max-width {
  position: relative;
  width: 100%;
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
}

/*******************************************/
.content-full-width {
  position: relative;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

/*******************************************/
.content-narrow-width {
  position: relative;
  width: 100%;
  max-width: 810px;
  padding: 0 20px;
  margin: 0 auto;
}

/*******************************************/
@media (min-width: 1025px) {
  .mob {
    display: none !important;
  }
}

@media (max-width: 1025px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 1220px) {
  .tablet {
    display: none !important;
  }
}

/*******************************************/
/*******************************************/
.menu-banner {
  padding: 11px 30px 8px 30px;
  background-color: #f2f2f2;
}
.menu-banner .contact {
  margin: 0;
  font-size: 12.5px;
  letter-spacing: 0;
  line-height: 24px;
  color: #333333;
}
.menu-banner .contact a {
  margin-left: 2px;
  font-size: 14px;
  color: #007EC3;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 24px;
}
.menu-banner ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.menu-banner ul li {
  margin: 0 0 0 23px;
  padding: 0;
  line-height: 24px;
}
@media (max-width: 1219px) {
  .menu-banner ul li {
    display: none;
  }
}
.menu-banner ul li.cart {
  margin: 0 0 0 16px;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  color: #333333;
  cursor: pointer;
}
.menu-banner ul li.cart span {
  font-size: 18px;
  margin-right: 3px;
}
@media (max-width: 1219px) {
  .menu-banner ul li.cart {
    display: flex;
  }
}
.menu-banner ul li a {
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  color: #333333;
}

.page-banner {
  width: 100%;
  padding: 92px 0 78px;
  background-color: #122f4c;
}
.page-banner h1 {
  max-width: 810px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  font-kerning: none;
  color: white;
}

.page-one-column .researchers-container .researchers {
  margin: 78px -41.5px 0;
}
@media (max-width: 850px) {
  .page-one-column .researchers-container .researchers {
    margin: 40px -15px 0;
  }
}
.page-one-column .researchers-container .researchers article {
  width: calc(25% - 83px);
  margin: 0 41.5px 49px;
}
@media (min-width: 1220px) {
  .page-one-column .researchers-container .researchers article:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
@media (max-width: 1220px) {
  .page-one-column .researchers-container .researchers article {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
  }
}
@media (max-width: 600px) {
  .page-one-column .researchers-container .researchers article {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
.page-one-column .researchers-container .researchers article img {
  width: 100%;
  margin: 0 0 24px;
}
.page-one-column .researchers-container .researchers article h4 {
  margin: 0 0 2px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
}
.page-one-column .researchers-container .researchers article p {
  margin: 0;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  text-align: center;
}
.page-one-column .people-container {
  padding: 50px 0 0;
}
.page-one-column .people-container .tags {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
  overflow: auto;
}
@media (max-width: 1220px) {
  .page-one-column .people-container .tags {
    justify-content: flex-start;
  }
}
.page-one-column .people-container .tags span {
  width: auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 10px 0;
  padding-top: 2px;
  padding-right: 16px;
  padding-left: 15px;
  min-height: 36px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  font-kerning: none;
  color: #333333;
  border-radius: 21px;
  border: 1px solid #007ec3;
}
.page-one-column .people-container .tags span.active {
  background-color: #007ec3;
  color: white;
}
.page-one-column .people-container .tags span:last-child {
  margin-right: 0;
}
.page-one-column .people-container .content-max-width {
  max-width: 1120px;
}
.page-one-column .people-container .people {
  margin: 0 -22.5px;
}
.page-one-column .people-container .people article {
  width: calc(20% - 45px);
  margin: 0 22.5px 49px;
}
@media (max-width: 1218px) {
  .page-one-column .people-container .people article {
    width: calc(33% - 45px);
  }
}
@media (min-width: 1220px) {
  .page-one-column .people-container .people article:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
.page-one-column .people-container .people article img {
  width: 100%;
  margin: 0 0 24px;
}
.page-one-column .people-container .people article h4 {
  margin: 0 0 2px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
  color: #007ec3;
}
.page-one-column .people-container .people article p {
  margin: 0;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  text-align: center;
}
.page-one-column .body-container {
  padding: 53px 0 0;
}
.page-one-column .body-container .content-narrow-width > *:last-child {
  margin-bottom: 0;
}
.page-one-column .body-container.get-involved {
  padding-top: 83px;
}
.page-one-column .body-container.get-involved h5 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.page-one-column .body-container.get-involved .full-width {
  max-height: 100%;
  height: 100%;
}
.page-one-column .body-container.get-involved img {
  margin-bottom: 40px;
  height: 180px;
  max-height: 270px;
}
.page-one-column .body-container.get-involved .plus-minus {
  height: 12px;
  width: 12px;
}
.page-one-column .body-container.get-involved .cta img {
  max-height: 270px !important;
}
.page-one-column .body-container.get-involved .wysiwyg:not(:first-of-type) {
  margin: 0 0 32px;
}
.page-one-column .body-container.get-involved .wysiwyg:not(:first-of-type) > * {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #333333;
}
.page-one-column .body-container.get-involved .wysiwyg:not(:first-of-type):last-of-type {
  margin-bottom: 0;
}
.page-one-column .body-container.get-involved .collapse {
  visibility: visible;
  margin-bottom: 20px;
}
.page-one-column .body-container.general-layout {
  padding-top: 83px;
}
.page-one-column .body-container.general-layout .wysiwyg + img {
  margin-top: 10px;
}
.page-one-column .body-container.general-layout h5 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.page-one-column .body-container.general-layout img {
  margin-bottom: 40px;
  height: auto;
  width: 100%;
}
.page-one-column .body-container.general-layout .plus-minus {
  height: 12px;
  width: 12px;
}
.page-one-column .body-container.general-layout .cta img {
  max-height: 270px !important;
}
.page-one-column .body-container.general-layout .wysiwyg:not(:first-of-type) {
  margin: 0 0 32px;
}
.page-one-column .body-container.general-layout .wysiwyg:not(:first-of-type) > * {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #333333;
}
.page-one-column .body-container.general-layout .wysiwyg:not(:first-of-type):last-of-type {
  margin-bottom: 0;
}
.page-one-column .body-container.general-layout .collapse {
  visibility: visible;
  margin-bottom: 20px;
}
.page-one-column .body-container.general-layout .collapse .collapse-row {
  cursor: pointer;
}
.page-one-column .body-container .h3 {
  margin: 0 0 20px;
  font-weight: 500;
  color: #333333;
}
.page-one-column .body-container h4 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: #007ec3;
}
.page-one-column .body-container h5 {
  margin: 0 0 20px;
  font-weight: 500;
}
.page-one-column .body-container .wysiwyg {
  margin: 0 0 40px;
}
.page-one-column .body-container .wysiwyg img {
  margin-top: 10px;
}
.page-one-column .body-container .search {
  margin: -3px 0 33px;
  padding-top: 24px;
  border-top: 1px solid #e4e4e4;
}
.page-one-column .body-container .search h6 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.page-one-column .body-container .search .search-group {
  position: relative;
  max-width: 502px;
  width: 100%;
}
.page-one-column .body-container .search .search-group:after {
  content: url("/images/caret.svg");
  position: absolute;
  bottom: 11.6px;
  left: 342.6px;
  pointer-events: none;
}
.page-one-column .body-container .search .search-group select {
  width: 370px;
  height: 42px;
  padding: 11px 12px;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  background-color: #f2f2f2;
  border: 0;
  border-radius: 0;
}
.page-one-column .body-container .search .search-group select::-moz-placeholder {
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.page-one-column .body-container .search .search-group select::placeholder {
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
@media (max-width: 1220px) {
  .page-one-column .body-container .search .search-group select {
    width: calc(100% - 140px);
  }
}
@media (max-width: 600px) {
  .page-one-column .body-container .search .search-group select {
    width: 100%;
  }
}
.page-one-column .body-container .search .search-group .button {
  width: 124px;
  height: 42px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 20px;
  border-radius: 4px;
  background-color: #007ec3;
}
@media (max-width: 600px) {
  .page-one-column .body-container .search .search-group .button {
    width: 100%;
    margin-top: 10px;
  }
}
.page-one-column .body-container .class-group {
  margin-top: -3px;
  border-top: 1px solid #e4e4e4;
}
.page-one-column .body-container .class-group .class {
  padding: 33px 0 26px;
  border-bottom: 1px solid #e4e4e4;
}
.page-one-column .body-container .class-group .class img {
  width: 270px;
}
@media (max-width: 1220px) {
  .page-one-column .body-container .class-group .class img {
    width: 100%;
    margin: 0 0 30px;
  }
}
.page-one-column .body-container .class-group .class .text {
  width: calc(100% - 300px);
}
@media (max-width: 1220px) {
  .page-one-column .body-container .class-group .class .text {
    width: 100%;
  }
}
.page-one-column .body-container .class-group .class h4 {
  margin: 0 0 13px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 28px;
  color: #333;
}
.page-one-column .body-container .class-group .class p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}
.page-one-column .body-container .class-group .class p.title {
  color: #007ec3;
}
.page-one-column .body-container .class-group .class p.description {
  margin-top: 14px;
}
.page-one-column .body-container .class-group .class .date {
  width: 54px;
  height: 60px;
  margin-top: -2px;
  margin-right: 16px;
  background-color: #122f4c;
}
.page-one-column .body-container .class-group .class .date .mon {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.page-one-column .body-container .class-group .class .date .day {
  margin: -6px 0 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
}
.page-one-column .body-container .class-group .class a.link {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
}
.page-one-column .body-container .class-group .class a.link img {
  width: 18px;
  margin: -2px 0 0 7px;
}
.page-one-column .body-container .show-more {
  margin-top: 30px;
  height: 64px;
  width: 140px;
  padding: 22px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  color: #333333;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.page-one-column .body-container iframe {
  min-height: 800px;
}
@media (min-width: 1220px) {
  .page-one-column .body-container iframe {
    width: calc(100% + 60px) !important;
    margin: 0 -30px !important;
  }
}
.page-one-column .body-container .article-row {
  padding: 30px 0;
  align-items: flex-start;
  border-bottom: 1px solid #e4e4e4;
}
.page-one-column .body-container .article-row:first-of-type {
  padding-top: 37px;
}
.page-one-column .body-container .article-row:last-of-type {
  border-bottom: 0;
}
.page-one-column .body-container .article-row img {
  width: 270px;
}
@media (max-width: 600px) {
  .page-one-column .body-container .article-row img {
    width: 100%;
  }
}
.page-one-column .body-container .article-row .text {
  width: calc(100% - 300px);
  margin-left: auto;
}
@media (max-width: 600px) {
  .page-one-column .body-container .article-row .text {
    width: 100%;
    margin-top: 30px;
  }
}
.page-one-column .body-container .article-row .text h4 {
  margin: 3px 0 9px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 28px;
  color: #333333;
}
.page-one-column .body-container .article-row .text p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}
.page-one-column .body-container .article-row .text p a {
  line-height: 20px;
}
.page-one-column .body-container .article-row .text li {
  list-style-type: disc !important;
  font-size: 14px !important;
}
.page-one-column .body-container .sm-font-section {
  margin-top: -9px;
}
.page-one-column .body-container .sm-font-section > *:last-child {
  margin-bottom: 0;
}
.page-one-column .body-container .sm-font-section h5 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.page-one-column .body-container .sm-font-section .wysiwyg {
  margin: 0 0 32px;
}
.page-one-column .body-container .sm-font-section .wysiwyg > * {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #333333;
}
.page-one-column .body-container .sm-font-section .wysiwyg:last-of-type {
  margin-bottom: 0;
}
.page-one-column .body-container .learn-more-section {
  margin: -3px 0 43px;
  align-items: flex-start;
}
.page-one-column .body-container .learn-more-section img {
  height: auto !important;
  max-width: 270px;
  max-height: 270px !important;
  margin: 0 40px 0 0;
}
@media (max-width: 1218px) {
  .page-one-column .body-container .learn-more-section img {
    max-width: 200px;
    max-height: 200px !important;
    width: 100%;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 600px) {
  .page-one-column .body-container .learn-more-section img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
  }
}
.page-one-column .body-container .learn-more-section .text {
  flex: 1;
  margin-top: 41px;
}
@media (max-width: 1218px) {
  .page-one-column .body-container .learn-more-section .text {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .page-one-column .body-container .learn-more-section .text {
    width: 100%;
    flex: 0 0 100%;
    margin: 30px 0 0;
  }
}
.page-one-column .body-container .learn-more-section .text h5 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.page-one-column .body-container .learn-more-section .text p {
  margin: 0 0 17px;
}

.blue-text {
  color: #007ec3 !important;
}

.slick-prev, .slick-next {
  z-index: 10 !important;
}

/*********************************************
:: Forms
********************************************/
form {
  width: 100%;
  background: white;
}

legend {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 3px;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  color: #333333;
}

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default;
}

/*******************************************/
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  height: 36px;
  padding: 9px 11px 6px;
  font-family: tenon, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  color: #333;
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  background-color: #ffffff;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.5s ease-in-out;
}
input:hover, input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  border-color: #0098ff;
  transition: all 0.5s ease-in;
}

/*******************************************/
*::-moz-placeholder {
  font-family: tenon, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(74, 74, 74, 0.6);
}
*::placeholder {
  font-family: tenon, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(74, 74, 74, 0.6);
}

textarea,
select[multiple] {
  height: 160px;
}

select::-ms-expand {
  display: none; /*IE 10-11*/
}

input[type=checkbox],
input[type=radio] {
  height: auto;
}

/*******************************************/
.form-field {
  position: relative;
  width: 100%;
  padding: 0 0 12px;
}

/*******************************************/
.form-fields-stack {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 10px);
  margin: 0 -5px;
}
@media (min-width: 767px) {
  .form-fields-stack {
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
.form-fields-stack .form-field {
  margin-left: 5px;
  margin-right: 5px;
}

/*******************************************/
.form-field.radio,
.form-field.checkbox {
  padding: 10px 0;
}
.form-field.radio label,
.form-field.checkbox label {
  position: static;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4a4a4a;
}
.form-field.radio .custom-checkbox-radio,
.form-field.checkbox .custom-checkbox-radio {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 25px 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4a4a4a;
  cursor: pointer;
}
.form-field.radio .custom-checkbox-radio input,
.form-field.checkbox .custom-checkbox-radio input {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 2px 10px 0 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}
.form-field.radio .custom-checkbox-radio span,
.form-field.checkbox .custom-checkbox-radio span {
  display: initial;
  width: calc(100% - 33px);
  color: #4a4a4a;
}
.form-field.radio .custom-checkbox-radio .accept-label,
.form-field.checkbox .custom-checkbox-radio .accept-label {
  font-size: 16px;
  margin: 0 0 6px;
}
.form-field.radio .custom-checkbox-radio .accept-label .count,
.form-field.checkbox .custom-checkbox-radio .accept-label .count {
  width: auto;
  background-color: #f2f2f2;
  padding: 0 5px;
  font-size: 12px;
}
.form-field.radio .form-field.checkbox input,
.form-field.checkbox .form-field.checkbox input {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

/*******************************************/
.form-field.select:after {
  content: url("/images/caret.svg");
  position: absolute;
  bottom: 23px;
  right: 11px;
  font-family: "icomoon";
  font-size: 14px;
  color: #007ec3;
  pointer-events: none;
}

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #007ec3;
}

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: black;
  border-color: #cccccc;
}

label.error,
label.error-SumoSelect-label,
.php-error li {
  margin: 10px 0 0;
  font-weight: 700;
  color: #007ec3 !important;
}

/*********************************************
:: Animations
********************************************/
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*********************************************
:: Print                        
********************************************/
@media print {
  header,
  footer {
    display: none !important;
  }
}
/*********************************************
:: Material Icons                             
********************************************/
/*********************************************
:: Modules
********************************************/
/*********************************************
:: Header Module
********************************************/
.site-header {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 98px;
  background: white;
}
@media (min-width: 1220px) {
  .site-header {
    height: 99px;
    background: transparent;
  }
}
.site-header .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  transition: none;
}
.site-header .logo img {
  width: 220px;
  height: auto;
  margin: 0;
}
@media (max-width: 1219px) {
  .site-header .logo img {
    width: 190px;
  }
  .site-header .logo {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.site-header .right {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 99;
}
@media (min-width: 1220px) {
  .site-header .right {
    top: 35px;
  }
}
@media (max-width: 1219px) {
  .site-header .right {
    right: unset;
    left: 20px;
    top: 40px;
  }
}
.site-header .right .tel {
  display: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 50px;
  color: #232221;
}
@media (min-width: 1220px) {
  .site-header .right .tel {
    display: inline-block;
  }
}
.site-header .right .button {
  margin-left: 26px;
}
.site-header nav {
  position: fixed;
  top: 44px;
  left: -100%;
  z-index: 999;
  width: 0%;
  height: calc(100vh - 44px);
  padding: 120px 20px;
  background: white;
  transition: left 0.25s ease-in-out;
}
@media (min-width: 1220px) {
  .site-header nav {
    position: static;
    top: 0;
    left: unset;
    margin-left: 22.7%;
    width: 77.3% !important;
    height: 100%;
    padding: 0;
    background: transparent;
  }
}
.site-header nav .close {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 40px;
  left: 23px;
}
@media (min-width: 1220px) {
  .site-header nav .close {
    display: none;
  }
}
.site-header nav ul.top {
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 1220px) {
  .site-header nav ul.top {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    padding-right: 300px;
  }
}
.site-header nav .column {
  display: block;
  margin: 40px 0 0;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 1220px) {
  .site-header nav .column {
    display: none;
  }
}
.site-header nav .column a {
  display: block;
  margin: 0 0 20px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  color: #333;
}
.site-header nav li {
  position: static;
  display: block;
  margin: 0;
  height: 100%;
}
@media (max-width: 1219px) {
  .site-header nav li {
    padding: 24px 0;
    border-top: 1px solid #E4E4E4;
  }
}
.site-header nav li.relative {
  position: relative;
}
@media (max-width: 1219px) {
  .site-header nav li:last-child {
    border-bottom: 1px solid #E4E4E4;
  }
}
.site-header nav li:last-child a span {
  margin-left: 1px;
}
.site-header nav li a {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  font-kerning: none;
  color: #333;
}
@media (min-width: 1220px) {
  .site-header nav li a {
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
    margin: 0 0 0 30px;
    padding: 5px 0 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }
  .site-header nav li a.open {
    color: #007ec3;
  }
  .site-header nav li a.open::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 37px;
    background-color: #007EC3;
    left: 0;
    bottom: 25px;
  }
}
@media (max-width: 1219px) {
  .site-header nav li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.site-header nav li a span {
  margin-top: -2px;
  font-size: 18px;
  color: #333 !important;
}
.site-header nav li a:hover {
  opacity: 0.7;
}
.site-header nav li a.selected {
  color: #122f4c;
}
.site-header nav li a.selected:hover {
  opacity: 1;
}
.site-header nav li a.selected:active {
  opacity: 1;
}
.site-header nav .button {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (min-width: 1220px) {
  .site-header nav .button {
    display: none;
  }
}
.site-header .actions {
  position: absolute;
  right: 30px;
  top: 20px;
}
@media (max-width: 1219px) {
  .site-header .actions {
    top: 36px;
  }
}
.site-header .actions .button {
  margin-left: 23px;
}
@media (max-width: 1219px) {
  .site-header .actions .button {
    display: none;
  }
}
.site-header .actions img {
  cursor: pointer;
}
.site-header .hamburger {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 30px;
  font-size: 0;
  padding: 0;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1220px) {
  .site-header .hamburger {
    margin-left: 9px;
    margin-top: 1px;
  }
}
.site-header .hamburger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #333;
  transition: all 0.25s ease-in-out;
}
.site-header .hamburger span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.site-header .hamburger span:nth-of-type(3) {
  bottom: 0;
  top: unset;
}
.site-header .hamburger:focus {
  outline: none;
}
.site-header .search {
  width: 100%;
  height: 61px;
  padding: 16px 0;
  margin-top: -1px;
  background-color: #F2F2F2;
  border-top: 1px solid #E4E4E4;
  box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 1219px) {
  .site-header .search {
    position: absolute;
    margin-top: 0;
    padding: 35px 0;
    height: 98px;
    z-index: 9999;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  }
}
.site-header .search .search-img {
  margin-left: -1px;
  margin-top: -3px;
}
.site-header .search input {
  width: calc(100% - 100px);
  height: 28px;
  padding: 0;
  margin-top: 3px;
  color: #333;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  background: transparent;
  border: 0;
}
.site-header .search input::-moz-placeholder {
  opacity: 0.5;
  color: #333;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}
.site-header .search input::placeholder {
  opacity: 0.5;
  color: #333;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}
.site-header .search .close {
  margin-left: auto;
  margin-right: 4px;
  margin-top: -1px;
  cursor: pointer;
}

.site-header.open nav {
  left: 0;
  width: 100%;
  overflow: auto;
}
@media (min-width: 1220px) {
  .site-header.open nav {
    overflow: visible;
  }
}
.site-header.open .hamburger span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.site-header.open .hamburger span:nth-of-type(2) {
  opacity: 0;
}
.site-header.open .hamburger span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.sub-menu {
  position: absolute;
  top: 99px;
  left: 0;
  width: 100%;
  padding: 39px 0 20px;
  background-color: #333;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 1220px) {
  .sub-menu {
    position: relative;
    box-shadow: none;
    top: 0;
    width: calc(100% + 40px);
    margin: 24px -20px -24px;
    padding: 20px 0;
  }
}
.sub-menu.research {
  width: 410px;
}
@media (max-width: 1440px) {
  .sub-menu.research {
    left: unset;
    right: 0;
  }
}
@media (max-width: 1220px) {
  .sub-menu.research {
    width: calc(100% + 40px);
    margin: 24px -20px -24px;
  }
}
.sub-menu.research .columns {
  -moz-columns: 1;
       columns: 1;
}
.sub-menu.four-row .columns a:nth-child(4n+0) {
  -moz-column-break-after: column;
       break-after: column;
}
.sub-menu.five-row .columns a:nth-child(5n+0) {
  -moz-column-break-after: column;
       break-after: column;
}
.sub-menu .columns {
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.sub-menu .columns.less {
  -moz-columns: 4 !important;
       columns: 4 !important;
}
@media (max-width: 1220px) {
  .sub-menu .columns {
    -moz-columns: unset;
         columns: unset;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.sub-menu .columns.col-2 {
  width: 770px;
  -moz-columns: 2;
       columns: 2;
}
@media (max-width: 1220px) {
  .sub-menu .columns.col-2 {
    width: 100%;
    -moz-columns: unset;
         columns: unset;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.sub-menu .columns.col-2 a:nth-child(3n) {
  -moz-column-break-after: column;
       break-after: column;
}
.sub-menu .columns a {
  color: white;
  padding-bottom: 16px;
  margin: 0 0 19px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.sub-menu .columns a:last-child, .sub-menu .columns a:nth-child(3n) {
  border: 0;
}
@media (max-width: 1219px) {
  .sub-menu .columns a:last-child, .sub-menu .columns a:nth-child(3n) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .sub-menu .columns a:last-child:last-child, .sub-menu .columns a:nth-child(3n):last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.sub-menu.four-row .columns a:last-child, .sub-menu.four-row .columns a:nth-child(4n) {
  border: 0 !important;
}
@media (max-width: 1219px) {
  .sub-menu.four-row .columns a:last-child, .sub-menu.four-row .columns a:nth-child(4n) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  }
}
.sub-menu.four-row .columns a:nth-child(3n) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.sub-menu.five-row .columns a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.sub-menu.five-row .columns a:last-child, .sub-menu.five-row .columns a:nth-child(5n) {
  border: 0 !important;
}
@media (max-width: 1219px) {
  .sub-menu.five-row .columns a:last-child, .sub-menu.five-row .columns a:nth-child(5n) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  }
  .sub-menu.five-row .columns a:last-child {
    border-bottom: 0 !important;
  }
}

/*******************************************   */
/*********************************************
:: Footer Module
********************************************/
.site-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  width: 100%;
}
.site-footer .content-max-width {
  display: flex;
  flex-direction: column;
}
.site-footer .footer-links .contact .tel, .site-footer .footer-links .contact .email {
  display: block;
  margin: 0 0 3px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: #333333;
}
.site-footer .footer-links .contact .social {
  margin: 28px 0 0;
}
.site-footer .footer-links .contact .social a {
  display: block;
  margin-right: 12px;
}
.site-footer .footer-links .contact .social a img {
  width: 30px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-footer .footer-links .contact .footer-charity {
  margin-top: 45px;
  font-size: 12.5px;
}
.site-footer .footer-links .subscribe {
  width: 570px;
}
@media (max-width: 1160px) {
  .site-footer .footer-links .subscribe {
    width: 65%;
  }
}
@media (max-width: 600px) {
  .site-footer .footer-links .subscribe {
    width: 100%;
    margin: 30px 0 40px;
  }
}
.site-footer .footer-links .subscribe p {
  margin: 3px 0 13px;
}
.site-footer .footer-links .subscribe input {
  flex: 1;
  height: 67px;
  padding: 25px 24px 19px;
  background-color: #f9f9f9;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  color: #333333;
}
.site-footer .footer-links .subscribe input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  color: #333333;
}
.site-footer .footer-links .subscribe input::placeholder {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  color: #333333;
}
.site-footer .footer-links .subscribe .button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  height: 67px;
  padding: 0;
  border-radius: 0;
}
.site-footer .footer-links .subscribe .button--mailing-list {
  display: inline-flex;
  gap: 12px;
  justify-content: normal;
  height: 60px;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #122F4C;
  text-decoration: none;
  color: #fff;
}
.site-footer .footer-links .subscribe .button--mailing-list:hover {
  background: #007ec3;
}
.site-footer .footer-links .subscribe .button--mailing-list:hover .button--mailing-list__icon {
  background: #122F4C;
}
.site-footer .footer-links .subscribe .button--mailing-list .button--mailing-list__icon {
  flex-shrink: 0;
  display: block;
  background-color: #32C4FF;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.site-footer .footer-links .subscribe .button--mailing-list .button--mailing-list__icon--email {
  width: 22px;
  height: 20px;
  -webkit-mask-image: url("/images/formkit_email.svg");
  mask-image: url("/images/formkit_email.svg");
}
.site-footer .footer-links .subscribe .button--mailing-list .button--mailing-list__icon--arrow {
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("/images/path.svg");
  mask-image: url("/images/path.svg");
  margin-left: 28px;
}
.site-footer .footer-links .subscribe .button--mailing-list .button--mailing-list__text {
  white-space: nowrap;
  color: #fff;
  font-family: Tenon, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.site-footer .footer-legal {
  padding: 45px 0 40px;
  border-top: 2px solid #e4e4e4;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .site-footer .footer-legal {
    padding: 20px 0;
  }
}
.site-footer .footer-legal a, .site-footer .footer-legal p {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  color: #333333;
}
.site-footer .footer-legal a.attr, .site-footer .footer-legal p.attr {
  font-size: 12.5px;
}
@media (max-width: 600px) {
  .site-footer .footer-legal p {
    width: 100%;
    margin: 16px 0 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
  }
}
.site-footer .footer-legal .links {
  margin-right: 17px;
}

/********************************************/
/*********************************************
::Title Module                    
********************************************/
.title-module {
  width: 100%;
  padding: 20px 0;
}
@media (min-width: 1025px) {
  .title-module {
    padding: 75px 0 60px;
  }
}
.title-module h1 {
  position: relative;
  margin: 0;
  padding-left: 100px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.26px;
  line-height: 32px;
  color: #81b1ce;
}
.title-module h1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  height: 2px;
  background: #81b1ce;
}

/********************************************/
/*********************************************
:: Popup Wrap Module
********************************************/
.popup-module {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100% !important;
  height: 100%;
}
.popup-module .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.popup-module article {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 971px;
  max-height: 90%;
  margin: auto;
  padding: 20px;
  transform: translate(-50%, -50%);
  background-color: white;
  overflow: auto;
}
@media (min-width: 767px) {
  .popup-module article {
    padding: 40px;
  }
}
.popup-module article .exit {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media (min-width: 767px) {
  .popup-module article .exit {
    top: 40px;
    right: 60px;
  }
}
.popup-module article .text {
  padding: 20px;
}
@media (min-width: 767px) {
  .popup-module article .text {
    padding: 20px 0 20px 60px;
  }
}

/********************************************/
/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  text-align: center;
}
.pagination-module ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.pagination-module ul li {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin: 0 3px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 2px solid #007ec3;
  border-radius: 21px;
}
@media (min-width: 767px) {
  .pagination-module ul li {
    min-width: 42px;
    height: 42px;
    margin: 0 7.5px;
  }
}
.pagination-module ul li a, .pagination-module ul li button, .pagination-module ul li span {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #505050;
}
@media (min-width: 767px) {
  .pagination-module ul li a, .pagination-module ul li button, .pagination-module ul li span {
    line-height: 38px;
  }
}
.pagination-module ul li.active {
  background: #122f4c;
  border-color: #122f4c;
}
.pagination-module ul li.active a, .pagination-module ul li.active button, .pagination-module ul li.active span {
  color: white;
}
.pagination-module ul li.prev,
.pagination-module ul li.next {
  min-width: 70px;
  padding: 0 20px;
}
.pagination-module ul li.next,
.pagination-module ul li:hover {
  background: #007ec3;
  border-color: #007ec3;
}
.pagination-module ul li.next a,
.pagination-module ul li:hover a {
  color: white;
}
.pagination-module ul li.disabled {
  opacity: 0.5;
}
.pagination-module ul li.active {
  background: #81b1ce;
  border-color: #81b1ce;
}
.pagination-module ul li.active a {
  color: white;
}

/********************************************/
/*********************************************
:: Pages
********************************************/
/*********************************************
:: Home Page
********************************************/
.page-home {
  /********************************************/
  /********************************************/
  /********************************************/
}
.page-home .hero-section {
  position: relative;
}
@media (min-width: 1025px) {
  .page-home .hero-section .hero-slideshow .slick-slide {
    height: 500px;
  }
}
.page-home .hero-section .slick-prev {
  left: 0;
  top: 47.5%;
}
@media (max-width: 1023px) {
  .page-home .hero-section .slick-prev {
    top: 30.4%;
  }
}
@media (max-width: 600px) {
  .page-home .hero-section .slick-prev {
    top: 20.4%;
  }
}
.page-home .hero-section .slick-prev:before {
  content: url("/images/arrow-left.svg");
  font-size: 64px;
}
.page-home .hero-section .slick-next {
  right: 0;
  top: 47.4%;
}
@media (max-width: 1023px) {
  .page-home .hero-section .slick-next {
    top: 30.4%;
  }
}
@media (max-width: 600px) {
  .page-home .hero-section .slick-next {
    top: 20.4%;
  }
}
.page-home .hero-section .slick-next:before {
  content: url("/images/arrow-right.svg");
  font-size: 64px;
}
.page-home .hero-section article {
  display: flex !important;
  flex-wrap: wrap;
  position: relative;
  z-index: 1000;
}
@media (max-width: 850px) {
  .page-home .hero-section article {
    flex-direction: column-reverse;
  }
}
.page-home .hero-section article .text {
  width: 50%;
  background-color: #007ec3;
}
@media (max-width: 850px) {
  .page-home .hero-section article .text {
    width: 100%;
  }
}
.page-home .hero-section article .text .content {
  max-width: 540px;
  margin: 0 45px 0 auto;
  padding: 127px 0 123px;
}
@media (max-width: 1160px) {
  .page-home .hero-section article .text .content {
    padding: 80px 0 80px 90px;
  }
}
@media (max-width: 1023px) {
  .page-home .hero-section article .text .content {
    padding: 80px 20px;
  }
}
@media (max-width: 850px) {
  .page-home .hero-section article .text .content {
    margin: 0;
    padding: 50px 20px;
  }
}
.page-home .hero-section article .text .content h1 {
  margin: 0 0 26px;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 70px;
  color: #ffffff;
}
@media (max-width: 850px) {
  .page-home .hero-section article .text .content h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.page-home .hero-section article .text .content p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: #ffffff;
}
.page-home .hero-section article a {
  width: 50%;
  z-index: 100;
}
.page-home .hero-section article img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home .hero-section article img.has-url {
  width: 100%;
}
@media (max-width: 850px) {
  .page-home .hero-section article img {
    width: 100%;
  }
}
.page-home .fundraising-container {
  margin: 100px 0;
}
@media (max-width: 850px) {
  .page-home .fundraising-container {
    margin: 0 0 50px;
  }
}
.page-home .fundraising-container .columns {
  width: 570px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  -moz-columns: 2;
       columns: 2;
}
@media (max-width: 1025px) {
  .page-home .fundraising-container .columns {
    width: 50%;
  }
}
@media (max-width: 850px) {
  .page-home .fundraising-container .columns {
    -moz-columns: auto;
         columns: auto;
    -moz-column-gap: 0;
         column-gap: 0;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.page-home .fundraising-container .columns article {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 270px;
  min-height: 300px;
  padding: 30px 30px 26px;
  background-color: #122f4c;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1025px) {
  .page-home .fundraising-container .columns article {
    width: 230px;
  }
}
@media (max-width: 850px) {
  .page-home .fundraising-container .columns article {
    position: relative;
    width: 100%;
    padding: 20px;
    min-height: 100px;
  }
}
.page-home .fundraising-container .columns article:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 850px) {
  .page-home .fundraising-container .columns article:not(:first-child) {
    margin-top: 1px;
  }
}
.page-home .fundraising-container .columns article:nth-child(3) {
  margin-top: 30px;
}
@media (max-width: 850px) {
  .page-home .fundraising-container .columns article:nth-child(3) {
    margin-top: 1px;
  }
}
.page-home .fundraising-container .columns article h3 {
  margin: auto 0 13px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 28px;
  color: #ffffff;
}
.page-home .fundraising-container .columns article a {
  display: flex;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  color: #00d5f6;
}
.page-home .fundraising-container .columns article a span {
  font-size: 20px;
  margin-left: 6px;
}
@media (max-width: 850px) {
  .page-home .fundraising-container .columns article img {
    position: absolute;
    top: 12px;
    right: 19px;
    height: 76px;
  }
}
.page-home .fundraising-container .text {
  width: 470px;
  padding-top: 136px;
}
@media (max-width: 1025px) {
  .page-home .fundraising-container .text {
    width: 45%;
  }
}
@media (max-width: 850px) {
  .page-home .fundraising-container .text {
    width: 100%;
    padding-top: 50px;
  }
}
.page-home .fundraising-container .text h3 {
  margin: 0 0 32px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 28px;
  color: #007ec3;
}
.page-home .fundraising-container .text h2, .page-home .fundraising-container .text legend {
  margin: 0 0 28px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 45px;
  color: #333333;
}
.page-home .fundraising-container .text h4 {
  margin: 0 0 37px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: #333333;
}
.page-home .fundraising-container .text .button {
  min-width: 138px;
}
.page-home .banner-container {
  position: relative;
}
.page-home .banner-container img {
  width: 100%;
}
@media (max-width: 850px) {
  .page-home .banner-container img {
    height: 440px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-home .banner-container .text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.page-home .banner-container .text .box {
  max-width: 470px;
  margin-top: 10px;
}
.page-home .banner-container .text .box h3, .page-home .banner-container .text .box h4 {
  margin: 0 0 32px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 28px;
  color: #ffffff;
}
@media (max-width: 850px) {
  .page-home .banner-container .text .box h3, .page-home .banner-container .text .box h4 {
    margin: 0 0 20px;
  }
}
.page-home .banner-container .text .box h2, .page-home .banner-container .text .box legend {
  margin: 0 0 28px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 45px;
  color: #ffffff;
}
@media (max-width: 850px) {
  .page-home .banner-container .text .box h2, .page-home .banner-container .text .box legend {
    font-size: 30px;
    line-height: 40px;
  }
}
.page-home .banner-container .text .box h4 {
  font-weight: 400;
  margin: 0 0 37px;
}
.page-home .banner-container .text .box .button {
  min-width: 128px;
  padding: 20px 23px;
  line-height: 28px;
}
.page-home .misc-container {
  padding: 100px 0 0;
}
@media (max-width: 850px) {
  .page-home .misc-container {
    padding: 50px 0 0;
  }
}
.page-home .misc-container .store-banner {
  position: relative;
  margin: 0 0 103px;
}
@media (max-width: 1160px) {
  .page-home .misc-container .store-banner {
    padding: 35px 20px 30px;
  }
}
@media (max-width: 850px) {
  .page-home .misc-container .store-banner {
    margin: 0 0 50px;
  }
}
@media (max-width: 600px) {
  .page-home .misc-container .store-banner {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-home .misc-container .store-banner img {
  width: 100%;
}
@media (max-width: 850px) {
  .page-home .misc-container .store-banner img {
    display: none;
  }
}
.page-home .misc-container .store-banner .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 55px 50px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 850px) {
  .page-home .misc-container .store-banner .text {
    position: static;
    padding: 40px 20px;
  }
}
@media (min-width: 851px) {
  .page-home .misc-container .store-banner .text {
    background: none !important;
  }
}
.page-home .misc-container .store-banner .text h2, .page-home .misc-container .store-banner .text legend {
  margin: 0 0 15px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 45px;
  color: #ffffff;
}
@media (max-width: 850px) {
  .page-home .misc-container .store-banner .text h2, .page-home .misc-container .store-banner .text legend {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 40px;
  }
}
.page-home .misc-container .store-banner .text a {
  margin: 0;
  display: inline-flex;
  color: #00d5f6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
}
.page-home .misc-container .store-banner .text a span {
  font-size: 20px;
  margin-left: 7px;
}
.page-home .misc-container .events {
  width: 470px;
}
@media (max-width: 850px) {
  .page-home .misc-container .events {
    width: 55%;
  }
}
@media (max-width: 600px) {
  .page-home .misc-container .events {
    width: 100%;
  }
}
.page-home .misc-container .events h3 {
  margin: 0 0 32px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 28px;
  color: #007ec3;
}
.page-home .misc-container .events h2, .page-home .misc-container .events legend {
  margin: 0 0 28px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 45px;
  color: #333333;
}
.page-home .misc-container .events h4 {
  margin: 0 0 37px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: #333333;
}
.page-home .misc-container .events .button {
  min-width: 203px;
}
.page-home .misc-container .events-list {
  width: 49%;
  max-width: 570px;
  margin-top: -3px;
}
@media (max-width: 850px) {
  .page-home .misc-container .events-list {
    width: 40%;
  }
}
@media (max-width: 600px) {
  .page-home .misc-container .events-list {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
}
.page-home .misc-container .events-list .event-row {
  background-color: #ffffff;
  margin: 0 0 30px;
}
@media (max-width: 850px) {
  .page-home .misc-container .events-list .event-row {
    margin: 0 0 15px;
  }
}
.page-home .misc-container .events-list .event-row img {
  width: 216px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .page-home .misc-container .events-list .event-row img {
    display: none;
  }
}
.page-home .misc-container .events-list .event-row .content {
  width: calc(100% - 216px);
  padding: 23px 24px 20px;
  border: 1px solid #e4e4e4;
  border-left: 0;
}
@media (max-width: 850px) {
  .page-home .misc-container .events-list .event-row .content {
    width: 100%;
    border: 1px solid #e4e4e4;
  }
}
.page-home .misc-container .events-list .event-row .content h4 {
  width: 100%;
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 24px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-home .misc-container .events-list .event-row .content .date {
  width: 54px;
  height: 60px;
  margin-top: -2px;
  margin-right: 16px;
  background-color: #122f4c;
}
.page-home .misc-container .events-list .event-row .content .date .mon {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.page-home .misc-container .events-list .event-row .content .date .day {
  margin: -6px 0 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
}
.page-home .misc-container .events-list .event-row .content .details p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  color: #333333;
  max-width: 230px;
}
.page-home .misc-container .events-list .event-row .content .details p.address {
  color: #007ec3;
}

/*********************************************
:: About Page
********************************************/
.page-about {
  /********************************************/
}
.page-about .body-container {
  padding: 40px 0 0;
}
@media (min-width: 767px) {
  .page-about .body-container {
    padding: 80px 0 0;
  }
}
.page-about .body-container .content {
  max-width: 670px;
  margin-top: 23px;
}
@media (max-width: 1160px) {
  .page-about .body-container .content {
    width: 65%;
  }
}
@media (max-width: 600px) {
  .page-about .body-container .content {
    width: 100%;
    margin: 0 0 20px;
  }
}
.page-about .body-container .content h4 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: #007ec3;
}
.page-about .body-container .content h5 {
  margin: 0 0 20px;
  font-weight: 500;
}
.page-about .body-container .content .wysiwyg {
  margin: 0 0 40px;
}
.page-about .body-container img {
  width: 370px;
}
@media (max-width: 1160px) {
  .page-about .body-container img {
    width: 30%;
  }
}
@media (max-width: 600px) {
  .page-about .body-container img {
    width: 100%;
  }
}

/*********************************************
:: News Page
********************************************/
.page-news {
  /********************************************/
}
.page-news .body-container .content-narrow-width {
  max-width: 910px;
}
.page-news .body-container .content {
  max-width: 870px;
  padding: 53px 0 0;
}
.page-news .body-container .content .search {
  max-width: 420px;
  margin: 0 0 30px;
}
@media (max-width: 600px) {
  .page-news .body-container .content .search {
    max-width: 100%;
  }
}
.page-news .body-container .content .search h6 {
  margin: 0 0 7px;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
}
.page-news .body-container .content .search > div input {
  margin: 0;
  width: 420px;
  height: 42px;
  padding: 14px 12px 8px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  color: #333333;
  background-color: #f2f2f2;
  border: #f2f2f2;
}
.page-news .body-container .content .search > div input::-moz-placeholder {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  color: #333333;
}
.page-news .body-container .content .search > div input::placeholder {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  color: #333333;
}
@media (max-width: 600px) {
  .page-news .body-container .content .search > div input {
    max-width: 100%;
  }
}
.page-news .body-container .content .search > div img {
  position: absolute;
  top: 16px;
  right: 15px;
}
.page-news .body-container .content .flex.justify-between:after {
  content: "";
  width: calc(33.3% - 19.7px);
  flex: 0 0 calc(33.3% - 19.7px);
}
.page-news .body-container .content article {
  width: calc(33.3% - 19.7px);
  margin: 0 0 30px;
  background-color: #F2F2F2;
}
@media (max-width: 600px) {
  .page-news .body-container .content article {
    width: 100%;
  }
}
.page-news .body-container .content article h6 {
  margin: 0 0 11px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  color: #333333;
}
.page-news .body-container .content article .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
@media (max-width: 600px) {
  .page-news .body-container .content article img {
    width: 100%;
  }
}
.page-news .body-container .content article .body {
  padding: 22px 20px 26px;
  background-color: #F2F2F2;
  justify-content: flex-start;
}
.page-news .body-container .content article .body h5 {
  color: #333333;
  min-height: 56px;
  margin: 0 0 20px;
}
.page-news .body-container .content article .body a.link {
  margin-top: 21px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
}
.page-news .body-container .content article .body a.link img {
  margin: -2px 0 0 7px;
  width: 18px;
}
.page-news .body-container .content .button {
  height: 64px;
  width: 140px;
  padding: 22px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  color: #333333;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  background-color: #FFFFFF;
}

/********************************************/
/*********************************************
:: News details Page
********************************************/
.page-news-detail {
  position: relative;
  margin-top: -1px;
  border-top: 1px solid #E4E4E4;
  padding: 33px 0 0;
  z-index: 97;
  /********************************************/
}
.page-news-detail .body-container h4 {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  text-transform: uppercase;
  color: #333;
}
.page-news-detail .body-container h1 {
  margin: 0 0 28px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 45px;
  color: #333;
}
.page-news-detail .body-container .wysiwyg img {
  margin: 37px auto 43px;
}
.page-news-detail .body-container .wysiwyg .video-container {
  position: relative;
}
.page-news-detail .body-container .wysiwyg .video-container:before {
  display: block;
  content: "";
  padding-bottom: 57%;
}
.page-news-detail .body-container .wysiwyg .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-news-detail .body-container .return {
  height: 42px;
  width: 128px;
  padding: 11px 14px 0 10px;
  margin: 37px 0 0;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #333333;
  border: 1px solid #979797;
  border-radius: 4px;
  background: white;
}

/*********************************************
:: Services Page                   
********************************************/
.page-services {
  /********************************************/
}
.page-services .body-section {
  padding: 40px 0 80px;
  /********************************************/
}
@media (min-width: 767px) {
  .page-services .body-section {
    margin-top: 8px;
    padding: 0 0 100px;
  }
}
.page-services .body-section .featured-list {
  margin-bottom: 100px;
  /********************************************/
}
.page-services .body-section .featured-list .more {
  display: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 30px;
  color: #232221;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .left {
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .page-services .body-section .featured-list .left {
    height: 570px;
  }
}
.page-services .body-section .featured-list .left article {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  background: #b4253d;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .left article {
    margin-bottom: 0;
  }
}
.page-services .body-section .featured-list .left article img {
  width: 100%;
}
.page-services .body-section .featured-list .left article .content {
  width: 100%;
  padding: 20px;
  background: #b4253d;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .left article .content {
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
.page-services .body-section .featured-list .left article .content h3 {
  margin: 0;
  font-weight: 600;
  color: white;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .left article .content h3 {
    width: 70%;
    font-size: 48px;
    line-height: 50px;
  }
}
.page-services .body-section .featured-list .left article:hover .content {
  background: white !important;
  border: 2px solid #f8fbfc;
}
.page-services .body-section .featured-list .left article:hover h3 {
  margin-bottom: 30px;
  color: #b4253d;
}
.page-services .body-section .featured-list .left article:hover .more {
  display: block;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .right {
    padding-left: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.page-services .body-section .featured-list .right article {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .right article {
    width: calc(50% - 15px);
    max-height: 50%;
  }
}
.page-services .body-section .featured-list .right article .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #b4253d;
}
.page-services .body-section .featured-list .right article h3.h4 {
  min-height: 59px;
  margin: 0;
  font-weight: 600;
  color: white;
}
@media (min-width: 1025px) {
  .page-services .body-section .featured-list .right article h3.h4 {
    width: 80%;
  }
}
.page-services .body-section .featured-list .right article:hover .content {
  background: white !important;
  border: 2px solid #f8fbfc;
}
.page-services .body-section .featured-list .right article:hover h3.h4 {
  margin-bottom: 16px;
  color: #b4253d;
}
.page-services .body-section .featured-list .right article:hover .more {
  display: block;
}
.page-services .body-section .featured-list .right article:nth-of-type(1) .content {
  background: #122f4c;
}
.page-services .body-section .featured-list .right article:nth-of-type(1):hover h3.h4 {
  color: #122f4c;
}
.page-services .body-section .featured-list .right article:nth-of-type(2) .content {
  background: #81b1ce;
}
.page-services .body-section .featured-list .right article:nth-of-type(2):hover h3.h4 {
  color: #81b1ce;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .right article:nth-of-type(3) {
    margin: 0;
  }
}
.page-services .body-section .featured-list .right article:nth-of-type(3) .content {
  background: #007ec3;
}
.page-services .body-section .featured-list .right article:nth-of-type(3):hover h3.h4 {
  color: #007ec3;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .right article:nth-of-type(4) {
    margin: 0;
  }
}
.page-services .body-section .list {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .page-services .body-section .list {
    width: 550px;
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .page-services .body-section .list {
    width: 770px;
  }
}
.page-services .body-section .list article {
  width: 100%;
  margin: 0 0 30px;
  border-bottom: 1px solid rgba(35, 34, 33, 0.1);
}
.page-services .body-section .list article a {
  align-items: flex-start;
}
.page-services .body-section .list article img.thumb {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .page-services .body-section .list article img.thumb {
    width: 180px;
  }
}
@media (min-width: 1025px) {
  .page-services .body-section .list article img.thumb {
    width: 270px;
  }
}
.page-services .body-section .list article .content {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .page-services .body-section .list article .content {
    width: calc(100% - 180px);
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .page-services .body-section .list article .content {
    width: calc(100% - 270px);
    padding-left: 60px;
  }
}
.page-services .body-section .list article .content .h4 {
  margin-bottom: 20px;
  letter-spacing: -0.3px;
  color: #b4253d;
}
.page-services .body-section .list article .content p.description {
  margin-bottom: 23px;
}
.page-services .body-section .list article .content p.more {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #232221;
}
.page-services .body-section .list article .content p.more span {
  vertical-align: middle;
}
.page-services .body-section .list article:last-of-type {
  border-bottom: none;
}
.page-services .body-section .list article:nth-of-type(4n + 2) h3.h4 {
  color: #122f4c;
}
.page-services .body-section .list article:nth-of-type(4n + 3) h3.h4 {
  color: #81b1ce;
}
.page-services .body-section .list article:nth-of-type(4n + 4) h3.h4 {
  color: #394e54;
}
.page-services .material-icons {
  vertical-align: middle;
}

/*********************************************
:: Service Detail Page                   
********************************************/
.page-service-detail {
  /********************************************/
  /********************************************/
  /********************************************/
}
.page-service-detail .body-section {
  padding: 40px 0 60px;
}
@media (min-width: 767px) {
  .page-service-detail .body-section {
    padding: 0 0 60px;
  }
}
.page-service-detail .body-section .top {
  padding: 20px 0 40px;
}
@media (min-width: 767px) {
  .page-service-detail .body-section .top {
    padding: 76px 0 61px;
  }
}
.page-service-detail .body-section .top .left-anchor {
  display: inline-block;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 30px;
  color: #232221;
}
.page-service-detail .body-section .top .left-anchor span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.page-service-detail .body-section .content {
  width: 100%;
  padding: 0 0 40px;
}
@media (min-width: 767px) {
  .page-service-detail .body-section .content {
    width: calc(100% - 250px);
    padding: 0 30px 0 0;
  }
}
@media (min-width: 1025px) {
  .page-service-detail .body-section .content {
    width: calc(100% - 470px);
    padding: 0 120px 0 0;
  }
}
.page-service-detail .body-section .content h2, .page-service-detail .body-section .content legend {
  margin-bottom: 43px;
  letter-spacing: -0.64px;
}
.page-service-detail .body-section .hero {
  position: relative;
  align-self: flex-start;
  width: 100%;
}
@media (min-width: 767px) {
  .page-service-detail .body-section .hero {
    width: 250px;
  }
}
@media (min-width: 1025px) {
  .page-service-detail .body-section .hero {
    width: 470px;
  }
}
.page-service-detail .body-section .hero img {
  width: 100%;
  margin: 0;
}
.page-service-detail .faqs-section {
  position: relative;
  padding: 60px 0;
  background: #f8fbfc;
}
.page-service-detail .faqs-section .content-max-width {
  max-width: 810px;
}
.page-service-detail .faqs-section:before {
  content: "";
  position: absolute;
  top: 69px;
  left: -37px;
  width: 110px;
  height: 164px;
  background: url(/images/watermark-left.png) no-repeat center;
  background-size: cover;
}
@media (min-width: 767px) {
  .page-service-detail .faqs-section:before {
    width: 220px;
    height: 328px;
  }
}
.page-service-detail .faqs-section:after {
  content: "";
  position: absolute;
  bottom: 49px;
  right: -14px;
  width: 220px;
  height: 328px;
  background: url(/images/watermark-right.png) no-repeat center;
  background-size: cover;
}
@media (min-width: 767px) {
  .page-service-detail .faqs-section:after {
    width: 220px;
    height: 328px;
  }
}
.page-service-detail .faqs-section .h2 {
  text-align: center;
}
.page-service-detail .faqs-section .h2 img {
  width: 23px;
  margin: 0 auto 13px;
}
.page-service-detail .faqs-section article {
  margin-bottom: 5px;
  background: white;
  border-radius: 2px;
}
.page-service-detail .faqs-section article .title {
  position: relative;
  padding: 30px;
  cursor: pointer;
}
.page-service-detail .faqs-section article .title .h4 {
  width: calc(100% - 50px);
  margin: 0;
  color: #007ec3;
}
.page-service-detail .faqs-section article .title .material-icons {
  position: absolute;
  top: 34px;
  right: 30px;
}
.page-service-detail .faqs-section article .content {
  display: none;
  width: 100%;
}
@media (min-width: 767px) {
  .page-service-detail .faqs-section article .content {
    width: calc(100% - 50px);
    padding: 0 30px 30px;
  }
}
.page-service-detail .faqs-section article .content.active {
  display: block;
}
.page-service-detail .gallery-section {
  padding: 60px 0;
  text-align: center;
}
.page-service-detail .gallery-section .h2 {
  text-align: center;
}
@media (min-width: 767px) {
  .page-service-detail .gallery-section .h2 {
    margin-bottom: 60px;
  }
}
.page-service-detail .gallery-section .h2 img {
  width: 23px;
  margin: 0 auto 13px;
}
.page-service-detail .gallery-section .content-max-width {
  max-width: 810px;
}
.page-service-detail .gallery-section .content-max-width article {
  width: 100%;
}
.page-service-detail .gallery-section .content-max-width article img {
  width: 100%;
}

/*********************************************
:: Forms Page                   
********************************************/
.page-forms {
  /********************************************/
}
.page-forms .body-section {
  padding: 40px 0 60px;
}
@media (min-width: 767px) {
  .page-forms .body-section {
    padding: 60px 0 100px;
  }
}
.page-forms .body-section .h2 {
  margin-bottom: 33px;
  letter-spacing: -0.64px;
}
.page-forms .body-section .leadcopy {
  margin-bottom: 60px;
  font-weight: 400;
  line-height: 28px;
}
.page-forms .body-section .form-field.send {
  display: flex;
  padding: 5px 0 0;
}
.page-forms .body-section .form-field.send .button {
  width: 135px;
  margin-left: auto;
}

/*********************************************
:: Contact Page
********************************************/
.page-contact .body-container {
  padding: 53px 0 0;
}
.page-contact .body-container .content {
  width: 486px;
  padding-right: 115px;
  border-right: 1px solid #e4e4e4;
}
@media (max-width: 1025px) {
  .page-contact .body-container .content {
    padding-right: 30px;
  }
}
@media (max-width: 850px) {
  .page-contact .body-container .content {
    width: 360px;
    flex: 0 0 360px;
  }
}
@media (max-width: 600px) {
  .page-contact .body-container .content {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
    border: 0;
    margin: 0 0 50px;
  }
}
.page-contact .body-container .content .phone {
  display: flex;
  color: #333333;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 40px;
}
.page-contact .body-container .content .email {
  display: flex;
  margin: -3px 0 24px;
  color: #007ec3;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 40px;
}
.page-contact .body-container .content .address h5, .page-contact .body-container .content .address p {
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}
.page-contact .body-container .content .address h5 {
  font-weight: 500;
}
.page-contact .body-container .content hr {
  width: 70px;
  height: 2px;
  background-color: #e4e4e4;
  margin: 28px 0 32px;
}
.page-contact .body-container .content .team {
  margin: 0 0 20px;
}
.page-contact .body-container .content .team:last-of-type {
  margin: 0;
}
.page-contact .body-container .content .team h5, .page-contact .body-container .content .team p {
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}
.page-contact .body-container .content .team h5 a, .page-contact .body-container .content .team p a {
  color: #007ec3;
  line-height: 20px;
}
.page-contact .body-container .content .team h5 {
  font-weight: 500;
}
.page-contact .body-container .form {
  flex: 1;
  padding-left: 114px;
}
@media (max-width: 1025px) {
  .page-contact .body-container .form {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .page-contact .body-container .form {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.page-contact .body-container .form h4 {
  margin: 2px 0 19px;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 28px;
}
.page-contact .body-container .form .form-field.select {
  max-width: 430px;
}
.page-contact .body-container .form textarea {
  resize: none;
}

/*********************************************
:: Information Pages
********************************************/
.page-information .body-container .sidebar {
  padding: 24px 29px;
  margin-left: auto;
  position: sticky;
  top: 5%;
  align-self: flex-start;
}
@media (max-width: 1160px) {
  .page-information .body-container .sidebar {
    flex: 1;
  }
}
@media (max-width: 600px) {
  .page-information .body-container .sidebar {
    width: 100%;
    margin: 0 0 10px;
    padding: 20px;
    position: relative;
  }
}
.page-information .body-container .sidebar a {
  position: relative;
  display: block;
  width: 220px;
  padding: 19px 0 13px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  color: #333333;
  border-bottom: 1px solid #e4e4e4;
}
.page-information .body-container .sidebar a:last-child {
  border: none;
}
.page-information .body-container .sidebar a.active {
  padding-left: 17px;
  color: #007ec3;
}
.page-information .body-container .sidebar a.active:before {
  content: url("/images/active-bullet.svg");
  width: 8px;
  position: absolute;
  top: 18px;
  left: -1px;
}
@media (max-width: 1160px) {
  .page-information .body-container .sidebar a {
    width: 100%;
  }
}
.page-information .body-container .content {
  width: calc(73.27% + 1px);
}
@media (max-width: 600px) {
  .page-information .body-container .content {
    width: 100%;
  }
}
.page-information .body-container .content .gallery img {
  margin: 0 !important;
}
.page-information .body-container .content .gallery .main-slideshow {
  margin: 0 0 34px;
}
.page-information .body-container .content .gallery .main-slideshow .slick-prev {
  left: 0;
  top: 49.5%;
}
.page-information .body-container .content .gallery .main-slideshow .slick-prev:before {
  content: url("/images/arrow-left.svg");
  font-size: 64px;
}
.page-information .body-container .content .gallery .main-slideshow .slick-next {
  right: 0;
  top: 49.4%;
}
.page-information .body-container .content .gallery .main-slideshow .slick-next:before {
  content: url("/images/arrow-right.svg");
  font-size: 64px;
}
.page-information .body-container .content .gallery .nav-slideshow {
  padding: 0 28px;
}
@media (max-width: 767px) {
  .page-information .body-container .content .gallery .nav-slideshow {
    padding: 0;
  }
}
.page-information .body-container .content .gallery .nav-slideshow .thumbnail {
  padding: 0 4px;
}
.page-information .body-container .content .man-van-schedule {
  margin: 0 0 32px;
}
.page-information .body-container .content .man-van-schedule .search {
  margin: -3px 0 33px;
  padding-top: 24px;
  border-top: 1px solid #e4e4e4;
}
.page-information .body-container .content .man-van-schedule .search h6 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.page-information .body-container .content .man-van-schedule .search .search-group {
  position: relative;
  max-width: 502px;
  width: 100%;
}
.page-information .body-container .content .man-van-schedule .search .search-group:after {
  content: url("/images/caret.svg");
  position: absolute;
  bottom: 11.6px;
  left: 342.6px;
  pointer-events: none;
}
.page-information .body-container .content .man-van-schedule .search .search-group select {
  width: 370px;
  height: 42px;
  padding: 11px 12px;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  background-color: #f2f2f2;
  border: 0;
  border-radius: 0;
}
.page-information .body-container .content .man-van-schedule .search .search-group select::-moz-placeholder {
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.page-information .body-container .content .man-van-schedule .search .search-group select::placeholder {
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
@media (max-width: 850px) {
  .page-information .body-container .content .man-van-schedule .search .search-group select {
    width: calc(100% - 140px);
  }
}
@media (max-width: 600px) {
  .page-information .body-container .content .man-van-schedule .search .search-group select {
    width: 100%;
  }
}
.page-information .body-container .content .man-van-schedule .search .search-group .button {
  width: 124px;
  height: 42px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 20px;
  border-radius: 4px;
  background-color: #007ec3;
}
@media (max-width: 600px) {
  .page-information .body-container .content .man-van-schedule .search .search-group .button {
    width: 100%;
    margin-top: 10px;
  }
}
.page-information .body-container .content .man-van-schedule .class-group {
  margin-top: -3px;
  border-top: 1px solid #e4e4e4;
}
.page-information .body-container .content .man-van-schedule .class-group .class {
  padding: 33px 0 26px;
  border-bottom: 1px solid #e4e4e4;
}
.page-information .body-container .content .man-van-schedule .class-group .class img {
  width: 270px;
}
@media (max-width: 767px) {
  .page-information .body-container .content .man-van-schedule .class-group .class img {
    width: 100%;
    margin: 0 0 30px;
  }
}
.page-information .body-container .content .man-van-schedule .class-group .class .text {
  width: calc(100% - 300px);
}
@media (max-width: 767px) {
  .page-information .body-container .content .man-van-schedule .class-group .class .text {
    width: 100%;
  }
}
.page-information .body-container .content .man-van-schedule .class-group .class h4 {
  margin: 0 0 13px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 28px;
  color: #333;
}
.page-information .body-container .content .man-van-schedule .class-group .class p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}
.page-information .body-container .content .man-van-schedule .class-group .class p.title {
  color: #007ec3;
}
.page-information .body-container .content .man-van-schedule .class-group .class p.description {
  margin-top: 14px;
}
.page-information .body-container .content .man-van-schedule .class-group .class .date {
  width: 54px;
  height: 60px;
  margin-top: -2px;
  margin-right: 16px;
  background-color: #122f4c;
}
.page-information .body-container .content .man-van-schedule .class-group .class .date .mon {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.page-information .body-container .content .man-van-schedule .class-group .class .date .day {
  margin: -6px 0 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
}
.page-information .body-container .content .man-van-schedule .class-group .class a.link {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
}
.page-information .body-container .content .man-van-schedule .class-group .class a.link img {
  width: 18px;
  margin: -2px 0 0 7px;
}
.page-information .body-container .content .man-van-schedule > * {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #333333;
}
.page-information .body-container .content .man-van-schedule:last-of-type {
  margin-bottom: 0;
}
.page-information .body-container .content .inner-content {
  max-width: 870px;
  padding: 43px 50px 0;
  border-left: 1px solid #E4E4E4;
}
@media (max-width: 600px) {
  .page-information .body-container .content .inner-content {
    padding: 40px 20px 0;
    border: 0;
  }
}
.page-information .body-container .content .inner-content > *:last-child {
  margin-bottom: 0 !important;
}
.page-information .body-container .content .inner-content .block-iframe-embed iframe {
  width: 100% !important;
}
.page-information .body-container .content .inner-content .video-gallery article {
  width: calc(50% - 15px);
  padding: 11px 19px 26px;
  border: 1px solid #e4e4e4;
}
.page-information .body-container .content .inner-content .video-gallery article h6 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 20px;
  text-transform: uppercase;
  color: #007ec3;
}
.page-information .body-container .content .inner-content .video-gallery article .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px !important;
}
.page-information .body-container .content .inner-content .video-gallery article .video img {
  width: 100%;
  margin: 0 !important;
}
.page-information .body-container .content .inner-content .video-gallery article .body {
  padding: 13px 0 0;
  background: #fff;
  justify-content: flex-start;
}
.page-information .body-container .content .inner-content .video-gallery article .body h5 {
  color: #333333;
  margin: 0;
}
.page-information .body-container .content .inner-content .video-gallery article .body p {
  margin-top: 20px;
}
.page-information .body-container .content .inner-content .video-gallery article .body a.link {
  margin-top: 21px;
  margin-bottom: -11px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
}
.page-information .body-container .content .inner-content .video-gallery article .body a.link img {
  margin: -2px 0 0 7px;
  width: 18px !important;
}
.page-information .body-container .content .inner-content #iframe {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 0 0 40px;
}
.page-information .body-container .content .inner-content #iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-information .body-container .content .inner-content .ask-your-specialist {
  margin-top: 12px;
  margin-bottom: 50px;
  border-bottom: 1px solid #E4E4E4;
}
.page-information .body-container .content .inner-content .ask-your-specialist .text {
  max-width: 470px;
}
@media (max-width: 1160px) {
  .page-information .body-container .content .inner-content .ask-your-specialist .text {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .page-information .body-container .content .inner-content .ask-your-specialist .text {
    width: 100%;
    margin: 0 0 50px;
  }
}
.page-information .body-container .content .inner-content .ask-your-specialist h2, .page-information .body-container .content .inner-content .ask-your-specialist legend {
  margin: 0 0 18px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 45px;
}
.page-information .body-container .content .inner-content .ask-your-specialist p {
  margin: 0 0 27px;
}
.page-information .body-container .content .inner-content .ask-your-specialist .button {
  min-width: 115px;
  height: 64px;
  line-height: 30px;
}
.page-information .body-container .content .inner-content .ask-your-specialist img {
  margin: -5px 0 0;
}
@media (max-width: 1160px) {
  .page-information .body-container .content .inner-content .ask-your-specialist img {
    width: 35%;
  }
}
@media (max-width: 850px) {
  .page-information .body-container .content .inner-content .ask-your-specialist img {
    width: 100%;
  }
}
.page-information .body-container .content .inner-content .grey-box {
  padding: 33px 30px 27px;
  margin: 0 0 43px;
  background-color: #f2f2f2;
}
.page-information .body-container .content .inner-content .grey-box h5 {
  margin: 0 0 20px;
  font-weight: 700;
}
.page-information .body-container .content .inner-content .grey-box .wysiwyg {
  padding-left: 1px;
  margin: 0;
}
.page-information .body-container .content .inner-content .grey-box ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.page-information .body-container .content .inner-content .grey-box ul li {
  margin: 0 0 10px;
}
.page-information .body-container .content .inner-content .grey-box ul li::marker {
  color: #007ec3;
}
.page-information .body-container .content .inner-content h2, .page-information .body-container .content .inner-content legend {
  margin: 0 0 20px;
  color: #333333;
  font-weight: 500;
}
.page-information .body-container .content .inner-content h3 {
  font-weight: 500;
}
.page-information .body-container .content .inner-content h5 {
  margin: 0 0 20px;
  font-weight: 500;
}
.page-information .body-container .content .inner-content .wysiwyg {
  margin: 0 0 40px;
}
.page-information .body-container .content .inner-content .wysiwyg *:last-child {
  margin-bottom: 0;
}
.page-information .body-container .content .inner-content .wysiwyg h6 {
  margin: 0 0 8px;
  color: #333;
}
.page-information .body-container .content .inner-content .wysiwyg h6 strong {
  color: #333333;
}
.page-information .body-container .content .inner-content .wysiwyg p sub {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}
.page-information .body-container .content .inner-content img {
  margin: -3px 0 43px;
}
.page-information .body-container .content .inner-content .learn-more-section {
  margin: -3px 0 43px;
  align-items: flex-start;
}
.page-information .body-container .content .inner-content .learn-more-section img {
  max-width: 270px;
  margin: 0 40px 0 0;
}
@media (max-width: 1023px) {
  .page-information .body-container .content .inner-content .learn-more-section img {
    max-width: 200px;
    width: 100%;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 600px) {
  .page-information .body-container .content .inner-content .learn-more-section img {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
  }
}
.page-information .body-container .content .inner-content .learn-more-section .text {
  flex: 1;
  margin-top: 41px;
}
@media (max-width: 1023px) {
  .page-information .body-container .content .inner-content .learn-more-section .text {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .page-information .body-container .content .inner-content .learn-more-section .text {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 30px;
  }
}
.page-information .body-container .content .inner-content .learn-more-section .text h5 {
  margin: 0 0 10px;
  font-weight: 500;
  color: #333333;
}
.page-information .body-container .content .inner-content .learn-more-section .text p {
  margin: 0 0 17px;
}
.page-information .body-container .content .inner-content .video-container {
  position: relative;
  margin: -3px 0 43px;
}
.page-information .body-container .content .inner-content .video-container:before {
  display: block;
  content: "";
  padding-bottom: 54.55%;
}
.page-information .body-container .content .inner-content .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-information .body-container .content .inner-content .collapse {
  margin-top: 37px;
  margin-bottom: 40px;
  border-top: 1px solid #979797;
  visibility: visible;
}
.page-information .body-container .content .inner-content .collapse .collapse-row {
  border-bottom: 1px solid #979797;
  cursor: pointer;
}
.page-information .body-container .content .inner-content .collapse .collapse-row .header h5 {
  padding: 24px 0 18px;
  margin: 0;
  font-weight: 500;
  color: #333;
  max-width: 90%;
}
.page-information .body-container .content .inner-content .collapse .collapse-row .header img {
  margin: -6px 0 0;
}
.page-information .body-container .content .inner-content .collapse .collapse-row .body {
  margin-top: 12px;
}
.page-information .body-container .content .inner-content .collapse .collapse-row .body .wysiwyg {
  margin: 0 0 20px;
  line-height: 24px;
}
.page-information .body-container .content .inner-content .collapse .collapse-row .body img {
  margin: 32px 0 22px;
}
.page-information .body-container .content .inner-content .extra-section {
  margin: -9px 0 41px;
}
.page-information .body-container .content .inner-content .extra-section h6 {
  margin: 0 0 8px;
  color: #333;
}
.page-information .body-container .content .inner-content .extra-section p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}
.page-information .body-container .content .inner-content .sm-font-section {
  margin-top: -9px;
  margin-bottom: 40px;
}
.page-information .body-container .content .inner-content .sm-font-section > *:last-child {
  margin-bottom: 0;
}
.page-information .body-container .content .inner-content .sm-font-section.black-text h5 {
  color: #333333;
}
.page-information .body-container .content .inner-content .sm-font-section h5 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  color: #007EC3;
}
.page-information .body-container .content .inner-content .sm-font-section .wysiwyg {
  margin: 0 0 32px;
}
.page-information .body-container .content .inner-content .sm-font-section .wysiwyg > * {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #333333;
}
.page-information .body-container .content .inner-content .sm-font-section .wysiwyg:last-of-type {
  margin-bottom: 0;
}
.page-information .body-container .content .inner-content .directory-section {
  margin-top: -9px;
}
.page-information .body-container .content .inner-content .directory-section.meeting-times .body {
  margin-top: 49px;
}
.page-information .body-container .content .inner-content .directory-section.meeting-times .body .meeting-group .meeting {
  padding: 33px 0 28px;
  border-bottom: 1px solid #e4e4e4;
}
.page-information .body-container .content .inner-content .directory-section.meeting-times .body .meeting-group .meeting:first-child {
  padding-top: 0;
}
.page-information .body-container .content .inner-content .directory-section.meeting-times .body .meeting-group .meeting:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.page-information .body-container .content .inner-content .directory-section.meeting-times .body .meeting-group .meeting h4 {
  margin: 0 0 13px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 28px;
}
.page-information .body-container .content .inner-content .directory-section.meeting-times .body .meeting-group .meeting p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}
.page-information .body-container .content .inner-content .directory-section.meeting-times .body .meeting-group .meeting p.title {
  color: #007ec3;
}
.page-information .body-container .content .inner-content .directory-section.meeting-times .body .meeting-group .meeting p.description {
  margin-top: 14px;
}
.page-information .body-container .content .inner-content .directory-section .address-group {
  margin: 0 0 30px;
}
.page-information .body-container .content .inner-content .directory-section .address-group h6 {
  margin: 0 0 9px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.page-information .body-container .content .inner-content .directory-section .address-group p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.page-information .body-container .content .inner-content .directory-section .address-group p a {
  line-height: 20px;
}
.page-information .body-container .content .inner-content .directory-section .address-group p.name {
  font-weight: 500;
}
.page-information .body-container .content .inner-content .directory-section .address-group p.notes {
  font-size: 14px;
}
.page-information .body-container .content .inner-content .directory-section h2, .page-information .body-container .content .inner-content .directory-section legend {
  margin: 0 0 24px;
  padding: 0 0 17px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 40px;
  color: #333333;
  border-bottom: 1px solid #e4e4e4;
}
.page-information .body-container .content .inner-content .directory-section .search {
  margin: 0 0 33px;
}
.page-information .body-container .content .inner-content .directory-section .search h6 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.page-information .body-container .content .inner-content .directory-section .search .search-group {
  position: relative;
  max-width: 502px;
  width: 100%;
}
.page-information .body-container .content .inner-content .directory-section .search .search-group:after {
  content: url("/images/caret.svg");
  position: absolute;
  bottom: 11.6px;
  left: 342.6px;
  pointer-events: none;
}
.page-information .body-container .content .inner-content .directory-section .search .search-group select {
  width: 370px;
  height: 42px;
  padding: 11px 12px;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  background-color: #f2f2f2;
  border: 0;
  border-radius: 0;
}
.page-information .body-container .content .inner-content .directory-section .search .search-group select::-moz-placeholder {
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.page-information .body-container .content .inner-content .directory-section .search .search-group select::placeholder {
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
@media (max-width: 850px) {
  .page-information .body-container .content .inner-content .directory-section .search .search-group select {
    width: calc(100% - 140px);
  }
}
@media (max-width: 600px) {
  .page-information .body-container .content .inner-content .directory-section .search .search-group select {
    width: 100%;
  }
}
.page-information .body-container .content .inner-content .directory-section .search .search-group .button {
  width: 124px;
  height: 42px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 20px;
  border-radius: 4px;
  background-color: #007ec3;
}
@media (max-width: 600px) {
  .page-information .body-container .content .inner-content .directory-section .search .search-group .button {
    width: 100%;
    margin-top: 10px;
  }
}
.page-information .body-container .content .inner-content .directory-section .addresses:first-child h3 {
  margin-top: 0;
}
.page-information .body-container .content .inner-content .directory-section .addresses h3 {
  margin: 40px 0 24px;
  padding: 0 0 17px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 28px;
  border-bottom: 1px solid #e4e4e4;
}
.page-information .body-container .content .inner-content .directory-section .addresses .address-group {
  width: calc(33.3333333333% - 20.66px);
}
.page-information .body-container .content .inner-content .directory-section .addresses .address-group:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media (max-width: 850px) {
  .page-information .body-container .content .inner-content .directory-section .addresses .address-group {
    width: calc(50% - 20.66px);
  }
  .page-information .body-container .content .inner-content .directory-section .addresses .address-group:nth-last-child(3) {
    margin-bottom: 30px;
  }
  .page-information .body-container .content .inner-content .directory-section .addresses .address-group:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .page-information .body-container .content .inner-content .directory-section .addresses .address-group {
    width: 100%;
  }
  .page-information .body-container .content .inner-content .directory-section .addresses .address-group:nth-last-child(2) {
    margin-bottom: 30px;
  }
  .page-information .body-container .content .inner-content .directory-section .addresses .address-group:last-child {
    margin-bottom: 0;
  }
}

.page-cart {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  max-width: 720px;
  width: 100%;
  padding: 30px 50px 40px 49px;
  background-color: #f8f8f8;
  border-left: 1px solid #d7d7d7;
  z-index: 99;
}
@media (max-width: 766px) {
  .page-cart {
    padding: 40px 20px;
  }
}
.page-cart .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3px 0 13px;
}
.page-cart .header h2, .page-cart .header legend {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  color: #333;
}
.page-cart .header img {
  margin-top: -6px;
  cursor: pointer;
}
.page-cart .products .product-row {
  align-items: center;
  padding: 16px 0;
}
.page-cart .products .flex-1 {
  align-items: center;
  width: 380px;
}
.page-cart .products .flex-1 .remove {
  margin-right: 20px;
  cursor: pointer;
  margin-top: -7px;
}
.page-cart .products .flex-1 .image {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  padding: 13px 0;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
}
@media (max-width: 766px) {
  .page-cart .products .flex-1 .image {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}
.page-cart .products .flex-1 .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-cart .products .flex-1 .title {
  max-width: 240px;
  width: 100%;
  flex: 1;
  margin: 2px 0 0;
}
@media (max-width: 766px) {
  .page-cart .products .flex-1 .title {
    width: 200px;
    font-size: 14px;
    line-height: 24px;
  }
}
.page-cart .products .flex-1 h5 {
  margin: 0 0 3px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 22px;
  color: #3B3E40;
}
.page-cart .products .flex-1 p.qty {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  color: #3B3E40;
}
.page-cart .products .flex-2 {
  align-items: center;
}
@media (max-width: 766px) {
  .page-cart .products .flex-2 {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 15px;
  }
}
.page-cart .products .flex-2 .quantity {
  margin-right: 21px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.page-cart .products .flex-2 .quantity input {
  height: 38px;
  background: white;
}
.page-cart .products .flex-2 .quantity input::-webkit-outer-spin-button,
.page-cart .products .flex-2 .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-cart .products .flex-2 .quantity input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 766px) {
  .page-cart .products .flex-2 .quantity {
    margin: 0;
  }
}
.page-cart .products .flex-2 p {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 26px;
  color: #3b3e40;
}
.page-cart .subtotal {
  padding: 37px 0 0;
}
.page-cart .subtotal h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3b3e40;
}
.page-cart .subtotal h4.price {
  font-weight: bold;
}
.page-cart .subtotal h4.price small {
  font-size: 12.5px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: none;
}
.page-cart .subtotal .button {
  margin: 17px 0;
  width: 100%;
  height: 64px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}
.page-cart .subtotal .button.disabled {
  border: 1px solid #D7D7D7;
  background: #D7D7D7;
  color: #3B3E40;
}
.page-cart .subtotal span {
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 18px;
  color: #3b3e40;
}

/*********************************************
:: Error Page
********************************************/
.page-error {
  position: relative;
  margin-top: -1px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  z-index: 99;
  overflow: hidden;
  padding: 93px 20px 100px;
  /********************************************/
}
@media (max-width: 766px) {
  .page-error {
    padding: 50px 20px;
  }
}
@media (max-width: 600px) {
  .page-error {
    padding-bottom: 0;
  }
}
.page-error .content-full-width {
  max-width: 1000px;
  padding: 0 20px;
}
@media (max-width: 450px) {
  .page-error .flex.justify-between {
    flex-direction: column-reverse;
  }
}
.page-error .image {
  width: 400px;
}
@media (max-width: 1024px) {
  .page-error .image {
    width: 40%;
  }
}
@media (max-width: 600px) {
  .page-error .image {
    width: 100%;
    margin-top: 30px;
  }
}
.page-error .text {
  width: 480px;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .page-error .text {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .page-error .text {
    width: 100%;
  }
}
.page-error .text h1 {
  margin: 0;
  font-size: 120px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 170px;
  color: #3B3E40;
}
.page-error .text h2, .page-error .text legend {
  margin: 0 0 18px;
  font-size: 30px;
  letter-spacing: 0.3px;
  line-height: 38px;
  font-weight: normal;
  color: #3B3E40;
}
.page-error .text h3 {
  margin: 0 0 59px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: normal;
  color: #848484;
}
.page-error .text .button {
  width: 244px;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  line-height: 20px;
}
@media (max-width: 600px) {
  .page-error .text .button {
    width: 100%;
  }
}

/*********************************************
:: resources details Page
********************************************/
.page-resources {
  position: relative;
  margin-top: -1px;
  border-top: 1px solid #E4E4E4;
  padding: 33px 0 0;
  z-index: 1;
  /********************************************/
}
.page-resources .body-container .content {
  max-width: 770px;
}
@media (max-width: 1160px) {
  .page-resources .body-container .content {
    width: calc(100% - 321px);
    padding-right: 50px;
  }
}
@media (max-width: 850px) {
  .page-resources .body-container .content {
    width: calc(100% - 200px);
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .page-resources .body-container .content {
    width: 100%;
    padding: 0;
  }
}
.page-resources .body-container .sidebar {
  max-width: 321px;
  width: 100%;
  padding-left: 53px;
  border-left: 1px solid #e4e4e4;
}
@media (max-width: 850px) {
  .page-resources .body-container .sidebar {
    max-width: 200px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .page-resources .body-container .sidebar {
    max-width: 100%;
    border: 0;
    margin-top: 30px;
    padding: 0;
  }
}
.page-resources .body-container .sidebar .sticky {
  width: 100%;
  position: sticky;
  top: 5%;
  align-self: flex-start;
}
.page-resources .body-container .sidebar .header {
  margin: 0 0 17px;
}
.page-resources .body-container .sidebar h5 {
  margin: 0 0 0 6px;
  color: #979797;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 28px;
}
.page-resources .body-container .sidebar .tags {
  max-width: 216px;
  margin-left: -3px;
}
@media (max-width: 600px) {
  .page-resources .body-container .sidebar .tags {
    max-width: 100%;
  }
}
.page-resources .body-container .sidebar .tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px 6px 0;
  padding: 2px 10px;
  min-height: 24px;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  color: #333333;
  border-radius: 21px;
  border: 1px solid #333333;
}
.page-resources .body-container h4 {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 28px;
  text-transform: uppercase;
  color: #007ec3;
}
.page-resources .body-container h1 {
  margin: 0 0 28px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 45px;
  color: #333;
}
.page-resources .body-container .wysiwyg img {
  margin: 37px auto 43px;
}
.page-resources .body-container .wysiwyg .video-container {
  position: relative;
}
.page-resources .body-container .wysiwyg .video-container:before {
  display: block;
  content: "";
  padding-bottom: 57%;
}
.page-resources .body-container .wysiwyg .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-resources .body-container .return {
  height: 42px;
  width: 128px;
  padding: 11px 14px 0 10px;
  margin: 37px 0 0;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #333333;
  border: 1px solid #979797;
  border-radius: 4px;
  background: white;
}

.page-checkout {
  position: relative;
  margin-top: -1px;
  padding: 60px 0;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  z-index: 99;
}
.page-checkout h1 {
  margin-bottom: 39px;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #303342;
}
.page-checkout .breadcrumbs-module {
  margin-bottom: 40px;
}
.page-checkout .breadcrumbs-module .crumbs p {
  margin: 0;
}
.page-checkout .breadcrumbs-module .crumbs > * {
  color: #303342;
  font-size: 13px;
  line-height: 1.1;
}
.page-checkout .breadcrumbs-module .crumbs > :last-child {
  color: #007ec3;
}
.page-checkout .breadcrumbs-module .back > * {
  color: #303342;
  font-size: 13px;
  line-height: 1.1;
}
.page-checkout .body-container {
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page-checkout .body-container {
    width: 100%;
  }
}
.page-checkout .body-container article {
  max-width: 800px;
  margin: 0 0 10px;
  padding: 10px;
  border-radius: 4px;
}
.page-checkout .body-container article legend {
  margin: 0;
  padding: 0 20px;
  font-family: acumin-pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.page-checkout .body-container article .checkout-step-footer {
  width: 100%;
  display: inline-block;
  margin-top: 0;
  text-align: right;
}
.page-checkout .body-container article .form-field {
  padding-bottom: 20px;
}
.page-checkout .body-container article.active {
  padding: 20px 20px 30px;
  background: #f9f9f9;
}
.page-checkout .body-container article.active legend {
  margin: 10px 0 20px;
  padding: 0;
}
.page-checkout .body-container article.active button {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}
.page-checkout #wrap .cart-summary {
  margin-top: 0;
  margin-bottom: 50px;
}
.page-checkout .message {
  height: 120px;
}
.page-checkout .summary {
  width: 361px;
  margin-right: 2px;
  padding: 34px 30px 43px 30px;
  border-radius: 4px;
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .page-checkout .summary {
    width: 100%;
  }
}
.page-checkout .summary .list-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 13px;
}
.page-checkout .summary .list-row .title h5 {
  margin-bottom: 0;
  color: #303342;
  font-size: 16px;
  font-weight: 700;
}
.page-checkout .summary .list-row .title p {
  margin: -1px 0 0;
  color: #9799a0;
  font-size: 13px;
  font-weight: 400;
}
.page-checkout .summary .list-row .price p {
  margin-bottom: 0;
  color: #303342;
  font-size: 16px;
  font-weight: 900;
}
.page-checkout .summary .list-row .price p span {
  font-size: 13px;
  margin-right: 2px;
  vertical-align: text-bottom;
}
.page-checkout .summary hr {
  margin: 29px 0;
}
.page-checkout .summary .total {
  display: flex;
  align-items: flex-center;
  justify-content: space-between;
}
.page-checkout .summary .total h5 {
  margin: 0;
  color: #303342;
  font-size: 16px;
  font-weight: 700;
}
.page-checkout .summary .total h4 {
  margin: -2px 0 0;
  color: #303342;
  font-size: 26px;
  font-weight: 900;
  font-style: normal;
}
.page-checkout .summary .total h4 span {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: top;
}
.page-checkout .summary .buttons {
  margin-top: 30px;
}
.page-checkout .summary .buttons > *:last-child {
  margin-bottom: 0 !important;
}
.page-checkout .summary .buttons .button {
  width: 100%;
  margin: 0 0 10px;
  cursor: pointer;
}
.page-checkout .summary .buttons .white-btn {
  color: white;
  border-color: #007ec3;
  line-height: 20px;
}
.page-checkout .summary .buttons .white-btn:hover {
  color: white;
  background-color: #303342;
  border-color: #303342;
}
.page-checkout .billing-details-container, .page-checkout .shipping-details-container {
  width: 50%;
}
@media (max-width: 768px) {
  .page-checkout .billing-details-container, .page-checkout .shipping-details-container {
    width: 100%;
  }
}
.page-checkout .billing-details-container h6, .page-checkout .shipping-details-container h6 {
  font-weight: 600;
}
.page-checkout .billing-details-container p, .page-checkout .shipping-details-container p {
  margin-bottom: 5px;
}
.page-checkout .lazyload {
  width: 200px;
  height: auto;
}
@media (max-width: 768px) {
  .page-checkout .lazyload {
    width: 100px;
    height: auto;
  }
}
.page-checkout .accept-label {
  display: flex;
  align-items: center;
  padding: 0 0 15px;
  margin-bottom: 0;
}
.page-checkout .accept-label input {
  margin-top: 0;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.page-success h1 {
  margin: 60px 0 40px;
  text-align: center;
}
.page-success h2, .page-success legend {
  font-size: 42px;
  line-height: 1;
  margin: 0 0 20px;
}

/*********************************************
:: Thank you Page
********************************************/
.page-thanks {
  position: relative;
  margin-top: -1px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  z-index: 99;
  /********************************************/
}
.page-thanks:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background-color: #F8F8F8;
}
@media (max-width: 767px) {
  .page-thanks:after {
    display: none;
  }
}
.page-thanks .body-container {
  position: relative;
  align-items: stretch;
  z-index: 2;
}
.page-thanks .body-container .text {
  width: 55.1%;
  padding: 60px 170px 98px 0;
}
@media (max-width: 767px) {
  .page-thanks .body-container .text {
    width: 100%;
    padding: 40px 0;
  }
}
.page-thanks .body-container .text h1 {
  margin: 0 0 55px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 35px;
  text-transform: uppercase;
  color: #3B3E40;
}
.page-thanks .body-container .text p {
  margin: 0 0 59px;
  color: #848484;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}
.page-thanks .body-container .text .button {
  height: 52px;
  width: 191px;
  padding: 18px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
.page-thanks .body-container .summary {
  width: 44.9%;
  padding: 63px 0 98px 50px;
  background-color: #F8F8F8;
}
@media (max-width: 767px) {
  .page-thanks .body-container .summary {
    margin: 0 -20px;
    padding: 40px 20px;
    width: calc(100% + 40px);
  }
}
.page-thanks .body-container .summary h3 {
  margin: 0 0 38px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 32px;
  text-transform: uppercase;
  color: #3B3E40;
}
.page-thanks .body-container .summary .extra-height {
  height: 10px;
  width: 100%;
}
.page-thanks .body-container .summary .order-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 480px;
  margin: 0 0 10px;
}
@media (max-width: 766px) {
  .page-thanks .body-container .summary .order-row {
    width: 100%;
  }
}
.page-thanks .body-container .summary .order-row p {
  width: 320px;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
@media (max-width: 600px) {
  .page-thanks .body-container .summary .order-row p {
    width: calc(100% - 140px);
  }
}
.page-thanks .body-container .summary .order-row p.title {
  width: 140px;
}
.page-thanks .body-container .summary .order-row.product {
  align-items: center;
  padding: 16px 0;
  margin: -1px 0 0;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}
.page-thanks .body-container .summary .order-row.product .image {
  height: 80px;
  width: 80px;
  padding: 11px;
  border: 0.9px solid #D7D7D7;
  background-color: #FFFFFF;
}
.page-thanks .body-container .summary .order-row.product .image img {
  height: 58px;
  width: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-thanks .body-container .summary .order-row.product .content {
  display: flex;
  align-items: flex-end;
  margin: 1px 0 -1px auto;
  width: 320px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  color: #3B3E40;
}
@media (max-width: 600px) {
  .page-thanks .body-container .summary .order-row.product .content {
    width: calc(100% - 90px);
  }
}
.page-thanks .body-container .summary .order-row.product .content .text {
  width: 247px;
  padding: 0;
}
@media (max-width: 600px) {
  .page-thanks .body-container .summary .order-row.product .content .text {
    width: 70%;
  }
}
.page-thanks .body-container .summary .order-row.product .content .price {
  width: calc(100% - 247px);
  margin-left: auto;
  text-align: right;
}
@media (max-width: 600px) {
  .page-thanks .body-container .summary .order-row.product .content .price {
    width: 30%;
  }
}
.page-thanks .body-container .summary .total-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 32px;
  width: 480px;
}
@media (max-width: 766px) {
  .page-thanks .body-container .summary .total-row {
    width: 100%;
  }
}
.page-thanks .body-container .summary .total-row h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3B3E40;
}

/*********************************************
:: Shop Page
********************************************/
.page-shop .body-container {
  margin-bottom: 30px;
}
.page-shop .body-container .sidebar {
  padding: 53px 0;
}
@media (max-width: 600px) {
  .page-shop .body-container .sidebar {
    width: 100%;
  }
}
.page-shop .body-container .sidebar .inside {
  width: 270px;
}
.page-shop .body-container .sidebar .inside .custom-checkbox-radio {
  padding: 0;
}
@media (max-width: 600px) {
  .page-shop .body-container .sidebar .inside {
    width: 100%;
  }
}
.page-shop .body-container .sidebar .inside h5 {
  color: #333333;
  margin: 0 0 7px;
}
.page-shop .body-container .sidebar .inside .relative {
  margin: 0 0 23px;
}
.page-shop .body-container .sidebar .inside .arrow {
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
.page-shop .body-container .sidebar .inside .dates {
  height: 42px;
  max-width: 119px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  border: 0;
  border-radius: 0;
  background-color: #F2F2F2;
}
@media (max-width: 400px) {
  .page-shop .body-container .sidebar .inside .dates {
    max-width: 150px;
  }
}
.page-shop .body-container .sidebar .inside .search {
  height: 42px;
  padding: 11px 12px 7px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  border-radius: 0;
  border: none;
  background-color: #f2f2f2;
}
.page-shop .body-container .sidebar .inside .search::-moz-placeholder {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
}
.page-shop .body-container .sidebar .inside .search::placeholder {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
}
.page-shop .body-container .sidebar .inside .close {
  position: absolute;
  top: 16px;
  right: 15px;
}
.page-shop .body-container .sidebar .inside .collapse {
  visibility: visible;
}
.page-shop .body-container .sidebar .inside .collapse-row {
  padding: 19px 0 13px;
  border-bottom: 1px solid #979797;
}
.page-shop .body-container .sidebar .inside .collapse-row:first-child {
  padding-top: 0;
}
.page-shop .body-container .sidebar .inside .collapse-row h5 {
  flex: 1;
  margin: 0;
}
.page-shop .body-container .sidebar .inside.search-result .collapse-row {
  padding: 19px 0 13px;
  border-bottom: 1px solid #979797;
}
.page-shop .body-container .sidebar .inside.search-result .collapse-row:first-child {
  padding-top: 0;
}
.page-shop .body-container .sidebar .inside.search-result .collapse-row h5 {
  margin-bottom: 12px;
}
.page-shop .body-container .sidebar .inside.search-result .collapse-row .categories {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}
.page-shop .body-container .content {
  width: 870px;
  padding: 26px 0 0;
}
@media (max-width: 1160px) {
  .page-shop .body-container .content {
    flex: 1;
    margin-left: 30px;
  }
}
@media (max-width: 600px) {
  .page-shop .body-container .content {
    width: 100%;
    flex: 0 0 auto;
    margin: 0;
  }
}
.page-shop .body-container .content .search-data article {
  display: flex;
  flex-direction: column;
}
.page-shop .body-container .content .search-data .body {
  flex: 1;
}
.page-shop .body-container .content .search-data .body a h5 {
  margin-bottom: 20px;
}
.page-shop .body-container .content .search-data .pointer {
  cursor: pointer;
}
.page-shop .body-container .content .search-data .article-link {
  margin-top: auto !important;
}
.page-shop .body-container .content .search-data img {
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-shop .body-container .content .search-data img.arrow {
  height: auto;
}
.page-shop .body-container .content .search-data .date {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 10px;
}
.page-shop .body-container .content .search-data h5 {
  color: #333333 !important;
  margin-bottom: 20px;
}
.page-shop .body-container .content .search-data .wysiwyg {
  margin-bottom: 20px;
  font-size: 16px;
}
.page-shop .body-container .content .search-data .wysiwyg p {
  font-size: 16px;
}
.page-shop .body-container .content .search-data a.link {
  margin-top: 21px;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
}
.page-shop .body-container .content .search-data a.link img {
  margin: -2px 0 0 7px;
  width: 18px !important;
}
.page-shop .body-container .content.video-gallery {
  padding: 50px 0 0;
}
@media (max-width: 600px) {
  .page-shop .body-container .content.video-gallery {
    padding-top: 0;
  }
}
.page-shop .body-container .content.video-gallery article {
  padding: 11px 19px 26px;
  border: 1px solid #e4e4e4;
}
.page-shop .body-container .content.video-gallery article h6 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 20px;
  text-transform: uppercase;
  min-height: 20px;
  color: #007ec3;
}
.page-shop .body-container .content.video-gallery article .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px !important;
}
.page-shop .body-container .content.video-gallery article .video img {
  width: 100%;
}
@media (min-width: 850px) {
  .page-shop .body-container .content.video-gallery article .video img.main-image {
    height: 114px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1160px) {
  .page-shop .body-container .content.video-gallery article .video img.main-image {
    height: 154px;
  }
}
.page-shop .body-container .content.video-gallery article .body {
  padding: 13px 0 0;
  background: #fff;
  justify-content: flex-start;
}
.page-shop .body-container .content.video-gallery article .body h5 {
  color: #333333;
  min-height: 56px;
}
.page-shop .body-container .content.video-gallery article .body p {
  margin-top: 20px;
}
.page-shop .body-container .content.video-gallery article .body a.link {
  margin-top: 21px;
  margin-bottom: -11px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
}
.page-shop .body-container .content.video-gallery article .body a.link img {
  margin: -2px 0 0 7px;
  width: 18px !important;
}
.page-shop .body-container .content.events {
  padding: 50px 0 0;
}
@media (max-width: 600px) {
  .page-shop .body-container .content.events {
    padding: 0;
  }
}
.page-shop .body-container .content.events .article-row {
  width: 100%;
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
}
.page-shop .body-container .content.events .article-row:first-of-type {
  padding-top: 0;
}
.page-shop .body-container .content.events .article-row:last-of-type {
  border-bottom: 0;
}
.page-shop .body-container .content.events .article-row img {
  width: 270px;
}
@media (max-width: 768px) {
  .page-shop .body-container .content.events .article-row img {
    width: 100%;
    margin: 0 0 30px;
  }
}
.page-shop .body-container .content.events .article-row .text {
  width: calc(100% - 294px);
  margin-top: 3px;
}
@media (max-width: 768px) {
  .page-shop .body-container .content.events .article-row .text {
    width: 100%;
  }
}
.page-shop .body-container .content.events .article-row .text h5 {
  margin: 0 0 13px;
}
.page-shop .body-container .content.events .article-row .text p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}
.page-shop .body-container .content.events .article-row .text p.title {
  color: #007ec3;
}
.page-shop .body-container .content.events .article-row .text p.description {
  margin-top: 14px;
}
.page-shop .body-container .content.events .article-row .text p.description a {
  line-height: 20px;
}
.page-shop .body-container .content.events .article-row .text .date {
  width: 54px;
  height: 60px;
  margin-top: -2px;
  margin-right: 16px;
  background-color: #122f4c;
}
.page-shop .body-container .content.events .article-row .text .date .mon {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.page-shop .body-container .content.events .article-row .text .date .day {
  margin: -6px 0 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
}
.page-shop .body-container .content .sort {
  text-align: right;
  margin: 0 0 26px;
}
.page-shop .body-container .content .sort select {
  height: 36px;
  width: 184px;
  padding: 9px 11px 5px;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  border: 1px solid #D0D0D0;
  border-radius: 3px;
  background-color: #FFFFFF;
}
.page-shop .body-container .content .sort select option:disabled, .page-shop .body-container .content .sort select option[disabled] {
  opacity: 0.5;
}
.page-shop .body-container .content .flex.justify-between:after {
  content: "";
  width: calc(33.3% - 19.7px);
  flex: 0 0 calc(33.3% - 19.7px);
}
.page-shop .body-container .content article {
  width: calc(33.3% - 19.7px);
  margin: 0 0 30px;
}
@media (max-width: 850px) {
  .page-shop .body-container .content article {
    width: 100%;
  }
}
.page-shop .body-container .content article img {
  width: 100%;
}
.page-shop .body-container .content article .body {
  min-height: 150px;
  padding: 23px 20px 27px;
  background-color: #F2F2F2;
}
.page-shop .body-container .content article .body h5 {
  color: #007ec3;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
}
.page-shop .body-container .content article .body p {
  margin: auto 0 0;
}
.page-shop .body-container .content .button {
  height: 64px;
  width: 140px;
  padding: 22px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  color: #333333;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  background-color: #FFFFFF;
}

/*********************************************
:: Shop Detail Page
********************************************/
.page-shop-detail {
  position: relative;
  margin-top: -1px;
  border-top: 1px solid #E4E4E4;
  padding: 30px 0 0;
  z-index: 1;
}
.page-shop-detail.events .body-container {
  padding-bottom: 98px;
}
.page-shop-detail.events .flex .main-image {
  position: relative;
  width: 540px;
}
@media (max-width: 1160px) {
  .page-shop-detail.events .flex .main-image {
    width: 40%;
  }
}
@media (max-width: 600px) {
  .page-shop-detail.events .flex .main-image {
    width: 100%;
  }
}
.page-shop-detail.events .flex .main-image img {
  width: 100%;
}
.page-shop-detail.events .flex .main-image .date {
  position: absolute;
  width: 54px;
  height: 60px;
  top: 0;
  left: 0;
  background-color: #122f4c;
}
.page-shop-detail.events .flex .main-image .date .mon {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.page-shop-detail.events .flex .main-image .date .day {
  margin: -6px 0 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
}
.page-shop-detail.events .flex .content {
  max-width: 570px;
  flex: 1;
  margin-top: 5px;
}
@media (max-width: 1160px) {
  .page-shop-detail.events .flex .content {
    width: 60%;
    margin-left: 50px;
  }
}
@media (max-width: 600px) {
  .page-shop-detail.events .flex .content {
    width: 100%;
    flex: 0 0 100%;
    margin: 30px 0 0 !important;
  }
}
.page-shop-detail.events .flex .content .content-row p {
  margin: 0 0 10px;
}
.page-shop-detail.events .flex .content .content-row p:first-child {
  width: 100%;
  max-width: 100px;
  padding-right: 20px;
}
.page-shop-detail.events .flex .content .content-row a {
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.page-shop-detail.events .flex .content .content-row img {
  width: 12px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -5px;
  margin-right: 5px;
}
@media (min-width: 767px) {
  .page-shop-detail.events .flex .content .content-row img {
    margin-top: 0px;
  }
}
.page-shop-detail.events .flex .content .content-row img.access-img {
  height: 8px;
  width: 20px;
  margin-top: -2px;
}
.page-shop-detail.events .flex .content .text.wysiwyg {
  border-top: 1px solid #E4E4E4;
  margin-top: 7px;
  padding-top: 23px;
}
.page-shop-detail.events .upsell-container .box {
  border-top: 1px solid #E4E4E4;
  padding-top: 43px;
}
.page-shop-detail.events .upsell-container .box h3 {
  margin: 0 0 37px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
}
.page-shop-detail.events .upsell-container .box .article-row {
  margin: 0 -15px;
  row-gap: 30px;
}
.page-shop-detail.events .upsell-container .box article {
  width: calc(25% - 30px);
  margin: 0 15px;
  border: 1px solid #e4e4e4;
}
@media (max-width: 600px) {
  .page-shop-detail.events .upsell-container .box article {
    width: 100%;
    margin: 0 15px 30px;
  }
  .page-shop-detail.events .upsell-container .box article:last-child {
    margin: 0 15px 0;
  }
}
.page-shop-detail.events .upsell-container .box article img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 767px) {
  .page-shop-detail.events .upsell-container .box article img {
    height: 110px;
  }
}
@media (min-width: 850px) {
  .page-shop-detail.events .upsell-container .box article img {
    height: 150px;
  }
}
@media (min-width: 1160px) {
  .page-shop-detail.events .upsell-container .box article img {
    height: 186px;
  }
}
.page-shop-detail.events .upsell-container .box article .body {
  padding: 24px 19px 17px;
}
.page-shop-detail.events .upsell-container .box article .body h4 {
  min-height: 48px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 24px;
}
.page-shop-detail.events .upsell-container .box article .body .calendar .details {
  flex: 1;
}
.page-shop-detail.events .upsell-container .box article .body .calendar p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}
.page-shop-detail.events .upsell-container .box article .body .calendar p.title {
  color: #007ec3;
}
.page-shop-detail.events .upsell-container .box article .body .calendar p.description {
  margin-top: 14px;
}
.page-shop-detail.events .upsell-container .box article .body .calendar p.description a {
  line-height: 20px;
}
.page-shop-detail.events .upsell-container .box article .body .calendar .date {
  width: 54px;
  height: 60px;
  margin-top: -2px;
  margin-right: 16px;
  background-color: #122f4c;
}
.page-shop-detail.events .upsell-container .box article .body .calendar .date .mon {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.page-shop-detail.events .upsell-container .box article .body .calendar .date .day {
  margin: -6px 0 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
}
.page-shop-detail.national-conference {
  padding-top: 0;
}
.page-shop-detail.national-conference .body-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-shop-detail.national-conference .body-container h4 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: #007ec3;
}
.page-shop-detail.national-conference .body-container .flex .content {
  margin-top: 3px;
}
.page-shop-detail.national-conference .body-container .flex .content .button {
  margin: 7px 0 23px 100px;
  padding: 23px 24px 23px 24px;
}
.page-shop-detail.national-conference .body-container .flex .content .text.wysiwyg {
  padding-top: 33px;
}
.page-shop-detail.national-conference .body-container .flex .content .description {
  width: 399px;
}
.page-shop-detail.national-conference .body-container .flex .content .description p {
  max-width: 100%;
  width: 399px;
}
.page-shop-detail.national-conference .body-container .flex .content .description a {
  color: #81b1ce;
}
.page-shop-detail.national-conference .speakers-container .header {
  position: relative;
  text-align: center;
  margin: 0 0 47px;
}
.page-shop-detail.national-conference .speakers-container .header h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  background: white;
  padding: 0 20px;
  z-index: 2;
}
.page-shop-detail.national-conference .speakers-container .header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  top: 50%;
  left: 0;
}
.page-shop-detail.national-conference .speakers-container .speakers {
  margin: 0 -41.5px;
}
@media (max-width: 850px) {
  .page-shop-detail.national-conference .speakers-container .speakers {
    margin: 0 -15px;
  }
}
.page-shop-detail.national-conference .speakers-container .speakers article {
  width: calc(25% - 83px);
  margin: 0 41.5px 48px;
}
@media (max-width: 850px) {
  .page-shop-detail.national-conference .speakers-container .speakers article {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
  }
}
@media (max-width: 600px) {
  .page-shop-detail.national-conference .speakers-container .speakers article {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}
.page-shop-detail.national-conference .speakers-container .speakers article img {
  width: 100%;
  margin: 0 0 24px;
}
.page-shop-detail.national-conference .speakers-container .speakers article h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
}
.page-shop-detail.national-conference .speakers-container .speakers article p {
  margin: 0;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  text-align: center;
}
.page-shop-detail.national-conference .sponsors-container {
  padding-top: 3px;
}
.page-shop-detail.national-conference .sponsors-container .header {
  position: relative;
  text-align: center;
  margin: 0 0 62px;
}
.page-shop-detail.national-conference .sponsors-container .header h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  background: white;
  padding: 0 20px;
  z-index: 2;
}
.page-shop-detail.national-conference .sponsors-container .header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  top: 50%;
  left: 0;
}
.page-shop-detail.national-conference .sponsors-container .sponsors {
  margin: 0 -27.5px;
  row-gap: 40px;
}
@media (max-width: 850px) {
  .page-shop-detail.national-conference .sponsors-container .sponsors {
    margin: 0 -15px;
    row-gap: 30px;
  }
}
.page-shop-detail.national-conference .sponsors-container .sponsors article {
  position: relative;
  width: calc(20% - 53.8px);
  margin: 0 26.8px;
  border: 1px solid #E4E4E4;
  background-color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 850px) {
  .page-shop-detail.national-conference .sponsors-container .sponsors article {
    width: calc(20% - 15px);
    margin: 0 7.5px;
  }
}
@media (max-width: 600px) {
  .page-shop-detail.national-conference .sponsors-container .sponsors article {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }
}
.page-shop-detail.national-conference .sponsors-container .sponsors article:before {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  display: block;
}
.page-shop-detail.national-conference .sponsors-container .sponsors article .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.page-shop-detail.partnerships {
  padding-top: 0;
  z-index: 96;
}
.page-shop-detail.partnerships .body-container {
  padding-top: 83px;
  padding-bottom: 64px;
}
.page-shop-detail.partnerships .body-container h4 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: #007ec3;
}
.page-shop-detail.partnerships .body-container .flex .content {
  margin-top: 3px;
}
.page-shop-detail.partnerships .body-container .flex .content .button {
  margin: 7px 0 23px 100px;
  padding: 23px 24px 23px 24px;
}
.page-shop-detail.partnerships .body-container .flex .content .text.wysiwyg {
  padding-top: 33px;
}
.page-shop-detail.partnerships .main-container .header {
  position: relative;
  text-align: center;
  margin: 0 0 36px;
}
.page-shop-detail.partnerships .main-container .header h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  background: white;
  padding: 0 20px;
  z-index: 2;
}
.page-shop-detail.partnerships .main-container .header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  top: 50%;
  left: 0;
}
.page-shop-detail.partnerships .main-container .partners {
  margin: 0 -35px;
}
@media (max-width: 850px) {
  .page-shop-detail.partnerships .main-container .partners {
    margin: 0 -15px;
  }
}
.page-shop-detail.partnerships .main-container .partners article {
  position: relative;
  width: calc(25% - 70px);
  margin: 0 35px 41px;
  border: 1px solid #E4E4E4;
  background-color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 850px) {
  .page-shop-detail.partnerships .main-container .partners article {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
  }
}
@media (max-width: 600px) {
  .page-shop-detail.partnerships .main-container .partners article {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}
.page-shop-detail.partnerships .main-container .partners article:before {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  display: block;
}
.page-shop-detail.partnerships .main-container .partners article .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.page-shop-detail.partnerships .main-container .partners article img {
  width: 100%;
}
.page-shop-detail.partnerships .more-container {
  padding-top: 3px;
}
.page-shop-detail.partnerships .more-container .header {
  position: relative;
  text-align: center;
  margin: 0 0 62px;
}
.page-shop-detail.partnerships .more-container .header h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  background: white;
  padding: 0 20px;
  z-index: 2;
}
.page-shop-detail.partnerships .more-container .header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  top: 50%;
  left: 0;
}
.page-shop-detail.partnerships .more-container .partners {
  margin: 0 -27.5px;
}
@media (max-width: 850px) {
  .page-shop-detail.partnerships .more-container .partners {
    margin: 0 -15px;
  }
}
.page-shop-detail.partnerships .more-container .partners article {
  position: relative;
  width: calc(20% - 53.8px);
  margin: 0 26.8px 39px;
  border: 1px solid #E4E4E4;
  background-color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 850px) {
  .page-shop-detail.partnerships .more-container .partners article {
    width: calc(20% - 15px);
    margin: 0 7.5px;
  }
}
@media (max-width: 600px) {
  .page-shop-detail.partnerships .more-container .partners article {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }
}
.page-shop-detail.partnerships .more-container .partners article:before {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  display: block;
}
.page-shop-detail.partnerships .more-container .partners article:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.page-shop-detail.partnerships .more-container .partners article .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-shop-detail .body-container .return {
  height: 42px;
  width: 128px;
  padding: 11px 14px 0 10px;
  margin: 0 0 30px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #333333;
  border: 1px solid #979797;
  border-radius: 4px;
  background: white;
}
.page-shop-detail .body-container .flex .gallery {
  width: 370px;
}
@media (max-width: 850px) {
  .page-shop-detail .body-container .flex .gallery {
    width: 40%;
    margin-right: 40px;
  }
}
@media (max-width: 600px) {
  .page-shop-detail .body-container .flex .gallery {
    width: 100%;
    margin: 0 0 30px;
  }
}
.page-shop-detail .body-container .flex .gallery .main-slideshow {
  width: 100%;
  margin: 0 0 13px;
}
.page-shop-detail .body-container .flex .gallery .main-slideshow img {
  width: 100%;
}
.page-shop-detail .body-container .flex .gallery .nav-slideshow {
  max-width: 240px;
  margin: 0 auto;
}
.page-shop-detail .body-container .flex .gallery .nav-slideshow img {
  padding: 0 5px;
  opacity: 0.3;
  cursor: pointer;
}
.page-shop-detail .body-container .flex .gallery .nav-slideshow .slick-current img {
  opacity: 1;
}
.page-shop-detail .body-container .flex .content {
  max-width: 570px;
  flex: 1;
  margin-top: 5px;
}
@media (max-width: 600px) {
  .page-shop-detail .body-container .flex .content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.page-shop-detail .body-container .flex .content h1 {
  margin: 0 0 18px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 45px;
  color: #333333;
}
.page-shop-detail .body-container .flex .content .price {
  margin: 0 0 17px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  color: #333333;
}
.page-shop-detail .body-container .flex .content .qty {
  position: relative;
  align-items: center;
  margin: 0 0 30px;
}
.page-shop-detail .body-container .flex .content .qty:after {
  position: absolute;
  content: url("/images/caret.svg");
  height: 4.8px;
  width: 8.8px;
  top: 8px;
  left: 84px;
}
.page-shop-detail .body-container .flex .content .qty span {
  margin-right: 11px;
  margin-top: 3px;
  color: #333333;
  font-size: 12.5px;
  letter-spacing: 0;
  line-height: 24px;
}
.page-shop-detail .body-container .flex .content .qty select {
  height: 36px;
  width: 71px;
  padding: 9px 12px 6px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #333333;
  border: 1px solid #D0D0D0;
  border-radius: 3px;
  background-color: #FFFFFF;
}
.page-shop-detail .body-container .flex .content .button {
  height: 64px;
  padding: 23px 25px 23px 24px;
  margin: 0 0 51px;
}
.page-shop-detail .body-container .flex .content .tab .tab-header {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
}
.page-shop-detail .body-container .flex .content .tab .tab-header a {
  display: block;
  margin-right: 30px;
  padding-bottom: 19px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 15px;
  color: #979797;
  cursor: pointer;
}
.page-shop-detail .body-container .flex .content .tab .tab-header a.active {
  color: #007EC3;
  position: relative;
}
.page-shop-detail .body-container .flex .content .tab .tab-header a.active:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #007EC3;
  position: absolute;
  bottom: -1px;
}
.page-shop-detail .body-container .flex .content .tab .tab-content {
  padding-top: 23px;
}
.page-shop-detail .body-container .flex .content .tab .tab-content .active-tab {
  color: #007EC3;
  border-bottom: 1px solid #007EC3;
}
.page-shop-detail .body-container .flex .content .tab .tab-content .video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.page-shop-detail .body-container .flex .content .tab .tab-content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************************************
:: JS Plugins
********************************************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*********************************************
:: Slick Slideshow
********************************************/
/*******************************************/
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/*******************************************/
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: block;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  transform: translate(0, -50%);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Material Icons";
  font-size: 55px;
  line-height: 1;
  color: #394e54;
  opacity: 1;
}

.slick-prev {
  left: -20px;
}
@media (min-width: 767px) {
  .slick-prev {
    left: -60px;
  }
}
.slick-prev:before {
  content: "\e408";
}

.slick-next {
  right: -20px;
}
@media (min-width: 767px) {
  .slick-next {
    right: -60px;
  }
}
.slick-next:before {
  content: "\e409";
}

/*******************************************/
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  padding: 5px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
}
.slick-dots li button:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "Material Icons";
  font-size: 45px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

/*******************************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}

@media (min-width: 640px){
  .sm\:max-w-\[500px\]{
    max-width: 500px;
  }
}

@media (min-width: 768px){
  .md\:mr-\[60px\]{
    margin-right: 60px;
  }
  .md\:flex{
    display: flex;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-\[250px\]{
    max-width: 250px;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:p-\[40px\]{
    padding: 40px;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  .lg\:max-w-\[970px\]{
    max-width: 970px;
  }
}

/*# sourceMappingURL=app.css.map*/