#library-item h3 {
  cursor: default;
  color: #336dcd;
  padding-bottom: 0px;
  padding-top: 30px;
	position: relative;
	display: flex;
	column-gap: .5em;
	font-size: 38px;
  line-height: 1em;
  letter-spacing: -.06em;
	font-weight: 700;
}
#library-item h3:before {
	content: "";
	min-width: .6em;
	min-height: .6em;
	background: #eee;
	border-radius: 50%;
	align-self: baseline;
  position: relative;
  top: .2em;
}
#library-item .guides h3:before {
	background: #DCCFFF;
}
#library-item .school-resources h3:before {
	background: #CAFFBF;
}
#library-item .webinar-recording h3:before {
	background: #BDE0FE;
}
#library-item .case-study h3:before{
  background: #fdc5f5;
}
#library-item .article h3:before{
  background: #E9F2FF;
}
#library-item h3.no-desc {
  padding-bottom: 10px;
}
#library-item p {
  cursor: default;
  padding-bottom: 10px;
}
.mbtype {
  display: block;
  margin: 10px 0 15px
}
.listing-library #library-item .et_pb_column {
  width: 100% !important;
}
.listing-library #library-item .et_pb_column .et_pb_module {
  width: 100% !important;
  flex-basis: unset !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;

}
/* #library-item h3:first-child {
  margin-top: 0px;
} */
#header-resources-library.et_pb_section_0.et_pb_section {
    background-color: #f7fffb!important;
    border-bottom: 1px solid #dfe2e6;
}
#header-resources-library.et_pb_section_0.et_pb_section h1 {
    font-size: 40px;
    letter-spacing: -2px;
    color: #336dcd !important;
}
#header-resources-library.et_pb_section_0.et_pb_section .et_pb_fullwidth_header_subhead {
    font-size: 16px;
    line-height: 1.5em;
    color: #293041;
    padding-bottom: 0;
}
.library-sidenav{
  position: static;
  margin: 0;
  /* width: auto; */
  background: transparent;
  padding: 0;
  z-index: auto;
  border-right: 2px solid #f5f8fb;
  -ms-flex-preferred-size: 23.7%;
  flex-basis: 23.7%;
}
#controlsMixItUp nav .library-sideNavList{
  margin-bottom: 20px;
  list-style-type: none;
  padding: 0;
}
#controlsMixItUp nav .library-sideNavList li {
  margin-bottom: 10px;
}
#controlsMixItUp nav .library-sideNavList li a{
  color: #6c7c92;
  /* font-size: 15px; */
  line-height: 26px;
  text-decoration: none;
  cursor: pointer;
}
#controlsMixItUp nav .library-sideNavList li a:hover{
/*     color: #336dcd; */
}
#controlsMixItUp nav .library-sideNavList li a.active{
    color: #336dcd;
}
#controlsMixItUp nav .library-sideNavList li a.checked{
/*     color: #336dcd;
    font-weight: 600; */
}
#controlsMixItUp nav #inputSearch{
  padding: 0.5rem 0.55rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  font-size: 13px;
  margin-bottom: 1.5em;
  width: 89%;
  border-radius: 4px;
}
#controlsMixItUp nav .inputSearch-form-group {
	position: relative;
}
#controlsMixItUp nav #inputSearch-clear-button {
	cursor: pointer;
	position: absolute;
    left: 75%;
    height: 37px;
	background: transparent;
    border-width: 0px;
	top: 0;
}
#controlsMixItUp nav #inputSearch-clear-button span:after{
	font-family: ETmodules;
    font-size: 15px;
    font-weight: 800;
    content: "\51";
	color: #5a6c87;
}

