/* ------------------------------------------------------------ *\
	Single ultimate guide
\* ------------------------------------------------------------ */
body.single-guide .card--small .card__body {
	padding-block: 8px !important;
}

body.single-guide .card--alt .card__body {
	padding-inline: 0;
	padding-block: 38px;
}

body.single-guide .card--alt:hover {
	box-shadow: none;
}

body.single-guide .breadcrumbs a {
	color: #f26531;
}

body.single-guide .breadcrumbs {
	margin-bottom: 0;
}

body.single-guide .card .card__header:after {
	content: none;
}

body.single-guide .resource-cell .card {
	margin-bottom: 0;
	height: 100%;
}

body.single-guide .resource-cell .card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}

body.single-guide .resource-cell .card__link {
	margin-top: auto;
}


body.single-guide .card .card__category {
	background-color: #4EC9F5;
	line-height: 1;
	display: inline-block;
	padding: 10px 10px 8px 12px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
}

body.single-guide .accordion-item.is-active,
body.single-guide .accordion,
	body.single-guide .accordion-content {
	background: transparent;
}

body.single-guide .accordion .accordion-item:first-of-type {
	border: none;
}

body.single-guide .accordion-title {
	padding: 0;
	background-color: transparent;
	font-size: 1.75rem;
}

body.single-guide .accordion-content {
	padding-inline: 0;
}

body.single-guide .accordion-title:before {
	font-size: 58px;
	right: 0;
}

body.single-guide .accordion-title:hover,
	body.single-guide .accordion-title:focus {
	background-color: transparent;
}

@media (min-width: 1440px) {
	body.single-guide .grid-container,
	 body.single-guide .header {
		max-width: 86.5rem;
	}

	body.single-guide .card {
		border-width: 8px;
		margin-bottom: 42px;
	}

	body.single-guide .resource-cell {
		width: calc(33.33333% - 2.375rem) !important;
		margin-inline: 1.1875rem;
	}

	body.single-guide .card {
		height: auto;
	}

	body.single-guide .card p {
		font-size: 20px;
	}

	body.single-guide .card .card__text {
		margin-bottom: 20px;
	}

	body.single-guide .card .card__body {
		padding: 38px 25px;
	}

	body.single-guide .card--medium {
		margin-bottom: 0;
	}

	body.single-guide .card--medium .card__body {
		padding: 44px 56px;
	}
	
	body.single-guide .card--medium h4 {
		margin-bottom: 4px;
	}

	body.single-guide .card--medium p {
		margin-bottom: 28px;
	}

	body.single-guide .card--small .card__body {
		padding-inline: 12px;
	}
	
	body.single-guide .card--small p {
		font-size: 22px !important;
	}

	body.single-guide .card--alt {
		margin-bottom: 0;
	}

	body.single-guide .card--alt .card__body {
		padding-inline: 0;
		padding-block: 38px;
	}

	body.single-guide .card--alt .card__title {
		margin-bottom: 20px;
	}
	
	body.single-guide .card--alt p {
		font-size: 22px !important;
	}

	body.single-guide .cat-tags__title {
		margin-bottom: 0 !important;
		font-size: 14px !important;
	}

	body.single-guide .card .card__title {
		font-size: 22px;
	}

	body.single-guide .cat-tags__list {
		margin-bottom: 20px;
	}

	body.single-guide .breadcrumbs p {
		margin-bottom: 0;
		font-size: 20px;
	}

	body.single-guide .breadcrumbs a:hover {
		text-decoration: none;
	}
	
}

/* ------------------------------------------------------------ *\
	Article single
\* ------------------------------------------------------------ */

.article-single {
	padding-block: 66px 78px;
	overflow: hidden;
}

.article-single .article__info {
	padding-bottom: 26px;
	margin-bottom: 56px;
	border-bottom: 1px solid #C8C8C8;
}

.article-single .article__info-inner {
	display: flex;
	margin: -12px -60px;
}

.article-single .article__info-item {
	display: flex;
	align-items: center;
	padding: 12px 60px;
	position: relative;
}

.article-single .article__info-item + .article__info-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #C8C8C8;
	width: 1px;
	height: 50px;
}

.article-single .article__info-socials {
	list-style: none;
	display: flex;
	margin: 0;
}

