.auto{
   -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }

/*#Global#*/
.button.sticky{
	    transform: rotate(-90deg);
    top: 200px;
    right: -50px;
    bottom:inherit;
    width: 160px;
    height: 60px;
    margin: auto;
}
@media screen and (min-width: 47.5em) and (max-width: 64em){ 
  .cell.medium-auto{
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  
}
@media screen and (min-width: 64em){ 
  .cell.large-auto{
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  
}
.hero .content{
	width:62.5rem;
}
.partner img{
	width:300px;
	margin:10px auto;
	display:block;
}
.previous-next .previous:before, .previous-next .previous::after{
	right:auto;
}
.previous-next .previous h3{
	padding-right:15px;
}
.previous-next .next h3{
	padding-left:15px;
}
.product .prouct-image-container{
	table-layout:fixed;
}
p{
	line-height: 1.25;
}
.product-image-container img{
	max-height:200px;
}
.news-event .content{
	min-height:200px;
}
.text-indent{
	position:relative;
	z-index:-2;
}
.column-container + .column-container{
	border-top:0px;
}
.button{
		font-family:'Roboto Condensed', sans-serif;

}
h1 .block-title{
	text-transform:uppercase;
}
h1, .heading1, h2, .heading2{
	font-family:'Roboto Condensed', sans-serif;
	text-transform:none;
	font-weight:700;
}
h1, .heading1{
		letter-spacing:3px;
	line-height:1.1;
	}
	h2, .heading2{
		letter-spacing:1px;
	}
h3, .heading3{
	font-weight:500;
	margin-bottom:10px;
}
.home-intro{
		margin-top:-39px;
		margin-bottom:-39px;
	}
header{
	background-color:rgba(255, 255, 255, 0);
	transition:all 0.3s ease;
	transform:translateZ(0);
}
header.is-stuck{
		background-color:rgba(255, 255, 255, 1);
}
.accordion .accordion-title{
	color:white;
	border:0px;
	background:black;
}
.accordion .accordion-title:before{
	color:white;
}
.accordion .accordion-item.is-active .accordion-title{
	background:black;
}
.accordion-content{
	background:black;
	color:white;
}
.accordion-item:nth-child(odd) .accordion-title{
	background:#D2232A;
}

.accordion-item:nth-child(odd) .accordion-content{
		background:#D2232A;

}
.accordion .accordion-item:nth-child(odd).is-active .accordion-title{
	background:#D2232A;
}
@media  screen and (min-width: 47.5em){
	body{
		font-size:0.95em;
	}
	.home-intro{
		margin-top:-54px;
		margin-bottom:-54px;
	}
	h1, .heading1{
		letter-spacing:4px;
	}
	h2, .heading2{
		letter-spacing:3px;
	}
}
.team-member .image{
	min-height:200px;
	margin-bottom:10px;
	max-width:300px;
	max-height: 305px;
}
@media  screen and (min-width: 47.5em){

h1 .block-title, .heading1 .block-title {
    padding: 0px 15px;
}
}
@media  screen and (min-width: 64em){
	.home-intro{
		margin-top:-67px;
		margin-bottom:-67px;
	}
	h1, .heading1{
		font-size:4.5em
	}
	h2, .heading2{
		font-size:2em;
	}
}
.grecaptcha-badge{
	display: none !important;
}
/*#Home Animation#*/
.hero.home {
    overflow: hidden;
    height: 0px;
    padding-top: 40%;
    background-image: url(../images/home-hero.jpg);
}
@media print, screen and (min-width: 64em){
    .hero.home {
        background-image: url(../images/home-hero-blank.jpg);
    }
}

.data-container{
  position:absolute;
}
#first-person {
    top: 14.5%;
    left: 29.5%;
}
.data-container:before {
    content: '';
    width: 11.5vw;
    height: 11.5vw;
    border: 4px solid #e556e1;
    position: absolute;
    -webkit-animation: box-in 0.5s forwards linear;
    animation: box-in 0.5s forwards linear;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
#first-person:before {
    left: 18vw;
    top: -0.5vw;
}
.data-container .data-box{
  padding:0.9vw 0.75vw;
  margin-bottom:0.9vw;
  width: 11vw;
  background:rgba(100,100,100, .8);
  position:relative;
  z-index:2;
  font-size:0.9vw;
  overflow:hidden;
  margin-top:30px;
  opacity:0;
  animation: data-in 0.5s forwards linear;
}
.data-container .data-box img{
 height:1.15vw;
 position:relative;

}
.data-container .data-box .type-container{
 height:0px;
 display:block;
 overflow:hidden;
 animation: typing 0.25s steps(12, end) forwards;
}
.data-container .data-box.black {
    background: black;
    padding: 0.45vw 0.45vw;
    width: 14vw;
}
#first-person .data-box .type-container:nth-child(1) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
#first-person .data-box .type-container:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
#first-person .data-box .type-container:nth-child(3) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
#first-person .data-box .type-container:nth-child(4) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
#first-person .data-box .type-container:nth-child(5) {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}
#first-person .data-box .type-container:nth-child(6) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
#first-person .data-box .type-container:nth-child(7) {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
}
#first-person .data-box .type-container:nth-child(8) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
#first-person .data-box {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#first-person .data-box + .data-box {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}
#first-person .data-box + .data-box + .data-box {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
#first-person .data-box + .data-box .type-container:nth-child(1) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
#first-person .data-box + .data-box .type-container:nth-child(2) {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
}
#first-person .data-box + .data-box .type-container:nth-child(3) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
#first-person .data-box + .data-box .type-container:nth-child(4) {
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s;
}
#first-person .data-box + .data-box .type-container:nth-child(5) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
#first-person .data-box + .data-box .type-container:nth-child(6) {
    -webkit-animation-delay: 3.25s;
    animation-delay: 3.25s;
}
#first-person .data-box + .data-box .type-container:nth-child(7) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
#first-person .data-box + .data-box .type-container:nth-child(8) {
    -webkit-animation-delay: 3.75s;
    animation-delay: 3.75s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(1) {
    -webkit-animation-delay: 4.25s;
    animation-delay: 4.25s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(2) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(3) {
    -webkit-animation-delay: 4.75s;
    animation-delay: 4.75s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(4) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(5) {
    -webkit-animation-delay: 5.25s;
    animation-delay: 5.25s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(6) {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(7) {
    -webkit-animation-delay: 5.75s;
    animation-delay: 5.75s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(8) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(9) {
    -webkit-animation-delay: 6.25s;
    animation-delay: 6.25s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(10) {
    -webkit-animation-delay: 6.5s;
    animation-delay: 6.5s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(11) {
    -webkit-animation-delay: 6.75s;
    animation-delay: 6.75s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(12) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(13) {
    -webkit-animation-delay: 7.25s;
    animation-delay: 7.25s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(14) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(15) {
    -webkit-animation-delay: 7.75s;
    animation-delay: 7.75s;
}
#first-person .data-box + .data-box + .data-box .type-container:nth-child(16) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

#second-person {
    top: 35%;
    left: 75%;
}
#second-person:before {
    left: -8.5vw;
    top: -9vw;
    -webkit-animation-delay: 8.25s;
    animation-delay: 8.25s;
}
#second-person .data-box {
    -webkit-animation-delay: 8.75s;
    animation-delay: 8.75s;
}
#second-person .data-box .type-container:nth-child(1) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
#second-person .data-box .type-container:nth-child(2) {
    -webkit-animation-delay: 9.25s;
    animation-delay: 9.25s;
}
#second-person .data-box .type-container:nth-child(3) {
    -webkit-animation-delay: 9.5s;
    animation-delay: 9.5s;
}
#second-person .data-box .type-container:nth-child(4) {
    -webkit-animation-delay: 9.75s;
    animation-delay: 9.75s;
}
#second-person .data-box .type-container:nth-child(5) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}
#second-person .data-box .type-container:nth-child(6) {
    -webkit-animation-delay: 10.25s;
    animation-delay: 10.25s;
}
#second-person .data-box .type-container:nth-child(7) {
    -webkit-animation-delay: 10.5s;
    animation-delay: 10.5s;
}
#second-person .data-box .type-container:nth-child(8) {
    -webkit-animation-delay: 10.75s;
    animation-delay: 10.75s;
}
#second-person .data-box .type-container:nth-child(9) {
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}
#second-person .data-box .type-container:nth-child(10) {
    -webkit-animation-delay: 11.25s;
    animation-delay: 11.25s;
}
#second-person .data-box .type-container:nth-child(11) {
    -webkit-animation-delay: 11.5s;
    animation-delay: 11.5s;
}
#second-person .data-box .type-container:nth-child(12) {
    -webkit-animation-delay: 11.75s;
    animation-delay: 11.75s;
}
#second-person .data-box .type-container:nth-child(13) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
#second-person .data-box .type-container:nth-child(14) {
    -webkit-animation-delay: 12.25s;
    animation-delay: 12.25s;
}
#second-person .data-box .type-container:nth-child(15) {
    -webkit-animation-delay: 12.5s;
    animation-delay: 12.5s;
}
#second-person .data-box .type-container:nth-child(16) {
    -webkit-animation-delay: 12.75s;
    animation-delay: 12.75s;
}
#second-person .data-box + .data-box {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}
#second-person .data-box .type-container:nth-child(1) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
#second-person .data-box + .data-box .type-container:nth-child(1) {
    -webkit-animation-delay: 10.25s;
    animation-delay: 10.25s;
}
#second-person .data-box .type-container:nth-child(2) {
    -webkit-animation-delay: 9.25s;
    animation-delay: 9.25s;
}
#second-person .data-box + .data-box .type-container:nth-child(2) {
    -webkit-animation-delay: 10.5s;
    animation-delay: 10.5s;
}
#second-person .data-box .type-container:nth-child(3) {
    -webkit-animation-delay: 9.5s;
    animation-delay: 9.5s;
}
#second-person .data-box + .data-box .type-container:nth-child(3) {
    -webkit-animation-delay: 10.75s;
    animation-delay: 10.75s;
}
#second-person .data-box .type-container:nth-child(4) {
    -webkit-animation-delay: 9.75s;
    animation-delay: 9.75s;
}
#second-person .data-box + .data-box .type-container:nth-child(4) {
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}
#second-person .data-box .type-container:nth-child(5) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}
#second-person .data-box + .data-box .type-container:nth-child(5) {
    -webkit-animation-delay: 11.25s;
    animation-delay: 11.25s;
}
#second-person .data-box .type-container:nth-child(6) {
    -webkit-animation-delay: 10.25s;
    animation-delay: 10.25s;
}
#second-person .data-box + .data-box .type-container:nth-child(6) {
    -webkit-animation-delay: 11.5s;
    animation-delay: 11.5s;
}
#second-person .data-box .type-container:nth-child(7) {
    -webkit-animation-delay: 10.5s;
    animation-delay: 10.5s;
}
#second-person .data-box + .data-box .type-container:nth-child(7) {
    -webkit-animation-delay: 11.75s;
    animation-delay: 11.75s;
}
#second-person .data-box .type-container:nth-child(8) {
    -webkit-animation-delay: 10.75s;
    animation-delay: 10.75s;
}
#second-person .data-box + .data-box .type-container:nth-child(8) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
#second-person .data-box + .data-box .type-container:nth-child(9) {
    -webkit-animation-delay: 12.25s;
    animation-delay: 12.25s;
}
#second-person .data-box + .data-box .type-container:nth-child(10) {
    -webkit-animation-delay: 12.5s;
    animation-delay: 12.5s;
}
#second-person .data-box + .data-box .type-container:nth-child(11) {
    -webkit-animation-delay: 12.75s;
    animation-delay: 12.75s;
}
#second-person .data-box + .data-box .type-container:nth-child(12) {
    -webkit-animation-delay: 13s;
    animation-delay: 13s;
}
#second-person .data-box + .data-box .type-container:nth-child(13) {
    -webkit-animation-delay: 13.25s;
    animation-delay: 13.25s;
}
#second-person .data-box + .data-box .type-container:nth-child(14) {
    -webkit-animation-delay: 13.5s;
    animation-delay: 13.5s;
}
#second-person .data-box + .data-box .type-container:nth-child(15) {
    -webkit-animation-delay: 13.75s;
    animation-delay: 13.75s;
}
#second-person .data-box + .data-box .type-container:nth-child(16) {
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
}
#second-person .data-box + .data-box + .data-box {
    -webkit-animation-delay: 12.25s;
    animation-delay: 12.25s;
}
#second-person .data-box + .data-box + .data-box {
    -webkit-animation-delay: 12.25s;
    animation-delay: 12.25s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(1) {
    -webkit-animation-delay: 12.5s;
    animation-delay: 12.5s;
}

