/*
Theme Name: Twenty Twenty Five
Author: hello@stefanushosea.com
Template: nusantara
Version: 3.7.2025
*/

/* Global */
*{
    scroll-behavior: smooth;
    transition: all .5s ease
}
img{user-drag: none; user-select: none;-moz-user-select: none;-webkit-user-drag: none;-webkit-user-select: none;-ms-user-select: none;}
::selection {
    background-color: transparent;
    color: #b10000;
    text-shadow: none;
}
.onehundred{
    width: 100%;
}
body .elfsight-app-a5de64a4-a12d-493c-878d-16933c3a666a{
    display: none;
}

/* Header */
.fusion-sticky-container.fusion-sticky-transition {
    background-image: linear-gradient(rgba(0, 0, 0, .5), transparent);
    backdrop-filter: blur(5px);
}


/* Mix Blend Mode */
#superhero .fusion-row{
    mix-blend-mode: exclusion;
}
.fusion-page-title-bar .fusion-title h4{
	
}
.fusion-page-title-bar .fusion-title h2{
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-color: rgba(255, 255, 255, .25);
    background-image: linear-gradient(#fff, transparent);
}
@media(max-width: 768px){
    .fusion-body .fusion-page-title-bar .fusion-title{
        margin: .05em 0 !important;
    }
}

/* Hotspot */
body .awb-image-hotspots .popover .popover-title {
    font-size: 1.5em;
    color: #fff;
    background-image: linear-gradient(#7b0000, transparent);
}
body .fusion-counters-box .content-box-counter:hover{
    color: #b10000;
}

/* Marquee */
@media only screen and (min-width: 768px) {
body .fusion-title-marquee .awb-marquee-content {
    padding: 0 22em;
}
}
@media only screen and (max-width: 768px) {
    .awb-marquee-content img{
        max-width: 85px;
    }
}

/* Mission */
body .fusion-counters-box .counter-box-icon {
    font-size: calc(var(--awb-icon-size) * .66px);
}
body .fusion-counters-box .content-box-counter{
    font-weight: 500;
}

@media only screen and (max-width: 444px) {
    body .fusion-counters-box .content-box-counter {
        font-size: calc(var(--awb-title-size) * .75px);
    }
}

/* Spomsors */
#sponsors .sponsors p{
    font-size: 1.195em;
    text-align-last: justify;
    cursor: crosshair;
}
#sponsors .sponsors:hover p span{
    opacity: .5;
}
#sponsors .sponsors p span:hover{
    opacity: 1;
}
@media only screen and (max-width: 768px) {
    #sponsors .sponsors p,#sponsors .sponsors p span{
        font-size: 12px !important;
        line-height: 1.75 !important;
    }
}

