﻿
.vjs-fullscreen-control {
  display: none;
}

::-webkit-input-placeholder { color: inherit; }
::-moz-placeholder { color: inherit; }
:-ms-input-placeholder { color: inherit; }
:-moz-placeholder { color: inherit; }

input:focus:-moz-placeholder { opacity: 0; }
input:focus:-ms-input-placeholder { opacity: 0; }
input:focus::-moz-placeholder { opacity: 0; }
input:focus::-webkit-input-placeholder { opacity: 0; }

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {  -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance: textfield!important; -webkit-appearance: unset!important; }

.no-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

.lazy-scroll{ overflow: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }

.forcewrap {
    -ms-word-break: break-all;
    word-break: break-all;

 /* Non standard for webkit */
     word-break: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}

video { width: 100% !important; height: auto !important; }

input[type=text],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
input[type=date],
div.fake-input,
textarea,
select { width: 100%; font-family: inherit; font-size: inherit; color: inherit; padding: 0 20px; height: 50px; line-height: 50px; border-radius: 5px; background-color: #F2F4F5; border: 1px solid #DDDEE5; }

textarea { -webkit-appearance: none; padding: 0 20px; resize: none; height: auto; line-height: unset; padding-top: 15px; padding-bottom: 15px; display: block; }
 
input[type=text],select{ -webkit-appearance: none; }

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=date]:focus,
select:focus,
textarea:focus{ box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05); }

select::-ms-expand {  display: none; }
input[type=email]::-ms-clear,
input[type=text]::-ms-clear { display: none; }