.article-single .article__info-socials li {
	padding-left: 0;
}

.article-single .article__info-socials li + li {
	margin-left: 20px;
}

.article-single .article__info-socials a,
.article-single .article__info-socials img {
	display: block;
}

.article-single .article__info-socials li:before {
	content: none;
}

.article-single .article__info-image {
	border-radius: 50%;
	overflow: hidden;
	width: 70px;
	height: 70px;
	margin-right: 14px;
	flex-shrink: 0;
}

.article-single .article__info-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-single .article__info p {
	margin-bottom: 12px;
	line-height: 1;
}

.article-single .article__info p:last-child {
	margin-bottom: 0;
}

.article-single h3 {
	scroll-margin: 90px;
}

.article-single h3 .tooltip-alt {
	margin-left: 16px;
}

.article-single h4 {
	scroll-margin: 90px;
}

.article-single p:last-child {
	margin-bottom: 0;
}

.article-single ul {
	list-style: none;
	padding-left: 10px;
	padding-left: 0;
	margin-left: 14px;
}

.article-single ul li {
	position: relative;
	padding-left: 18px;
}

.article-single ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 4px;
	height: 4px;
	background-color: currentColor;
	border-radius: 50%;
}

.article-single p + h3 {
	margin-top: 106px;
}

.article-single .article__card {
	border-left: 8px solid #fff;
	padding-left: 32px;
	margin-bottom: 38px;
}

.article-single .article__card b {
	display: block;
	margin-bottom: 24px;
	font-size: 28px;
}

.article-single .article__card a {
	margin-right: 14px;
}

.article-single ol {
	padding-left: 11px;
}

.article-single .article__title-divider {
	position: relative;
	padding-right: 50px;
	margin-bottom: 18px;
}

.article-single .article__title-divider:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 7px;
	background-color: #F26531;
	position: absolute;
	top: 7px;
	right: 0;
}

.article-single .article__author {
	padding-top: 44px;
    margin-top: 37px;
	border-top: 1px solid #C8C8C8;
	margin-bottom: 98px;
}

.article-single .article__author-inner {
	display: flex;
}

.article-single .article__author-image {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 30px;
}

