<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body:before {
	background: linear-gradient(180deg, #F6F6F7 0%, rgba(246, 246, 247, 0) 100%);
	content: '';
	height: 581px;
	width: 100%;
	position: absolute;
}

span.coming-soon-badge {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat!important;
    background-size: 130px;
    position: absolute;
    top: 0;
    left: 0;
}
.breadcrumbs {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: .8rem;
}

@media (max-width:767px) {
.resources-detail-wrap .content_wrap .container {max-width:100%}
  .resources-detail-wrap .content_wrap .container

}

@media (max-width:600px) {
.resources-detail-wrap .content_wrap .container {padding:0;}

}
.resources-detail-wrap .position-relative {
	max-width: 1600px;
	margin: 0 auto;
  padding-top:3rem;
}
.resource-filters {
	padding: 2rem 0;
	border-bottom: 1px solid #EBEEF1;
}

.resource-thumb-list {
    max-width: 200px;
    display: flex;
    margin: auto;
    height: 120px;
  align-items:center;
}

.resource-thumb-list img {
    max-width: 100%;
    margin: auto;
    display: block;
    height:auto;
    max-height:120px;
}

.resource-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
      row-gap: 20px;
      column-gap: 20px;
}

.resource-grid .resource-item {
border-radius: 10px;
    cursor: pointer;
    margin: 0;
    position: relative;
    text-align: left;
    flex: 0 0 32%;
    flex-flow: row nowrap;
    display: flex;
    max-width: 100%;
    justify-content: stretch;
    width: 100%;
}

@media (max-width: 992px) {
	.resource-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.resource-grid {
		grid-template-columns: 1fr;
	}
  
}

@media (max-width: 600px) {
	.resource-grid .resource-item {
		flex: 0 0 49%;
    width:49%;
	}
  .resource-grid {
     row-gap: 10px;
  }
  
}
button.show-filters {
	background: none;
	border: none;
	color: #3E3F41
}
.resource-selects {
}
.education-type {
	display: inline-flex;
	background: #EAEDF1;
	padding: 7px 10px;
	color: #636469;
	align-items: center;
	border-radius: 100px;
	line-height: 1;
	margin-top: 0;
	font-size: 10px;

	font-weight: 500;
}

.education-type span.tag-icon {
	display: block;
	position: relative;
}

span.tag-icon::before {
	position: relative;
	font-size: 14px;
	margin-right: 7px;
}
.resource-content {
	transition: all .15s ease-in-out;
  padding: 0 15px;
}


.resource-grid .resource-item .title {
	margin-top: 1.25rem;
  text-align: center;
}

