/*

//  Judgement-free zone where you can test regular ole css code

*/

#page-wrapper [id] {
    scroll-margin-top: calc(var(--header_placeholder) + 50px);
}

#isi {
	background-color: transparent !important;
	
}

body .how-to-prescribe-group-3 .e-prescribe-columns:nth-of-type(3) {
    border-bottom: 1px solid #fff;
    padding-bottom: 43px;
    margin-bottom: 63px;
}

body.block-editor,
.editor-styles-wrapper {
  background-color: #000 !important;
}

@media (min-width: 782px) {
	.how-to-prescribe-group-3 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
	  margin-left: var(--wp--style--block-gap,1em);
	}
}

.toe-content {
	padding:0 1.5rem;
	position:absolute;
	top:16rem;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column-reverse;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse
}

.toe-content p {
	font-size:48px;
	line-height:56px;
	font-weight:200;
	padding:2rem 0
}

.toe-content a {
	font-size:26px;
	padding-right:5px;
	font-weight:200
}

.toe-content .lozenge {
	max-width:230px
}
@media only screen and (max-width:769px) {
	.toe-content .lozenge {
		max-width:100%;
	}
}

@media (min-width:48em) {
	.toe-content {
		top:50%;
		left:150px;
		-webkit-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		transform:translateY(-50%)
	}
}

@media screen and (max-width:769px) {
	.toe-content {
		width:100%;
		left:0
	}
}

.main-content {
	margin-left:8vw;
	margin-right:8vw;
	padding-left:10vw;
	padding-right:10vw;
}

.padding-2 {
	padding:2%;
}

.homepage-main-content {
    margin-left:8vw;
	margin-right:8vw;
	padding-left:10vw;
	padding-right:10vw;
}

.homepage-content-item {
	padding: 0;
}

.homepage-item-zero-margin {
	margin: 0;
}

.homepage-margin-auto {
	margin:50%;
}

.homepage-margin-top-250-px {
	margin-top:250px;
}

.homepage-padding-2 {
	padding:2%;
}

.homepage-padding-10 {
	padding:10%;
}

.homepage-padding-50 {
	padding:10%;
}

.homepage-video-container {
    margin-left:8vw;
	margin-right:8vw;
	padding-left:10vw;
	padding-right:10vw;
}

.isi-border {
	border: 1px solid white;
	padding:8px !important;
}

.image-lower-left-overlay {
    position: absolute;
    top: 65%;
    left: 90%;
}

.tru-ul-container ul li:before {
    content: url("/wp-content/uploads/atom-checkmark.png");
	margin-right:.75em;
}

.tru-ul {
	list-style: none;
}

.tru-card {
	border-top:none !important;
	border-bottom:2px solid #e8af26 !important;
	padding-left:1em;
	padding-right:1em;
	margin-top:40px;
}

.tru-card .card-body {
	margin-top:40px;
}

.smart-slider-header-text {
	font-size: 0.8vw !important;
}

.smart-slider-td-logo {
	width: 18vw !important;
}

.slide-one .underline-vector {
    background-image: url("/wp-content/uploads/vector1.svg");
}

.slide-one .underline-vector2 {
    background-image: url("/wp-content/uploads/vector2.svg");
}

.slide-one .mobile-only-vectors .underline-vector {
    background-image: url("/wp-content/uploads/Vector1-mob.svg");
}

.slide-one .mobile-only-vectors .underline-vector2 {
    background-image: url("/wp-content/uploads/Vector2-mob.svg");
}

.slide-two .underline-vector {
    background-image: url("/wp-content/uploads/Vector3.svg");
}

.slide-two .underline-vector2 {
    background-image: url("/wp-content/uploads/Vector4.svg");
}

.slide-two .mobile-only-vectors .underline-vector {
    background-image: url("/wp-content/uploads/Vector3-mob.svg");
}

.slide-two .mobile-only-vectors .underline-vector2 {
    background-image: url("/wp-content/uploads/Vector4-mob.svg");
}

.slide-two .mobile-only-vectors .underline-vector3 {
    background-image: url("/wp-content/uploads/Vector5-mob.svg");
}

.slide-three .underline-vector {
    background-image: url("/wp-content/uploads/Vector5.svg");
}