.article-single .article__author-title {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.article-single .article__author-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-single .article__author h6 {
	margin-bottom: 0;
	font-size: 22px;
	margin-right: 34px;
}

.article-single .article__author h5 {
	margin-bottom: 28px;
}

@media (min-width: 1400px) {
	.article-single p {
		font-size: 22px;
		margin-bottom: 38px;
	}

	.article-single ol li {
		font-size: 22px;
	}

	.article-single small {
		font-size: 18px;
	}

	.article-single ul li {
		font-size: 22px;
	}

	.article-single h5 {
		margin-bottom: 42px;
	}
	
	.article-single h4 {
		margin-bottom: 38px;
	}

	.article-single h3 {
		margin-bottom: 36px;
	}
}

@media (max-width: 1399px) {
	.article-single {
		padding-block: 40px; 
	}

	.article-single .article__author {
		margin-bottom: 60px;
	}

	.article-single .article__info {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	.article-single .article__info-item {
		padding-inline: 30px;
	}

	.article-single .article__info-inner {
		margin-inline: -30px;
	}

	.article-single .article__card b {
		font-size: 22px;
	}

	.article-single p + h3 {
		margin-top: 80px;
	}
}

@media (max-width: 1023px) {
	.article-single .article__info-inner {
		flex-wrap: wrap;
	}

	.article-single .grid--cols-alt {
		flex-direction: column;
		margin: 0;
	}

	.article-single .article__info {
		order: -2;
	}

	.article-single .grid--cols-alt .cell {
		display: contents;
	}

	.article-single .article__card b {
		font-size: 20px;
	}

	.article-single .article__card {
		padding-left: 20px;
	}

	.article-single p + h3 {
		margin-top: 60px;
	}

	.article-single .article__author-title h6 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.article-single .article__info {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.article-single .article__author-inner,
	.article-single .article__author-title {
		display: block;
	}

	.article-single .article__author-image {
		margin-bottom: 30px;
	}

	.article-single .article__author-title h6 {
		margin-bottom: 14px;
	}
}

@media(max-width: 630px) {
	.article-single {
		padding-block: 20px 40px;
	}

	.article-single .article__info-inner {
		margin-inline: -22px;
	}

	.article-single .article__info-item {
		flex: 0 0 50%;
		padding-inline: 22px;
		padding-block: 18px;
	}

	.article-single .article__info p {
		font-size: 15px;
	}

	.article-single .article__info-item:nth-child(3) {
		flex-basis: 100%;
		padding-bottom: 0;
	}

	.article-single .article__info-item:nth-child(3):before {
		height: 1px;
		width: 100%;
		top: 0;
	}
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}

.socials ul li {
	padding-left: 0;
}

.socials ul li:before {
	content: none;
}

.socials li + li {
	margin-left: 14px;
}

/* ------------------------------------------------------------ *\
	Box testimonial
\* ------------------------------------------------------------ */

.box-testimonial {
	background-color: #fff;
	padding: 60px 32px 50px 47px;
	border: none;
	display: flex;
	margin-bottom: 110px;
}

.box-testimonial .box__image {
	flex: 0 0 241px;
	margin-right: 51px;
	padding-top: 10px;
}

.box-testimonial blockquote {
	border: none;
	padding: 0;
	margin: 0;
}

.box-testimonial h5 {
	margin-bottom: 20px;
}

.box-testimonial p {
	color: #054C7D;
	line-height: 1.75;
	margin-bottom: 20px;
}

@media (max-width: 1023px) {
	.box-testimonial {
		padding: 40px;
		margin-bottom: 60px; 
	}

	.box-testimonial .box__image {
		flex: 0 0 150px;
	}
}

@media (max-width: 767px) {
	.box-testimonial {
		display: block;
		padding: 30px 20px;
		margin-bottom: 30px;
	}

	.box-testimonial .box__image {
		margin-bottom: 30px;
		max-width: 100px;
	}
}

/* ------------------------------------------------------------ *\
	Nav links
\* ------------------------------------------------------------ */

.nav-links {
	border-left: 8px solid #F26531;
	background-color: #fff;
	padding: 45px 31px 36px 32px;
	margin-left: 8px;
	margin-top: -8px;
}

.nav-links h5 {
	margin-bottom: 30px;
}

.nav-links ul {
	list-style: none;
	margin-left: 14px;
	margin-bottom: 0;
	padding-left: 0;
}

.nav-links ul li {
	position: relative;
	padding-left: 18px;
	color: #F26531;
}

.nav-links ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: currentColor;
}

@media (min-width: 1400px) {
	.nav-links li {
		font-size: 22px;
	}
}

@media(max-width: 1399px) {
	.nav-links {
		padding: 28px 18px;
	}
}

@media (max-width: 1023px) {
	.nav-links {
		margin-bottom: 30px;
		margin-left: 0;
		order: -2;
	}
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
	font-size: 22px;
}

.table table {
	margin-bottom: 40px;
}

.table th {
	color: #054C7D;
	border-top: 3px solid #4EC9F5;
	background-color: #fff;
}

.table tr {
	border-inline: 1px solid #C8C8C8;
}

.table td + td,
.table th + th {
	border-left: 1px solid #C8C8C8;
}

.table th,
.table td {
	text-align: center;
	border-bottom: 1px solid #C8C8C8;
	width: 50%;
	padding-block: 12px;
}

tbody tr:nth-child(even) {
	background-color: #fff;
}

tbody tr:nth-child(odd) {
	background-color: #F6F6F6;
}

@media (max-width: 1399px) {
	.table {
		font-size: 20px;
	}
}

@media (max-width: 1023px) {
	.table {
		font-size: 18px;
		overflow-x: auto;
	}

	.table table {
		min-width: 500px;
	}

	.table th,
	.table td {
		padding-block: 8px;
	}
}

/* ------------------------------------------------------------ *\
	Section signup small
\* ------------------------------------------------------------ */

.section-signup--small {
	padding-block: 52px 45px;
	margin-block: 95px 106px;
}

.section-signup--small p {
	font-size: 20px !important;
}

.section-signup--small form {
	margin-top: 26px;
}

.section-signup--small h4 {
	margin-bottom: 22px;
}

.section-signup--small .input {
	font-size: 18px;
}

body.single-guide .section-signup {
	font-size: 18px;
}

@media (max-width: 1400px) {
	.section-signup--small {
		margin-block: 60px;
	}
}

@media (max-width: 1023px) {
	.section-signup--small {
		margin-block: 40px;
	}
}

/* ------------------------------------------------------------ *\
	Section signup alt
\* ------------------------------------------------------------ */

.section-signup--alt .input {
	font-size: 18px;
}

.section-signup--alt p {
	font-size: 20px !important;
	margin-bottom: 0 !important;
}

.section-signup--alt form {
	margin-top: 24px;
}
/* ------------------------------------------------------------ *\
	Box image content
\* ------------------------------------------------------------ */

.box-image-content {
	position: relative;
	background-color: #fff;
	padding: 64px 80px;
	margin-block: 100px;
}

.box-image-content .box__image {
	position: absolute;
	top: 50%;
	left: 0;
	width: 37%;
	transform: translateY(-50%);
}

.box-image-content .box__content {
	margin-left: auto;
	width: 72.5%;
}

.box-image-content h4 {
	margin-bottom: 18px;
}

.box-image-content p {
	font-size: 20px;
	margin-bottom: 18px;
}

@media (max-width: 1399px) {
	.box-image-content {
		padding: 50px 40px;
		margin-block: 50px;
	}

	.box-image-content .box__content {
		width: 66%;
	}

	.box-image-content .box__image {
		width: 43%;
	}

	.box-image-content p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.box-image-content {
		padding-inline: 0;
	}

	.box-image-content .box__image {
		position: static;
		transform: none;
		width: 100%;
        max-width: 370px;
		margin-bottom: 26px;
	}

	.box-image-content .box__content {
		width: 100%;
		padding-inline: 24px;
	}
}

/* ------------------------------------------------------------ *\
	Hero article 
\* ------------------------------------------------------------ */

.hero-article {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 800px;
	padding-block: 46px;
}

.hero-article .hero__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-article .hero__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(78,201,245,1) 0%, rgba(78,201,245,0.8) 50%, rgba(78,201,245,.25) 100%);
}