#library-item .clickclik:hover .et_pb_blurb_content{
    box-shadow: 0 5px 20px 0px rgba(89, 144, 234, 0.23);
    margin-top: -5px;
    padding-bottom: 5px;
    border: 1px solid rgba(49, 93, 165, 0.21);
}
/* #library-item .clickclik:after{
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    visibility: visible;
    z-index: 10;  
  } */
  #library-item .clickclik{
    position: relative;
    border-radius: 5px;
  }
  .library-item .et_pb_blurb_content .et_pb_blurb_container h4{
    line-height: 1.2em; 
    color: #313131;
  }
  .library-item .et_pb_blurb_content .et_pb_blurb_container h4 a{
    font-size: 17px !important;
    font-weight: normal;
    color: #313131;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
    text-align: left;
  }
  .library-item .et_pb_blurb_content .et_pb_blurb_container{
    padding: 32px 24px 24px;
  }
  .library-item .et_pb_blurb_content .et_pb_blurb_container p{
    line-height: normal;
    font-size: 13px;
    color: #5a6c87;
  }
  .library-item .et_pb_blurb_content .et_pb_main_blurb_image{
    margin-bottom: 0;
  }
  .library-item .et_pb_blurb_content{
    box-shadow: 0px 0px 8px 0px rgba(71, 140, 254, 0.15);
    border-radius: 5px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #efefef;
    overflow: hidden;
    background-color: #fff;
  }
  .library-item .et_pb_blurb_content:hover {
    box-shadow: 0 5px 20px 0px rgba(89, 144, 234, 0.23);
    margin-top: -5px;
    padding-bottom: 5px;
    border: 1px solid rgba(49, 93, 165, 0.21);
  }


.listing-library #fail-messages {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    padding: 20px;
    text-align: center;
    display: none;
  }
  .listing-library #fail-messages .et_pb_column{
    float: none;
    width: 100% !important;
  }
  .listing-library #fail-messages .et_pb_module{
    width: 100%;
    text-align: center;
    margin: 0 !important;
    padding: 0;
  }

  /* .mix-row,
  .mix-row *,
  .mix-row *::before,
  .mix-row *::after {
    box-sizing: border-box;
} */
/* .filtered:first-child {
  background: red;
} */
.pt-0 {
  padding-top: 0px !important;
}
.mix-row {
    display: block;
    width: 100%;
    margin-top: -30px;
/*     margin-right: -10px;
    margin-left: -10px; */
  }

#library-item .mix-row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2.5%;
}
.mix-row:after {
  content: '';
  display: block;
  clear: both;
}
	.mix-row .mix-column {
	  position: static!important;
    width: 31.6666%;
/*     padding-right: 10px;
    padding-left: 10px; */
    margin-bottom: 20px;
  }
  .mix-row .mix-column.grid-sizer {
      margin-bottom: 0px !important;
  }


.mix-row .mix-column.grid-sizer {
    margin-bottom: 0px !important;
    position: absolute !important;
}

.mix-row .mix-column,
#library-item .mix-row .mix-column>div,
#library-item .mix-row .mix-column>div>div {
	border-radius: 12px;
}

.mix-row .mix-column>div>div {
	border-color: #D0EAFB;
	box-shadow: unset;
}

.mix-row .mix-column>div,
.mix-row .mix-column>div>div {
	height: 100%;
}

.mix-row .mix-column .et_pb_blurb_content .et_pb_blurb_container,
.mix-row .mix-column .et_pb_blurb_content {
	display: flex;
	flex-direction: column;
}

.mix-row .mix-column .et_pb_blurb_content .et_pb_blurb_container,
.mix-row .mix-column .et_pb_blurb_content .et_pb_module_header {
	flex: 1;
}