.filter-sec .vc_column-inner .resource-selects .select-holder {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.resource-grid .resource-item a {
    border-radius: 10px;
    box-shadow: 15px 25px 60px transparent;
    display: block;
    position: relative;
    transition: all .15s ease-in-out;
    border: 1px solid #ccc;
    padding: 20px;
    width: 100%;
    flex: 0 0 100%;
}

@media(max-width:768px) {
  .resource-grid .resource-item a {
    padding:10px;
  }
 .resource-grid .resource-item .resource-content {
    padding: 0;
}
}

.container.integrations_wrapper .btn-wrapper {
    padding: 30px 0 0;
}

.container.integrations_wrapper {
    padding-bottom: 6.25rem;
}

@media (max-width:767px) {
.container.integrations_wrapper {
    padding-bottom: 3.25rem;
}
}

.resource-grid .resource-item a:hover {
	box-shadow: 15px 25px 60px rgb(0 0 0 / 15%);
	z-index: 2;
	color: var(--primary)
}

.resource-grid .resource-item a {
	color: var(--secondary)
}

.resource-grid .resource-item a:hover,
.resource-grid .resource-item a:hover .title,
.resource-grid .resource-item a:hover svg {
	color: var(--primary)
}

.mixitup-control-disabled {
	display: none;
}

.mixitup-page-list {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	align-items: center;
}

.mixitup-page-list [type=button] {
	background: #F6F6F7;
	border: 1px solid #EBEEF1;
	border-radius: 10px;
	width: 45px;
	height: 43px;

	font-size: 13px;
	font-weight: 500;
}

section.filter-sec {
	align-items: center;
	justify-content: space-between;
}

.filter-title {
	margin-right: 20px;
	font-weight: 500;
	color: #3E3F42;
}
.resource-selects {
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
.resource-selects fieldset {
	display: inline-flex;
	justify-content: start;
	gap: 0;
	flex: 1;
	min-width: 45%;
}


.education-type.featured{background:#37C692 !important;}



span.featured::before {  content: "\f005"; }

.resource-grid {
	margin-top: 2rem
}

/*  Inner Page */

.resource-form {
	background: #FFFFFF;
	box-shadow: 15px 25px 60px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 1rem;
	position: relative;
}
.select-wrapper {
	display: none
}
.select-wrapper.active {
	display: block
}

/* Integrations filter */

 .vc_column-inner.select-wrapper {
    flex: 0 0 70%;
    width: 70%;
}
  .resource-selects {
    justify-content: space-between;
}
  
  .dropdown_wrapper {
  width: 200px;
}

.dropdown_wrapper.multiselect {
    position: relative;
}
.resource-selects {
    position: relative;
}
.selectBox {
  position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: 500;
    max-width: 200px!important;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

div.checkboxes_wrapper {
    display: none;
    width: 100%!important;
    max-width: 220px;
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    padding: 15px;
    z-index: 99;
  border:1px solid #ebeef1;
}
  

  div.checkboxes_wrapper.active {
    display:block;
  }
.topics_wrapper_box h4 {
    font-size: 15px;
    margin-bottom: 5px;
}
  .topics_wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    width: 100%;
    max-width: 100%;
    background: #fff;
}
  .compliance.topics_wrapper_box {
    flex: 0 0 25%;
    width: 25%;
}

#checkboxes label {
  display: block;
}
  
  fieldset.dropdown_wrapper {
    position: relative;
    flex: 0 0 30%;
}
  div#Filters [type="checkbox"]:checked, [type="checkbox"]:not(:checked) {left: 0!important;position: relative;}
.checkboxes_wrapper .filter-title {
    display: flex!important;
    flex-flow: row nowrap;
    align-items: flex-start;
    font-weight: normal;
    margin-bottom: 8px!important;
    line-height: 1.5;
}

.checkboxes_wrapper [type=checkbox] {
      margin-right: 5px;
    display: block;
    margin-top: 2px;
}
.checkboxes_wrapper label.filter-title  span.input_value {
    display: block!important;
    padding: 0;
    padding-left: 0!important;
    line-height: 1.5!important;
}
  .checkboxes_wrapper label.filter-title  span.input_value:before, .checkboxes_wrapper label.filter-title  span.input_value:after {
    display:none;
  }
  
  @media (max-width:768px){
.vc_column-inner.select-wrapper {
    flex: 0 0 100%;
    width: 100%;
}

.dropdown_wrapper {
    width: 100%;
}

.selectBox select {
    width: 100%;
    font-weight: 500;
    max-width: 100%!important;
}

div#checkboxes.checkboxes_wrapper,div#checkboxes1.checkboxes_wrapper, div#checkboxes3.checkboxes_wrapper {
    width:100%!important;
    max-width:100%!important;
    left:auto!important;
    right:auto!important;
}
}

/* Single integrations page*/
  
  /* Sidebar styles */
  
  .integrations-sidebar {
    padding: 25px;
}
  
  .sidebar_inner_section {
    margin-bottom: 2rem;
}

.sidebar_inner_section h4 {
    font-size: 1.3rem;
    font-weight: 600;
}
  
    .sidebar_inner_section ul {
      list-style: none;
      padding-left:5px;
}
  .sidebar_inner_section a.cta_button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box!important;
}

.sidebar_inner_section .btn-wrapper {
    flex: 0 0 100%;
}

  .integrations-sidebar {
    padding: 3.5rem 1rem;
}
  
  ul.tag_wrapper {
    display: flex;
    flex-flow: row nowrap;
    list-style: disc;
    padding: 0 0 0 20px;
}

ul.tag_wrapper li.tag {
    margin-right: 25px;
}
 

.integrations-hero-wrapper {
    padding-top: 0;
    padding-bottom: 2rem;
}
  
.resource-intro.image_wrapper {
    max-width: 240px;
    margin: auto;
}
  
  .resource-intro.description img {
    text-align: center;
    max-width: 100%;
    display: block;
}
@media (max-width:800px) {
    .resource-intro.description img {
    max-width: 250px;
}
}
  .integrations-hero-wrapper .integrations-hero-inner-wrapper {
  border-bottom:1px solid #f6f6f7;
  border-bottom: 1px solid #f6f6f7;
  padding-bottom: 2rem;
  }
