/** from @mixin grid-layout from haymarket theme - assumption that site is using 768 as content width in the customizer*/

@media ( min-width: 48em ) {
    body:not(.hm-standard-advisor):not(.hm-mpr-child):not(.hm-ecm) .site-container {
        display: grid;
        grid-template-columns: calc( 100% - 21.75rem ) 21.75rem;
    }

    .post-container,
    .hm-container {
        grid-column-end: 2;
        grid-column-start: 1;
    }
    .post-container .-hide-sidebar,
    .post-container .-no-sidebar {
        grid-column-end: 3;
        grid-column-start: 1;
    }
}
/* hide some stuff */
.social-links, .post-date, #newsletter-asset, .breadcrumbs, .post-thumbnail {
    display: none !important;
}
.post-type-archive #page .cch-archive-template .post-thumbnail,
.post-type-archive #page .cch-archive-template #newsletter-asset {
  display: block !important;
}
/* global styles */
.post-container h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 42px !important;
    letter-spacing: 0.25px;
    line-height: 44px;
    color: #0b2f6a !important;
}
.post-container h2 {
    font-family: 'Literata', serif;
    font-weight: 900;
    font-style: normal;
    font-size: 36px;
    line-height: 43px;
    color: #35A9B1;
}
.post-container h3 {
    font-family: 'Literata', serif;
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    color: #FCD173
}
.post-container h4 {
    font-family: 'Literata', serif;
    font-weight: 900;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 0.21px;
    line-height: normal;
    color: #0B2F6A;
}
.post-container h5 {
    font-family: 'Literata', serif;
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0.18px;
    line-height: 32px;
    color: #FCD173;
}
.post-container h6 {
    font-family: 'Literata', serif;
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.15px;
    line-height: 24px;
    color: #091d27;
}
.post-content, .post-content p, .post-content textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 0.15px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    color: #091d27;
}
.post-contnt li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.15px;
    line-height: 20px;
    color: #0B2F6A;
}
.post-content a, .post-content a:hover, .post-content a:focus, .post-content a:visited {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.15px;
    line-height: 28px;
    color: #4D4C58 !important;
}
@media screen and (max-width: 600px) {
    /* global styles for mobile */
    .post-container h1 {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 900 !important;
        font-size: 28px  !important;
        letter-spacing: 0.25px;
        line-height: 32px;
        color: #0b2f6a !important;
    }
    .post-container h2 {
        font-family: 'Literata', serif;
        font-weight: 300 !important;
        font-style: normal;
        font-size: 28px !important;
        line-height: 36px !important;
        color: #35A9B1;
    }
    .post-container h3 {
        font-family: 'Literata', serif;
        font-weight: 700 !important;
        font-style: normal;
        font-size: 28px !important;
        line-height: 40px !important;
        color: #FCD173;
    }
    .post-container h4 {
        font-family: 'Literata', serif;
        font-weight: 900 !important;
        font-style: normal;
        font-size: 24px !important;
        letter-spacing: 0.21px;
        line-height: normal !important;
        color: #0B2F6A;
    }
    .post-container h5 {
        font-family: 'Literata', serif;
        font-weight: 500 !important;
        font-style: normal;
        font-size: 18px !important;
        letter-spacing: 0.18px;
        line-height: 32px !important;
        color: #FCD173;
    }
    .post-container h6 {
        font-family: 'Literata', serif;
        font-weight: 600 !important;
        font-style: normal;
        font-size: 16px !important;
        letter-spacing: 0.15px;
        line-height: 24px !important;
        color: #091d27;
    }
    .post-content, .post-content p, .post-content textarea {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        letter-spacing: 0.15px;
        line-height: 24px;
        font-weight: 400;
        font-style: normal;
        color: #091d27;
    }
    .post-contnt li {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        letter-spacing: 0.15px;
        line-height: 20px;
        color: #0B2F6A;
    }
    .post-content a, .post-content a:hover, .post-content a:focus, .post-content a:visited {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        letter-spacing: 0.15px;
        line-height: 24px;
        color: #4D4C58;
    }
}
/* for transcript link */
.wp-block-file a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #4aadd0;
    text-decoration: none;
}
@media screen and (max-width: 600px) {
    .wp-block-file {
        margin-bottom: 0;
    }
}
/* for Refernces header */
h4 {
    font-family: Literata, serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
    color: #091d27 !important;
}
/* for References ordered list */
ol {
    padding-left: 1em;
}
ol, ol li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.56;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media screen and (max-width: 600px) {
    ol, ol li {
        font-size: 16px;
        line-height: 1.5;
    }
}
ol li {
    margin-bottom: 1em;
}
/* byline */
.custom__byline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
}
/* clinician header */
.header-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
}
.header-affiliation {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
}