.mix-row .mix-column .et_pb_blurb_content .et_pb_module_header {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	letter-spacing: -1px;
  line-height: 1.3em;
	padding-bottom: 0;
	margin-top: 12px;
  max-height: 64px;
	margin-bottom: 48px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mix-row .mix-column .et_pb_blurb_content .section-post-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.mix-row .mix-column .et_pb_blurb_content .post-category,
.mix-row .mix-column .et_pb_blurb_content .post-label {
	font-size: .9em;
	color: #333;
	padding: 4px 6px;
	border-radius: 3px;
	background: white;
	border: 1px solid #ddd;
	line-height: 1.2em;
}

.mix-row .mix-column.guides .et_pb_blurb_content .post-category {
	background: #DCCFFF;
	border-color: #DCCFFF;
}
.mix-row .mix-column.school-resources .et_pb_blurb_content .post-category {
	background: #CAFFBF;
	border-color: #CAFFBF;
}
.mix-row .mix-column.webinar-recording .et_pb_blurb_content .post-category {
	background: #BDE0FE;
	border-color: #BDE0FE;
}
.mix-row .mix-column.case-study .et_pb_blurb_content .post-category{
  background: #fdc5f5;
  border-color: #fdc5f5;
}
.mix-row .mix-column.article .et_pb_blurb_content .post-category{
  background: #E9F2FF;
  border-color: #E9F2FF;
}

#library-item .mix-row .mix-column .post-author {
  text-transform: capitalize;
	color: #666;
  font-size: 16px;
	padding-bottom: 0;
}
#library-item .mix-row .mix-column .post-author span {
	font-weight: 700;
}
  @media (max-width: 991px) {
    .mix-row .mix-column {
        width: 48.7506%;
    }
  }
  @media (max-width: 767px) {
    .mix-row .mix-column {
        width: 100%;
    }
  }
  #learn-more-bulletin {
    display: none;
  }
  .learn-more-section {
    width: 100%;text-align: center;
  }
  .no-padd-b {
    padding-bottom: 0px !important;
  }

.resource-hubspot-wrapper {
	cursor: pointer;
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 199999 !important;
    top: 0;
    left: 0;
	display: none;
}
.resource-hubspot-wrapper .resource-hubspot-popup {
  	position: relative;
    background: #fff;
/*     max-width: 650px; */
	max-width: 100%;
	width: 100%;
/*     margin: 50px auto; */
	margin-top: 0;
    box-shadow: 0 1px 1px rgba(255,255,255,.4);
    border-radius: 5px;
    overflow: auto;
/*     max-height: 90vh; */
    max-height: 100vh;
	height: 100vh;
/*     display: flex;
    justify-content: center;
    align-items: center; */
}
.resource-hubspot-wrapper .resource-hubspot-popup .code-inner {
    padding: 47px 50px 38px;
	width: 100%;
	margin: auto;
	max-width: 1200px;
/*     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
}
.resource-hubspot-wrapper .resource-hubspot-popup .section-logo {
  margin-top: 66px;
}

.resource-hubspot-wrapper .resource-hubspot-popup .section-heading,
.resource-hubspot-wrapper .resource-hubspot-popup .section-logo {
	text-align: left;
}

.resource-hubspot-wrapper .resource-hubspot-popup .section-heading .post-box {
  font-size: 18px;
	padding-bottom: 16px;
	border-radius: 12px;
	margin-top: 40px;
	margin-bottom: 50px;
  width: 99%;
}

.resource-hubspot-wrapper .resource-hubspot-popup .section-heading .post-box b {
	font-size: 21px;
	line-height: 1.7em;
	letter-spacing: -1px;
}

.resource-hubspot-wrapper .section-heading .modal-title {
	color: #336DCD;
	font-size: 38px;
  line-height: 1em;
  margin-bottom: .2em;
	padding-bottom: 0;
}

.resource-hubspot-wrapper .section-heading .modal-subtitle {
	color: #333;
	font-size: 28px;
}


.resource-hubspot-wrapper .section-heading .modal-title,
.resource-hubspot-wrapper .section-heading .modal-subtitle {
	font-weight: 700;
	letter-spacing: -2px;
}

.resource-hubspot-wrapper .section-heading .modal-subtitle .free {
	position: relative;
}

.resource-hubspot-wrapper .section-heading .modal-subtitle .free img {
	position: absolute;
	top: 100%;
	left: 0;
	transform: scale(1.5);
	width: 100%;
}

.resource-hubspot-wrapper .form-embed .hbspt-form {
	margin-top: 38px;
	max-width: 100%;
}

.resource-hubspot-wrapper .resource-hubspot-popup .hbspt-form fieldset {
	max-width: 100%;
}
.resource-hubspot-wrapper .resource-hubspot-popup .hbspt-form fieldset div:last-child > div{
  margin-right: 0;
}
.resource-hubspot-wrapper .resource-hubspot-popup .hbspt-form fieldset .hs_identify {
  margin-bottom: 0;
}
.resource-hubspot-wrapper .form-embed .hs-form {
/*     display: flex;
    flex-wrap: wrap;
    column-gap: 2%; */
}