.integrations-hero-wrapper .integrations-hero-inner-wrapper &gt; .row {
    align-items: center;
}
  
  .resource-intro.description .content_wrap {
    padding-top: 3rem;
}

/* Integrations single tabs section*/
  
  #exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills &gt; li &gt; a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills &gt; li &gt; a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
 .featured_integration_wrapper 
  .cta-group {
    margin-top: 15px;
}
@media (max-width: 768px ) {
.featured_integration_wrapper .header {
  margin-top:15px;
}
  
  .featured_integration_wrapper .description {
    color:#000;
  }
  
}

@media (min-width: 768px ) {
	.select-wrapper {
		display: block
	}
	.resource-filters {
		margin-bottom: 4rem
	}
	.resource-grid {
		margin-top: 4rem
	}
	.resource-selects {
		gap: 2.5rem;
	}
	.resource-selects fieldset {
		flex: auto;
		min-width: 0;
		align-items: center;
	}
	.resource-selects select {
		max-width: 155px !Important;
	}
	.resource-form {
		padding: 2rem;
	}
	.resource-form.sticky {
		position: sticky;
		top: 6rem;
	}


	.image-col {
		min-height: 675px;
	}
	.image-col:before {
		content: '';
		width: 515px;
		height: 100%;
		max-width: 45%;
		background: url(https://www.virtru.com/hubfs/virtru2022/images/purple-accent.jpg);
		background-size: cover;
		position: absolute;
		right: 0;
		top: 0;
		border-radius: 0px 0px 0px 100px ;
	}

	.sticky-column {
		justify-content: space-around;
		align-items: flex-start;
	}
	#rr-slider.carousel:not(.slick-initialized) {
		display: flex;
	}
	#rr-slider.carousel:not(.slick-initialized) .rr-slide:nth-child(n+4) {
		display: none;
	}
	#rr-slider.carousel:not(.slick-initialized) .rr-slide {
		width: calc(33% - 0.5rem);
	}
}
@media (min-width: 993px ) {
	.resource-form {
		padding: 3.125rem;
	}
}
.rr-slide .carouse.slick-initialized {
	opacity: 0;
}
.rr-slide {
	margin: 0.5rem;
	flex: 1;
}
#rr-slider .slick-track {
	display: flex
}
#rr-slider .slick-slide {
	height: inherit;
}
.rr-slide &gt; a {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.rr-slide-content {
	background: rgba(255, 255, 255, 0);
	border-radius: 5px;
	padding: 0 15px 26px 15px;
	transition: all .15s ease-in-out;
	flex: 1;
}
.rr-slide:hover .title {
	color: var(--primary) !important;
}
.rr-slide:hover .rr-slide-content {
	background: rgba(255, 255, 255, 1);
}
.rr-slide.slick-current,
.rr-slide.slick-current ~ .rr-slide {
	opacity: 1;
}
.related-resources {
	overflow: hidden;
}
.related-resources .slick-list {
	overflow: visible !Important;
}
.rr-slide-header img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.rr-slide-header {
	height: 200px;
	overflow: hidden;
	position: relative;
	border-radius: 10px 10px 0 0;
}
.rr-slide-label {
	background: #6AD5AE;
	border-radius: 100px;
	padding: 5px 10px;
	position: absolute;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	line-height: 2;
	bottom: 15px;
	left: 15px;
}

.whatyoulearn ul {
	padding: 0;
	list-style: none;
}
.whatyoulearn ul li {
	position: relative;
	padding-left: 56px;
	padding-top: 4px;
	margin-bottom: 1rem;
}
.whatyoulearn ul li:before {
	content: url(https://1769758.fs1.hubspotusercontent-na1.net/hubfs/1769758/virtru2022/images/check.svg);
	position: absolute;
	left: 0;
	top: 0;
}

.resources-content ul li, 
.resources-content ol li {
	margin-bottom: 1.5rem;
}

.resources-content ul li strong, 
.resources-content ol li strong{
	color: var(--heading)
}

/* Single resource transcripts */
.transcripts_wrapper {
    padding: 25px;
    border: 1px solid #ccc;
    overflow-y: scroll;
    height: 450px;
}
@media (min-width:768px) {
.transcripts_wrapper {
    height: 350px;
}
}</pre></body></html>