/* Footer */
.fusion-footer .org p:first-child{
    margin-bottom: 10px;
}
.fusion-footer .org p{
    margin-bottom: 2.5px;
}
@media only screen and (max-width: 768px) {
    .fusion-footer .org p{
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
}
.fusion-footer .SDG{
    margin-top: 2em;
    display: flex;
    gap: 1.5em;
    align-items: center;
}
.fusion-footer .SDG .logo img{
    max-height: 60px;
}
.fusion-footer .SDG .item:hover{
    background: #fff;
}
.fusion-footer .SDG .item img{
    max-width: 75px;
    max-height: 75px;
    filter: contrast(0);
    -webkit-filter: contrast(0);
}
.fusion-footer .SDG .item:hover img{
    filter: contrast(1);
    -webkit-filter: contrast(1);
}
@media only screen and (max-width: 444px) {
    .fusion-footer .SDG .logo img{
        max-width: 85px;
    }
    .fusion-footer .SDG .item img{
        max-width: 55px;
        max-height: 55px;
    }
}

/* Off Canvas */
body .awb-off-canvas-wrap{
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-image: linear-gradient(rgba(0,0,0,.75), transparent) !important;
}
body .awb-off-canvas-wrap .awb-off-canvas-inner{
    background-image: linear-gradient(transparent, black);
}
.promo .first,.promo .second,.promo .third{
    line-height: 1.25;
}
.promo .first{
    font-size: 14px;
    font-weight: 500;
    margin: 1em 0 0;
}
.promo .second{
    font-size: 1.35em;
    font-weight: 700;
    margin: .1em 0;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #7b0000 0%, #b10000 100%);
}
.promo .third{
    font-size: 13px;
    font-weight: 300;
    margin: 0; 
}
body .awb-off-canvas-wrap .fusion-button{
    width: 100%;
}

/* About */
@media only screen and (max-width: 768px) {
    table.sdg td{
        vertical-align: top;
    }
}
table.works{
    width: 100%;
    margin-bottom: 25px;
    border-collapse: collapse;
}
table.works tr{
    height: 100%;
}
table.works td{
    vertical-align: middle;
}
table.works td.icon{
    width: 60px;
}
table.works td.desc{
    padding-left: 20px;
}
table.works td.desc h6{
    margin: 0 0 .5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b10000;
}
table.works td p:last-child{
    margin-bottom: 0;
}

.profile h4{
    margin: 1.5em 0 25px;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #7b0000 0%, #b10000 100%);
}
.sahabat h5{
    font-size: 20px;
    font-weight: 700;
    margin: 1em 0;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #7b0000 0%, #b10000 100%);
}
.sahabat p{
    margin-bottom: 10px !important;
    line-height: 1.5 !important;
}

/* Volunteer */
.volDesc p{
    font-size: 16px !important;
    line-height: 1.5 !important;
}
.volDetails h5{
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1em;
    line-height: 1.25;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #7b0000 0%, #b10000 100%);
}
.volDetails p,.volDetails li{
    text-align: justify;
    font-size: 14px !important;
    line-height: 1.75 !important;
}
.volDetails p{
    margin-bottom: .5em !important;
}
.volDetails ul{
    margin: 0;
}
@media only screen and (max-width: 768px) {
    .volDetails p{
        font-size: 14px !important;
    }
}
.roleDetails h5{
    font-size: 16px;
    font-weight: 700;
    margin: 1em 0 .5em;
    line-height: 1.25;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #936808 0%, #ce920b 100%);
}
.roleDetails p{
    text-align: justify;
    font-size: 13px !important;
    line-height: 1.75 !important;
    margin: 0 0 1em !important;
}
.roleDetails p:last-child{
    margin-bottom: 3em !important;
}
@media only screen and (max-width: 768px) {
    .roleDetails p {
        font-size: 11px !important;
        line-height: 1.55 !important;
    }
}

/* Chapter */
.chapterDetails h5{
    font-size: 20px;
    font-weight: 700;
    margin: 1em 0;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #7b0000 0%, #b10000 100%);
}
.chapterDetails p{
    font-size: 18px !important;
    line-height: 1.5 !important;
}
@media only screen and (max-width: 768px) {
    .chapterDetails p{
        font-size: 16px !important;
    }
}
.outofstock{
    text-decoration: line-through;
    opacity: .5;
    filter: blur(1px);
    -webkit-filter: blur(1px);
}
.outofstock:hover{
    filter: blur(0);
    -webkit-filter: blur(0);
}
.chapterDetails .benefit p{
    font-size: 16px !important;
    padding: 5.5px 0;
    border-bottom: solid 1px rgba(0, 0, 0, .15);
    margin-bottom: 0 !important;
}
.chapterDetails .benefit h5+p{
    padding-top: 0px !important;
}
.chapterDetails .benefit p:last-child{
    border-bottom-width: 0px;
}
.countDay .fusion-row{
	mix-blend-mode: exclusion;
}
body .fusion-digit{
	background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-color: rgba(255, 255, 255, .25);
    background-image: linear-gradient(#fff, transparent);
}
body .fusion-countdown:not(.countPeriod) .fusion-dash-title {
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-color: rgba(255, 255, 255, .05);
    background-image: linear-gradient(transparent, rgba(255, 255, 255, .5));
}
@media only screen and (min-width: 768px){
    .fusion-countdown .fusion-dash-wrapper:last-child .fusion-dash{
        padding-right: 0px !important;
    }
}
@media only screen and (max-width: 800px) {
    body .fusion-countdown.fusion-countdown-has-heading .fusion-countdown-counter-wrapper {
        margin-top: 0;
    }
    .fusion-countdown .fusion-dash {
        min-width: 135px;
    }
}
.rulesRegulations .fusion-tabs .nav-tabs li .fusion-tab-heading{
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
}
.rulesRegulations .fusion-tabs.clean .nav-tabs li:not(.active) .tab-link{
    background-image: linear-gradient(#faeae6, transparent);
}
.rr-container {
  position: relative;
  height: 75vh; /* total height of the visible area */
}
/* scrollable content */
.rr-content {
  height: 100%; /* take full height of container */
  overflow-y: scroll;
  padding-right: 10px; /* space for scrollbar */
  box-sizing: content-box;
}
/* bottom fade */
.rr-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  pointer-events: none;
}
.rr-content h4{
    font-size: 20px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    color: #aaa !important;
}
.rr-content h4+p{
    padding-top: 1em !important;
}
.rr-content ol{
    padding-left: 1.25em;
}
.rr-content li{
	padding-left: .5em;
	margin-left: .5em
}

/* Table */
.raceDay table+h4{
	margin-top:1em
}
.raceDay h4{
	margin: 10px 0 .5em;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #7b0000 0%, #b10000 100%);
}
.raceDay table {
    border-collapse: collapse;
    width: 100%;
}
.raceDay table td {
	padding: 8px 15px;
	text-align: left;
	line-height: 1.25 !important
}
.raceDay #gear td{
	padding: 7.5px 5px
}
.raceDay #gear td:first-child{
	width: 25px
}
.raceDay #gear tr.checked{
	opacity: 0.5;
	text-decoration: line-through;
	filter: grayscale(1);
}
.raceDay table thead th {
	position: sticky;
	top: 0;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	padding: 15px;
	background-color: transparent;
	background-image: linear-gradient(#faeae6, rgba(255, 255, 255, .5));
	backdrop-filter: blur(5px);
	transition: all .5s;
}
.raceDay table tbody tr td span{
	font-size: 12px !important;
	color: rgba(0,0,0,.75);
	display: block;
	margin: 2.5px 0 !important;
	line-height: 1.25 !important;
}
.raceDay table tbody tr:hover{
	color: #cf9209;
	background-color: #cf920910
}
.raceDay table tbody tr:hover span{
	color: #cf9209;
}  
.raceDay table tbody tr:hover a{
	color: #b10000;
}    
.nusantarun-donation-chart-wrapper+.nusantarun-fundraisers-wrapper{
    margin-top: 2.5em;
}

/* Contact */
.lead{
    font-size:200%;
    line-height:1.25;
    margin: 0;
}
@media only screen and (max-width: 800px) {
    .lead{
        margin-bottom: 1.5em !important;
    }
}
body .contact h6{
    font-weight: 700;
    margin: 1.5em 0 .5em;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #7b0000 0%, #b10000 100%);
    text-transform: none;
}

/* Countdown Period */
body .countPeriod{
	padding: 1em 2em;
    margin-bottom: 2em;
    background-image: linear-gradient(var(--awb-color5), transparent);
}
body .countPeriod  .fusion-countdown-heading{
	letter-spacing: 0
}
body .countPeriod  .fusion-countdown-subheading {
    text-transform: uppercase;
    letter-spacing: 3px;
}
body .countPeriod .fusion-dash-title {
	opacity: .5
}
@media only screen and (max-width: 800px) {
	body .countPeriod{
		padding: 1.5em 0 1em
	}
	body .countPeriod .fusion-countdown-subheading{
		font-size: 12px
	}
	body .countPeriod .fusion-countdown-heading{
		font-size: 25px
	}
    body .countPeriod .fusion-dash {
        min-width: auto;
    }
	body .countPeriod .fusion-countdown-counter-wrapper{
		font-size: 25px
	}
}

/* Privy */
#privy > .fusion-column-wrapper:first-of-type{
    background-image: linear-gradient(rgba(229, 0, 43, .15), rgba(229, 0, 43, .025));
    padding: 2em;
}
#privy img{
    max-width: 125px;
}
#privy h4{
    font-size: 25px;
}
#privy p{
    font-size: 13px;
    line-height: 1.5;
}
#privy .fusion-button{
    width: 100%;
    background: #e5002b;
    border: solid 2px #e5002b;
    margin: .5em 0;
    padding: .65em;
}
#privy .fusion-button:hover{
    background: transparent;
    border: solid 2px #e5002b;
}
@media only screen and (max-width: 800px) {
    #privy > .fusion-column-wrapper:first-of-type{
        padding: 2em 1.5em;
    }
    #privy img{
        max-width: 100px;
    }
    #privy h4{
        font-size: 20px;
        margin-top: 1em !important;
    }
    #privy p{
        font-size: 12px;
        margin-bottom: 1em !important;
    }
    #privy .fusion-button{
        font-size: 12px;
        padding: .5em;
    }
}