.resource-hubspot-wrapper .form-embed .hs-form div[data-reactid=".hbspt-forms-0.1:$0"] {
/* 	width: 100%; */
}

.resource-hubspot-wrapper .form-embed .hs-form div[data-reactid=".hbspt-forms-0.1:$0"] h3 {
/* 	text-align: left; */
}

.resource-hubspot-wrapper .form-embed .hs-form fieldset:first-child {
	display: none;
}

.resource-hubspot-wrapper .form-embed .hs-form .field {
	width: 49%;
  margin-right: 10px;
}
.resource-hubspot-wrapper .form-embed .hs-form .field:last-child{
  margin-right: 0;
}

.resource-hubspot-wrapper .form-embed .hs-form .hs-form-radio label {
	display: flex;
	align-items: center;
	column-gap: 6px;
	font-weight: 400;
}

.resource-hubspot-wrapper .form-embed .hs-form .hs-form-radio label input {
	margin-top: 0;
	width: 18px;
	height: 18px;
}

.resource-hubspot-wrapper .form-embed .hs-form .field.hs_use_managebac_ .inputs-list .hs-form-radio:first-child {
	margin-right: 12px;
}

.resource-hubspot-wrapper .form-embed .hs-form .hs-richtext {
  color: #000;
	text-align: left;
	margin-bottom: 18px;
}

.resource-hubspot-wrapper .form-embed .hs-form .hs-submit .actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.resource-hubspot-wrapper .form-embed .hs-form .hs-submit .hs-button {
  border: 1px solid #478cfe;
  cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding: 16px 32px!important;
	border-radius: 6px;
	text-align: center;
  transition: .3s;
}

.resource-hubspot-wrapper .form-embed .hs-form .hs-submit .hs-button:hover {
  transform: translateY(-1px);
}

.resource-hubspot-wrapper .form-embed .hs-form .hs-submit .hs-button.secondary {
	background: white;
	color: #478cfe;
}

.resource-hubspot-wrapper .resource-hubspot-popup .code-inner .close-button{
	position: fixed;
    left: 12px;
	right: unset;
    top: 12px;
    cursor: pointer;
        background: none;
    width: auto;
    height: auto;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #478CFE;
    color: white;
	transition: .2s transform;
      display: flex;
    align-items: center;
    justify-content: center;
}
.resource-hubspot-wrapper .resource-hubspot-popup .code-inner .close-button:before {
    content: "\4d";
/*     font-size: 51px; */
	font-size: 28px;
	font-weight: 600;
    font-family: etmodules;
}

.resource-hubspot-wrapper .resource-hubspot-popup .code-inner .close-button:hover {
	transform: scale(1.03) translateZ(0);
}

.resource-hubspot-wrapper .resource-hubspot-popup .code-inner .close-button:hover:before{
/*   color: #333; */
}

@media screen and (max-width: 767px) {
	.resource-hubspot-wrapper .form-embed .hs-form .field {
		width: 100%;
    margin-right: 0;
	}
  #library-item h3 {
    font-size: 32px;
  }
  .mix-row .mix-column .et_pb_blurb_content .et_pb_blurb_container {
    padding: 24px 16px 16px;
  }
}

#dv-rs-filter .filter-programme-nav .et_pb_code_inner {
	margin-bottom: 0;
}

#dv-rs-filter .library-sideNavList {
    display: flex;
    column-gap: 12px;
	margin-bottom: 0;
	padding-left: 0;
	overflow: auto;
}