.fake-input{ position: relative; }
.fake-input div.value{ padding: 0 20px; border: none; border-radius: 5px; line-height: 48px; color: #aaa; border: 1px solid #d3d3d3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fake-input input{ opacity: 0; position: absolute; width: 100%; top: 0; left: 0;}
.fake-input input:user-invalid + div{ border: 1px solid rgba(210,15,20,0.5)!important; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05); background: rgba(229,5,81,0.2)!important; color: #D20F14; }

form *:user-invalid{ border: 1px solid rgba(210,15,20,0.5)!important; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05); background-color: #FAF6F6!important; color: #D20F14; }


form .field{ margin-bottom: 30px; }
form .field > label {
    color: var(--primary);
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

form div.label {
    margin-bottom: .25rem;
    text-transform: uppercase;
    color: #222;
    font-size: 18px;
    font-weight: 500;
}

form .field label > em{ color: #D20F14!important; }

form .field div.required-text{ display: none; }

.select { position: relative; }
.select select { position: relative; z-index: 2; width: 100%; }
.select:after { content: ""; display: block; position: absolute; top: 50%; right: 15px; line-height: 0; z-index: 2; background: url(svg/chevron-down.svg); width: 18px; height: 18px; background-size: cover; margin-top: -9px; pointer-events: none; }

form .transparent{ position: absolute; top: 0; opacity: 0; pointer-events: none; }

form .disabled{ position: relative; z-index: 1; display: block; }
form .disabled:before{ content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }
form .disabled *{ opacity: 0.5; }

form .placeholder{ position: relative; z-index: 1; margin-bottom: 20px; }
form .placeholder > label{ position: absolute; top: 16px; left: 20px; color: #696D69; font-size: 14px; line-height: 1; margin-bottom: 0!important; transition: all .2s ease; pointer-events: none; }

form .placeholder { position: relative; }
form .placeholder label.active,
form .placeholder label.sticky,
form .placeholder > input:focus + label,
form .placeholder > textarea:focus + label{ top: -4px; font-size: 10px; z-index: 3; }

form .placeholder label.sticky{ transition: unset; }

/*
form .placeholder > input:focus + label::after,
form .placeholder > textarea:focus + label::after,
*/

form .placeholder label.active::after,
form .placeholder label.sticky::after{ content: ""; display: block; position: absolute; height: 100%; top: 0; z-index: -1; width: calc(100% + 10px); margin-left: -5px; background-color: #fff; }

form .placeholder .alert + label{ z-index: 2; }

form .placeholder > label > em{ color: red; }
form .placeholder{ margin: 10px 0; }


div.spinners-wrapper{ position: relative; z-index: 1; display: inline-block; width: 150px; vertical-align: top; }
div.spinners-wrapper {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.tooltip {
  --tooltipColor: rgba(229, 229, 229);
	position: absolute;
	background: var(--tooltipColor);
	border: 4px solid var(--tooltipColor);
  border-radius: 3px;
  padding: 5px 7px;
  visibility: hidden;
  white-space: nowrap;
  z-index: 999;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.333333;  
  transform: translateX(calc(-50% + 13px));
  bottom: calc(100% + 6px);
}
.tooltip:after, .tooltip:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltip:after {
	border-top-color: var(--tooltipColor);
	border-width: 5px;
	margin-left: -5px;
}
.tooltip:before {
	border-top-color: var(--tooltipColor);
	border-width: 11px;
	margin-left: -11px;
}

.ease{ transition: all 0.3s ease; }
.multiply{ mix-blend-mode: multiply; }

body.fixed{ overflow: hidden; }

.left{ float: left; }
.right{ float: right; }
.clear{ clear: both ;}
.alignright{ text-align: right; }
.alignleft{ text-align: left; }
.cursor{ cursor: pointer; }
.center{ text-align: center; }
.abscenter{ position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.relative{ position:relative; } 
.ucase{ text-transform: uppercase; }
.capitalize{ text-transform: capitalize; }

article div.text ul li{ padding-left: 15px; }
article ul li + li{ margin-top: 0; }
article ul li:before { content:""; display: block; width: 4px; height: 4px; border-radius: 50%; position: absolute; top: .6em; left: 0; background-color: currentColor; }

ol{ margin-left: 17px; }
ol li{ margin-bottom: 17px; }

ul.accordion > li::before{ display: none!important; }
ul.accordion li div.toggler { padding-right: 50px; cursor: pointer; }
ul.accordion li div.toggler::after { content: ""; display: block; width: 24px; height: 24px; background: url(svg/chevron-down.svg) center center no-repeat; position: absolute; top: 0; right: 0; transition: .2s; }
ul.accordion li.open div.toggler::after { transform: rotate(-180deg); }

ul.accordion li div.wrapper { text-wrap: pretty; display: grid; grid-template-rows: 0fr; transition: grid-template-rows 250ms; }
ul.accordion li.open div.wrapper { grid-template-rows: 1fr; }
ul.accordion li div.wrapper > div { overflow: hidden; }

article.faq div[itemprop=mainEntity] + div[itemprop=mainEntity]{ margin-top: 12px; }
article.faq div[itemprop=mainEntity] { position: relative; border: 1px solid var(--borderColor); padding: 20px; border-radius: 16px; max-width: 716px; width: 100%;  }
article.faq div[itemprop=name] { padding-right: 75px; cursor: pointer; }
article.faq div[itemprop=name]::after { content: ""; display: block; width: 48px; height: 48px; background: url(svg/faq-plus.svg) center center no-repeat; position: absolute; top: 9px; right: 20px; transition: .25s }

/*article.faq div[itemprop=mainEntity].open div[itemprop=name]::after { transform: rotate(-180deg); }*/
article.faq div[itemprop=mainEntity].open div[itemprop=name]::after { background: url(svg/faq-minus.svg) center center no-repeat; }

article.faq div[itemprop=acceptedAnswer] { text-wrap: pretty; display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0ms; max-width: 70ch; }
article.faq div[itemprop=acceptedAnswer] > div { overflow: hidden; }
article.faq div[itemprop=mainEntity].open div[itemprop=acceptedAnswer] { grid-template-rows: 1fr; margin-top: 24px; }

article.faq a.button.arrow{ margin-top: 37px; }

table{ border-collapse: collapse; }
table td, table th{ padding: 0; }

.radio-list .radio{ margin-bottom: 15px; }
.radio-list .radio:last-child{ margin: 0; }

.radio label{ cursor: pointer; padding-left: 30px; position: relative; line-height: 22px; display: inline-block; }
.radio input{ opacity: 0; position: absolute; z-index: -1; }
.radio input + label:before{ content: ""; display: block; height: 22px; width: 22px; background-color: #fff; cursor: pointer; position: absolute; top: -1px; left: 0; border-radius: 50%; border: 1px solid rgba(77,77,77,0.5); }
.radio input:checked + label:after{ content: ""; display: block; width: 14px; height: 14px; background-color: var(--primary); border-radius: 50%; position: absolute; top: 3px; left: 4px; }

.checkbox label:before,
.radio label:before { display: inline-block; }

.checkbox{
  --checkboxWidth: 22px;
  --checkboxHeight: 22px;
}
.checkbox label{ cursor: pointer; padding-left: 30px; position: relative; line-height: 22px; display: inline-block; }
.checkbox input{ opacity: 0; position: absolute; z-index: -1; height: var(--checkboxHeight); width: var(--checkboxWidth); margin-left: 7px; margin-top: 3px; pointer-events: none; }
.checkbox input + label:before{ content: ""; display: block; height: var(--checkboxHeight); width: var(--checkboxWidth); background-color: #fff; cursor: pointer; position: absolute; top: -1px; left: 0; border: 1px solid rgba(77,77,77,0.3); border-radius: 2px; }

.checkbox input:checked  + label:before{ background-color: var(--primary); }
.checkbox input:checked  + label:after{
	content: "";
    display: block;
    width: 7px;
    height: 14px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    top: 2px;
}

.checkbox-list .checkbox{ margin-bottom: 15px; }
.checkbox-list .checkbox:last-child{ margin: 0; }

.checkbox label a{ border-bottom: 1px solid #aaa; }

.context-menu,
.dd{ display: block; position: relative; color: inherit; z-index: 3; text-align: left!important; }

.context-menu.clicked,
.dd.clicked{ z-index: 4; }

.context-menu > label,
.dd > label{ cursor: pointer; background-color: #fff; line-height: 39px; display: inline-block; color: inherit; padding: 0 16px; padding-right: 60px; border: 1px solid #1C1B1B; position: relative; }

.context-menu.clicked > label,
.dd.clicked > ul,
.dd.clicked > label{ box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05); }

.dd > label + input[type=hidden]{ display: none; }
.dd > label em{ display: none!important; }

.context-menu > label::after,
.dd > label::after{ content: ""; display: block; position: absolute; top: 50%; right: 16px; margin-top: -12px; width: 24px; height: 24px; background: url(svg/chevron-down.svg); background-size: cover; transition: all .2s ease; }

.context-menu.clicked > label::after,
.dd.clicked > label::after{ transform: rotate(-180deg); }

.dd > label.alert{ color: #9F4343; }

.context-menu > label::after,
.dd > label.alert::after{ background: url(svg/chevron-down.svg); }

.context-menu > ul,
.dd > ul{ position: absolute; z-index: -1; width: 100%; top: 100%; background-color: #fff; display: none; border-top: 1px solid #8C1E2E; border-bottom: 1px solid #8C1E2E;; max-height: 440px; overflow: auto; }

.dd > ul li{ padding: 8px 15px; background: #fff; color: initial; }

.dd > ul li:first-child.True{ display: none; }
.dd > ul li:hover{ background: #BE9155; color: #fff; cursor: pointer; }
.dd > ul li.True{ background: #8C1E2E; color: #fff; }

.dd > select{ position: absolute; top: 0; width: 100%; height: 100%; pointer-events: none; opacity: 0; }
.dd > select:user-invalid{ opacity: 1; }

header .context-menu > ul{ width: 343px; padding: 0 32px; background-color: var(--color2); }
header .context-menu > ul li{ padding: 0; color: initial; opacity: .6; border: 2px solid transparent; }
header .context-menu > ul li::before{ content: ""; display: inline-block; vertical-align: top; width: 24px; height: 24px; background: url(svg/ArrowRight-white.svg) no-repeat; background-size: contain; margin-right: 7px; }

header .context-menu > ul li{ margin: 32px 0; }
header .context-menu > ul li small{ color: #fff; display: block; margin-top: 5px; }

header .context-menu > ul li:hover{ opacity: 1; }
header .context-menu > ul li:hover::before{ opacity: 1; }

header .context-menu > ul li.selected { opacity: 1; border: 2px solid #fff; padding: 16px; }

header .context-menu > ul li.selected::before,
header .context-menu > ul li.selected small{ display: none; }


a.x,
span.x{ width: 16px; height: 16px; position: absolute; right: 0; display: block; background: url(white-x.svg) no-repeat; top: -25px; cursor: pointer; }

.fs-video .container span.x{ top: -25px; right: 15px; z-index: 2; }


.video-frame { overflow: hidden; padding-top: 56.25%; position: relative; }
.video-frame iframe,
.video-frame video { border: 0; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

div.image img + div.video-frame{ position: absolute; z-index: 1; inset: 0; }

dialog{ top: 50%; transform: translateY(-50%); max-width: 100%; margin: 0  auto; border: none; background: none; padding: 0; overflow: visible; }
dialog::backdrop { background: rgb(0 0 0 / 0.5); }
dialog[open] .content{ max-height: calc(100dvh - 100px); overflow: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; max-width: calc(100vw - calc(var(--bs-gutter-x)*2)); background-color: #fff;; margin: 0 auto; }

dialog .content{ width: 345px; padding: 24px; }
dialog .content.wide{ width: 770px; padding: 40px 30px; }

dialog .content h2 + p{ margin-top: 1rem; }
dialog .content .field{ position: relative; }

button.play{
  border: none; 
  padding: 0;
  background: url(svg/play.svg); 
  background-size: contain;
  width: 105px; 
  height: 106px; 
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); 
  cursor: pointer; 
  display: block;
  z-index: 1;
  transition: unset;
}
button.play:hover{ opacity: .75; }

aside.ipcheck-wrapper{ position: fixed; z-index: 999; background-color: #fff; font-size: 10px; top: 50vh; }
aside.ipcheck-wrapper > h3{ background-color: #ff9900; font-size: 10px; margin: 0; color: #fff; padding: 5px 10px; }
aside.ipcheck-wrapper > div{ padding: 5px 10px; }
aside.ipcheck-wrapper > div + div{ border-top: 1px solid #eee; }

article.center-text div.text{ margin: 0 auto; max-width: 650px; text-align: center; }

article.center-text + section.facts-video{ padding-top: 0; }


section.facts-video div.row{ --bs-gutter-x: 6px!important; }
section.facts-video div.fact{ width: 353px; background: linear-gradient(180deg, #EBEDD9 0%, #DDE0C5 100%); border-radius: 16px; padding: 27px 35px 35px 35px; }
section.facts-video div.video-wrapper{ position: relative; width: 297px; border-radius: 16px; border: 16px solid #EBEDD9; margin: 0 auto; }

section.facts-video div.video{ padding-top: 163.67%; position: relative; background: linear-gradient(180deg, #EBEDD9 0%, #DDE0C5 100%);  }
section.facts-video div.video video{ position: absolute; inset: 0; height: 100%; height: 100%!important; object-fit: cover; border-radius: 8px; }
section.facts-video div.fact div.h2,
section.facts-video div.fact h2{ font-weight: 600; font-size: 56px; line-height: 1.28571; letter-spacing: -0.03em; }
section.facts-video div.align-self-end div.fact{ margin-bottom: 80px; }
section.facts-video div.align-self-start div.fact{ margin-top: 40px; }
section.facts-video > svg{ position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -1; max-width: 100%; }

article.default{ padding: 110px 0; overflow: hidden; }

article.default h2 { max-width: 25ch; }

article.default div.image{ max-width: 515px; }
article.default div.image img{ border-radius: 12px; }
article.default div.image svg{ position: absolute; top: 20%; left: 50%; transform: translateX(-50%); z-index: -1; }
article.default div.row + div.row{ margin-top: 50px; }
article.default div.eyebrow{ margin-bottom: 49px; }
article.default div.h3{ margin-bottom: 34px; }

section.events .card{ display: block; border: 1px solid var(--borderColor); padding: 20px; border-radius: 20px; width: 403px; }
section.events .card div.image{ padding-top: 100%; margin-bottom: 20px; }
section.events .card div.image img{ border-radius: 12px; position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; }

section.events .card div.text { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 36px; height: 100px; }

section.events .card div.text div.h3{ margin-bottom: 12px; }
section.events .card div.location { display: inline-block; height: 29px; line-height: 29px; border: 1px solid var(--blue); border-radius: 15px; padding: 0 8px; margin-bottom: 12px; color: var(--blue); }
section.events .card div.location::before{ content: ""; display: inline-block; width: 9px; height: 12px; background: url(svg/location-pin.svg) center center no-repeat; background-size: contain; margin-right: 4px; }
section.events .card div.date{ margin-top: 12px; gap: 12px; color: var(--blue); }

section.events div.row + div.row{ margin-top: 30px; }
section.events div.row{ --bs-gutter-y: 24px!important; --bs-gutter-x: 12px!important; }

article.faq h2{ max-width: 19ch; margin-bottom: 36px; } 

a.hover:hover p.arrow_box{ opacity: 1; }
.arrow_box {
	position: relative;
	background: rgba(27, 27, 27, .8);
  color: #fff;
  padding: 20px;
  border-radius: 16px;
  position: absolute;
  bottom: calc(100% + 5px);
  right: 50%;
  transform: translateX(50%);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01em;;
  width: 346px;
  max-width: 100vw;
  text-align: left;
  opacity: 0;
  pointer-events: none;
}

.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(27, 27, 27, 0);
	border-top-color: rgba(27, 27, 27, .8);
	border-width: 10px;
	margin-left: -10px;
}

footer{ background-color: var(--pink); padding: 32px 0 0 0; }

footer div.card{ position: relative; color: #fff; 
  padding-top: min(max(60px, 4vw), 80px);
  padding-bottom: min(max(60px, 4vw), 80px);

  padding-left: min(max(36px, 4vw), 100px);
  padding-right: min(max(36px, 4vw), 100px);
  border-radius: 12px; overflow: hidden;
}

footer div.card div.image{ position: absolute; inset: 0; z-index: 1; }
footer div.card div.image::after{ content: ""; display: block; position: absolute; inset: 0; z-index: 1; background: rgba(40, 46, 103, 1); mix-blend-mode: overlay; }
footer div.card div.image img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
footer div.card::before{ content: ""; display: block; position: absolute; inset: 0; z-index: 2; background: linear-gradient(110.89deg, #282E67 29.32%, rgba(40, 46, 103, 0) 83.05%); }
footer div.card div.text{ position: relative; z-index: 3; }
footer div.card div.text div.display{ max-width: 20ch; font-weight: 700; font-size: min(max(36px, 3vw), 60px); line-height: 1; margin: 0; text-wrap: pretty; letter-spacing: -0.01em; margin-bottom: 28px; }


footer div.SoMe{ display: flex; gap: 12px; padding-right: 50px; }
footer div.container > div.row{ padding-top: 42px; padding-bottom: 42px; }
footer .links{ font-size: 14px; font-weight: 600; line-height: 1.25; letter-spacing: 0.02em; text-transform: uppercase; }
footer .flex { gap: 24px; }
footer .flex a{ white-space: nowrap; }

footer a.contact{ margin-left: 150px; }

@media (hover: hover) and (pointer:fine) {
  
  header nav ul li a:hover{ color: var(--primary); }

  .outline:hover,
  .button:hover{ border: 1px solid var(--primary); color: var(--primary); background-color: #fff; }

  section.events .card:hover{ background-color: var(--blue); color: #fff; transition: .25s; }
  section.events .card:hover *{ color: #fff; }
  section.events .card:hover div.location { background: rgba(235, 236, 250, 0.2); color: #fff; border: unset; }
  section.events .card:hover div.location::before{ background: url(svg/location-pin-white.svg) center center no-repeat; background-size: contain; }

  .arrow:hover::after{ background: url(svg/Arrow-blue.svg) center center no-repeat; }

}

@media (max-width: 1199px){
  footer a.contact{ margin-left: 75px; }
}

@media (max-width: 991px){

    section.events .card { width: 40vw; }

    footer a.contact{ margin-left: 0; }
    footer div.links > div{ width: 50%; text-align: right!important; margin-bottom: 10px; }

    footer div.row.align-items-center{ align-items: start!important; }

}

@media (max-width: 767px){


  section.events .card { width: 75vw; }
  a.hover > p.arrow_box{ display: none; }

  article.default div.col-md + div.col-md,
  article div.container > div.row > div.col-md-6 + div.col-md-6  { margin-top: 2rem; }

  footer div.links > div{ width: 100%; }

  section.facts-video div.row > div{ width: 100%; }
  section.facts-video div.fact{ width: 255px; }
  section.facts-video div.align-self-end div.fact { margin-bottom: 8px; }
  section.facts-video div.align-self-start div.fact { margin-top: 8px; float: right; }
  section.facts-video div.video{ margin: 0 auto; }


}

@media (max-width: 575px){
  
  table.responsive{ display: block; }
  table.responsive thead{ display: none; }
  table.responsive tbody{ display: block; border-top: 1px solid #999; }
  table.responsive tbody tr{ display: flex; flex-wrap: wrap; border-bottom: 1px solid #999; padding: 5px 0; }
  table.responsive tbody tr td:nth-child(1){ font-weight: bold; }
  table.responsive tbody tr td{ width: 100%; border: none; padding: 0; height: unset!important; padding: 5px 0; }
  table.responsive tbody tr td::before{ content: attr(data-label); display: block; font-weight: normal; opacity: .7; }

  footer div.container > div.row { padding-bottom: 12px; }
  footer div.SoMe{ margin-bottom: 24px; }
  footer div.container > div.row + div.row{ padding-top: 0; }
  footer p.large{ margin-bottom: 42px; }
  footer .links { padding-bottom: 12px; }

  footer svg.dra-logo{ width: 140px; height: auto; }

  article.default{ padding: var(--defaultPadding) 0; }
  article.default div.eyebrow { margin-bottom: 23px; }

  section.facts-video div.fact{ font-size: 14px; }
  section.facts-video div.fact strong{ font-size: 16px; }
  section.facts-video div.fact p:empty { min-height: 12px; }

  section.events .card{ font-size: 14px; }
  section.events .card div.location { height: 26px; line-height: 26px; font-size: 14px; }

  section.events div.container{ margin-bottom: 55px; }
  section.events a.button.arrow { position: absolute; bottom: -55px; left: 24px; }

  article.faq h2 { max-width: unset; margin-bottom: 36px; }
  article.faq a.button.arrow{ margin-top: 27px; }

}