.hero-article .hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-article .hero__content {
	position: relative;
}

.hero-article .hero__subtitle {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;	
	margin-bottom: 28px;
}

@media (min-width: 1400px) {
	.hero-article h1 {
		font-size: 96px;
	}
}

@media (max-width: 1399px) {
	.hero-article {
		min-height: 600px;
	}
}

@media (max-width: 1023px) {
	.hero-article {
		min-height: 600px;
	}

	.hero-article .hero__subtitle {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.hero-article {
		min-height: 500px;
	}
}

/* ------------------------------------------------------------ *\
	Tooltip alt
\* ------------------------------------------------------------ */

.tooltip-alt {
	display: inline-block;
}

.tooltip-alt .tooltip__inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: fixed;
	top: var(--tooltip-y);
	left: var(--tooltip-x);
	background-color: #48494A;
	transform: translateX(-50%);
	transition: opacity .3s;
	opacity: 0;
	pointer-events: none;
	border-radius: 4px;
	color: #fff;
	padding: 6px 16px;
	text-align: center;
	isolation: isolate;
	min-width: 350px;
}

.tooltip-alt .tooltip__trigger {
	padding-bottom: 5px;
}

.tooltip-alt .tooltip__inner:before {
	content: "";
	position: absolute;
/*	top: -36px;*/
	left: 0;
	width: 100%;
	height: 100%;	
}

.tooltip-alt p {
	font-size: 18px !important;
	font-weight: 400;
	text-wrap: nowrap;
	margin: 0 !important;
	flex-shrink: 0;
}

.tooltip-alt img {
	cursor: pointer;
}

.tooltip-alt:hover .tooltip__inner {
	opacity: 1;
	pointer-events: auto;
}

.tooltip-alt ul {
	list-style: none;
	display: flex;
	margin: 0 0 0 20px !important;
	flex-shrink: 0;
}

.tooltip-alt a {
	display: block;
}

.tooltip-alt li {
	padding-left: 0 !important;
	flex-shrink: 0;
}

.tooltip-alt li:before {
	content: none !important;
}

.tooltip-alt li + li {
	margin-left: 22px;
}