/*#dv-rs-filter .category .library-sideNavList .library-sideNavListItem:nth-child(4),
#dv-rs-filter .category .library-sideNavList .library-sideNavListItem:nth-child(5),
#dv-rs-filter .category .library-sideNavList .library-sideNavListItem:nth-child(6),
#dv-rs-filter .category .library-sideNavList .library-sideNavListItem:nth-child(7),
#dv-rs-filter .category .library-sideNavList .library-sideNavListItem:nth-child(8),
#dv-rs-filter .category .library-sideNavList .library-sideNavListItem:nth-child(9)
{
  display: none;
}*/

#dv-rs-filter .category .library-sideNavList .library-sideNavListItem,
#dv-rs-filter .category .library-sideNavList {
	margin-bottom: 0;
}

#dv-rs-filter .category .library-sideNavList .library-sideNavListItem:first-child {
  /* display: none; */
}

#dv-rs-filter .category .library-sideNavList .library-sideNavListItem a {
	color: #333;
	min-width: 80px;
	padding: 6px 18px;
	border-radius: 24px;
	border: 2px solid #D8D8D8;
	white-space: nowrap;
}

.category .library-sideNavList .library-sideNavListItem a {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

.category .library-sideNavList .library-sideNavListItem a span {
  line-height: 1em;
  padding: .5em .6em;
  border-radius: .3em;
  background: #eee;
}

.category .library-sideNavList .library-sideNavListItem a[data-filter="guides"] span {
	background: #DCCFFF;
}

.category .library-sideNavList .library-sideNavListItem a[data-filter="school-resources"] span {
	background: #CAFFBF;
}

.category .library-sideNavList .library-sideNavListItem a[data-filter="webinar-recording"] span {
	background: #BDE0FE;
}
.category .library-sideNavList .library-sideNavListItem a[data-filter="case-study"] span {
  background: #fdc5f5;
}

.category .library-sideNavList .library-sideNavListItem a[data-filter="article"] span {
  background: #E9F2FF;
}

#dv-rs-filter .category .library-sideNavList .library-sideNavListItem a.checked {
	border-color: #478CFE;
}

#dv-rs-filter .category .library-sideNavList .library-sideNavListItem a:before {
 	content: "";
  height: 1.2em;
  width: 1.2em;
	min-height: 1.2em;
	min-width: 1.2em;
	border: 2px solid #D8D8D8;
	border-radius: 3px;
	font-family: ETmodules;
 	font-size: .9em;
 	top: 1px;
	background: white;
 	position: relative;
 	font-weight: 600;
}

#dv-rs-filter .category .library-sideNavList .library-sideNavListItem a.checked:before  {
 	content: "\4e";
	color: white;
 	display: flex;
	align-items: center;
	justify-content: center;
	border-color: #478CFE;
 	background: #478CFE;
}

#dv-rs-filter .library-sideNavList .library-sideNavListItem label {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
	column-gap: 10px;
	color: #333;
	margin-right: 0;
	padding: 6px 16px;
	border-color: #D8D8D8;
	cursor: pointer;
	border-width: 2px;
}

#dv-rs-filter .library-sideNavList .library-sideNavListItem label span:last-child {
	white-space: nowrap;
}

#dv-rs-filter .library-sideNavList .library-sideNavListItem input[type=checkbox]:checked + label {
	border-color: #478CFE;
}

#dv-rs-filter .library-sideNavList .library-sideNavListItem input[type=checkbox] {
	margin: 0;
	opacity: 0;
}

#dv-rs-filter .library-sideNavList .library-sideNavListItem img {
	width: auto;
	height: 1.8em;
}