#second-person .data-box + .data-box + .data-box .type-container:nth-child(1) {
    -webkit-animation-delay: 12.5s;
    animation-delay: 12.5s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(2) {
    -webkit-animation-delay: 12.75s;
    animation-delay: 12.75s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(3) {
    -webkit-animation-delay: 13s;
    animation-delay: 13s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(4) {
    -webkit-animation-delay: 13.25s;
    animation-delay: 13.25s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(5) {
    -webkit-animation-delay: 13.5s;
    animation-delay: 13.5s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(6) {
    -webkit-animation-delay: 13.75s;
    animation-delay: 13.75s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(7) {
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(8) {
    -webkit-animation-delay: 14.25s;
    animation-delay: 14.25s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(9) {
    -webkit-animation-delay: 14.5s;
    animation-delay: 14.5s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(10) {
    -webkit-animation-delay: 14.75s;
    animation-delay: 14.75s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(11) {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(12) {
    -webkit-animation-delay: 15.25s;
    animation-delay: 15.25s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(13) {
    -webkit-animation-delay: 15.5s;
    animation-delay: 15.5s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(14) {
    -webkit-animation-delay: 15.75s;
    animation-delay: 15.75s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(15) {
    -webkit-animation-delay: 16s;
    animation-delay: 16s;
}
#second-person .data-box + .data-box + .data-box .type-container:nth-child(16) {
    -webkit-animation-delay: 16.25s;
    animation-delay: 16.25s;
}

@keyframes box-in {
   0%   {  transform:scale(0) rotate(0deg);}
   100% {  transform:scale(1) rotate(90deg);}
 }


 @keyframes data-in {
   0%   {  opacity:0; margin-top:30px;}
   100% {  opacity:1; margin-top:0px;}
 }
 @keyframes typing {
   from {height:0px; }
   to {height:1.35vw;}
 }
footer .title {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    position: relative;
    color: #fff;
    position: relative;
    top: 10px;
	font-size: 15px;
    font-family: bebas-neue,sans-serif;
}
footer .social {
    margin-top: 15px;
    display: inline-block;
}
@media print, screen and (min-width: 47.5em){
	footer .social {
		margin-top: 0;
	}
}

footer .social .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    background-size: contain;
    background-position: center;
}
.button.sticky > div{
	top: -40px;
    left: 53px;
    transform: rotate(90deg);
    position: absolute;
    width: 50px;
}
.button:before {
    /*top: 23px;
    right: 8px;
    bottom: initial;*/
	content: none;
}
.button:after {
    /*bottom: 20px;
    top: 32px;
    left: 140px;*/
	content: none;
}
.contactFooter{
	padding: 30px 0px;
}
.contactFooter h2, .contactFooter p{
	font-family: bebas-neue,sans-serif;
    font-weight: 400;
}
.contactFooter p{
   font-size: 1.4em;
}
.contactFooter a, .contactFooter a:focus, .contactFooter a:hover{
	color: #d2232a;
}
@media print, screen and (min-width: 47.5em){
	.greyBorder { 
		border-left: 2px solid #f6f6f6;
		padding: 0px 10px; 
	}
	.greyBorder p{ 
		margin-left: .9375rem;
	}
}
.hero.dragSlider{
	padding: 0;
    height: 321px;
}
.juxtapose{
	position: relative;
    z-index: 1;
}
a.jx-knightlab{
	display: none !important;
}
.red{
	color: #d2232a;
}
#page2394 h1{
	text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    font-size: 3em;
    color: #d2232a;
}
#page2394 h2{
	color: #d2232a;
}
.hero2 div.jx-credit{
    padding: 0.6em .75em;
    position: absolute;
    top: 50%;
    background-color: rgba(0,0,0,.7);
    color: white;
    z-index: 14;
    white-space: nowrap;
    line-height: 18px;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    left: 50%;
    font-size: 0.75em;
	transform: translate(-50%, -50%);
}
.hero2 div.jx-credit em{
	display: none;
}
.homeLink, .homeLink:focus, .homeLink:hover{
	color: #ffffff;
}
.covidHeaderIcon{
	display: none;
}
div.jx-controller {
	display: none;
}
.navCovidButton{
	display: block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 1.8em 1em;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1.1rem;
    line-height: 1;
    text-align: left;
    cursor: pointer;
    background-color: #d2232a;
    color: #fff;
}
@media print, screen and (min-width: 42.5em){
	.hero.dragSlider{
		height: 800px;
	}
	.hero2 div.jx-credit{
		font-size: 2em;
	}
	.covidHeaderIcon{
		max-height: 60px;
    	display: inline-block;
	}
	div.jx-controller {
		display: block;
	}
}
@media screen and (min-width: 64em){
	#page2394 h2{
		font-size: 1.7em;
	}
	.hero2 div.jx-credit{
		font-size: 3em;
	}
	.productHeader {
    font-size: 2em !important;
	}
}
.resourceLink{
	position: absolute;
    right: 40px;
    bottom: 0px;
    text-transform: uppercase;
    color: #d2232a;
	width: 80px;
}
.resourceVideo::before{
	content: "";
    display: block;
    position: absolute;
    top: calc(50% - 100px / 2);
    left: calc(16% - 100px / 2);
    width: 100px;
    height: 100px;
    /*background: rgba(24,23,23,.9);*/
	border: 4px solid #fff;
    z-index: 2;
    border-radius: 50%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMSA0MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5wbGF5LWljb25Bc3NldCAxPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzAuNTcsMjAuMThsLTI5LTIwYTEsMSwwLDAsMC0xLS4wN0ExLDEsMCwwLDAsMCwxVjQxYTEsMSwwLDAsMCwxLDEsMSwxLDAsMCwwLC41Ny0uMThsMjktMjBBMSwxLDAsMCwwLDMxLDIxLDEsMSwwLDAsMCwzMC41NywyMC4xOFoiLz48L2c+PC9nPjwvc3ZnPg==);
    background-size: 27%;
    background-position: center center;
    background-repeat: no-repeat;
}
.resourceVideo::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 31.6%;
    height: 100%;
    background-color: rgba(10,10,10,.3);
	border: 4px solid #fff;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.video-popup {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.video-popup .responsive-embed {
    background: #0a0a0a;
}
.mfp-bg.mfp-ready {
    opacity: .93;
}
.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.mfp-bg {
    background: #fefefe;
}
.video-popup-active.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.video-popup-active.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
button.mfp-close {
    top: -58px;
    right: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    font-weight: 500;
    font-size: 2.25rem;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(10,10,10,.3);
    box-shadow: 1px 1px 4px 0 rgba(10,10,10,.3);
}
.resourceSub{
	font-size: 1em;
    font-weight: 600;
    color: #58595b;
}
.checkClass .alm-filter--checkbox, .checkClass .alm-filter--radio {
	display: inline-block !important;
	margin: 0 0.1rem !important;
}
.checkClass.alm-filter li div.alm-filter--link.field-checkbox:before, .checkClass.alm-filter li div.alm-filter--link.field-checkbox:after, .alm-filters.filters-blue .alm-filter li div.alm-filter--link.active.field-checkbox:before, .checkClass.alm-filters.filters-blue .alm-filter li div.alm-filter--link.active.field-radio:before, .alm-filters-container .checkClass.alm-filter li div.alm-filter--link.field-radio:after, .alm-filters-container .checkClass.alm-filter li div.alm-filter--link.field-radio:before {
	display: none;
}
.alm-filters-container .alm-filter.checkClass li div.alm-filter--link{
	display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: .85em 2.25em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-family: inherit;
    font-size: 1.4rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    /*background-color: #d2232a;*/
	background-color: #404143;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    position: relative;
    font-family: bebas-neue,sans-serif;
	min-width: 178px;
}
.alm-filters-container .alm-filter.checkClass li div.alm-filter--link:focus, .alm-filters-container .alm-filter.checkClass li div.alm-filter--link:hover, .alm-filters-container .alm-filter.checkClass li div.alm-filter--link.active {
    color: #fff;
	background-color: #d2232a;
}
#wpmem_login, #wpmem_reg{
	margin: 0 1rem;
}
#wpmem_login form, #wpmem_reg form{
	padding: 1rem !important;
}
#wp-admin-bar-search{
	display: none !important;
}
.partnerFooter{
	display: block;
    width: 218px;
    margin: 0 auto;
}
@media screen and (min-width: 64em){
	#wpmem_login, #wpmem_reg{
	width: 50%;
    margin: 0 auto;
	}
	#wpmem_login form, #wpmem_reg form{
		    padding: 1rem 2rem 1rem 4rem !important;
	}
	.partnerFooter{
		margin: 0;
	}
}
.alm-reveal.alm-filters a.news-event .content{
	padding-bottom: 10px
}
.alm-reveal.alm-filters .news-event .content {
    min-height: 138px;
}
.alm-reveal.alm-filters .news-event .image{
  background-position: top;
}
#jsd-widget{
	z-index: 1 !important;
}
.slick-slide img {
    width: 100%;
}
.vsblty-icon-feature {
    background-color: #f6f6f6;
}
.vsblty-icon-feature hr {
    background-color: #d2232a;
    clear: both;
    width: 100%;
    height: 2px;
    margin: 0;
    border: none;
}
.vsblty-icon-feature h5 {
    padding: 1rem;
    margin-bottom: 0;
    color: #d2232a;
}
.vsblty-icon-feature img[src*=jpg], .vsblty-icon-feature img[src*=png] {
    height: 38px;
}
.vsblty-icon-feature span {
    padding-top: .5rem;
    font-weight: 600;
    display: block;
    font-size: 14px;
}
@media print, screen and (min-width: 64em){
.large-align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
}
.vsblty-icon-feature .cell.large-shrink {
    padding: 1rem;
    text-align: center;
}
@media print, screen and (min-width: 64em){
.vsblty-icon-feature .cell.large-shrink {
    text-align: left;
    padding: 0;
}
}
.text-primary {
    color: #d2232a;
}
#page3238 h1{
	  text-align: center;
    color: #d2232a;
}