@media screen and (max-width: 600px) {
    h1.post-heading  {
        font-size: 28px !important;
    }
}
/* key takeaways */
.wp-block-hm-key-takeaways h2 {
    font-family: 'Literata', serif;
    font-weight: 900;
    font-style: normal;
    color: #0b2f6a !important;
}
.wp-block-hm-key-takeaways ul {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}
/* QA block */
.wp-block-hm-q-a .question-entry {
    font-family: 'Literata', serif;
    font-weight: 900;
    font-style: normal;
}
.wp-block-hm-q-a .answer-entry {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* custom blockquote */
.wp-block-hm-custom-blockquote .quotation-mark {
    font-family: 'Literata', serif;
    font-weight: 900;
    font-style: normal;
}
.wp-block-hm-custom-blockquote .blockquote-text {
    font-family: 'Literata', serif;
    font-weight: 900;
    font-style: normal;
}
.wp-block-hm-custom-blockquote .blockquote-author {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
}
/* flip card */
.flip__card .front__headline {
    font-family: 'Literata', serif;
    font-weight: 900;
    font-style: normal;   
}
.flip__card .front__link, .flip__card .back__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.back__headline {
    font-family: 'Literata', serif;
    font-weight: 900;
    font-style: normal;
}
.flip-arrow {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* separator color - fixes custom color not working for separator block */
.wp-block-separator {
    border-top: 1px solid #fcd173;
}
@media screen and (max-width: 600px) {
    .wp-block-separator {
        margin: 16px 0;
    }
}

/* Lucky Table of contents plugin overrides */
.lwptoc {
    width: 100%;
    background-color: #fef1d5;
    border-top: solid 6px #713a83;
    border-bottom: solid 6px #713a83;
    margin: 0;
    padding: 0;
    max-width: 240px;
}
.lwptoc-light .lwptoc_i, .lwptoc_i {
    background: transparent !important;
}
.lwptoc_header:after {
    width: 30px;
    border-bottom: solid 3px #0b2f6a;
    content: '';
    display: block;
    margin-top: 6px;
}
.lwptoc_title {
    font-family: 'Literata', serif;
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #0b2f6a;
}
.post-content .lwptoc .lwptoc_i div a:hover {
    border: none !important;
}
.lwptoc_item {
    margin-top: 16px !important;
}
.lwptoc_item:first-child {
    margin-top: 8px !important;
}
.lwptoc_item_label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.15px;
    text-decoration: underline;
    color: #4d4c58;
}
/* hide show/hide toggle by default 
custom show more functionality in frontend-mobile.js */
.lwptoc_toggle {
    display:none;
}
/* .toc-toggle is custom toggle */
.toc-toggle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    letter-spacing: 0.13px;
    color: #713a83;
    margin-top: 16px;
}
@media screen and (max-width: 812px) {
    .lwptoc {
        display: none;
    }
}
/* disclaimer */
.cch-disclaimer {
    font-style: italic !important;
}
.cch-disclaimer .site-title {
    font-style: normal !important;
}

/* hero-soap block*/
.wp-block-hm-hero-soap .content-wrapper {
	background-color: #f8dcc8;
}
.wp-block-hm-hero-soap .content-wrapper .content-row .soap-initial {
	font-family: 'Literata', serif;
	font-weight: 900;
	font-style: normal;
	color: #e6813b;
}
.wp-block-hm-hero-soap .content-wrapper .content-row .soap-content {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #20303f;
}
/* Start : Back to Top sticy btn styles   */
.sticky-back-to-top-wrapper .back-to-top {
	align-items: center;
    background-color: #0b2f6a;
	border-radius: 50%;
	bottom: 20px;
    color: white;
	cursor: pointer;
	display: flex;
    flex-direction: column;
	height: 50px;
	justify-content: center;
	position: fixed;
    right: 10px;
	text-decoration: none;
	transition: all .25s ease-in-out;
	width: 50px;
 	z-index: 100;
}
@media screen and (max-width: 480px) {
	.sticky-back-to-top-wrapper .back-to-top {
		bottom: 65px;
	}
}
.sticky-back-to-top-wrapper img {
	width: 16px;
    height: 16px;
}
.sticky-back-to-top-wrapper .hide {
	opacity: 0;
}
.sticky-back-to-top-wrapper .show {
    opacity: 1;
}
.sticky-back-to-top-wrapper .back-to-top-btn-text{
    font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-stretch: normal;
    font-style: normal;
	font-weight: 700;
    height: 12px;
	letter-spacing: 0.23px;
   	text-align: center;
	width: 50px;
}
/* End : Back to Top sticy btn styles   */