@media (max-width: 1023px) {
	.tooltip-alt p {
		font-size: 14px !important;
		text-wrap: auto;
		width: 100%;
	}

	.tooltip-alt .tooltip__inner {
		max-width: 98vw;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 767px) {
	.tooltip-alt .tooltip__inner {
		left: 50%;
		min-width: 300px;
	}
}

/* ------------------------------------------------------------ *\
	Link alt
\* ------------------------------------------------------------ */

.link-alt {
	color: currentColor;
	background-size: 100% 2px;
}






/* Adjustments */

html {
  scroll-behavior: smooth;
}

.ultimate-guide-section,
.guide-top-section {
	margin-bottom: 100px;
}

.single-guide .hero-article .hero__content,
.single-guide .hero-article .hero__image:before {
	z-index: 1;
}

.single-guide .hero-article .hero__image .background-image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  z-index: 0;
}

.single-guide .breadcrumbs a:hover {
	text-decoration: none;
}

.ultimate-guide-next-steps {
	margin-top: 60px;
}

.single-guide .shortcode-mg-see-also .card__body {
    padding-block: 8px !important;
}

a.no-underline,
a.no-underline:hover {
	background: none;
}

.shortcode-mg-take .card-heading {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.shortcode-mg-take .card-heading img {
	margin-right: 0.5em;
}

@media (max-width: 1399px) {
	.shortcode-mg-take .card-heading {
		font-size: 22px;
	}
}

.table table {
	margin-bottom: 0;
}

.tooltip__inner .copied {
	display: none;
	text-align: center;
}

@media (min-width: 1024px){
	body.single-guide .sticky-parent,
	body.single-guide .article-single { overflow: clip; }
	body.single-guide .sticky-toc {
	    position: sticky;
	    top: 100px;
	    max-height: calc(100vh - 120px);
    	overflow-y: auto;
    	z-index: 10;
	}
	body.single-guide.admin-bar .sticky-toc {
	  top:135px;
	}
}

body.single-guide .section-heading {
	display: inline;
}

body.single-guide .article-single h2 {
	font-size: 56px;
}

body.single-guide .article-single h3 {
	font-size: 44px;
	font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
}

.tooltip__inner {
	z-index: 15;
}

.tooltip__inner a {
	color: #fff;
}

@media (min-width:768px){
	.box-image-content .box__image {
		width: 33%;
	}
}
@media (min-width:1400px){
	.box-image-content .box__content {
		width: 66%;
	}
}

.card__category > a {
	color: #1779ba;
}


.single-guide .article-single h2,
.ultimate-guide-layouts h2 {
  scroll-margin-top: 105px;
}

.tooltip-alt svg {
	cursor: pointer;
}

@media( min-width:630px ){
	.article-single .article__info-item + .article__info-item:before {
		height: 65px;
	}
}

.article__info-socials p {
	margin-bottom: 9px;
}
.article__info-socials li a {
	height: 20px;
}

.article__info-socials li > a:hover,
.article__author-content .socials li a:hover,
.js-tooltip a:hover  {
  background: none;
}
a:hover svg.social-icon-color-orange path,
.js-tooltip:hover svg.tooltip__trigger path {
  fill: #4EC9F5;
}
a:hover svg.social-icon-color-blue path {
  fill: #F26531;
}

@media (max-width: 639px){
	.hero-article {
		padding-block: 26px;
	}
	.hero-article .hero__subtitle {
		margin-bottom: 0;
	}
	.hero-article h1 {
		margin-bottom: 0;
	}
	.nav-links {
		width: 100%;
	}
	.guide-top-section {
		width: 100%;
	}
	.ultimate-guide-layouts {
		width: 100%;
	}
	body.single-guide .article-single h2 {
		font-size: 2.5rem;
	}

	body.single-guide .article-single h3 {
		font-size: 2rem;
	}
}

.article-sources li {
  list-style-position: inside;
}

.ultimate-guide-layout-feature .box-image-content .box__image {
	left: 0.5em;
}

.js-tooltip,
.box-testimonial {
  margin-bottom: 2em;
}

h2 + .js-tooltip,
h3 + .js-tooltip {
	margin-bottom: 0;
}

@media (max-width: 1399px) {
	.ultimate-guide-layout-feature .box-image-content {
		margin-block: 0px;
	}
}