/* Steelytoe */
.steelytoeLoader{
	text-align: center;
	-webkit-animation: breathe 3s ease infinite;
	-moz-animation: breathe 3s ease infinite;
	animation: breathe 3s ease infinite;
}
#steelytoeRegContainer,
#steelytoePartContainer{
	transition: all .5s ease;
}
#steelytoePartContainer{
    overflow-x: auto;      /* Enable horizontal scroll */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
}
#steelytoePartContainer table {
  width: 100%;           /* Prevent overflowing */
  border-collapse: collapse;
}
#steelytoePartContainer table tr td:first-child {
  white-space: nowrap;   /* Prevent text wrapping in cells */
}
@media only screen and (max-width: 768px){
	#steelytoeRegContainer{
		padding: 1rem;
	}
}
body .w3-bottombar{
	display: none !important;
}
body .pure-g [class *= "pure-u"], label, button{
	font-family: "Archivo", sans-serif;
}
#steelytoeRegContainer .pure-control-group label,
#steelytoeRegContainer .pure-control-group small{
	font-weight: normal;
	transition: all .5s ease;
}
#steelytoeRegContainer .pure-control-group small{
    line-height: 1.1;
}
#steelytoeRegContainer .pure-control-group:hover label,
#steelytoeRegContainer .pure-control-group:hover small{
	color: #000
}
#steelytoeRegContainer .pure-control-group:hover small{
	opacity: .5;
}
body .pure-form select {
	height: 2.75em;
}
@media only screen and (min-width: 768px){
#steelytoeRegContainer .pure-form-stacked .pure-control-group {
    display: inline-block;
    width: 45%;
    margin: 0 2.5% 1em;
}
}
[for="evpaEmail"], [for="evpaName"]{
	margin-bottom: -5px !important;
}
#steelytoeRegContainer .pure-form input[type="text"],
#steelytoeRegContainer .pure-form input[type="password"],
#steelytoeRegContainer .pure-form input[type="email"],
#steelytoeRegContainer .pure-form input[type="url"],
#steelytoeRegContainer .pure-form input[type="date"],
#steelytoeRegContainer .pure-form input[type="month"],
#steelytoeRegContainer .pure-form input[type="time"],
#steelytoeRegContainer .pure-form input[type="datetime"],
#steelytoeRegContainer .pure-form input[type="datetime-local"],
#steelytoeRegContainer .pure-form input[type="week"],
#steelytoeRegContainer .pure-form input[type="number"],
#steelytoeRegContainer .pure-form input[type="search"],
#steelytoeRegContainer .pure-form input[type="tel"],
#steelytoeRegContainer .pure-form input[type="color"],
#steelytoeRegContainer .pure-form select,
#steelytoeRegContainer .pure-form textarea {
	border: 1px solid rgba(195, 67, 39,.5);
	box-shadow: none;
	border-radius: 0;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	transition: all .25s ease;
}
#steelytoeRegContainer .pure-form input[type="text"]:focus,
#steelytoeRegContainer .pure-form input[type="password"]:focus,
#steelytoeRegContainer .pure-form input[type="email"]:focus,
#steelytoeRegContainer .pure-form input[type="url"]:focus,
#steelytoeRegContainer .pure-form input[type="date"]:focus,
#steelytoeRegContainer .pure-form input[type="month"]:focus,
#steelytoeRegContainer .pure-form input[type="time"]:focus,
#steelytoeRegContainer .pure-form input[type="datetime"]:focus,
#steelytoeRegContainer .pure-form input[type="datetime-local"]:focus,
#steelytoeRegContainer .pure-form input[type="week"]:focus,
#steelytoeRegContainer .pure-form input[type="number"]:focus,
#steelytoeRegContainer .pure-form input[type="search"]:focus,
#steelytoeRegContainer .pure-form input[type="tel"]:focus,
#steelytoeRegContainer .pure-form input[type="color"]:focus,
#steelytoeRegContainer .pure-form select:focus,
#steelytoeRegContainer .pure-form textarea:focus {
	border-color: #b10000;
}
#steelytoeRegContainer .pure-form input:not([type]):focus {
	border-color: #b10000;
}
#steelytoeRegContainer .pure-form input[type="file"]:focus,
#steelytoeRegContainer .pure-form input[type="radio"]:focus,
#steelytoeRegContainer .pure-form input[type="checkbox"]:focus {
	outline: thin solid #b10000;
	outline: 1px auto #b10000;
}
#steelytoeRegContainer input,#steelytoeRegContainer .pure-form select,#steelytoeRegContainer textarea{
	background: transparent;
	color: #000;
}
#steelytoeRegContainer input::placeholder{
	color: transparent
}
#steelytoeRegContainer input[name="_evpaEmail"]::placeholder{
	color:rgba(0,0,0,.5) !important
}
#steelytoeRegContainer .pure-controls button[type="submit"],
#steelytoePartContainer .pure-controls button[type="submit"]{
	font-family: "Archivo", sans-serif;
    width: 100%;
    height: auto;
    background-image: linear-gradient(#7b0000, transparent);
    border: solid 1px #b10000;
    color: #fff;
    border-radius: 0;
    margin-top: 1rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    padding: 1.25em 0;
    letter-spacing: 2px;
    transition: all .25s ease;
}
#steelytoeRegContainer .pure-controls button[type="submit"]:hover,
#steelytoeRegContainer .pure-button-hover,
#steelytoeRegContainer .pure-button:hover,
#steelytoeRegContainer .pure-button:focus{
	background: transparent;
    background-image: none;
    color: #b10000;
    border: solid 1px #b10000;
}
#steelytoeRegContainer span.error,#steelytoeRegContainer span.success {
	font-style: italic;
	font-size: 85%;
	line-height: 1.5;
}
#steelytoeRegContainer span.error {
	color: #b10000;
}
#steelytoeRegContainer span.success {
	color: #ce920b;
}
#steelytoeRegContainer div.steelytoeErrorBox {
	border: none;
	text-align: center;
	color: #ce920b;
}
#steelytoeRegContainer h3{
	text-align: center;
	margin: 1em 0 0.5em;
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
}
#steelytoeRegContainer h3:first-child{
	margin-top: 0;
}
#steelytoeRegContainer .pure-table,
#steelytoePartContainer .pure-table{
	width: 100%;
	border: none !important;
	color: #000;
}
#steelytoeRegContainer td, #steelytoeRegContainer th,
#steelytoePartContainer td, #steelytoePartContainer th{
	padding: 5px 10px !important;
}
#steelytoeRegContainer .pure-table-horizontal td, #steelytoeRegContainer .pure-table-horizontal th,
#steelytoePartContainer .pure-table-horizontal td, #steelytoePartContainer .pure-table-horizontal th {
	border-width: 0 !important;
}
#steelytoeRegContainer .pure-table-odd td,
#steelytoePartContainer .pure-table-odd td{
	background-color: transparent;
}
#steelytoeRegContainer .pure-table thead,
#steelytoePartContainer .pure-table thead {
	background-color: #ce920b;
	color: #fff;
}
#steelytoeRegContainer .pure-table tr:hover td,
#steelytoePartContainer .pure-table tr:hover td{
    color: #b10000;
}
.dueNotify{
	font-size: 1.25rem !important;
	text-align: center;
	margin: 1em auto !important;
	max-width: 450px;
	-webkit-animation: breathe 1.5s ease infinite;
	-moz-animation: breathe 1.5s ease infinite;
	animation: breathe 1.5s ease infinite;
}
#steelytoeRegContainer .cLabel{
	margin: 1em 0 0;
}
.couponContainer,.paymentButton{
	text-align: center
}
#steelytoeRegContainer .pure-form input:not([type]) {
	margin: 0 .5em;
	border: 1px solid #ce920b;
	box-shadow: none;
	border-radius: 0;
	border-width: 0 0 1px 0;
}
#steelytoeRegContainer .pure-button {
    height: auto;
	color: #fff;
    border-radius: 0;
	background-color: #b10000;
    background-image: linear-gradient(#7b0000, transparent);
	text-decoration: none;
	transition: all .25s ease;
}
.paymentButton h3{
	margin: 1em 0 0.5em;
}
.paymentMessage h4{
	font-size: 1.2rem;
	text-align: center;
	margin: 1em 0 0;
	color: #ce920b;
	-webkit-animation: breathe 1s ease infinite;
	-moz-animation: breathe 1s ease infinite;
	animation: breathe 1s ease infinite;
}
iframe#snap-midtrans{
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.BNIVAInfo{
	margin: 0 0 2em;
}
.BNIVAInfo h3{
	font-family: "Archivo", sans-serif;
	font-size: 1.1rem;
	max-width: 550px;
	margin: 0 auto 0.5em !important;
	letter-spacing: -0.01em;
}
.BNIVAInfo ul{
	list-style: none;
	padding: 0;
	color: #000;
}
#steelytoeRegContainer .pagination .status,
#steelytoePartContainer .pagination .status {
    margin: 1em;
}
#waiver{
	mask: linear-gradient(black 75%, transparent);
    background: rgba(0, 0, 0, .025);
    padding: .5em 1.5em;
	transition: all .5s ease
}
#waiver:hover{
	background: rgba(0,0,0,.05)
}
#waiver::-webkit-scrollbar{
	display: none
}
#waiver ul{
    list-style: none;
    padding: 0;
}
#waiver li{
    padding-bottom: 10px;
}
#waiver p{
    margin-bottom: 10px;
}
#steelytoeRegContainer .regClose,
#steelytoeRegContainer .regClose h3{
    -webkit-animation: breathe s ease infinite;
    -moz-animation: breathe 3s ease infinite;
    animation: breathe 3s ease infinite;
    color:var(--awb-color5);
}
#steelytoeRegContainer .regClose h3{
    margin-bottom: 10px;
    line-height: 1.25 !important;
}
@keyframes breathe {
    0% {opacity: .75;}
    50% {opacity: .5;}
    100% {opacity: .75;}
}