/* #region - IMPORTS */

/* #endregion */

/* #region - VARIABLES */

/* #endregion */

/* #region - GLOBALS */
html, body {
	margin: 0;
    padding: 0;
}

html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
}

body {
	font-family: 'Raleway', sans-serif;
	color: #525252;
	font-size: 16px;
	line-height: 1.5;
}

button,
input,
select,
optgroup,
textarea {
	font-family: 'Raleway', sans-serif;
	color: #525252;
	font-size: 1rem;
	line-height: 1;
}
textarea {
	width: 100%;
}

p {
    margin: 0 0 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

body {
	
}
a { 
	text-decoration: none; 
}
iframe {
	border: 0;
	width: 100%;
}
.clearfix:after {
    content: "";
    display: block;
	clear: both;
}
.span-bold,
.strong {
	font-weight: bold;
}
.span-italic {
	font-style: italic;
}

.default-content-wrapper {
	margin: 40px 0 40px;
}

.th-desktop-only {
	display: block;
}
.th-desktop-only-text {
	display: inline;
}
.th-mobile-only,
.th-mobile-only-text {
	display: none;
}
.th-caret-right {
	display: inline-block;
	margin-left: 5px;

	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	
	border-left: 6px solid;
}
.th-angle-down {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-right: 4px solid;
	border-bottom: 4px solid;
	transform: rotate(45deg)
}
@media screen and (max-width: 768px) {
	.th-desktop-only,
	.th-desktop-only-text {
		display: none;
	}
	.th-mobile-only {
		display: block;
	}
	.th-mobile-only-text {
		display: inline;
	}
}

/* #endregion */

/* #region - FOOTER */
.site-footer {
	padding: 50px 0;
	background: #EDEDED;
}
.site-footer-content {
	max-width: 1050px;
	margin: 0 auto;
}
.footer-logo {
	position: relative;
	width: 175px;
	margin: 10px auto;
}
.footer-logo img {
	width: 175px;
}
.footer-logo-tagline {
	font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: -5px;
    left: 18px;
}
.footer-hr {
	height: 3px;
	background-color: #9D9D9D;
	margin: 50px auto;
}
.footer-inner-content {
	display: flex;
	padding: 0 20px;
}
.footer-column {
	width: 230px;
}
.footer-column h5 {
	font-size: 15px;
	margin: 20px 0;
}
.footer-column.footer-column-last {
	width: 360px;
}
#footer-1 > li > a {
	font-weight: bold;
}
#footer-1 > li > ul {
	padding-left: 15px;
}
.footer-column nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-column nav a {
	color: #525252;
	font-size: 14px;
	line-height: 1.3;
}
.footer-contact p span {
	display: block;
}
.footer-number {
	margin-bottom: 15px;
}
.footer-sm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 320px;
}
.footer-sm a {
	display: block;
	width: 36px;
	height: 37px;
	overflow: hidden;
	background-image: url('/img/sm-icons2.png');
	background-repeat: no-repeat;
}
.footer-sm a:nth-child(2) {
	background-position-x: -36px;
}
.footer-sm a:nth-child(3) {
	background-position-x: -72px;
}
.footer-sm a:nth-child(4) {
	background-position-x: -108px;
}
.footer-sm a:nth-child(5) {
	background-position-x: -144px;
}
.footer-sm a:nth-child(6) {
	background-position-x: -180px;
}
.footer-sm a:hover {
	background-position-y: -37px;
}
span#ot-sdk-btn.ot-sdk-show-settings.footer-cookies,
span#ot-sdk-btn.ot-sdk-show-settings.footer-cookies:hover {
	color: #525252;
	font-size: 14px;
	line-height: 1.3;
	border: none;
	background: none;
	padding: 0;
}
.footer-disclosures {
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
}
.footer-disclosures h6 {
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}
.footer-toggle {
	display: inline-block;
	border-right: 3px solid;
	border-bottom: 3px solid;
	border-bottom-right-radius: 3px;
	transform: rotate(45deg);
	width: 14px;
	height: 14px;
	margin: 2px 10px;
	transition: all 300ms ease;
}
.show-footer-disclosures .footer-toggle {
	transform: rotate(-135deg);
	margin: -4px 10px;
}
.footer-toggle-wrapper {
	padding: 0 20px;
	display: none;
}
.show-footer-disclosures .footer-toggle-wrapper {
	display: block;
}
.footer-disclosures p,
.footer-copy-terms p {
	font-size: 13px;
	margin: 30px 0;
}
.footer-disclosures p span {
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.footer-inner-content {
		display: block;
	}
	.footer-column,
	.footer-column.footer-column-last {
		display: block;
		width: 100%;
		padding: 20px 10px;
	}

	.footer-sm a i {
		padding: 15px 8px;
	}

	.footer-cookie-links {
		text-align: left;
	}

	.footer-disclosures h6,
	.footer-copy-terms {
		padding: 0 20px;
	}
}

/* #endregion */

/* #region - POPUP */
.th-popup {
	width: 100%;
    position: absolute;
    top: 85px;
	z-index: 99;
	display: none;
}
.th-popup-wrapper {
	background: #fff;
	border-radius: 8px;
	max-width: 1200px;
	margin: 0 auto;
	border: 1px solid #aaa;
}
.th-popup-header {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #aaa;
}
.th-popup-title {
	font-size: 18px;
	margin: 0;
}
.th-popup-close {
	padding: 10px;
	font-size: 22px;
	cursor: pointer;
}
.th-popup-content {
	padding: 20px;
}