.slide-three .underline-vector2 {
    background-image: url("/wp-content/uploads/Vector6.svg");
}

.slide-three .underline-vector {
    background-image: url("/wp-content/uploads/Vector5.svg");
}

.slide-three .mobile-only-vectors .underline-vector {
    background-image: url("/wp-content/uploads/Vector6-mob.svg");
}

.slide-three .mobile-only-vectors .underline-vector2 {
    background-image: url("/wp-content/uploads/Vector7-mob.svg");
}

.slide-three .mobile-only-vectors .underline-vector {
    background-image: url("/wp-content/uploads/Vector6-mob.svg");
}

.underline-vector, .underline-vector2, .underline-vector3 {
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}

/*Override image source for lozenge*/
.mktoForm .mktoButtonRow.mktoButtonRow .mktoButtonWrap.mktoButtonWrap .mktoButton::after, .infusion-submit.lozenge button::after, .wp-block-buttons .lozenge.lozenge a::after {
  right: -3px;
  width: 50%;
  background: transparent url(/wp-content/uploads/svg-button-cap-right.svg) 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

/*Override image source for list-checkmark*/
ul.list-checkmark li::before {
  content: "";
  width: 26px;
  height: 19px;
  background-image: url("/wp-content/uploads/checkmark.svg");
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-embed {
	padding: 60px;
}

@media (min-width: 768px) {
.video-embed {
	padding: 30px;
}
}

@media (max-width: 767.98px) {
.video-embed {
	padding: 0;
}
}

/*transcript styles begin*/
 .transcript {
   margin-top: 0;
 }


 .transcript {
   margin-top: 0rem;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   align-self: flex-end;
   padding-bottom: 3rem;
 }

 .transcript .content {
   	margin-top: 2.125rem;
	 margin-bottom: 2.125rem;
   	background: #221f20;
   	scrollbar-width: thin;
   	scrollbar-color: #e8af26 #353639;
	height: 300px;
	overflow-y: scroll;
 }

 .transcript-trigger {
   color: #e8af26;
   text-decoration: underline;
 }

 .transcript .transcript-trigger {
   text-align: left;
   cursor: pointer;
 }

 .transcript .content {
   	line-height: 1.5;
   	padding: 11px 18px 9px 13px;
	height: 300px;
	overflow-y: scroll;
 }

 .transcript .transcript-trigger::after {
   display: inline-block;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 0.9rem;
   padding-left: 0.5rem;
   transform: translateY(-0.125rem);
 }

 .transcript .transcript-trigger:hover {
   text-decoration: none;
 }

.transcript .closed::after {
    content: "\002B";
    color: #e8af26;
	font-size: 20px;
}

.transcript .open::after {
    content: "\00D7";
    color: #e8af26;
	font-size: 20px;
}

.billboard {
	max-width: 1248px;
	margin: 0 auto;
	position: relative;
	border-radius: 8px;
}

/*------------------------------------*\
    Home - Page
\*------------------------------------*/

.slide-one {
/* 	height: 500px !important; */
}


/* Smart Slider */
.page-home #n2-ss-3 .wp-block-group__inner-container {
	padding:0 !important;
}

@media (max-width: 699.98px) {
	.page-home .n2-ss-slide {
/* 		height: 500px !important; */
	}
}

@media (max-width: 767.98px) {
	.page-home #n2-ss-3 {
/* 		height:1000px; */
	}
}


.page-home .video-group-mom::after {
    content: "Paid HCP consultant and paid patient testimonial.";
    position: relative;
    text-align: right;
    font-weight: 700;
    line-height: 1.33;
    font-size: 1.25rem;
    display: block;
	bottom: 0.5rem;
}