#youtube-embed-wrapper {
  /* cursor: pointer; */
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 199999 !important;
  top: 0;
  left: 0;
  overflow: scroll;
  display: none;
}
#youtube-embed-wrapper #youtube-embed-popup {
  position: relative;
  background: transparent !important;
  max-width: 1000px;
  margin: 25px auto;
  box-shadow: unset !important;
  border-radius: 0 !important;
}
#youtube-embed-wrapper #youtube-embed-popup #youtube-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#youtube-embed-wrapper #youtube-embed-popup #youtube-iframe-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#youtube-embed-wrapper #youtube-embed-popup .et_pb_code_inner {
padding: 47px 50px 38px;
}
#youtube-embed-wrapper #youtube-embed-popup .et_pb_code_inner #close {
  right: 25px;
  top: 11px;
  background: rgba(255, 255, 255, 0.47);
  width: 43px;
  height: 43px;
  text-align: center;
  display: block;
  padding-top: 0px;
  padding-right: 2px;
  border-radius: 26px;
  border: 1px solid #0000;
  position: absolute;
  cursor: pointer;
}
#youtube-embed-wrapper #youtube-embed-popup .et_pb_code_inner #close:before {
  font-size: 39px;
  display: inline-block;
  padding-left: 1px;
  color: #000 !important;
}
#youtube-embed-wrapper #youtube-embed-popup .et_pb_code_inner #close:before {
  content: "\4d";
  font-family: etmodules;
}
#preview-hubspot-form.resource-hubspot-wrapper {
	padding: 0px 20px;
}
#preview-hubspot-form.resource-hubspot-wrapper .resource-hubspot-popup {
/* 	max-width: 1200px !important; */
}
#pdf-main-container, #pdf-main-container #pdf-loading, #image-main-container {
	display: none;
  text-align: center;
}
#image-main-container img {
  max-width: 100%;
}
#pdf-main-container #pdf-content {
  position: relative;
  text-align: center;
}
#pdf-main-container #pdf-content #download-blocker{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
#pdf-main-container #pdf-loading {
  display: block;
  text-align: center;
  font-size: 20px;
  margin: 30px 0px;
}
#pdf-main-container #preview-canvas {
	width: 100%;
	max-height: 100% !important;
}
#pdf-main-container #pdf-navigation {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}
#pdf-main-container #pdf-navigation button {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border-width: 0px;
  text-align: center;
  background: #008af1;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
#pdf-main-container #pdf-navigation button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#pdf-main-container #pdf-navigation button#prev {
  margin-right: 10px;
}
#pdf-main-container #pdf-navigation button#prev:before {
  content: "4";
}
#pdf-main-container #pdf-navigation button#next:before {
  content: "5";
}
#pdf-main-container #pdf-navigation button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#pdf-main-container #pdf-navigation button:before {
  font-size: 29px;
  font-family: etmodules;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  text-align: center;
}
#pdf-main-container #pdf-paging {
  text-align: right;
  display: none;
}
#download-from-preview {
display: block;
  background: #336dcd;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 3px;
  width: 180px;
    margin: 0 auto;
     -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
