#main > .wf-wrap {
	padding: 0!important;
}

#page {
	background: #C8E6FF!important;
}

.iframe-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

body.post-type-archive .content.custom-page-container {
	max-width: 100%;
}

body.single .builder-content h2,
body.single .builder-content h3,
body.single .builder-content h4,
body.single .builder-content h5 {
	margin-bottom: 40px;
	margin-top: 40px;
}

body.single .builder-content p,
body.single .builder-content ul li,
body.single .builder-content ol li {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 28px;
}

body.single .builder-content ul {
	list-style: disc!important;
	margin: 10px 0 30px 30px!important;
}

body.single .builder-content ol {
	margin: 10px 0 30px 30px!important;
}

body.single .builder-content .twitter-tweet,
body.single .builder-content .youtube-video {
	margin-top: 30px!important;
}

body.single .builder-content .youtube-video {
	aspect-ratio: 1;
	min-height: 450px;
	width: 100%;
}

body.single .builder-content .instagram-media {
	margin: 0 auto!important;
}

.back-to-glossary {
	background: none!important;
	margin: 0 0 40px !important;
	padding: 0!important;
	color: #171717!important;
	font-size: 15px!important;
}

.back-to-glossary:hover {
	color: #81C4EE!important;
}

.page-load-status {
	display: none;
	width: 100%!important;
}

.loader-wheel {
	top: 30%;
	font-size: 40px!important;
	width: 0.6em!important;
}

.content,
.single-glossary {
	background: #fff;
}