.consult-popup-wrapper {
	display: none;
}

/* #endregion */

sup.disclosure-button {
	color: #525252;
	cursor: pointer;
}

/* #region - PAGES */
.th-content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
article.page ul li,
article.page ol li {
	padding: 10px 0;
}
.th-purple-bar {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	padding: 40px 10px;
	background-color: #4F2B81;
	color: #fff;
}
.th-purple-bar span,
.th-purple-bar a {
	color: #fff;
}
.site-main a {
	color: #ff9e2b;
}
.site-main a:hover {
	color: #EA8003;
}
@media screen and (max-width: 1160px) {
	.th-content {
		padding: 0 10px;
	}
}
#onetrust-consent-sdk p#onetrust-policy-text, 
#onetrust-consent-sdk h3#onetrust-policy-title,
#onetrust-consent-sdk div#onetrust-banner-sdk a[href],
#onetrust-consent-sdk button#onetrust-pc-btn-handler {
	color: #000;
	border-color: #000;
}

/* #endregion */

/* #region - POST PAGES */
.post-thumbnail {
	text-align: center;
	padding-top: 80px;
}
.th-post-content {
	max-width: 1200px;
	margin: 0 auto;
}
.th-post-title {
	font-size: 2em;
    margin: 0.67em 0;
}
.th-post-content ul {
	margin-left: 1em;
}
.th-post-content p {
	margin: 0;
}
.th-post-content p,
.th-post-content li {
	padding-bottom: 20px;
}
.th-post-content li > ul,
.th-post-content li > ol {
	padding-top: 20px;
	list-style-type: circle;
}
.th-post-content li > ul > li > ul,
.th-post-content li > ol > li > ol {
	list-style-type: square;
}
.th-post-content table {
	border-collapse: collapse;
}
.th-post-content table td,
.th-post-content table th {
	padding: 1em;
    border: 1px solid;
    word-break: normal;
}
.th-post-content .wp-block-image figcaption {
	display: none;
}
.th-post-content .wp-block-embed {
	display: none;
}
.th-post-content .wp-embed iframe {
	width: 100%;
	height: 600px;
}
.th-after-post-button-wrapper {
	margin: 80px 0;
	text-align: center;
	border-bottom: 3px solid #FF9E2C;
	padding-bottom: 80px;
}
a.th-after-post-button {
	cursor: pointer;
	display: inline-block;
	background-color: #FF9E2C;
	color: #000;
	padding: 20px 40px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
	transition: background-color 300ms ease;
}
a.th-after-post-button:hover {
	background-color: #EA8003;
	color: #000;
}
.th-after-post-button i {
	padding-left: 10px;
}
.th-after-post-text {
	margin: 80px auto;
	max-width: 1200px;
	padding: 0 20px;
}
.th-after-post-text a {
	color: #FF9E2C;
}

/* #endregion */

/* #region - BLOG PAGES */
.th-blog-content {
	display: flex;
}
.blog-content-info {
	max-width: 370px;
	width: 100%;
	padding-right: 40px;
	margin: 0 0 40px;
}
.blog-content-content {
	max-width: 780px;
	width: 100%;
}
.blog-wrapper .th-post-title {
	margin: 0 0 20px;
}

.blog-wrapper .th-after-post-button-wrapper {
	border: none;
	padding: 0;
	text-align: left;
}
.blog-wrapper a.th-after-post-button {
	background-color: #44B2E5;
	border-radius: 43px;
	font-size: 22px;
	color: #fff;
}
.blog-wrapper a.th-after-post-button:hover {
	background-color: #44B2E5;
}
@media screen and (max-width: 1200px) {
	.th-blog-content {
		flex-wrap: wrap;
		justify-content: center;
	}
	.blog-content-info {
		max-width: 780px;
		order: 2;
	}
}
@media screen and (max-width: 768px) {
	.th-post-content {
		padding: 0 10px;
	}
	.th-post-content .wp-embed iframe {
		height: 300px;
	}
	.th-post-content ul {
		margin-left: 0;
	}
}

/* #endregion */

/* #region - Article/News/Videos CVP Pages */
.pt-cv-wrapper .btn-group-sm>.btn, .pt-cv-wrapper .btn-sm {
	padding: 10px;
	font-weight: bold;
}
.pt-cv-wrapper .btn-success {
	background-color: #987ac1;;
	border-color: #987ac1;;
}

/* #endregion */

/* #region - SCHEDULE PAGES */
.schedule-page-wrapper {
	margin: 60px 0;
	padding: 0 20px;
	text-align: center;
}
.schedule-page-wrapper h1 {
	margin: 10px auto 60px;
	max-width: 750px;
}
.schedule-page-wrapper h3 {
	font-size: 28px;
}
.schedule-page-schedule {
	margin-bottom: 0;
}
.schedule-page-wrapper p {
	margin-bottom: 20px;
}
.schedule-page-video-wrapper iframe {
	width: 100%;
    height: 100%;
    max-width: 640px;
    min-height: 360px;
}
.schedule-page-thankyou {
	margin: 30px 0;
}
@media screen and (max-width: 768px) {
	.schedule-page-wrapper h1 {
		font-size: 28px;
	}
	.schedule-page-wrapper h3 {
		font-size: 24px;
	}
}

/* #endregion */