.page-home .three-boxes-section-1 .box {
	padding: 28px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.page-home .three-boxes-section-1 .box p {
	text-align: center;
}

.page-home .three-boxes-section-2 {
	padding: 0px;
}

.page-home .three-boxes-section-2 .box {
	align-content: center;
}

.page-home .three-boxes-section-2 .box p {
	padding: 0;
}

/* override child-theme.css */
.home-group-2 {
  padding-bottom: 20px;
/* padding-bottom: 100px; */
}

/* override child-theme.css */
.home-group-2 .wp-block-group__inner-container {
/* padding-top: 231px; */
	padding-top: 50px;
}

/*------------------------------------*\
    FAQ - Page
\*------------------------------------*/

.page-faqs .hero {
	position:absolute;
	background-image: linear-gradient(to bottom, #63749e 0%, #000 40%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;	
	background-position: center;
	z-index: -2;
	height: 2500px;
}

.page-faqs .hero .device-image-desktop {
	margin: 0 20px 0 0 !important;
	float: right;
}

.page-faqs .hero .device-image-mobile {
	display: none;
}

@media (max-width: 480px) { 
	.page-faqs .hero .device-image-desktop {
		display: none;
	}

	.page-faqs .hero .device-image-mobile {
		display: block;
		margin-top: 100px;
	}
}

.page-faqs .stay-informed-image-desktop {
	display:block
}

.page-faqs .stay-informed-image-mobile {
	display: none;
}

@media (max-width: 768px) { 
	.page-faqs .stay-informed-image-desktop {
		display:none
	}

	.page-faqs .stay-informed-image-mobile {
		display: block;
	}
}

.nasal-spray {
  padding-top: 80px;
  background-image: none !important;
  padding-bottom: 60px;
  /********/
}

/*------------------------------------*\
    Getting Trudhesa - Page
\*------------------------------------*/

.page-getting-trudhesa .site {
  background-image: url("/wp-content/uploads/111717_Lexi_8275.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 768px auto;
}

@media (min-width: 768px) {
	.page-getting-trudhesa .site {
		background-image: url("/wp-content/uploads/GettyImages-1284720016.png");
		background-size: 1440px auto;
	}
}

@media (max-width: 767.98px) {
  .getting-trudhesa-group-1 {
    margin-top: 108px;
  }
}

.getting-trudhesa-group-1 .wp-block-columns {
  margin-bottom: 130px;
}

@media (max-width: 767.98px) {
  .getting-trudhesa-group-1 .wp-block-columns {
    gap: 0;
  }
}

.getting-trudhesa-group-1 .wp-block-image {
  margin-bottom: 0;
}

.getting-trudhesa-group-1 .wp-block-column:not(:last-child) {
  margin-left: 10.5em;
}

@media (max-width: 991.98px) {
  .getting-trudhesa-group-1 .wp-block-column:not(:last-child) {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .getting-trudhesa-group-1 .wp-block-image {
    text-align: center;
  }
}

.getting-trudhesa-group-2 .wp-block-columns {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .getting-trudhesa-group-2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 575.98px) {
  .getting-trudhesa-group-2 hr {
    margin-bottom: 40px;
  }
}


.getting-trudhesa-group-3 {
  margin-top: -44px;
}
@media (max-width: 767.98px) {
  .getting-trudhesa-group-3 {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .getting-trudhesa-group-3 .wp-block-columns figure {
    text-align: center;
  }
  .getting-trudhesa-group-3 .wp-block-columns figure img {
    margin-bottom: 0;
  }
  .getting-trudhesa-group-3 .wp-block-columns h3 {
    text-align: center;
  }
}
.getting-trudhesa-group-3 h3 {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .getting-trudhesa-group-3 h3 {
    margin-top: 11px;
  }
}
.getting-trudhesa-group-3 > .wp-block-group__inner-container > .wp-block-columns:nth-of-type(1),
.getting-trudhesa-group-3 > .wp-block-group__inner-container > .wp-block-columns:nth-of-type(2) {
  margin-bottom: 70px;
}
@media (max-width: 575.98px) {
  .getting-trudhesa-group-3 > .wp-block-group__inner-container > .wp-block-columns:nth-of-type(1),
  .getting-trudhesa-group-3 > .wp-block-group__inner-container > .wp-block-columns:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
.getting-trudhesa-group-3 > .wp-block-group__inner-container > .wp-block-columns .pr-27 a {
  padding-right: 27px;
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(1) > .wp-block-group__inner-container {
  margin-bottom: 70px;
}
@media (max-width: 575.98px) {
  .getting-trudhesa-group-3 .wp-block-columns:nth-of-type(1) > .wp-block-group__inner-container {
    margin-bottom: 20px;
  }
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(1) p:first-of-type {
  margin-top: 14px;
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(1) p.top-p {
  margin-bottom: 64px;
  width: 92%;
}
@media (max-width: 575.98px) {
  .getting-trudhesa-group-3 .wp-block-columns:nth-of-type(1) p.top-p {
    width: auto;
  }
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(1) .e-prescribe-columns p {
  margin-bottom: 20px;
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(1) .e-prescribe-columns p:first-of-type strong {
  display: inline-block;
  width: 110px;
}
@media (max-width: 575.98px) {
  .getting-trudhesa-group-3 .wp-block-columns:nth-of-type(1) .e-prescribe-columns p {
    margin-bottom: 12px;
  }
  .getting-trudhesa-group-3 .wp-block-columns:nth-of-type(1) .e-prescribe-columns p:last-of-type {
    margin-bottom: 24px;
  }
  .getting-trudhesa-group-3 .wp-block-columns:nth-of-type(1) .e-prescribe-columns p:last-of-type:not(:first-child) {
    white-space: nowrap;
  }
  .getting-trudhesa-group-3 .wp-block-columns:nth-of-type(1) .e-prescribe-columns p:last-of-type:not(:first-child) mark + span {
    display: block;
    margin-left: 115px;
  }
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(1) .e-prescribe-columns p:not(:first-of-type) strong {
  display: inline-block;
  width: 110px;
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(1) .e-prescribe-columns a {
  text-decoration: underline;
  font-weight: 600;
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(3) {
  margin-bottom: 103px;
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(3) h3 {
  margin-bottom: 35px;
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(3) p {
  margin-bottom: 26px;
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(4) {
  margin-bottom: 144px;
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(4) .footnote {
  line-height: 1.5;
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(4) .footnote p {
  margin-bottom: 16px;
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(5) {
  margin-bottom: 0;
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(5) .wp-block-column {
  padding-bottom: 128px;
}
@media (max-width: 575.98px) {
  .getting-trudhesa-group-3 .wp-block-columns:nth-of-type(5) .wp-block-column {
    padding-bottom: 64px;
  }
}
.getting-trudhesa-group-3 .wp-block-columns:nth-of-type(5) .wp-block-button__link {
  width: 347px;
  height: 64px;
  padding: 0 !important;
  margin: auto;
  line-height: 58px !important;
  font-weight: 700 !important;
}
@media (max-width: 575.98px) {
  .getting-trudhesa-group-3 .wp-block-columns:nth-of-type(5) .wp-block-button__link {
    width: 320px;
  }
}
.getting-trudhesa-group-3 .wp-block-columns:not(.ready-to-deliver-cta) {
  gap: 0;
}
.getting-trudhesa-group-3 .e-prescribe-columns {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 43px;
  margin-bottom: 63px;
}
.getting-trudhesa-group-3 .e-prescribe-columns:nth-of-type(3) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 95px;
}
@media (max-width: 767.98px) {
  .getting-trudhesa-group-3 .e-prescribe-columns:nth-of-type(3) {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .getting-trudhesa-group-3 .e-prescribe-columns .wp-block-column:nth-child(2n) {
    margin-left: 0 !important;
  }
}
.getting-trudhesa-group-3 .e-prescribe-columns p strong {
  display: inline-block;
  width: 110px;
}

.getting-trudhesa-group-3 .cta-link-text {
	position: relative;
  	z-index: 0;
	padding-top: 70px;
	padding-bottom: 84px;
}

.getting-trudhesa-group-3 .cta-link-text h3::before {
	  content: '';
	  position: absolute;
	  inset: 0;
	  background: url(/wp-content/uploads/icon-Trudhesa-logo-symbol.svg) no-repeat center center;
	  background-size: contain;
	  opacity: 0.1;
	  z-index: -1;  
}

.getting-trudhesa-group-3 .wp-block-buttons {
	text-align: center;
}

.getting-trudhesa-group-3 .two-column-image {
	position:absolute;
	flex: 0 0 40%;
	z-index: 1;
	opacity: 0.7;
	mix-blend-mode: screen;
	transform: translatex(5%);
}

@media (min-width: 48em) {
  .getting-trudhesa-group-3 .two-column-image {
   	position: static;
	
  }
}

/*------------------------------------*\
    Trudhesa Difference - Page
\*------------------------------------*/

/* Should really be able to set this in the plugin config - can't tho */
scrollsequence {
	z-index: 1;
}

.page-trudhesa-difference .video-group-nasal-space::after {
    content: "Paid HCP consultant and paid patient testimonial.";
    position: relative;
    text-align: right;
    font-weight: 700;
    line-height: 1.33;
    font-size: 1.25rem;
    display: block;
	bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  .trudhesa-difference-group-3 .wp-block-column:nth-child(1n) {
   	padding-top: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .trudhesa-difference-group-3 .wp-block-column:nth-child(1n) {
   	padding-top: 0 !important;
  }
}

.trudhesa-difference-group-6 .svg-background {
    background: transparent url(/wp-content/uploads/nasal_background.svg) 50% no-repeat;
}

.trudhesa-difference-group-7 .wp-block-columns {
	gap: 0.5em;
}

.trudhesa-difference-group-7 .patient-cta .img-container::after {
  content: "Actor portrayal.";
  font-size: 1.2rem;
  position: absolute;
  bottom: 16px;
  left: 18px;
}

.trudhesa-difference-group-7 .patient-cta .img-container img {
	max-height: 500px;
	height: auto;
	width: auto;
}

.trudhesa-difference-group-7 .cta-link-text {
	position: relative;
  	z-index: 0;
	padding-top: 70px;
	padding-bottom: 84px;
	padding-left: 100px;
}

.trudhesa-difference-group-7 .cta-link-text h3::before {
	  content: '';
	  position: absolute;
	  inset: 0;
	  background-size: contain;
	  opacity: 0.3;
}

.trudhesa-difference-group-7 .cta-link-text .speedy::before {
	background: url(/wp-content/uploads/speedy.svg) no-repeat top center;
	background-position: no-repeat top center;
}

.trudhesa-difference-group-7 .cta-link-text .steady::before {
	  background: url(/wp-content/uploads/steady.svg) no-repeat top 580px center;
}

.trudhesa-difference-group-7 .cta-link-text .ready::before {
	  background: url(/wp-content/uploads/at-the-ready.svg) no-repeat top 1320px center;
}

.trudhesa-difference-group-7 .be-direct:first-child {
	border-right: 2px solid #c89403;
}

.trudhesa-difference-group-7 .be-direct h2,
.trudhesa-difference-group-7 .be-direct p {
	margin: 0 !important;
	padding: 0 !important;
}

.trudhesa-difference-group-7 .inhaler-anim {
	display: block;
}

.trudhesa-difference-group-7 .inhaler-image {
	display: none;
}


@media (max-width: 1280px) {
	.trudhesa-difference-group-7 .inhaler-anim {
		display: none;
	}
	.trudhesa-difference-group-7 .inhaler-image {
		display: block;
	}
	.trudhesa-difference-group-7 .spacer-1 {
		height:80px !important;
	}
}

.trudhesa-difference-group-9 .button-1 {
	margin: 0 20px 0 0;
}
.trudhesa-difference-group-9 .button-2 {
	margin: 0 0 0 20px;
}

@media (max-width: 575.98px) {
	.trudhesa-difference-group-7 .cta-link-text {
		/*padding-top: 70px;
		padding-bottom: 84px;*/
		padding-top: 0px !important;
		padding-bottom: 5px !important;
		padding-left: 20px !important;
	}
	
	.trudhesa-difference-group-9 .button-1 {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.trudhesa-difference-group-9 .button-2 {
		width: 100%;
		margin: 20px 0 0 0;
	}
}

.trudhesa-difference-group-10 .wp-block-group__inner-container {
	padding: 0 !important;
}

.trudhesa-difference-group-10.billboard {
	max-width: 1248px;
	margin: 0 auto;
	position: relative;
	border-radius: 8px;
}

.trudhesa-difference-group-10 .img-how-to-use-desktop {
	display: block;
}
.trudhesa-difference-group-10 .img-how-to-use-mobile {
	display: none;
}



@media (max-width: 767.98px) {
	.trudhesa-difference-group-10 .img-how-to-use-desktop {
		display: none;
	}

	.trudhesa-difference-group-10 .img-how-to-use-mobile {
		display: block;
		width:100%;
	}
}

.hero-section > .wp-block-group__inner-container {
  position: relative;
  padding-top: 56px;
}
@media (max-width: 575.98px) {
  .hero-section > .wp-block-group__inner-container {
    padding-top: 75px;
  }
}
.hero-section .wp-block-columns {
  align-items: center;
}
.hero-section.trudhesa-difference {
	position: relative;
}

@media (max-width: 767.98px) {
  .hero-section.trudhesa-difference .wp-block-column:first-child {
	  position: absolute;
	  right: -30vw;
	  top: -20px;
  }
	
  .hero-section.trudhesa-difference .wp-block-column:last-child {
	margin-top: 0px;
  }	
}

@media (max-width: 575.98px) {
  .hero-section.trudhesa-difference .wp-block-column:first-child {
	  position: absolute;
	  right: -10vw;
	  top: -20px;
  }
	
  .hero-section.trudhesa-difference .wp-block-column:first-child img {
	  object-fit: contain !important;
  }
	
  .hero-section.trudhesa-difference .wp-block-column:last-child {
	margin-top: 230px;
	  text-align:center;
  }	
}

.nasal-space-transcript-group .vt-link {
	margin:0 !important;
}
.nasal-space-transcript-group h2 {
  max-width: 970px;
}
.nasal-space-transcript-group .h2-separator {
  max-width: 260px;
}
@media (max-width: 575.98px) {
  .nasal-space-transcript-group .h2-separator {
    max-width: 200px;
  }
}
.nasal-space-transcript-group p:first-of-type {
  margin-bottom: 40px;
  margin-top: 40px;
}
.nasal-space-transcript-group .wp-block-embed {
  margin-bottom: 40px;
}
.nasal-space-transcript-group .wp-block-columns {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .nasal-space-transcript-group .wp-block-columns {
  }
}
.nasal-space-transcript-group .card {
  background-color: #221f20;
}
.nasal-space-transcript-group .card p {
  font-size: 16px;
  line-height: 1.5;
}
.nasal-space-transcript-group .card p:first-of-type {
  margin-bottom: 10px;
  margin-top: 0;
}
.nasal-space-transcript-group .card-body {
  height: 232px;
  max-height: 232px;
  overflow-y: scroll;
  padding: 1.6rem 2rem;
}
.nasal-space-transcript-group .dl-link {
  margin-bottom: 40px;
}
.nasal-space-transcript-group .wp-block-button__link {
  width: 347px;
  height: 64px;
  padding: 0 !important;
  margin: auto;
  line-height: 58px !important;
  font-weight: 700 !important;
}
@media (max-width: 575.98px) {
  .nasal-space-transcript-group .wp-block-button__link {
    width: 320px;
  }
}
.nasal-space-transcript-group .wp-block-buttons a::after {
  transform: none !important;
}

.trudhesa-difference-group-3 .col-left {
	padding: 0 0 0 42px;
}

/*------------------------------------*\
    Stay Informed - Page
\*------------------------------------*/

.page-stay-informed .hero {
	position:absolute;
	background-image: linear-gradient(to bottom, #63749e 0%, #000 40%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;	
	background-position: center;
	z-index: -2;
	height: 2500px;
}

.page-stay-informed .hero-section .wp-block-group__inner-container {
	padding-top: 0px !important;
}

.page-stay-informed .vertical-title {
  position: absolute;
  margin: 0 !important;
  top: 140px;
  left: 99%;
  font-size: 3.2rem;
  color: #e8af26;
  letter-spacing: normal;
  white-space: nowrap;
  transform: rotate(-270deg);
  transform-origin: top left;
}

.page-stay-informed .hero .device-image-desktop {
	margin: 0 20px 0 0 !important;
	float: right;
}

.page-stay-informed .hero .device-image-mobile {
	display: none;
}

@media (max-width: 480px) { 
	.page-stay-informed .hero .device-image-desktop {
		display: none;
	}
	.page-stay-informed .hero .device-image-mobile {
		display: block;
		margin-top: 100px;
	}
}

/*------------------------------------*\
    Why Up The Nose - Page
\*------------------------------------*/

@media (max-width: 782px) { /* Adjust the breakpoint as needed */
  	.mobile-reverse-column-direction {
    	flex-direction: column-reverse;
  	}
	
	.main-content {
		margin:0;
		padding:0;
		font-family: Source Serif Pro,serif;
	}
}

/*------------------------------------*\
    How to Use - Page
\*------------------------------------*/

.howtouse-bullet-text {
	transform: translate(-25%);
}

.howtouse-bullet-text-i {
	transform: translate(-30%);
}

.howtouse-bullet-text-single-line-r {
	transform: translate(-22%);
}

.howtouse-bullet-text-single-line {
	transform: translate(-25%);
}

.gold-bottom-border {
	border-bottom: 2px solid #e8af26;
}

.give-it-a-try {
	border-bottom: 2px solid #e8af26;
}

.give-it-a-try-image {
	transform: translate(0, 5px);
}

.specific-serif-font {
	font-family: Source Serif Pro,serif;
}

.howtouse-logo-background-image {
	position:absolute;
	background-image: url('/wp-content/uploads/icon-Trudhesa-logo-symbol-1.svg');
	background-size: cover;
	opacity: 0.12;
	height:180px;
	width:200px;
	top:-10px;
	left:250px;
}

.howtouse-download::after {
    content: "\2913";
    color: #e8af26;
	font-size: 16px;
	font-weight:bold;
	margin-left:4px;
}

.howtouse-hide-on-desktop {
	display:none;
}

@media (min-width:574px) and (max-width:767px) {
	.howtouse-bullet-text {
		transform: translate(-25%, 0);
		font-size:22px !important;
	}
	
	.howtouse-bullet-text-single-line {
		transform: translate(-25%, 0);
		font-size:22px !important;
	}
	
	.howtouse-bullet-text-i {
		transform: translate(-30%, 0);
		font-size:22px !important;
	}
	
	.howtouse-bullet-text-single-line-r {
		transform: translate(-25%, 0);
		font-size:22px !important;
	}
	
	.howtouse-hide-on-mobile {
		display:none;
	}
	
	.howtouse-hide-on-desktop {
		display:block !important;
	}
}

@media (max-width: 572px) {
	.howtouse-bullet-text {
		transform: translate(10%, -100%);
		font-size:22px !important;
	}
	
	.howtouse-bullet-text-single-line {
		transform: translate(15%, -170%);
		font-size:22px !important;
	}
	
	.howtouse-bullet-text-i {
		transform: translate(15%, -150%) !important;
		font-size:22px !important;
	}
	
	.howtouse-bullet-text-single-line-r {
		transform: translate(10%, -170%);
		font-size:22px !important;
	}
	
	.howtouse-logo-background-image {
		position:absolute;
		background-image: url('/wp-content/uploads/icon-Trudhesa-logo-symbol-1.svg');
		background-size: cover;
		opacity: 0.12;
		height:180px;
		width:200px;
		top:-10px;
		left:50px;
	}
	
	.howtouse-hide-on-mobile {
		display:none;
	}
	
	.howtouse-hide-on-desktop {
		display:block !important;
	}
}

/*------------------------------------*\
      List - Logo Symbol Half
\*------------------------------------*/
ul.list-logosymbolhalf {
  list-style: none;
  padding-left: 0 !important;
  display: inline-block;
}
ul.list-logosymbolhalf li {
  font-family: "Poppins", san-serif;
  font-size: 20px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 1em;
  position: relative;
  padding-left: 50px;
}
ul.list-logosymbolhalf li::before {
  content: "";
  width: 30px;
  height: 64px;
  background-image: url("/wp-content/uploads/icon-Trudhesa-logo-symbol-half.svg");
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
ul.list-logosymbolhalf li ul {
  list-style-type: disc;
  margin-top: 16px;
  padding-left: 1em;
}
@media (max-width: 575.98px) {
  ul.list-logosymbolhalf li ul {
    padding-left: 20px;
  }
}
ul.list-logosymbolhalf li ul li {
  padding-left: 13px !important;
}
ul.list-logosymbolhalf li ul li::before {
  content: none;
  background-image: none;
}



/*# sourceMappingURL=shame.css.map */