#download-from-preview:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}
.resource-hubspot-wrapper .resource-hubspot-popup #donload-atc{
  padding-bottom: 40px;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: auto;
  font-size: 3px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #333;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.resource-hubspot-popup h3{
  color: #333;
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}
.resource-hubspot-popup .input input,
.resource-hubspot-popup .input select {
  border: 1px solid #c0dcfc;
  border-radius: 8px;
  height: 40px;
  width: 100%;
  padding: 0 10px;
  margin-left: 0
}
.resource-hubspot-popup #school-name-input,
.resource-hubspot-popup #school-country-input,
.resource-hubspot-popup .ui-autocomplete,
.resource-hubspot-popup .input input,
.resource-hubspot-popup .input select {
  border-color: #6096E9;
}
.resource-hubspot-popup .field{
  max-width: 100%;
  margin-bottom: 20px
}
.resource-hubspot-popup .field label {
  font-size: 16px;
  color: #333;
  padding-bottom: 6px;
  display: inline-block;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.resource-hubspot-popup .field>label {
  letter-spacing: -1px;
}
.resource-hubspot-popup .hs-form-radio-display input{
  height: 25px;
}
.resource-hubspot-popup .hs-richtext h1 {
  color: #336DCD;
  font-size: 38px;
  line-height: 1em;
  margin-bottom: 0.2em;
  padding-bottom: 0;
  font-weight: 700;
  letter-spacing: -2px;
}

.resource-hubspot-popup .hs-richtext h1:nth-child(2) {
  color: #333;
  font-size: 18px;
  margin-bottom:25px;
}

.resource-hubspot-popup .field label span.hs-form-required {
  color: red;
  margin-left: 8px
}
.resource-hubspot-popup .actions{
  text-align: center;
}
.resource-hubspot-popup .hs_submit input[type=submit] {
  text-align: center;
  padding: 12px 35px !important;
  border-radius: 3px;
  font-weight: 600;
  font-size: .9em;
  color: #fff;
  border: none;
  display: inline-block;
  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 0 7px 14px rgb(50 50 93/10%), 0 3px 6px rgb(0 0 0/8%);
  text-transform: uppercase;
  background: #478cfe;
  cursor: pointer;
}
.resource-hubspot-popup .hs-error-msgs li label {
  color: red;
  font-size: 12px;
  padding: 0;
  font-weight: 400
}
.section-logo {
  padding: 15px 0 10px;
  text-align: center;
}
.section-logo img {
  max-width: 72px;
}
.resource-hubspot-wrapper .resource-hubspot-popup .code-inner{
/*   background-image: url(https://managebacstage.wpengine.com/wp-content/uploads/2022/04/mask-group-form.svg); */
  background-repeat: no-repeat;
  background-position: top center;
  padding: 47px 50px 38px;
}
/* .hbspt-form #hsForm_7e068a18-babe-416a-9ee8-f50fe07be7f7 .hs_identify #label-identify-7e068a18-babe-416a-9ee8-f50fe07be7f7, .hbspt-form #hsForm_7e068a18-babe-416a-9ee8-f50fe07be7f7 .hs_identify #identify-7e068a18-babe-416a-9ee8-f50fe07be7f7 {
  display: none !important;
} */
.hbspt-form label {
	text-transform: none !important;
}
.hbspt-form ul {
	display: flex;
	flex-wrap: wrap;
}
.hbspt-form ul > li {
	padding-right: 10px;
}
.hbspt-form .hs_use_managebac_ {
	margin-bottom: 16px !important;
}
.hbspt-form .hs_role_ ul > li {
	width: 50%;
}
@media (max-width: 767px) {
  .hbspt-form .hs_role_ ul > li{
    width: 100%;
  }
  .hbspt-form .form-columns-2 .input{
    margin-right: 0 !important;
  }
}
/* #controlsMixItUp nav .library-sideNavList li a[data-filter="guides"]{
  display: none;
}
#controlsMixItUp nav .library-sideNavList li a[data-filter="e-books"]{
  display: none;
}
#controlsMixItUp nav .library-sideNavList li a[data-filter="case-studies"]{
  display: none;
}
#controlsMixItUp nav .library-sideNavList li a[data-filter="school-resources"]{
  display: none;
}
#controlsMixItUp nav .library-sideNavList li a[data-filter="videos"]{
  display: none;
}
#controlsMixItUp nav .library-sideNavList li a[data-filter="solution-briefs"]{
  display: none;
}
#controlsMixItUp nav .library-sideNavList li a[data-filter="on-demand-webinars"]{
  display: none;
}
#controlsMixItUp nav .library-sideNavList li a[data-filter="curriculum-insights-magazine"]{
  display: none;
} */

.post-box {
  color: #333;
  text-align: left;
  margin-bottom: 40px;
  background: #EFF6FF;
  padding: 16px 24px;
}
.hs_role_{
  margin-top: 5px;
}
.hs_role_ label#label-role_-c565976c-d5f6-4a02-9d5c-96c78595cee8 > span{
  display: none;
}
.mix-row .mix-column.case-study{
  overflow: visible;
  transition: none;
  box-shadow: none !important;
   margin-top: -5px !important; 
   padding-bottom: 5px !important;
}

/* Style form brochure */
.hs-form-radio-display {
  display: flex !important;
  align-items: center;
}

.form-columns-1 .hs-dependent-field .hs-fieldtype-radio .input {
  width: 50%;
}
/* .form-columns-1 .hs-dependent-field .input {
    border: 1px solid #c0dcfc;
    border-radius: 8px;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    margin-left: 0;
    border-color: #6096E9;
} */