.top-area-wrapper {
	background: linear-gradient(180deg, #C8E6FF 0%, #FFFFFF 100%);
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.content-area-wrap {
	max-width: 1340px;
	margin: 0 auto;
}

.hero-wrap {
	text-align: center;
	max-width: 680px;
	padding: 60px 0;
}

.hero-wrap h1 {
	font-size: 56px;
	line-height: 64px;
	text-transform: none;
	font-weight: 600 !important;
	margin: 30px 0;
}

.hero-wrap .pill-wrap div,
.hero-wrap .pill-wrap .meta-category {
	display: inline-block;
	padding: 8px 12px;
	background: #fff;
	border-radius: 100px;
	font-size: 14px !important;
	line-height: 16px !important;
	font-weight: 600;
	color: #81C4EE;
}

.hero-wrap .pill-wrap div img,
.hero-wrap .pill-wrap .meta-category img {
	margin-right: 5px;
}

.hero-wrap p {
	color: #757575 !important;
	margin-bottom: 30px;
	line-height: 28px!important;
}

.hero-wrap a {
	display: block;
	padding: 16px 24px;
	max-width: 440px;
	margin: 0 auto;
	background: #81C4EE;
	border-radius: 12px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.hero-wrap a:hover {
	background: #000;
	color: #fff;
}

.glossary-navigation-wrapper {
	max-width: 1340px;
	margin: 0 auto;
}

.glossary-navigation-wrapper ul {
	list-style-type: none !important;
	display: flex;
	margin: 0 !important;
}

.glossary-navigation-wrapper ul li {
	text-align: center;
}

.glossary-navigation-wrapper ul li,
.glossary-navigation-wrapper ul li a {
	width: 100%;
}

.glossary-navigation-wrapper ul li a {
	font-weight: 400!important;
	text-decoration: none!important;
	text-transform: uppercase;
}

.glossary-navigation-wrapper ul li a:hover {
	font-weight: 900!important;
	color: #B572FF;
}

.glossary-content-wrapper {
	padding: 15px 0;
	background-image: url('https://www.plannthat.com/wp-content/uploads/2023/05/Blog_Page_Background-top.jpg'),
	url('https://www.plannthat.com/wp-content/uploads/2023/05/Blog_Page_Background-bottom.jpg'),
	url('https://www.plannthat.com/wp-content/uploads/2023/05/Blog_Page_Background-repeat.jpg');
  background-position: top center, bottom center, center center;
  background-size: 100%, 100%, 100%;
  background-repeat: no-repeat, no-repeat, repeat-y;
}

.glossary-row {
	display: flex;
	flex-flow: row wrap;
	margin: 40px 0;
	position: relative;
}

.glossary-row .glossary-tag {
	width: 150px;
	text-align: center;
}

.glossary-row .glossary-tag div {
	font-size: 56px;
	line-height: 64px;
	font-weight: bold;
	text-transform: uppercase;
}

.glossary-loop {
	margin-left: 30px;
	width: 86%;
}

.glossary-loop-wrap {
	display: flex;
	gap: 30px;
	flex-flow: row wrap;
}

.related-terms-loop .notslider .glossary-loop-wrap li {
	width: 50%;
}

a.glossary-post-wrapper {
	text-decoration: none;
	width: 26%;
	background: #fff;
}

a.glossary-post-wrapper:hover {
	border: 2px solid #B572FF;
}

a.glossary-post-wrapper:hover div {
	color: #B572FF;
}

.glossary-post-wrapper {
	padding: 30px;
	border: 2px solid #F0F1F5;
	border-radius: 30px;
}

.glossary-post-wrapper div {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.glossary-post-wrapper p {
	color: #757575 !important;
	line-height: 28px !important;
}

.view-more-button-wrapper {
	width: 100%;
	text-align: right;
}

.view-more-button {
	background: none;
	border: 0;
	padding: 8px 16px;
	margin-top: 30px;
	color: #81C4EE !important;
	font-weight: bold;
	font-family: "Outfit";
	text-transform: capitalize;
}

.view-more-button:hover {
	color: #000!important;
}

.explore-plans-wrapper {
	background: #81C4EE;
	border-radius: 32px;
	position: relative;
}

.explore-plans-wrapper-back {
	background: linear-gradient(0deg, rgba(10,10,10,1) 50%, rgba(255,255,255,1) 50%);
}

.explore-plans-wrapper .content-area-wrap {
	display: flex;
	padding: 50px 0;
}

.explore-plans-content {
	width: 60%;
}

.explore-plans-cta {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.explore-plans-content h2 {
	font-size: 42px;
	line-height: 52px;
	color: #fff;
	text-transform: capitalize;
}

.explore-plans-content p {
	color: #fff!important;
	margin: 0;
	position: relative;
}

.explore-plans-content p:after {
	content: " ";
	background-image: url('https://www.plannthat.com/wp-content/uploads/2023/07/Arrow-1.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	right: 0px;
	top: -30px;
	width: 100px;
	height: 90px;
	position: absolute;
}

.explore-plans-cta a {
	font-size: 16px;
	line-height: 16px;
	padding: 16px 24px;
	background: #000;
	border-radius: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.explore-plans-cta a:hover {
	color: #fff;
}

.single-glossary .hero-wrap {
	text-align: left;
	max-width: 1130px;
	padding-bottom: 30px;
}

.single-glossary .top-area-wrapper {
	margin-bottom: 30px;
	padding-bottom: 0;
}

.single-glossary .glossary-content-wrapper .content-area-wrap {
	display: flex;
	flex-wrap: nowrap;
	gap: 60px;
}

.single-glossary .builder-content,
.single-glossary .hero-wrap > * {
	max-width: 820px;
	width: 100%;
}

.single-glossary .content-area-wrap {
	max-width: 1130px;
}

.single-glossary .explore-plans-wrapper .content-area-wrap {
	max-width: 1340px;
}

.related-terms h2,
.single-glossary .builder-content .the_featured_image,
.single-glossary .builder-content .uvc-heading {
	margin-bottom: 35px;
}

.single-glossary .builder-content .wpb_text_column p,
.single-glossary .builder-content .wpb_text_column ul li,
.single-glossary .builder-content .wpb_text_column ol li,
.single-glossary .builder-content .wpb_text_column strong {
	line-height: 28px!important;
	font-size: 18px!important;
}

.single-glossary .builder-content .wpb_text_column ul {
	list-style: disc!important;
}

.single-glossary .builder-content .wpb_text_column ul,
.single-glossary .builder-content .wpb_text_column ol {
	margin-left: 35px!important;
	margin-bottom: 15px!important;
}

.single-glossary .builder-content .wpb_text_column ul li,
.single-glossary .builder-content .wpb_text_column ol li  {
	margin-bottom: 15px!important;
}

.single-glossary .builder-content .wpb_text_column p,
.single-glossary .builder-content .wpb_text_column ul li,
.single-glossary .builder-content .wpb_text_column ol li {
	font-weight: 400!important;
}

.single-glossary .content-area-wrap .builder-content .twitter-tweet,
.single-glossary .content-area-wrap .builder-content .twitter-tweet iframe {
	width: 100%!important;
	max-width: 100%!important;
}

.single-glossary .content-area-wrap .right-sidebar {
	max-width: 250px;
}

.single-glossary .content-area-wrap .right-sidebar .share-this {
	margin-bottom: 30px;
}

.post-side .vc_column-inner {
	padding: 0!important;
}

.outside-full-sidebar,
.loop-custom-sidebar,
.loop-custom-full-sidebar {
	border-radius: 24px;
}

.loop-custom-sidebar {
	background: linear-gradient(152.42deg, #8CCECF 1.98%, #81C4EE 99.03%);
	padding: 30px;
	height: 100%;
	border-radius: 24px;
}

.loop-custom-sidebar-inside {
	background: #fff;
	padding: 30px 30px 15px;
	height: 100%;
	border-radius: 24px;
}

.single-loop-custom-sidebar .loop-custom-sidebar {
	background: linear-gradient(152.42deg, #B572FF 1.98%, #81C4EE 99.03%);
	padding: 15px;
	margin: 30px 0;
}

.single-loop-custom-sidebar .loop-custom-sidebar-inside {
	padding: 15px 15px 0;
}

.single-loop-custom-sidebar .loop-custom-sidebar .agree-wrap,
.single-loop-custom-sidebar .loop-custom-sidebar p,
.single-loop-custom-sidebar .loop-custom-sidebar .widget-title {
	text-align: left!important;
}

.single-loop-custom-sidebar .loop-custom-sidebar .widget-title {
	text-transform: capitalize!important;
}

.loop-custom-full-sidebar-inside {
	display: flex;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
}

.loop-custom-full-sidebar {
	background: linear-gradient(100.45deg, #81C4EE -0.6%, #8CCECF 102.88%);
}

.loop-custom-sidebar p {
	font-size: 16px !important;
	line-height: 24px!important;
}

.loop-custom-sidebar p {
	color: #757575!important;
	text-align: center;
	margin-bottom: 20px !important;
}

.placeholder-form input {
	width: 100% !important;
	border-radius: 10px !important;
	border: 0 !important;
	background: #F8FAFE !important;
	color: #000 !important;
	opacity: 1 !important;
	height: 50px !important;
	margin-bottom: 15px !important;
}

.placeholder-form input[type="submit"] {
	background: #171717!important;
	color: #fff!important;
	text-transform: uppercase!important;
}

.loop-custom-full-sidebar .placeholder-form input[type="text"], 
.loop-custom-full-sidebar .placeholder-form input[type="email"] {
	background: #FFFFFF33!important;
	color: #fff !important;
}

.loop-custom-sidebar .agree-wrap {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #757575;
}

.related-terms {
	width: 100%;
	margin-bottom: 50px;
	margin-top: 50px;
}

.related-terms .glossary-loop-wrap {
	display: flex;
	gap: 0;
}

.related-terms .flexslider {
	background: none;
}

.related-terms .flex-direction-nav .flex-prev {
	left: -70px;
}

.related-terms .flex-direction-nav .flex-next {
	right: -70px;
}

.related-terms .flex-direction-nav,
.related-terms-loop ul.glossary-loop-wrap {
	list-style: none;
	margin: 0;
}

.related-terms-loop .glossary-loop-wrap a {
	width: auto;
	display: block;
}

.related-terms-loop a.glossary-post-wrapper:hover {
	border: 2px solid #81C4EE;
}

.related-terms-loop a.glossary-post-wrapper:hover div {
	color: #81C4EE;
}

.related-terms-loop .glossary-loop-wrap li {
	display: flex !important;
	justify-content: stretch;
}

.related-terms-loop .glossary-loop-wrap li:not(:last-child) a {
	margin-right: 30px;
}