/*
Theme Name: Bredesen
Theme URI:
Author:
Author URI:
Description: Bredesen website.
Version: 1.0
Text Domain: bredesen
*/

/*** Fonts ***/
@font-face {
	font-family: GilroyRegular;
	src: url('fonts/Gilroy/gilroy-regular-webfont.woff2') format('woff2'),
       url('fonts/Gilroy/gilroy-regular-webfont.woff')  format('woff');
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: GilroyBold;
	src: url('fonts/Gilroy/gilroy-bold.woff2') format('woff2'),
       url('fonts/Gilroy/gilroy-bold.woff')  format('woff');
	font-weight: bold;
	font-display: swap;
}
@font-face {
	font-family: GilroyBoldItalic;
	src: url('fonts/Gilroy/gilroy-bolditalic.woff2') format('woff2'),
       url('fonts/Gilroy/gilroy-bolditalic.woff')  format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: GilroyMedium;
	src: url('fonts/Gilroy/gilroy-medium.woff2') format('woff2'),
       url('fonts/Gilroy/gilroy-medium.woff')  format('woff');
	font-weight: bolder;
	font-display: swap;
}
@font-face {
	font-family: GilroyMediumItalic;
	src: url('fonts/Gilroy/gilroy-mediumitalic.woff2') format('woff2'),
       url('fonts/Gilroy/gilroy-mediumitalic.woff')  format('woff');
	font-weight: bolder;
	font-style: italic;
	font-display: swap;
}

:root {
	--header-hero-area-alternative-gradient-color: #1F1F1F;
}

.bg-green {
	color: #fff;
	background: #708c66;
}

.bg-green h1, .bg-green h2, .bg-green h3 {
	color: #fff;
}

.bg-green a {
	color: #13374b;
}

.bg-grey {
	background: #F7F5F5;
}

.mercuryDisplayRoman { font-style: normal; font-weight: 400; font-family: "Mercury Display A", "Mercury Display B"; }

.nowrap {
	white-space: nowrap;
}
.menu-item > a { white-space: nowrap }

.footer-menu .menu-item>a {
    white-space: normal;
}

.solutions .table-col > img {
	max-height: 30px;
}

.footer_text {
	color:white;
	font-size:15px;
	margin-top: 40px;
}

.footer_text p {
	margin: 0px;
}

/*** Global ***/
html { width: 100%; height: 100%; }
body { color: #303233; font-size: 18px; line-height: 1.9; font-weight: normal; font-style: normal; font-stretch: normal; letter-spacing: normal; font-family: GilroyRegular, sans-serif; -webkit-font-smoothing: antialiased; background: #fafafa; }
body.noScroll { position: fixed; overflow: hidden; left: 0; right: 0; }
img { max-width: 100%; height: auto; }
figure { padding: 0; margin: 0; }

.container.beyond { max-width: 100%; }
.container.tch-margin-larger { margin-bottom: 120px; }

h1,
h2,
h3,
h4 { margin: 0 0 30px 0; line-height: 1.2; font-family: GilroyBold, sans-serif; }
h1 { color: #13374b; font-size: 70px; }
h2 { color: #13374b; font-size: 40px; }
h3 { color: #303233; font-size: 20px; }
p { margin: 0 0 30px 0; }

.readmoretoggle{
	cursor: pointer;
	margin: 0px 0px 100px;
}

.readless{
	margin: 30px 0px 100px;
	display: block;
}

.site-footer .bottom-left a {
	color: inherit;
	font-family: inherit;
}

blockquote,
.wp-block-quote { padding: 0 35px 0 35px; border: 0; margin: 0 0 30px 0; font-size: 24px; line-height: 2; font-family: GilroyMediumItalic, sans-serif; }

ul { padding: 0 0 0 20px; margin: 0; margin-bottom: 30px; }
ul li { position: relative; width: 100%; margin: 0 0 20px 0; }
ul ul { margin-top: 30px; }

a { padding: 0; margin: 0; color: #708c66; text-decoration: none; font-family: GilroyBold, sans-serif; }
a:hover,
a:focus { color: #708c66; /*text-decoration: underline;*/ text-decoration: none; }
a.button,
button,
form input[type="submit"] { display: inline-block; min-width: 212px; padding: 16px 8px; border: 0; border-radius: 4px; outline: none; color: white; font-size: 18px; text-decoration: none; text-align: center; font-family: GilroyBold, sans-serif; background: #13374b; }
a.button:hover,
button:hover,
form input[type="submit"]:hover { /*text-decoration: underline;*/ text-decoration: none; }
a.button:focus,
button:focus,
form input[type="submit"]:focus { outline: none; /*text-decoration: underline;*/ text-decoration: none; }
.tch-blocks-link { margin-bottom: 30px; }

form p { margin: 0; }
form label { margin: 0 0 10px 0; color: #176a98; font-size: 20px; text-transform: none; line-height: 1.2; font-family: GilroyBold, sans-serif; }
form input, .select2 { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: inline-block; width: 100%; padding: 17px 20px; border: 1px solid #cccccc; border-radius: 4px; margin: 0 0 25px 0 !important; font-size: 20px; color: #303233; font-family: GilroyBold, sans-serif; background: white; }
.select2-selection {
	border: 0px !important;
	position:relative;
}
.select2-selection__arrow {
	display: none;
}
.select2-results__options {
	list-style-type: none !important;
	font-size: 14px !important;
}
.select2-results__options li {
	padding: 0px 20px !important;
	margin:0px !important;
}
.select2-results__options li:before {
	display: none;
}
.select2-dropdown--below {
	margin-top: -5px;
}
.select2-selection:focus, .select2:focus {
	border:0px;
	outline: 0px;
}
form .select2-selection:after {content:'\f0dd';
	font: normal normal normal 18px/1 FontAwesome;
	color:#000000;
	right:15px;
	top:0;
	bottom: 0;
	position:absolute;
	pointer-events:none;
	line-height: 1.3;
}
form select {
	font-size: 14px !important;
	font-weight: 500 !important;
}
.page-id-17 .addedbg { background-color: #ebebeb}
form input::-webkit-input-placeholder,
.form-input::-webkit-input-placeholder { color: #cccccc; opacity: 1; }
form input::-moz-placeholder,
.form-input::-moz-placeholder { color: #cccccc; opacity: 1; }
form input:-ms-input-placeholder,
.form-input:-ms-input-placeholder { color: #cccccc; opacity: 1; }
form input:-moz-placeholder,
.form-input:-moz-placeholder { color: #cccccc; opacity: 1; }
form input[type="submit"] { width: auto; padding: 20px 8px; }
form textarea { display: block; width: 100% !important; height: 248px; padding: 17px 20px; border: 1px solid #cccccc; border-radius: 4px; margin: 0 0 25px 0 !important; color: #303233; font-family: GilroyBold, sans-serif; background: white; resize: none; }
form textarea::-webkit-input-placeholder { color: #cccccc; opacity: 1; }
form textarea::-moz-placeholder { color: #cccccc; opacity: 1; }
form textarea:-ms-input-placeholder { color: #cccccc; opacity: 1; }
form textarea:-moz-placeholder { color: #cccccc; opacity: 1; }
form .wrong-wrapper { position: relative; }
form .wrong-message { display: inline-block; position: absolute; left: 0; right: 0; bottom: -5px; font-size: 14px; color: #f94545; text-align: left; font-family: GilroyBold, sans-serif; }
form .wrong-select { bottom: -32px; }

.form-check-input,
.form-check-inline .form-check-input {
	margin: 0;
	position: absolute;
	top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.wpcf7-response-output { color: #333333; }
span.wpcf7-list-item { display: inline-block; width: 50%; margin: 0; }

.hidden { display: none !important; }
.mobile-only { display: none !important; }

.tch-button-select-container { display: inline-block; }
.tch-button-select-list { display: none; position: fixed; overflow: hidden; overflow-y: auto; width: auto; max-width: none; height: auto; max-height: 162px; left: 0; top: 0; z-index: 10; border: 2px solid black; border-radius: 4px; background: white; scrollbar-color: white #13374b; scrollbar-width: thin; }
.tch-button-select-list.visible { display: block; }
.tch-button-select-list::-webkit-scrollbar { width: 8px; border: 0; }
.tch-button-select-list::-webkit-scrollbar-thumb { background: white; }
.tch-button-select-list::-webkit-scrollbar-track { background: #13374b; }
.tch-button-select-list button { display: block; width: 100%; min-height: 32px; padding: 0 8px; border: 0; border-bottom: 2px solid black; border-radius: 0; margin: 0; font-size: 14px; text-align: left; }
.tch-button-select-list button:last-child { min-height: 30px; border-bottom: 0; }

.tch-slider-viewport { display: block; position: relative; overflow: hidden; clear: both; width: 100%; }
.tch-slider-items { position: absolute; left: 0; top: 0; transition: left 0.4s linear; }
.tch-slider-item { display: none; position: relative; float: left; }
.tch-slider-navigation { display: flex; align-items: center; justify-content: center; width: calc(100% - 30px); }
.tch-slider-navigation-item { display: block; flex: 0 0 auto; min-width: 1px; width: 10px; height: 10px; padding: 0; border: 2px solid white; border-radius: 50%; outline: none; margin: 0 10px 0 0; background: transparent; }
.tch-slider-navigation-item:last-child { margin-right: 0; }
.tch-slider-navigation-item.active { background: white; }

/*** Masthead ***/
.admin-bar #masthead { top: 32px; }

#masthead { width: 100%; position: -webkit-sticky; position: sticky; top: 0; z-index: 10; background: #13374b; transition: background 0.4s linear; }
#masthead .masthead-bar { display: block; width: 100%; height: 2px; background: #708c66; transition: height 0.4s linear; }
#masthead .masthead-content { display: flex; flex-direction: row; padding-top: 4px; padding-bottom: 4px; }
#masthead .logo { display: block; height: 42px; transition: height 0.4s linear, margin 0.4s linear; position: relative; }
#masthead .logo img { height: 100%; }
#masthead .logo .logo-normal { display: none; }
#masthead ul { padding: 0; margin: 0; list-style: none; }
#masthead ul li { width: auto; padding: 0; margin: 0; }
#masthead ul li:before { display: none; }
#masthead .menu-primary-menu-container { flex-grow: 1; text-align: center; }
#masthead .primary-menu li { display: inline-block; position: relative; padding: 0; margin: 0 35px 0 0; }
#masthead .primary-menu li:last-child { margin-right: 0; }
#masthead .primary-menu li a { display: inline-block; width: 100%; margin: 11px 0; color: white; font-size: 18px; font-family: GilroyBold, sans-serif; transition: margin 0.4s linear; }
#masthead .menu-navigation-links-container a { display: inline-block; margin: 8px 0; padding: 3px 27px; border-radius: 2px; color: white; font-size: 18px; font-family: GilroyBold, sans-serif; background: rgba(255, 255, 255, 0.1); transition: margin 0.4s linear; }
#masthead .sub-menu { display: none; position: absolute; min-width: 212px; top: 56px; left: 50%; transform: translateX(-50%); }
#masthead .primary-menu li:hover .sub-menu { display: block; }
#masthead .menu-navigation-links-container:hover .sub-menu { display: block; }
#masthead .menu-navigation-links-container:hover .sub-menu li { text-align: center; }
#masthead .sub-menu li { display: block; width: 100%; padding: 0; margin: 0; }
#masthead .sub-menu li a { display: inline-block; width: 100%; padding: 12px 16px !important; margin: 0 !important; color: white; font-size: 18px; font-family: GilroyBold, sans-serif; background: #176a98; }
#masthead .sub-menu li a:hover,
#masthead .sub-menu li a:focus { background: #1f516d; }

.header-hero-area #masthead { background: transparent; }
.header-hero-area #masthead.sticky { background: #13374b; }
.header-hero-area #masthead .masthead-bar { height: 10px; }
.header-hero-area #masthead.sticky .masthead-bar { height: 2px; }
.header-hero-area #masthead .logo { height: 67px; margin-top: 40px; }
.header-hero-area #masthead.sticky .logo { height: 32px; margin-top: 9px; }
.header-hero-area #masthead .logo .logo-normal { display: block; }
.header-hero-area #masthead .logo .logo-small { display: none; }
.header-hero-area #masthead.sticky .logo .logo-normal { display: none; }
.header-hero-area #masthead.sticky .logo .logo-small { display: block; }
.header-hero-area #masthead .primary-menu li a { margin: 27px 0 11px 0; }
.header-hero-area #masthead.sticky .primary-menu li a { margin: 11px 0; }
.header-hero-area #masthead .menu-navigation-links-container a { margin-top: 26px; }
.header-hero-area #masthead.sticky .menu-navigation-links-container a { margin-top: 9px; }
.header-hero-area #masthead .sub-menu { top: 72px; }
.header-hero-area #masthead.sticky .sub-menu { top: 56px; }

/*** Menu styles ***/
.menu-actions { display: none; flex-grow: 1; }
.menu-actions button { display: block; width: 48px; min-width: 0; height: 48px; padding: 4px; border-radius: 0; background: transparent; }
.menu-actions button:hover,
.menu-actions button:focus { background: transparent; }
.menu-actions button svg { display: block; width: 100%; height: 100%; color: white; }
.menu-actions button:hover svg,
.menu-actions button:focus svg { color: #708c66; }
.menu { display: block; position: fixed; overflow: hidden; overflow-y: auto; width: 575px; height: 100%; height: -webkit-calc(100% - 48px);	height: -moz-calc(100% - 48px); height: calc(100% - 48px); top: 24px; right: -575px; z-index: 11; border-top: 2px solid #708c66; background: #13374b; transition: right 0.4s linear; }
.menu.open { right: 0; }
.menu ul { list-style: none; }
.menu ul li { width: 100%; padding: 0; margin-bottom: 0; }
.menu ul li:before { display: none; }
.menu ul li a { display: inline-block; width: 100%; padding: 8px 16px; color: white; }
.menu .menu-actions { display: flex; justify-content: flex-end; padding: 8px; }

/*** Foooter ***/
#colophon { padding-top: 50px; }
#colophon .mailchimp { position: relative; padding-bottom: 110px; text-align: center; background-color: #13374b; }
#colophon .mailchimp .arrow-up { display: block; position: absolute; width: 0; height: 0; top: -50px; left: 0; right: 0; border-left: 960px solid transparent; border-right: 960px solid transparent; border-bottom: 50px solid #13374b; }
#colophon .mailchimp svg { margin-bottom: 30px; color: white; }
#colophon .mailchimp h2 { margin-bottom: 40px; color: white; }
#colophon .mc4wp-form { max-width: 1002px; margin: 0 auto; }
#colophon .mc4wp-form .inputs { display: flex; flex-direction: row; }
#colophon .mc4wp-form .wrong-wrapper { flex: 1 0 auto; margin-right: 25px; }
#colophon .mc4wp-form input[type="text"],
#colophon .mc4wp-form input[type="email"] { display: inline-block; flex: 1 0 auto; width: auto; padding: 19px 0; border: 0; border-bottom: 2px solid white; border-radius: 0; outline: none; margin: 0 25px 0 0 !important; color: white; font-size: 18px; font-family: GilroyBold, sans-serif; background: transparent; }
#colophon .mc4wp-form .wrong-wrapper input[type="text"],
#colophon .mc4wp-form .wrong-wrapper input[type="email"] { width: 100%; }
#colophon .mc4wp-form input[type="text"]::-webkit-input-placeholder,
#colophon .mc4wp-form input[type="email"]::-webkit-input-placeholder { color: #6a818d; }
#colophon .mc4wp-form input[type="text"]::-moz-placeholder,
#colophon .mc4wp-form input[type="email"]::-moz-placeholder { color: #6a818d; }
#colophon .mc4wp-form input[type="text"]:-ms-input-placeholder,
#colophon .mc4wp-form input[type="email"]:-ms-input-placeholder { color: #6a818d; }
#colophon .mc4wp-form input[type="text"]:-moz-placeholder,
#colophon .mc4wp-form input[type="email"]:-moz-placeholder { color: #6a818d; }
#colophon .mc4wp-form input[type="submit"] { margin-bottom: 0 !important; background: #708c66; }
#colophon .mc4wp-form .mc4wp-response { padding-top: 4px; }
#colophon .mc4wp-form .mc4wp-response p { color: white; font-size: 14px; text-align: left; font-family: GilroyBold, sans-serif; }
#colophon .mc4wp-form .mc4wp-response .mc4wp-error p { color: #f94545; }
#colophon .bottom { position: relative; padding-top: 100px; padding-bottom: 40px; text-align: center; background-color: #303233; }
#colophon .bottom .arrow-up { display: block; position: absolute; width: 0; height: 0; top: -50px; left: 0; right: 0; border-left: 960px solid transparent; border-right: 960px solid transparent; border-bottom: 50px solid #303233; }
#colophon .bottom .footer-logo { flex: 0 0 auto; width: auto; margin-top: -10px; text-align: left; }
#colophon .bottom .footer-logo img { max-width: 212px; }
#colophon .bottom div.footer-menu { flex: 1 0 auto; width: auto; }
#colophon .bottom ul { padding: 0; margin: 0; }
#colophon .bottom ul.footer-menu { display: flex; flex-direction: row; }
#colophon .bottom ul li { display: list-item; }
#colophon .bottom ul li:before { display: none; }
#colophon .bottom .footer-menu { text-align: left; }
#colophon .bottom .footer-menu > .menu-item { margin-left: 15px; }
#colophon .bottom .footer-menu li { width: 25%; padding: 0; padding-bottom: 1rem; margin: 0; }
#colophon .bottom .footer-menu li a { padding: 0 4px; color: #cccccc; font-size: 1rem; font-family: GilroyBold, sans-serif; display: inline-block; line-height: 140%; vertical-align: top; }
#colophon .bottom .footer-menu > li > a { font-size: 1.2rem; margin-bottom: 1rem; }
#colophon .bottom .footer-menu li a:hover { color: #bababa; text-decoration: underline; }
#colophon .bottom .footer-menu li a:focus { color: #a1a1a1; }
#colophon .bottom .footer-menu .sub-menu li { width: 100%; }
#colophon .bottom .footer-menu .sub-menu li a { font-family: GilroyRegular, sans-serif; }
#colophon .bottom .bar { display: block; width: 100%; height: 2px; margin-top: 40px; background: white; }
#colophon .bottom-left { padding-top: 40px; text-align: left; }
#colophon .bottom-left p { margin-bottom: 0; color: #cccccc; font-size: 14px; text-transform: uppercase; font-family: GilroyRegular, sans-serif; }
#colophon .bottom-right { display: flex; justify-content: flex-end; padding-top: 38px; }
.socials { line-height: 1; }
.socials a { display: inline-block; margin-right: 4px; color: #cccccc; }
.socials a:last-child { margin-right: 0; }
.socials a:hover,
.socials a:focus { color: white; }
.socials a svg { width: 25px; height: 25px; }

/*** Page ***/
.header-hero-area #content { padding-top: 10px; }
.header-hero-area .page-header,
.header-hero-area-alternative .page-header { min-height: 772px; margin-bottom: 45px; background: no-repeat center top; background-size: cover; background-image: var(--hero-header-bg-image); }
.header-hero-area-alternative .page-header,
.page-header.book-detail,
.page-header.solution-detail { min-height: 650px; }
.page-header.book-detail { margin-bottom: 120px; background: #176a98; }
.page-header.blog-hero { background: #f7f7f7; }
.page-header.solution-detail { position: relative; margin-bottom: 120px; background: #e6e6e6; }
.page-header > .row { align-items: center; padding: 54px 0; }
.page-header.blog-detail > .row { padding: 40px 0 30px 0; }
.page-header.book-detail > .row { padding: 30px 0 15px 0; }
.header-hero-area .page-header > .row,
.header-hero-area-alternative .page-header > .row { position: relative; min-height: 772px; padding: 0 0; background-image: linear-gradient(to left, transparent, transparent 45%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0.5)); }
.header-hero-area-alternative .page-header > .row { min-height: 650px; background-image: linear-gradient(to left, transparent, transparent 45%, rgba(131, 130, 133, 0.6) 70%, rgba(131, 130, 133, 0.6)); }
.page-header.book-detail > .row { min-height: 650px; }
.header-hero-area-alternative-dark .page-header > .row { background-image: linear-gradient(to left, transparent, transparent 45%, rgba(218, 237, 253, 0.6) 70%, rgba(218, 237, 253, 0.6)); }
.header-hero-area-alternative__overlay {
	background-image: linear-gradient(to left, transparent, transparent 45%, var(--header-hero-area-alternative-gradient-color) 70%, var(--header-hero-area-alternative-gradient-color)) !important;
}
.page-header .page-header-text-block__lead { color: #fff; font-size: 1.5rem; line-height: 2.25rem; font-weight: 700; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
.page-header.book-detail .col-528:first-of-type { display: flex; flex-direction: column; justify-content: center; align-content: center; margin-left: 0; }
.page-header.blog-detail .info { margin-bottom: 10px; color: #176a98; font-size: 20px; font-family: GilroyBold, sans-serif; }
.page-header.blog-detail .info a,
.page-header.blog-detail .info a:hover,
.page-header.blog-detail .info a:focus { color: #176a98; }
.page-header.blog-detail .info span { margin: 0 8px; }
.page-header h1 { margin: 0; }
.page-header.solution-detail .tag { margin-bottom: 20px; color: #13374b; font-size: 20px; }
.page-header.solution-detail .thumbnail,
.page-header.solution-detail svg { width: 100%; margin-bottom: 50px; }
.page-header.solution-detail svg { width: auto; max-width: 100%; }
article[id="post-23"] .page-header .col-528{ padding-right: 15%; }
.header-hero-area .page-header h2,
.header-hero-area-alternative .page-header h2,
.page-header.book-detail h2 { color: #13374b; font-size: 64px; line-height: 64px; text-shadow: 1px 1px 3px rgba(0,0,0,0.3); }
.header-hero-area-alternative .page-header h2,
.page-header.book-detail h2 { color: white; }
.header-hero-area-alternative-dark .page-header h2 { color: #13374b; }
.header-hero-area .page-header h3,
.header-hero-area-alternative .page-header h3,
.page-header.book-detail h3 { margin-bottom: 40px; color: #13374b; font-size: 32px; line-height: 1.4; text-shadow: 1px 1px 3px rgba(0,0,0,0.3); }
.header-hero-area-alternative .page-header h3,
.page-header.book-detail h3 { color: white; }
.header-hero-area-alternative-dark .page-header h3 { color: #13374b; }
.page-header.solution-detail h3 { margin-bottom: 70px; color: #13374b; font-size: 36px; }
.page-header.solution-detail .price { margin-right: 50px; color: #13374b; font-size: 36px; font-family: GilroyBold, sans-serif; vertical-align: middle; }
.page-header.solution-detail .button { background: #708c66; }
.page-header.book-detail .col-image { display: flex; align-items: center; justify-content: center; margin-left: auto; }
.page-header .image-report { width: 100%; box-shadow: 0 0 10px 0 #202d2d2d; margin-top: 44px; }
.page-header .solution-image { position: absolute; max-height: 401px; right: 167px; bottom: 0; }
.header-hero-area .page-header .arrow-up { display: block; position: absolute; width: 0; height: 0; bottom: 0; border-left: 960px solid transparent; border-right: 960px solid transparent; border-bottom: 50px solid #fafafa; }
.page-header.book-detail .links .link { display: inline-flex; align-items: center; justify-content: center; min-width: 133px; min-height: 60px; vertical-align: middle; padding: 4px; border: 1px solid #cecece; margin: 0 30px 30px 0; background: white; }

/*** Columns block styles ***/
.three-cols { margin-bottom: 120px; background: #176a98; }
.tch-blocks-columns.tch-margin-medium { margin-bottom: 60px; }
.tch-blocks-columns.tch-margin-larger { margin-bottom: 120px; }
.tch-blocks-columns.tch-margin-medium .tch-blocks-columns-column > :last-child,
.tch-blocks-columns.tch-margin-larger .tch-blocks-columns-column > :last-child { margin-bottom: 0; }
.features { padding-top: 70px; padding-bottom: 80px; margin-bottom: 120px; background: #13374b url("images/features-arrow.png") no-repeat right bottom; background-position-x: 83.2%; }
.features h2,
.features h3,
.features p { color: white; }
.features h3 { margin-bottom: 12px; }
.features p { font-size: 16px; line-height: 2; font-family: GilroyMedium, sans-serif; }
.features p:last-child { margin-bottom: 0; }

/*** Gallery block styles ***/
.tch-blocks-gallery { justify-content: space-between; margin-bottom: 120px; }
.tch-blocks-gallery-post,
.tch-blocks-image { display: flex; align-items: center; flex: 0 1 auto; width: auto; max-width: none; }
.tch-blocks-gallery .tch-blocks-image { margin-bottom: 0; }
.tch-blocks-gallery-effect-item { display: none; }
.tch-blocks-gallery-effect-item:first-of-type { display: block; }
.tch-blocks-gallery-effect.initialized .tch-blocks-gallery-effect-item { display: none; }
.tch-blocks-gallery-effect.initialized .tch-blocks-gallery-effect-item.current { display: block; }
.tch-blocks-gallery-effect .tch-blocks-gallery-effect-item { opacity: 1; transition: opacity 0.4s ease-in; }
.tch-blocks-gallery-effect .tch-blocks-gallery-effect-item.slower { transition: opacity 1s ease-in; }
.tch-blocks-gallery-effect .tch-blocks-gallery-effect-item.hide { opacity: 0; }

/*** Image block styles ***/
.tch-blocks-image { margin-bottom: 30px; }
.tch-blocks-image.tch-margin-larger { margin-bottom: 120px; }
.tch-blocks-image.box-shadow .frame { box-shadow: 0 0 10px 0 #202d2d2d; }
.tch-blocks-image .frame { width: 100%; }
.tch-blocks-image .frame img { width: 100%; height: auto; }

/*** Feature block styles ***/
.tch-blocks-feature { padding-top: 120px; padding-bottom: 90px; margin-bottom: 30px; text-align: center; }
.tch-blocks-feature .icon { display: inline-block; padding: 27px 25px; border-radius: 50%; margin-bottom: 20px; background: rgba(255, 255, 255, 0.1); }
.tch-blocks-feature .headline { margin-bottom: 20px; color: white; font-size: 20px; font-family: GilroyBold, sans-serif; }
.tch-blocks-feature .text { margin-bottom: 0; color: white; font-size: 16px; font-family: GilroyMedium, sans-serif; }

/*** Solutions block styles ***/
.tch-blocks-solution { display: flex; flex-direction: column; flex-grow: 1; box-shadow: 0 0 10px 0 #202d2d2d; background: white; }
.tch-blocks-solution .thumbnail { display: flex; align-items: start; justify-content: start; margin-bottom: 30px; }
.tch-blocks-solution .thumbnail img,
.tch-blocks-solution .thumbnail svg { max-width: 100%; max-height: 38px; }
.tch-blocks-solution .content { display: block; position: relative; flex-grow: 1; padding: 20px 30px 30px 30px; }
.tch-blocks-solution .content .icon { display: block; position: absolute; top: 20px; right: 30px; }
.tch-blocks-solution .content h3,
.tch-blocks-solution .content p { font-family: GilroyBold, sans-serif; }
.tch-blocks-solution .content .tag { margin-bottom: 20px; color: #708c66; font-size: 16px; text-transform: uppercase; }
.tch-blocks-solution .content h3 { margin-bottom: 20px; font-size: 40px; }
.tch-blocks-solution .content p { margin-bottom: 30px; font-size: 18px; line-height: 2; }
.tch-blocks-solution .content p:last-child { margin-bottom: 0; line-height: 1.5; }
.tch-blocks-columns-wider-right .tch-blocks-columns-column:nth-child(2) .tch-blocks-solution .content p.excerpt { max-width: 460px; }
.tch-blocks-solution ul { padding: 0; margin-bottom: -20px; font-size: 16px; font-family: GilroyBold, sans-serif; }
.tch-blocks-solution ul li { margin-bottom: 20px; }
.tch-blocks-columns-wider-right .tch-blocks-columns-column:nth-child(2) .tch-blocks-solution ul li { max-width: 50%; }
.tch-blocks-solution ul li:before { width: 5px; height: 5px; top: 12px; background: #303233; }
.tch-blocks-solution .button { min-width: 135px; padding: 6px 4px; color: #13374b; background: white; }
.tch-blocks-solution .button:hover { background: #f2f2f2; }
.tch-blocks-solution .button:focus { background: #ebebeb; }
.tch-blocks-solution .solution-footer { padding: 40px 30px; background: #cccccc; }
.tch-blocks-solution .solution-footer.blue { background: #1f516d url("images/solution-box-arrow.png") no-repeat right bottom; }
.tch-blocks-solution .solution-footer p { margin: 0; }

/*** Quote block styles ***/
.tch-blocks-quote { margin-bottom: 120px; background: #708c66 url("images/quote-box-arrow.png") no-repeat right bottom; }
.tch-blocks-quote.vertical { margin-bottom: 60px; background: transparent; }
.tch-blocks-quote .content { padding: 70px 80px; }
.tch-blocks-quote.vertical .content { padding: 0; }
.tch-blocks-quote .content .icon { margin-bottom: 30px; }
.tch-blocks-quote.vertical .content .icon { margin-bottom: 20px; }
.tch-blocks-quote .content .icon i { display: block; width: 53px; height: 43px; background: url("images/quote.png") no-repeat; }
.tch-blocks-quote.vertical .content .icon i { background-image: url("images/quote-green.png"); }
.tch-blocks-quote .content .text { margin-bottom: 30px; color: white; font-size: 45px; line-height: 1.6; font-family: GilroyBold, sans-serif; }
.tch-blocks-quote.vertical .content .text { margin-bottom: 20px; color: #13374b; font-size: 30px; line-height: 1.6; font-family: GilroyBold, sans-serif; }
.tch-blocks-quote .author { display: flex; flex-direction: row; }
.tch-blocks-quote .author .image { flex: 0 0 auto; margin-right: 25px; }
.tch-blocks-quote .author .image img { max-width: 54px; max-height: 54px; }
.tch-blocks-quote .author .info { padding-top: 4px; line-height: 1.6; }
.tch-blocks-quote.vertical .author .info { padding-top: 0; line-height: 1.2; }
.tch-blocks-quote .author p { margin-bottom: 0; color: #13374b; font-size: 16px; font-family: GilroyBold, sans-serif; }
.tch-blocks-quote.vertical .author p { color: #303233; }
.tch-blocks-quote .author p i { font-family: GilroyBoldItalic, sans-serif; }
.tch-blocks-quote .bar { display: block; width: 100%; height: 10px; background: #13374b; }
.tch-blocks-quote.vertical .bar { display: none; }

/*** Banner block styles ***/
.tch-blocks-banner { position: relative; padding-top: 140px; padding-bottom: 160px; margin-bottom: -50px; background: #303233; }
.tch-blocks-banner .background { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.45; background: no-repeat center center; background-size: cover; }
.tch-blocks-banner .arrow-up-left { display: block; position: absolute; width: 0; height: 0; top: 0; left: 0; border-right: 960px solid transparent; border-top: 50px solid #fafafa; }
.tch-blocks-banner .arrow-up-right { display: block; position: absolute; width: 0; height: 0; top: 0; right: 0; border-left: 960px solid transparent; border-top: 50px solid #fafafa; }
.tch-blocks-banner .container { text-align: center; }
.tch-blocks-banner .container p { margin-bottom: 30px; color: white; font-size: 40px; line-height: 1.6; font-family: GilroyBold, sans-serif; }
.tch-blocks-banner .button { background: #176a98; }
.tch-blocks-banner .button:hover { background: #1f516d; }
.tch-blocks-banner .button:focus { background: #13374b; }

/*** Blog block styles ***/
.tch-blocks-blog { margin-bottom: 120px; }
.tch-blocks-blog .blog-hero { background: #f7f7f7; }
.tch-blocks-blog .blog-main { margin-top: 80px; }
.tch-blocks-blog .blog-post { margin-bottom: 50px; }
.tch-blocks-blog .blog-main .blog-post { margin-bottom: 100px; }
.tch-blocks-blog .blog-post p { margin-bottom: 0; }
.tch-blocks-blog .blog-post img { width: 100%; box-shadow: 0 0 10px 0 #202d2d2d; margin-bottom: 20px; }
.tch-blocks-blog .blog-hero-smaller .blog-post img { margin-bottom: 15px; }
.tch-blocks-blog .blog-post .info { margin-bottom: 12px; color: #176a98; font-size: 16px; line-height: 1.2; font-family: GilroyBold, sans-serif; }
.tch-blocks-blog .blog-post .info span { margin: 0 8px; }
.tch-blocks-blog .blog-post .link { margin-bottom: 0; color: #13374b; font-size: 32px; line-height: 1.2; font-family: GilroyBold, sans-serif; }
.tch-blocks-blog .blog-post .link:hover { color: #13374b; }
.tch-blocks-blog .blog-post .link:focus { color: #0d2a3a; }
.tch-blocks-blog .blog-hero-smaller .blog-post .link { font-size: 20px; }
.tch-blocks-blog .blog-post .excerpt { padding-top: 20px; }
.tch-blocks-blog .posts-pagination { overflow: hidden; padding-top: 15px; border-top: 2px solid #cccccc; }
.tch-blocks-blog .posts-pagination .pagination-prev,
.tch-blocks-blog .posts-pagination .pagination-next { width: auto; min-width: 0; padding: 0; border: 0; box-shadow: none; margin: 0; color: #176a98; font-size: 20px; background: transparent; }
.tch-blocks-blog .posts-pagination .pagination-next { float: right; }
.tch-blocks-blog .posts-pagination .pagination-prev svg,
.tch-blocks-blog .posts-pagination .pagination-next svg { display: inline-block; margin: -3px 0 0 12px; }
.tch-blocks-blog .posts-pagination .pagination-prev svg { margin: -3px 12px 0 0; transform: rotate(180deg); }

/*** PostWidget block styles ***/
.tch-blocks-post-widget { margin-bottom: 30px; }
.tch-blocks-post-widget .widget-post { margin-bottom: 30px; }
.tch-blocks-post-widget img { width: 100%; box-shadow: 0 0 10px 0 #202d2d2d; margin-bottom: 15px; }
.tch-blocks-post-widget p { margin-bottom: 0; }
.tch-blocks-post-widget .info { margin-bottom: 8px; color: #176a98; font-size: 16px; font-family: GilroyBold, sans-serif; }
.tch-blocks-post-widget .info span { margin: 0 8px; }
.tch-blocks-post-widget .link { margin-bottom: 0; color: #13374b; font-size: 20px; font-family: GilroyBold, sans-serif; }

/*** TaxonomyWidget block styles ***/
.tch-blocks-taxonomy-widget { padding: 25px; border-bottom: 2px solid #13374b; margin-bottom: 60px; background: white; }
.tch-blocks-taxonomy-widget h3 { padding-bottom: 12px; border-bottom: 2px solid #fafafa; margin-bottom: 20px; color: #13374b; font-size: 20px; font-family: GilroyBold, sans-serif; }
.tch-blocks-taxonomy-widget p { color: #303233; font-size: 20px; font-family: GilroyMedium, sans-serif; }
.tch-blocks-taxonomy-widget a,
.tch-blocks-taxonomy-widget a:hover,
.tch-blocks-taxonomy-widget a:focus { color: #303233; }
.tch-blocks-taxonomy-widget svg { display: inline-block; margin: -3px 12px 0 0; color: #708c66; }

/*** SocialsShare block styles ***/
.tch-blocks-socials-share { display: block; width: 100%; padding: 13px 0 13px 0; border: 2px solid #cccccc; border-left: 0; border-right: 0; margin-bottom: 30px; }
.tch-blocks-socials-share p { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0; }
.tch-blocks-socials-share .headline { color: #176a98; font-size: 18px; font-family: GilroyBold, sans-serif; }
.tch-blocks-socials-share a { padding: 2px 6px; border-radius: 4px; vertical-align: middle; color: white; text-transform: uppercase; font-size: 12px; }
.tch-blocks-socials-share svg { display: inline-block; margin-right: 4px; vertical-align: middle; }
.tch-blocks-socials-share .facebook { background: #325ca4; }
.tch-blocks-socials-share .facebook svg { height: 17px; }
.tch-blocks-socials-share .twitter { background: #0098df; }
.tch-blocks-socials-share .twitter svg { height: 14px; }
.tch-blocks-socials-share .email { border: 1px solid #cccccc; color: #303233; }
.tch-blocks-socials-share .email img { display: inline-block; position: relative; height: 9px; margin-right: 4px; vertical-align: middle; }
.tch-blocks-socials-share span { vertical-align: middle; }

/*** Slider block styles ***/
.tch-blocks-slider { box-shadow: 0 0 10px 0 #202d2d2d; margin-bottom: 120px; background: #708c66 url("images/slider-box-arrow.png") no-repeat right bottom; }
.tch-blocks-slider-frame { display: flex; align-items: center; justify-content: center; }
.tch-blocks-slider-frame .frame-content { max-width: 874px; padding: 100px 15px; text-align: center; }
.tch-blocks-slider-frame .frame-content h2 { color: white; font-size: 140px; }
.tch-blocks-slider-frame .frame-content .text p { color: white; font-size: 30px; font-family: GilroyMedium, sans-serif; }
.tch-blocks-slider-frame .frame-content .text p:last-child { margin-bottom: 0; }
.tch-blocks-slider .tch-slider-navigation { position: absolute; bottom: 30px; }

/*** TextImage block styles ***/
.tch-blocks-text-image { margin-bottom: 120px; }
.tch-blocks-text-image h2 { margin-top: -4px; }
.tch-blocks-text-image .text { margin-bottom: 40px; }
.tch-blocks-text-image .text p:last-child { margin-bottom: 0; }
.tch-blocks-text-image img { box-shadow: 0 0 10px 0 #202d2d2d; }
.tch-blocks-text-image.book-detail img { box-shadow: none; }
.tch-blocks-text-image .links .link { display: inline-flex; align-items: center; justify-content: center; min-width: 133px; min-height: 60px; vertical-align: middle; padding: 4px; border: 1px solid #cecece; margin: 0 30px 30px 0; background: white; }

/*** Tile block styles ***/
.tch-blocks-tile { position: relative; overflow: hidden; width: 100%; box-shadow: 0 0 10px 0 #202d2d2d; margin-bottom: 60px; }
.tch-blocks-tile a { color: white; }
.tch-blocks-tile .image { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: no-repeat; background-size: cover; transition: transform 0.4s linear; }
.tch-blocks-tile:hover .image { transform: scale(1.1); }
.tch-blocks-tile .tile-content { display: flex; flex-direction: column; justify-content: flex-end; position: relative; min-height: 326px; z-index: 1; padding: 30px 25px; background: rgba(0, 0, 0, 0.55); }
.tch-blocks-tile .tile-content .bar { display: block; width: 108px; height: 5px; margin-bottom: 20px; background: #708c66; }
.tch-blocks-tile .tile-content h2 { margin-bottom: 0; color: white; }

/*** NumberTextWidget block styles ***/
.tch-blocks-number-text-widget { margin-bottom: 60px; }
.tch-blocks-number-text-widget .number { margin-top: -30px; margin-bottom: 0; color: #176a98; font-size: 300px; line-height: 1; text-align: center; font-family: GilroyBold, sans-serif; }
.tch-blocks-number-text-widget .text { margin-bottom: 0; color: #176a98; font-size: 20px; text-align: center; font-family: GilroyMedium, sans-serif; }

/*** Contact form block styles ***/
.tch-blocks-contact-form input[type="submit"] { background: #708c66; }
.wpcf7-form br { display: none; }

/*** RichWidget block styles ***/
.tch-blocks-rich-widget { padding: 25px; border-bottom: 2px solid #13374b; margin-bottom: 60px; background: white; }
.tch-blocks-rich-widget h3.alternative { padding-bottom: 12px; border-bottom: 2px solid #fafafa; margin-bottom: 20px; }
.tch-blocks-rich-widget-block { margin-bottom: 30px; }
.tch-blocks-rich-widget-block:last-child { margin-bottom: 0; }
.tch-blocks-rich-widget-block h3 { padding-bottom: 12px; border-bottom: 2px solid #fafafa; margin-bottom: 20px; color: #13374b; font-size: 20px; font-family: GilroyBold, sans-serif; }
.tch-blocks-rich-widget-block p { margin-bottom: 0; font-family: GilroyMedium, sans-serif; }
.tch-blocks-rich-widget-block a { color: #176a98; }
.tch-blocks-rich-widget-block-alternative { display: flex; flex-direction: row; margin-bottom: 30px; }
.tch-blocks-rich-widget-block-alternative svg { display: inline-block; margin: -3px 12px 0 0; color: #708c66; }
.tch-blocks-rich-widget-block-alternative p { margin-bottom: 0; font-family: GilroyMedium, sans-serif; }

/*** SocialsWidget block styles ***/
.tch-blocks-socials-widget { padding: 25px; margin-bottom: 60px; }
.tch-blocks-socials-widget .bar { display: block; width: 110px; height: 10px; margin-bottom: 12px; background: #13374b; }
.tch-blocks-socials-widget h3 { margin-bottom: 20px; color: white; font-size: 20px; }
.tch-blocks-socials-widget .socials a { margin-right: 12px; }
.tch-blocks-socials-widget .socials a svg { width: 40px; height: 40px; }
@media (min-width: 1200px){
	.tch-blocks-socials-widget { float:left; min-width: 40%; }
}
@media (min-width: 1200px){
	.tch-blocks-socials-widget + p { width: 50%; float: right; height: 150px; padding-top: 80px; }
}

/*** PostList block styles ***/
.tch-blocks-post-list { margin-bottom: 120px; }
.tch-blocks-post-list .posts-filter { border-bottom: 2px solid #cccccc; margin-bottom: 80px; }
.tch-blocks-post-list .event-filter { min-width: 160px; }
.tch-blocks-post-list .event-filter .tch-button-select { min-width: 1px; padding: 0; border: 0; border-radius: 0; color: #176a98; background: transparent; }
.tch-blocks-post-list .event-filter svg { color: #176a98; margin-left: 8px; transform: rotate(90deg); }
.tch-blocks-post-list .posts-post { margin-bottom: 80px; }
.tch-blocks-post-list .posts-post img { box-shadow: 0 0 10px 0 #202d2d2d; }
.tch-blocks-post-list .col-12:last-child .posts-post { margin-bottom: 0; }
.tch-blocks-post-list .posts-post h2 { margin-bottom: 12px; }
.tch-blocks-post-list .posts-post .posts-post-datelocation { color: #176a98; font-family: GilroyBold, sans-serif; }
.tch-blocks-post-list .posts-post .posts-post-datelocation span { margin: 0 8px; }
.tch-blocks-post-list .posts-post-right > :last-child { margin-bottom: 0; }

/*** Person block styles ***/
.tch-blocks-person { margin-bottom: 80px; }
.tch-blocks-person img { box-shadow: 0 0 10px 0 #202d2d2d; }
.tch-blocks-person h2 { margin-bottom: 12px; }
.tch-blocks-person .position { color: #176a98; font-family: GilroyBold, sans-serif; }
.tch-blocks-person .column:nth-child(2) > :last-child { margin-bottom: 0; }
.tch-blocks-person .text :last-child { margin-bottom: 0; }

/*** Vimeo block styles ***/
.wp-block-embed.is-type-video { display: inline-block; width: 100%; height: auto; margin-bottom: 30px; }
.wp-block-embed.is-type-video iframe { width: 100%; height: auto; }

/*** BookWidget block styles ***/
.tch-blocks-book-widget { box-shadow: 0 0 10px 0 #202d2d2d; margin-bottom: 20px; background: #708c66; }
.tch-blocks-book-widget .widget-content { min-height: 232px; padding: 25px 0; margin: 0 25px; background: #708c66 no-repeat right bottom; }
.tch-blocks-book-widget .bar { display: block; width: 110px; height: 5px; margin-bottom: 15px; background: #13374b; }
.tch-blocks-book-widget a,
.tch-blocks-book-widget h3,
.tch-blocks-book-widget p { color: white; }
.tch-blocks-book-widget h3 { margin-bottom: 10px; }
.tch-blocks-book-widget p { margin-bottom: 0; line-height: 1.2; font-family: GilroyBoldItalic, sans-serif; }

/*** Table block styles ***/
.tch-blocks-table { margin: 0 auto 120px auto; }
.tch-blocks-table.has-background { padding-top: 120px; padding-bottom: 75px; margin-bottom: -50px; }
.post-17 .tch-blocks-table.has-background { margin-bottom: -150px; }
.tch-blocks-table .table-container { max-width: 874px; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }
.tch-blocks-table h2 { margin-bottom: 40px; text-align: center; }
.tch-blocks-table-row { display: flex; flex-direction: row; margin-left: -15px; margin-right: -15px; margin-bottom: 15px; }
.tch-blocks-table-row .table-col { flex: 0 0 auto; padding-left: 15px; padding-right: 15px; }
.tch-blocks-table-row .table-col:nth-child(1) { flex-basis: 36.7276887871854%; max-width: 36.7276887871854%; }
.tch-blocks-table-row .table-col:nth-child(2),
.tch-blocks-table-row .table-col:nth-child(3) { flex-basis: 27.6887871853547%; max-width: 27.6887871853547%; }
.tch-blocks-table-row .table-col:nth-child(4) { flex-basis: 9.6109839816934%; max-width: 9.6109839816934%; }
.tch-blocks-table-row.normal .table-col:nth-child(1) { display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-start; }
.tch-blocks-table-row.normal p { margin-bottom: 4px; line-height: 1; text-align: right; font-family: GilroyBold, sans-serif; }
.tch-blocks-table-row.normal p:last-child { margin-bottom: 0; }
.tch-blocks-table-row.normal .text-small { font-size: 14px; font-family: GilroyRegular, sans-serif; }
.tch-blocks-table-row.normal .box { display: flex; align-items: center; justify-content: center; height: 60px; padding: 10px 0; font-family: GilroyBold, sans-serif; background: white; }
.tch-blocks-table-row.solutions .table-col { display: flex; align-items: center; justify-content: center; }
.tch-blocks-table .table-footer { text-align: center; }
.tch-blocks-table .table-footer p { margin-bottom: 0; font-size: 14px; font-family: GilroyRegular, sans-serif; }

.image_scale {
	transform: scale(1.5);
	margin-top: 35px;
}

.after-table {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	background-color: #ebebeb;
	margin-bottom: -150px;
	padding-bottom: 170px;
}

/*** Minimal Template ***/
.page-template-template-page-minimal {
	font-size: 1.25rem;
	line-height: 2rem;
	background: #D0E1E7;
}

.page-template-template-page-minimal h1,
.page-template-template-page-minimal h2,
.page-template-template-page-minimal h3,
.page-template-template-page-minimal h4 {
	color: #13374b;
}

.page-template-template-page-minimal h2 {
	font-size: 2rem;
	line-height: 2.75rem;
}

.page-template-template-page-minimal h3 {
	font-size: 1.75rem;
	line-height: 2.5rem;
}

.page-template-template-page-minimal .small {
	line-height: normal;
}

.page-template-template-page-minimal .mw-50 {
	max-width: 50%;
}

.page-template-template-page-minimal .lab-tooltip {
	display: inline-block;
	cursor: default;
	position: relative;
	/* button reset */
	min-width: auto;
	padding: 0;
	border-radius: 0;
	color: #fff;
	font-size: inherit;
	text-align: left;
	font-family: GilroyRegular;
	background-color: transparent;
}

.page-template-template-page-minimal .lab-tooltip:after {
	content: '';
	width: 100%;
	border-bottom: 2px dashed #708c66;
	position: absolute;
	bottom: 0;
	left: 0;
}

.page-template-template-page-minimal .site-footer {
	background: #13374b;
}

.page-template-template-page-minimal.header-hero-area-alternative .page-header {
	background-image: none;
}

.page-template-template-page-minimal.header-hero-area-alternative .page-header,
.page-template-template-page-minimal.header-hero-area-alternative .page-header > .row {
	min-height: auto !important;
	background-position: center center;
}

.page-template-template-page-minimal.header-hero-area-alternative .page-header > .row {
	background-image: none;
}

.page-template-template-page-minimal.header-hero-area-alternative .page-header-text-block {
	color: #fff;
	background: #13374b;
	background-image: linear-gradient(
		0deg,
		hsl(201deg 60% 18%) 0%,
		hsl(201deg 61% 19%) 18%,
		hsl(201deg 63% 19%) 26%,
		hsl(201deg 65% 19%) 33%,
		hsl(201deg 66% 19%) 39%,
		hsl(201deg 68% 19%) 44%,
		hsl(201deg 70% 19%) 50%,
		hsl(201deg 72% 19%) 56%,
		hsl(201deg 74% 19%) 61%,
		hsl(201deg 76% 20%) 67%,
		hsl(201deg 78% 20%) 74%,
		hsl(201deg 80% 20%) 82%,
		hsl(201deg 82% 20%) 100%
	);
	border-top: 1px solid #0B202B;
	/* border-radius: 4px;  */
	box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075);
	/* margin-top: 3rem;
	margin-bottom: 3rem; */
}

.page-template-template-page-minimal.header-hero-area-alternative .page-header-text-block__inner {
	/* padding: 2rem 2rem; */
	padding: 1rem 0;
}

.page-template-template-page-minimal.header-hero-area-alternative .page-header-text-block__inner h1.hidden {
	color: #fff;
	font-size: 1rem;
	background: #13374B;
	border-radius: 4px;
	display: inline-block !important;
	margin-bottom: 1rem;
	padding: 0.5rem 0.75rem;
}

.page-template-template-page-minimal.header-hero-area-alternative .page-header-text-block__inner h2 {
	font-size: 2rem;
	line-height: normal;
}

.page-template-template-page-minimal.header-hero-area-alternative  .page-header-text-block__lead {
	font-size: 1.25rem;
	letter-spacing: 1px;
}

.page-template-template-page-minimal .button {
	position: relative;
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
	outline-offset: 4px;
	transition: filter 250ms;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.page-template-template-page-minimal .button > .shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: hsl(0deg 0% 0% / 0.25);
	will-change: transform;
	transform: translateY(2px);
	transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.page-template-template-page-minimal .button >.edge {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: linear-gradient(
		to left,
		hsl(104.21deg 15.7% 16%) 0%,
		hsl(104.21deg 15.7% 32%) 8%,
		hsl(104.21deg 15.7% 32%) 92%,
		hsl(104.21deg 15.7% 16%) 100%
	);
}

.page-template-template-page-minimal .button > .button-inner {
	display: block;
	position: relative;
	padding: 0.75rem 0.625rem;
	/* padding: 12px 42px; */
	border-radius: 12px;
	font-size: 1.25rem;
	color: white;
	background: #708c66;
	will-change: transform;
	transform: translateY(-4px);
	transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.page-template-template-page-minimal .button:hover {
	filter: brightness(110%);
}

.page-template-template-page-minimal .button:hover .button-inner {
	transform: translateY(-6px);
	transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.page-template-template-page-minimal .button:active .button-inner {
	transform: translateY(-2px);
	transition: transform 34ms;
}

.page-template-template-page-minimal .button:hover .shadow {
	transform: translateY(4px);
	transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.page-template-template-page-minimal .button:active .shadow {
	transform: translateY(1px);
	transition: transform 34ms;
}

.page-template-template-page-minimal .button:focus:not(:focus-visible) {
	outline: none;
}

.page-template-template-page-minimal strong {
	font-family: GilroyBold, "Arial", sans-serif;
}

.page-template-template-page-minimal .brainscan-risk-factors {
	max-width: 100%;
	overflow-x: auto;
	scrollbar-color: #13374b #A8D5E5;
  	scrollbar-width: thin;
}

.page-template-template-page-minimal .brainscan-risk-factors::-webkit-scrollbar-thumb {
	background: #13374b;
	border-radius: 12px;
}

.page-template-template-page-minimal .brainscan-risk-factors::-webkit-scrollbar-track {
	background: #A8D5E5;
	border-radius: 50%;
}

.page-template-template-page-minimal .brainscan-risk-factors ul {
	width: 100%;
	min-width: 992px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 1.5rem 0;
	padding: 0;
}

.page-template-template-page-minimal .brainscan-risk-factors ul > li {
	width: auto;
	margin: 0.5rem;
	padding: 0.25rem 1rem;
	border: 1px solid #A8D5E5;
	border-radius: 12px;
	list-style: none;
}

.page-template-template-page-minimal .product-group {
	color: #fff;
	background: #13374b;
	background-image: linear-gradient(
		0deg,
		hsl(201deg 60% 18%) 0%,
		hsl(201deg 61% 19%) 18%,
		hsl(201deg 63% 19%) 26%,
		hsl(201deg 65% 19%) 33%,
		hsl(201deg 66% 19%) 39%,
		hsl(201deg 68% 19%) 44%,
		hsl(201deg 70% 19%) 50%,
		hsl(201deg 72% 19%) 56%,
		hsl(201deg 74% 19%) 61%,
		hsl(201deg 76% 20%) 67%,
		hsl(201deg 78% 20%) 74%,
		hsl(201deg 80% 20%) 82%,
		hsl(201deg 82% 20%) 100%
	);
	border-radius: 12px;
	box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075);
	padding: 2.5rem 1.25rem 1rem;
	margin-top: 1.5rem;
}

.page-template-template-page-minimal .product-group h2,
.page-template-template-page-minimal .product-group h3 {
	color: #fff;
}

.page-template-template-page-minimal .product-row {
	/* background: #13374b; */
	/* border: 1px solid rgba(19, 55, 75, 0.75); */
	border-radius: 8px;
	/* box-shadow:
	  0 1px 1px hsl(0deg 0% 0% / 0.075),
	  0 2px 2px hsl(0deg 0% 0% / 0.075),
	  0 4px 4px hsl(0deg 0% 0% / 0.075),
	  0 8px 8px hsl(0deg 0% 0% / 0.075); */
}

.page-template-template-page-minimal .product-row .wp-block-column {
	flex-basis: 100% !important;
	flex-wrap: wrap !important;
}

.page-template-template-page-minimal .product-card {
	height: 100%;
	margin: 1rem;
	padding: 0.5rem;
}

.page-template-template-page-minimal .product-card p {
	margin-bottom: 0;
}

.page-template-template-page-minimal .product-card .product-card__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.page-template-template-page-minimal .product-card .product-card__title i {
	margin-right: 1rem;
}


.page-template-template-page-minimal .product-row .wp-block-column:not(:first-child) {
	/* border-top:  1px dashed rgba(19, 55, 75, 0.75); */
	border-top:  1px dashed rgba(255, 255, 255, 0.75);
}

.page-template-template-page-minimal .video-preview {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.page-template-template-page-minimal .video-preview__thumbnail {
	border: 4px solid #fff;
	border-radius: 8px;
	box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075);
	overflow: hidden;
}

.page-template-template-page-minimal .video-preview__thumbnail > img {
	width: 100%;
}

.page-template-template-page-minimal .advantages-video__button .video-preview__thumbnail {
	transition: all .2s ease-in-out;
}

.page-template-template-page-minimal .advantages-video__button .video-preview__thumbnail:hover {
	border: 4px solid #13374b;
}

.advantages-video__modal .modal-content {
	background-color: transparent;
	border: 1px solid transparent;
}

.advantages-video__modal .modal-body {
	position:relative;
	padding:0px;
}

.advantages-video__modal .close {
	width: 24px;
	min-width: auto;
	height: 24px;
	display: inline-block;
	position:absolute;
	right:-30px;
	top:0;
	z-index:999;
	font-size:2rem;
	text-align: center;
	font-weight: normal;
	color:#fff;
	opacity:1;
}

.page-template-template-page-minimal .accordion {
	border: 1px solid #A8D5E5;
	border-radius: 12px;
	overflow: hidden;
}

.page-template-template-page-minimal .accordion__item > button,
.page-template-template-page-minimal .accordion__item > div {
	font-size: 1.25rem;
	padding: 1rem;
}

.page-template-template-page-minimal .accordion__item {
	border-bottom: 1px solid #A8D5E5;
	margin: 0.5rem;
}

.page-template-template-page-minimal .accordion__item:last-child {
	border-bottom: 0px solid transparent;
}

.page-template-template-page-minimal .accordion__item button {
	background: transparent;
	border-radius: 12px;
	margin-bottom: 0.5rem;
	transition: all 0.25s ease-in-out;
}

.page-template-template-page-minimal .accordion__item button:hover,
.page-template-template-page-minimal .accordion__item button[aria-expanded="true"] {
	background: #A8D5E5;
}

.page-template-template-page-minimal .product-pricing-container {

}

.page-template-template-page-minimal .product-pricing {
	background: #fff;
	border: 4px solid #fff;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.page-template-template-page-minimal .product-pricing__logo {
	max-width: 50%;
}

.page-template-template-page-minimal .product-pricing__labs {
	margin-top: 2rem;
}

.page-template-template-page-minimal .product-pricing__labs p {
	margin-bottom: 0.5rem;
}

.page-template-template-page-minimal .product-pricing__labs li {
	margin-bottom: 0.25rem;
}

.page-template-template-page-minimal .product-pricing__price {
	font-size: 3rem;
	font-weight: 700;
	font-family: GilroyBold;
}

.page-template-template-page-minimal .product-pricing__reg-price {
	font-size: 1rem;
	font-family: GilroyRegular;
	font-weight: normal;
	text-decoration: line-through;
}

.page-template-template-page-minimal .product-pricing__order-now {
	margin-bottom: 0;
}

.page-template-template-page-minimal .product-pricing .button {
	display: block;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	margin-bottom: 0;
}


@media (min-width: 576px) {
	.page-template-template-page-minimal.header-hero-area-alternative .page-header {
		background-image: var(--hero-header-bg-image);
	}

	.page-template-template-page-minimal.header-hero-area-alternative .page-header-text-block {
		border-top-width: 0;
		border-radius: 12px;
		margin-top: 1rem;
		margin-bottom: -1rem;
	}


}

@media (min-width: 768px) {
	.page-template-template-page-minimal .product-row {
		flex-wrap: wrap !important;
	}

	.page-template-template-page-minimal .video-preview > .wp-block-group__inner-container {
		flex-basis: 80%;
	}
}

@media (min-width: 992px) {
	.page-template-template-page-minimal.header-hero-area-alternative {
		/* font-size:  */
	}

	.page-template-template-page-minimal.header-hero-area-alternative .page-header-text-block {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.page-template-template-page-minimal.header-hero-area-alternative .page-header-text-block__inner {
		padding: 2rem;
	}

	.page-template-template-page-minimal .product-row {
		flex-wrap: nowrap !important;
	}

	.page-template-template-page-minimal .product-row .wp-block-column {
		flex-basis: 0 !important;
	}

	.page-template-template-page-minimal .product-row .wp-block-column:not(:first-child) {
		border-top: 0 dashed transparent;
		/* border-left:  1px dashed rgba(19, 55, 75, 0.75); */
		border-left: 1px dashed rgba(255, 255, 255, 0.75);
	}

	.page-template-template-page-minimal .video-preview > .wp-block-group__inner-container {
		flex-basis: 66%;
	}

	.page-template-template-page-minimal .video-preview__thumbnail {
		border-radius: 30px;
	}

	.page-template-template-page-minimal .product-pricing-container {
		margin-left: 2rem;
		margin-right: 2rem;
	}
}


/*** Responsive ***/
@media (min-width: 1200px) {
	.container { max-width: 1190px; }
	.col-528 { flex-basis: 558px; max-width: 558px; }
	.col-528 h2 {font-size: 73px;}
	.col-528:nth-child(2) { margin-left: auto; }

	.page-header.book-detail .links .link { margin: 0 25px 25px 0; }
	.page-header.solution-detail .col-686 { flex-basis: 716px; max-width: 716px; }
	.page-header.solution-detail .col-370 { flex-basis: 400px; max-width: 400px; margin-left: auto; }

	.two-cols .tch-blocks-columns-column,
	.features .tch-blocks-columns-column { flex-basis: 558px; max-width: 558px; }
	.two-cols .tch-blocks-columns-column:nth-child(2),
	.features .tch-blocks-columns-column:nth-child(2) { margin-left: auto; }
	.tch-blocks-columns-wider-left .tch-blocks-columns-column { flex-basis: 716px; max-width: 716px; }
	.tch-blocks-columns-wider-left .tch-blocks-columns-column:nth-child(2) { display: flex; flex-direction: column; flex-basis: 400px; max-width: 400px; margin-left: auto; }
	.tch-blocks-columns-wider-right .tch-blocks-columns-column { display: flex; flex-basis: 400px; max-width: 400px; }
	.tch-blocks-columns-wider-right .tch-blocks-columns-column:nth-child(2) { display: flex; flex-direction: column; flex-basis: 790px; max-width: 790px; margin-left: 0; }

	.tch-blocks-image.tch-solutions { padding: 0 80px 0 80px; }
	.tch-blocks-image.tch-solutions img { display: block; width: auto; margin-left: auto; margin-right: auto; }

	.tch-blocks-feature { padding-bottom: 95px; margin-bottom: 25px; }

	.tch-blocks-blog .blog-hero-first { flex-basis: 884px; max-width: 884px; padding-right: 25px; }
	.tch-blocks-blog .blog-hero-smaller { flex-basis: 306px; max-width: 306px; padding-left: 0; }
	.tch-blocks-blog .blog-left { flex-basis: 716px; max-width: 716px; }
	.tch-blocks-blog .blog-right { display: flex; flex-direction: column; flex-basis: 400px; max-width: 400px; margin-left: auto; }

	.tch-blocks-text-image .column { flex-basis: 716px; max-width: 716px; }
	.tch-blocks-text-image .column:nth-child(2) { display: flex; flex-direction: column; flex-basis: 400px; max-width: 400px; margin-left: auto; }

	.tch-blocks-post-list .posts-post-left { flex-basis: 400px; max-width: 400px; }
	.tch-blocks-post-list .posts-post-right { flex-basis: 716px; max-width: 716px; margin-left: auto; }

	.tch-blocks-person .column { flex-basis: 400px; max-width: 400px; }
	.tch-blocks-person .column:nth-child(2) { flex-basis: 716px; max-width: 716px; margin-left: auto; }

	.tch-blocks-table { max-width: 869px; padding-left: 25px; padding-right: 15px; }
	.tch-blocks-table-row { margin-left: 0; margin-right: 0; margin-bottom: 25px; }
	.tch-blocks-table-row .table-col { padding-left: 0; padding-right: 25px; }
	.tch-blocks-table-row .table-col:last-child { padding-right: 0; }
}

@media (min-width: 1920px) {
	.container.beyond { max-width: 1920px; }
	.container.full-width { max-width: 100%; }
}

@media (max-width: 1919px) {
	.page-header .solution-image { right: 15px; }
}

@media (max-width: 1450px) {
	.page-header .solution-image { max-width: 55%; }
}

@media (max-width: 1199px) {
	.image_scale {
	transform: scale(1.2);
}
	#masthead .primary-menu li { margin-right: 20px; }
	#masthead .primary-menu li:last-child { margin-right: 0; }

	.tch-blocks-columns-wider-right .tch-blocks-columns-column { display: flex; }

	.tch-blocks-gallery { justify-content: center; }
	.tch-blocks-gallery .tch-blocks-image { margin-bottom: 15px; }

	.page-header .solution-image { display: block; position: relative; max-height: 420px; right: auto; margin: 0 auto; }
	.tch-blocks-solution .content .icon { display: none; }
	.tch-blocks-columns-wider-right .tch-blocks-columns-column:nth-child(2) .tch-blocks-solution ul li { max-width: 100%; }

	.tch-blocks-quote .content .text { font-size: 36px; }
	.tch-blocks-quote.vertical .content .text { font-size: 28px; }

	.tch-blocks-banner .text br { display: none; }

	.features { background-position: right bottom; }
}

@media (max-width: 1200px) {
	#colophon { padding-top: 30px; }
	#colophon .mailchimp .arrow-up { top: -30px; border-bottom-width: 30px; }
	#colophon .mailchimp h2 br { display: none; }
	#colophon .bottom { padding-top: 60px; }
	#colophon .bottom .arrow-up { top: -30px; border-bottom-width: 30px; }
	#colophon .bottom .footer-logo { flex-basis: 100%; margin-bottom: 30px; text-align: center; }

	.header-hero-area #masthead { height: 51px; background: #13374b; }
	.header-hero-area #masthead .masthead-bar { height: 2px; }
	#masthead .masthead-content #menu-open { margin-right: 0;}
	#masthead .menu-primary-menu-container,
	#masthead .menu-navigation-links-container { display: none; }
	#masthead .menu-actions .menu-navigation-links-container { display: block; }
	.header-hero-area #masthead .logo { height: 32px; margin-top: 9px; }
	.header-hero-area #masthead .logo .logo-normal { display: none !important; }
	.header-hero-area #masthead .logo .logo-small { display: block; }
	.menu-actions { display: flex; flex-direction: row;justify-content: flex-end; align-items: center; }

	.header-hero-area #masthead .menu-navigation-links-container { margin-right: 20px;}
	.header-hero-area #masthead .menu-navigation-links-container a { margin-top:0px }
	.header-hero-area .page-header,
	.header-hero-area-alternative .page-header,
	.page-header.book-detail,
	.page-header.solution-detail { min-height: 500px; }
	.page-header > .row { padding: 30px 0px; }
	.header-hero-area .page-header > .row,
	.header-hero-area-alternative .page-header > .row { min-height: 500px; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5)); }
	.header-hero-area-alternative .page-header > .row { background-image: linear-gradient(to left, rgba(131, 130, 133, 0.2), rgba(131, 130, 133, 0.5)); }
	.page-header.book-detail > .row,
	.page-header.solution-detail > .row { min-height: 500px; }
	.header-hero-area .page-header .page-header-text,
	.header-hero-area-alternative .page-header .page-header-text,
	.page-header.book-detail .page-header-text,
	.page-header.solution-detail .page-header-text { text-align: center; }
	.page-header.solution-detail .thumbnail,
	.page-header.solution-detail svg { width: auto; margin-bottom: 30px; }
	.header-hero-area .page-header h2,
	.header-hero-area-alternative .page-header h2,
	.page-header.book-detail h2 { font-size: 60px; }
	.header-hero-area .page-header h3,
	.header-hero-area-alternative .page-header h3,
	.page-header.book-detail h3 { margin-bottom: 30px; }
	.page-header.solution-detail h3 { margin-bottom: 30px; }
	.page-header.solution-detail p { margin-bottom: 0; }
	.page-header.book-detail .col-image,
	.page-header.solution-detail .col-image { flex-basis: 100%; max-width: 100%; }
	.page-header.book-detail .col-image img,
	.page-header.solution-detail .col-image img { max-width: 160px; }
	.header-hero-area .page-header .arrow-up { border-bottom-width: 30px; }

	.tch-blocks-solution .solution-footer.blue { background-image: none; }

	.tch-blocks-quote .content { padding: 30px; }
	.tch-blocks-quote { background-image: none; }

	.tch-blocks-banner { padding-top: 120px; padding-bottom: 140px; }
	.tch-blocks-banner .arrow-up-left,
	.tch-blocks-banner .arrow-up-right { border-top-width: 30px; }

	.tch-blocks-slider { background-image: none; }
	.tch-blocks-slider-frame .frame-content { padding: 50px 15px 70px; }
	.tch-blocks-slider-frame .frame-content h2 { font-size: 80px; }
	.tch-blocks-slider-frame .frame-content .text p { font-size: 28px; }

	.tch-blocks-number-text-widget .number { font-size: 250px; }

	.tch-blocks-tile .tile-content h2 { font-size: 30px; }

	.features { background-image: none; }
}

@media (max-width: 767px) {
	body { font-size: 18px; }

	h1,
	h2,
	h3,
	h4 { margin-bottom: 15px; }
	h1 { font-size: 40px; }
	h2 { font-size: 30px; }
	h3 { font-size: 20px; }
	p,
	.tch-blocks-columns.tch-margin-medium .tch-blocks-columns-column > p:last-child,
	.tch-blocks-columns.tch-margin-larger .tch-blocks-columns-column > p:last-child { margin-bottom: 15px; }

	ul li:last-child { margin-bottom: 15px; }

	.tch-blocks-link { margin-bottom: 15px !important; }

	a.button,
	button,
	form input[type="submit"] { padding: 8px 4px; font-size: 16px; }

	blockquote,
	.wp-block-quote { margin-bottom: 15px; font-size: 22px; }

	form label { font-size: 18px; }
	form input { padding: 8px 20px; margin-bottom: 15px !important; font-size: 18px; }
	.select2 {
		padding: 8px 20px;
		margin-bottom: 15px !important;
	}
	.mobile-only { display: block !important; }

	.menu ul li:last-child { margin-bottom: 0; }

	.image_scale {
	transform: scale(1);
}
	.page-id-17 .addedbg, .after-table {
		margin-top: -50px;
	}
	#colophon { padding-top: 0; }
	#colophon .mailchimp { padding-bottom: 60px; }
	#colophon .mailchimp .arrow-up { display: none; }
	#colophon .mailchimp svg { margin-top: 30px; margin-bottom: 15px; }
	#colophon .mailchimp h2 { margin-bottom: 20px; font-size: 30px; }
	#colophon .mc4wp-form .inputs { flex-wrap: wrap; justify-content: center; }
	#colophon .mc4wp-form input[type="text"],
	#colophon .mc4wp-form input[type="email"] { width: 100%; padding: 9px 0; margin: 0 0 15px 0 !important; }
	#colophon .mc4wp-form input[type="submit"] { line-height: 1.5; }
	#colophon .bottom .arrow-up { display: none; }
	#colophon .bottom .footer-menu { flex-wrap: wrap; }
	#colophon .bottom .footer-menu li { flex-basis: 50%; width: 50%; margin-bottom: 15px; }
	#colophon .bottom .footer-menu .sub-menu li { flex-basis: 100%; width: 100%; margin-bottom: 0; }
	#colophon .bottom .bar { margin-top: 20px; }
	#colophon .bottom-left,
	#colophon .bottom-right { flex-basis: 100%; max-width: 100%; text-align: center; }
	#colophon .bottom-right { justify-content: center; }

	.page-header > .row,
	.page-header.blog-detail > .row { padding: 30px 0; }
	.header-hero-area .page-header,
	.header-hero-area-alternative .page-header,
	.page-header.book-detail,
	.page-header.solution-detail { min-height: 300px; margin-bottom: 60px; }
	.header-hero-area .page-header > .row,
	.header-hero-area-alternative .page-header > .row,
	.page-header.book-detail > .row,
	.page-header.solution-detail > .row { min-height: 300px; }
	.header-hero-area .page-header h2,
	.header-hero-area-alternative .page-header h2,
	.page-header.book-detail h2 { font-size: 40px; }
	.page-header.solution-detail .thumbnail { margin-bottom: 15px; }
	.header-hero-area .page-header h3,
	.header-hero-area-alternative .page-header h3,
	.page-header.book-detail h3,
	.page-header.solution-detail h3 { margin-bottom: 15px; font-size: 28px; }
	.page-header.book-detail .links { display: flex; flex-direction: column; align-items: center; justify-content: center; }
	.page-header.book-detail .links .link { margin: 0 0 15px 0; }
	.page-header.solution-detail .price { display: inline-block; width: 100%; margin: 0 0 15px 0; text-align: center; }
	.header-hero-area .page-header .arrow-up { display: none; }

	.tch-blocks-columns.tch-margin-larger { margin-bottom: 60px; }
	.three-cols { margin-bottom: 60px; }

	.tch-blocks-gallery { margin-bottom: 60px; }

	.tch-blocks-feature { padding-top: 0; padding-bottom: 30px; }
	.tch-blocks-columns-column:first-child .tch-blocks-feature { padding-top: 30px; }

	.tch-blocks-feature .headline { margin-bottom: 10px; }

	.tch-blocks-solution { margin-bottom: 30px !important; }
	.tch-blocks-columns-column:last-child .tch-blocks-solution { margin-bottom: 0 !important; }
	.tch-blocks-solution .content h3 { font-size: 30px; margin-bottom: 15px; }
	.tch-blocks-solution .content p { font-size: 16px; margin-bottom: 15px; }

	.tch-blocks-quote { margin-bottom: 60px; }
	.tch-blocks-quote .content .icon { margin-bottom: 15px; }
	.tch-blocks-quote .content .text { margin-bottom: 15px; font-size: 20px; }
	.tch-blocks-quote.vertical .content .icon { margin-bottom: 15px; }
	.tch-blocks-quote.vertical .content .text { margin-bottom: 15px; font-size: 20px; }

	.tch-blocks-banner { padding-top: 60px; padding-bottom: 60px; margin-bottom: 0; }
	.tch-blocks-banner .background { display: none; }
	.tch-blocks-banner .arrow-up-left,
	.tch-blocks-banner .arrow-up-right { display: none; }
	.tch-blocks-banner .container p { font-size: 30px; }

	.tch-blocks-blog { margin-bottom: 60px; }
	.tch-blocks-blog .blog-post { margin-bottom: 30px; }
	.tch-blocks-blog .blog-post .link { font-size: 20px; }
	.tch-blocks-blog .blog-post .excerpt { padding-top: 10px; }
	.tch-blocks-blog .blog-main { margin-top: 40px; }
	.tch-blocks-blog .blog-main .blog-post { margin-bottom: 30px; }

	.tch-blocks-taxonomy-widget { margin-bottom: 30px; }
	.tch-blocks-taxonomy-widget p { font-size: 18px; }

	.tch-blocks-book-widget { margin-bottom: 30px; }

	.tch-blocks-image { margin-bottom: 30px; }
	.tch-blocks-image.tch-margin-larger { margin-bottom: 60px; }

	.tch-blocks-socials-share { margin-bottom: 30px !important; }

	.tch-blocks-slider { margin-bottom: 60px; }
	.tch-blocks-slider-frame .frame-content { padding: 30px 15px 50px; }
	.tch-blocks-slider-frame .frame-content h2 { font-size: 40px; }
	.tch-blocks-slider-frame .frame-content .text p { font-size: 20px; }

	.tch-blocks-text-image { margin-bottom: 60px; }
	.tch-blocks-text-image .text { margin-bottom: 15px; }
	.tch-blocks-text-image .button { margin-bottom: 30px; }
	.tch-blocks-text-image .links .link { margin: 0 15px 15px 0; }
	.tch-blocks-text-image img { width: 100%; }

	.wp-block-embed.is-type-video { margin-bottom: 30px; }

	.tch-blocks-columns.tch-margin-larger { margin-bottom: 30px; }

	.tch-blocks-tile { margin-bottom: 15px !important; }

	.tch-blocks-rich-widget { margin-bottom: 30px; }
	.tch-blocks-rich-widget-block { margin-bottom: 15px; }
	.tch-blocks-rich-widget-block-alternative { margin-bottom: 15px; }
	.tch-blocks-rich-widget-block h3 { margin-bottom: 10px; font-size: 18px; }

	.tch-blocks-number-text-widget .number { font-size: 200px; }
	.tch-blocks-number-text-widget .text { font-size: 18px; }

	.tch-blocks-post-list { margin-bottom: 60px; }
	.tch-blocks-post-list .posts-filter { margin-bottom: 40px; }
	.tch-blocks-post-list .posts-post { margin-bottom: 40px; }
	.tch-blocks-post-list .posts-post img { width: 100%; margin-bottom: 15px; }

	.tch-blocks-person img { width: 100%; margin-bottom: 15px; }
	.tch-blocks-person { margin-bottom: 40px; }

	.features { padding-top: 40px; padding-bottom: 40px; }
	.features .tch-blocks-columns-column p { margin-bottom: 15px; }

	.tch-blocks-table { margin-bottom: 60px; }
	.post-17 .tch-blocks-table.has-background, .tch-blocks-table.has-background { padding-top: 60px; padding-bottom: 60px; margin-bottom: 0; }
	.parent_background { margin-bottom: 0px; padding-bottom: 10px }
	.tch-blocks-table-row { flex-wrap: wrap; margin-bottom: 30px; }
	.tch-blocks-table-row .table-col:nth-child(1),
	.tch-blocks-table-row .table-col:nth-child(2),
	.tch-blocks-table-row .table-col:nth-child(3),
	.tch-blocks-table-row .table-col:nth-child(4) { align-items: center; justify-content: center; flex-basis: 25%; max-width: 25%; }
	.tch-blocks-table-row.solutions:first-child {  }
	.tch-blocks-table-row .table-col:nth-child(1){
		flex-basis: 50%; max-width: 50%;
	}
	.tch-blocks-table-row.normal .table-col:nth-child(1) { align-items: center; justify-content: center; min-height: 60px; }
	.tch-blocks-table-row.normal .text { font-size: 20px; }
	.tch-blocks-table-row.normal .solution { display: flex; align-items: center; justify-content: center; height: 60px; padding: 10px 0; }
	.tch-blocks-table-row.normal .solution img { max-height: 100%; }
	.mobile-only.solution { display: none !important}
	.tch-blocks-table-row:last-child .table-col:nth-child(3){
		text-align: center;
		line-height: 1.2;
	}
	.tch-blocks-table-row .table-col {
		padding-left: 5px;
		padding-right: 5px;
	}
	.tch-blocks-table-row:last-child .table-col .box {
		background-color: transparent;
	}
	.tch-blocks-table-row:last-child {
		border-top: 1px solid;
		border-bottom: 1px solid;
	}
}

@media (max-width: 575px) {
	.menu { width: 100%; right: -100%; }

	#colophon .bottom .footer-menu li { flex-basis: 100%; width: 100%; }
	#colophon .bottom .footer-menu .sub-menu li { margin-bottom: 0; }

	.header-hero-area .page-header h2,
	.header-hero-area-alternative .page-header h2,
	.page-header.book-detail h2 { font-size: 30px; }
	.header-hero-area .page-header h3,
	.header-hero-area-alternative .page-header h3,
	.page-header.book-detail h3 { font-size: 20px; }
}

@media (min-width: 575px) {
.star-item{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
}
.links {
	margin-left: -10%;
	margin-right: -10%;
	text-align: center;
}
.page-id-334 .tch-blocks-socials-widget{
    background: none;
    padding-left: 0;
}
.page-id-334 .tch-blocks-socials-widget .bar{
    display: none;
}
.page-id-334 .tch-blocks-socials-widget h3{
    color: #13374b;
    margin-bottom: 30px !important;
}
.page-id-334 .tch-blocks-socials-widget .socials a{
    margin-right: 16px !important;
}
.ted-talks{
    width: 686px;
}

.page-id-386 .tch-blocks-socials-widget h3{
	color: #13374b;
	margin-bottom: 0;
}

.page-id-386 .tch-blocks-socials-widget .socials a:hover,
.page-id-386 .tch-blocks-socials-widget .socials a:focus { color: #708c66; }


.beyond-latest-news {
	background-color: #177ea8;
	margin-top: 120px;
	padding-top: 80px;
}
.latest-news-col {
	float: left;
	max-width: 66%;
}
.bredesen-blog-col {
	float: right;
	max-width: 33%;
}
.latest-news-block h2 {
	color: white;
}
.latest-news-block h3 {
	color: white;
}
.blogs-heading{
	float: left;
}
.bredesen-blog-col .blogs-heading-img{
	margin-left: 40px;
}
.latest-news-col .blogs-heading-img{
	margin-left: 25px;
}
.blogs-heading-img {
	margin-top: 9px;
	width: 37px;
	height: 28px;
}
.bredesen-blog-col .blogs-img{
	height: 195px;
	width: 370px;
}
.latest-news-col .blogs-img{
	height: 360px;
	width: 686px;
}
.beyond-after-latest-news{
	background-color: #3a8cb3;
	margin-bottom: 118px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.beyond-after-latest-news .button{
	padding-top: 13px;
	padding-bottom: 13px;
}
.latest-news-block p{
	color: #95b4c4;
	font-weight: 700;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
.latest-news-block .dot {
	margin-left: 9px;
	margin-right: 7px;
}
.latest-news-col h3 {
	font-size: 30px;
}
.latest-news-block h3 a {
	color: inherit;
}
.latest-news-block p a {
	color: inherit;
	font-family: GilroyRegular, sans-serif;
}
.latest-news-block h4 {
	font-size: 35px;
}
.mobile-only{
	display: none;
}
@media (min-width: 768px) {
	p.no-image {
		margin-top: 41px;
	}
}
@media (max-width: 1199px) {
	.bredesen-blog-col .blogs-heading-img {
		margin-left: 20px;
	}
}
@media (max-width: 991px) {
	.bredesen-blog-col .blogs-heading-img {
		display: none;
	}
}
@media (max-width: 767px) {
	.blog-category-post{
		margin-bottom: 40px;
	}
	.bredesen-blog-col .blogs-heading-img {
		margin-left: 20px;
	}
	.beyond-latest-news {
		text-align: center;
		margin-bottom: 118px;
	}
	.latest-news-block .blogs-heading {
		float: none;
		margin-bottom: 30px;
	}
	.bredesen-blog-col .blogs-heading.nohomepage {
		display: none;
	}
	.latest-news-block .blogs-heading-img {
		display: none;
	}
	.beyond-latest-news .bredesen-blog-col {
		float: none;
		max-width: 100%;
	}
	.beyond-latest-news .latest-news-col {
		float: none;
		max-width: 100%;
	}
	.beyond-latest-news .latest-news-col.homepage {
		float: none;
		max-width: 100%;
		margin-bottom: 60px;
	}
	.beyond-latest-news .bredesen-blog-col {
		margin-bottom: 60px;
	}
	.beyond-latest-news .bredesen-blog-col.homepage {
		margin-bottom: 60px;
		margin-top: 80px;
	}
	.mobile-only{
		display: flex;
	}
	.desktop-only{
		display: none;
	}
	.latest-news-col h3 {
		font-size: 20px;
	}
	.latest-news-col .blogs-img{
		height: 195px;
		width: 370px;
	}
	.beyond-after-latest-news {
		text-align: center;
	}
	.beyond-after-latest-news .bredesen-blog-col {
		float: none;
		max-width: 100%;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.beyond-after-latest-news .latest-news-col {
		float: none;
		max-width: 100%;
		margin-bottom: 0px;
	}
	.beyond-after-latest-news{
		margin-bottom: 0px;
	}
	.beyond-latest-news .container{
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
}

#pract-locator .pl-wrap {
	margin: 0;
}

.widget {
	margin-bottom: 20px;
}

/*
    Popup
*/
.popup-container {
	display: none;
	height: 100vh;
	width: 100vw;
	position: absolute;
	z-index: 100000000000000000000;
	background-color: rgba(48.6, 48.6, 48.6, 0.6);
}
.popup {
	background-color: white;
	border-radius: 6px;
	position: absolute;
	z-index: 100000000000000000000;
	top: 0;
	left: 0;
	margin-left: calc(50% - 275px);
	width: 550px;
	height: 400px;
	text-align: center;
}
.popup .popup-icon {
	margin-top: 35px;
}
.popup .popup-title {
	color: #13374b;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	margin-top: 21px;
}
.popup .popup-links {
	width: 360px;
	margin-left: 95px;
	display: flex;
	justify-content: space-between;
}
.popup .popup-link {
	cursor: pointer;
	padding-top: 2px;
	background-color: #13374b;
    color: #ffffff !important;
    line-height: 40px;
	width: 170px;
	height: 45px;
	border-radius: 4px;
	font-size: 18px;
}
.popup #close-popup{
	background-color: #acacac;
}
.popup .popup-text{
	font-size: 17px;
	margin-left: 47px;
	margin-right: 47px;
	margin-bottom: 29px;
	width: 449px;
	line-height: 2.2;
}
.popup_body_active{
	background-color: #585858;
	opacity: 0.6;
}
.body_popup .popup {
	background-color: white;
	opacity: 1;
}

#marketing-modal {
	height: 100vh;
}
#marketing-popup {
	min-height: 320px;
	height: auto;
	max-height: none !important;
	width: 645px;
	margin-left: calc(50% - 322.5px);
	max-height: 440px;
	overflow-y: auto;
}

#marketing-popup-title {
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 39px;
}
#marketing-popup-text {
	margin-left: 40px;
	margin-right: 39px;
	margin-bottom: 0px !important;
	width: 566px;
	text-align: left;
	height: auto;
	overflow-y: auto;
	padding-bottom: 120px !important;
}
#marketing-popup-links {
	width: 100%;
    margin-left: 0 !important;
	bottom: 45px;
	position: absolute;
	display: flex;
   	flex-direction: row;
   	align-items: center;
   	justify-content: center;
}
#marketing-popup-links a{
	box-shadow: 0 0 10px #D3D3D3;
	width: auto !important;
	padding-left: 20px;
	padding-right: 20px;
}
  #marketing-popup-close-icon img {
  	position: absolute;
    top: 20px;
	right: 19px;
  }

  #marketing-popup-close-icon:hover img{
	opacity: 0.8;
  }
  #marketing-popup-close-icon:hover {
	cursor: pointer;
  }
  #marketing-popup-bottom {
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0px;
	border-radius: 0 0 6px 6px;
	background-color: #cdd7e6;
  }

  @media(max-width: 645px){
	  #marketing-popup {
		  top: 2%;
		  margin-left: 10% !important;
		  margin-right: 10% !important;
		  width: 80%;
	  }
	#marketing-popup-title {
		max-width: 80%;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}
	#marketing-popup-text {
		max-width: 80%;
		margin-left: 10% !important;
		margin-right: 10% !important;
		height: auto;
		text-align: center;
	}


  }
  div.popup-image-linked{
	  cursor: pointer;
  }
  @media(max-width: 645px){
	div.popup-image-linked{
		background-position: center center;
		background-size: cover;
	}
  }

  .testimonials-button-wrapper{
	text-align: center;
	margin-top: 36px;
}
.testimonials-button-wrapper a{
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}
@media(max-width: 767px){
  .testimonials-button-wrapper a{
	  padding-left: 18px;
	  padding-right: 18px;
	  font-size: 18px;
  }
}

/*
Email Landing Page
*/
#post-4481 #page-content{
	margin-top: 90px;
	margin-bottom: 125px;
}
#post-4481 #page-content h1{
	font-size: 60px;
}
@media (max-width: 991px){
#post-4481 #page-content h1{
	font-size: 36px;
}
}
#post-4481 #page-content p{
	font-size: 16px;
	margin-bottom: 40px;
}
#post-4481 #page-content h2{
	font-size: 30px;
}
#post-4481 #page-content .wp-block-button__link {
	background-color: #176A98;
	border-radius: 5px;
	color: white;
	padding-top: 12px;
	padding-bottom: 12px;
}
#post-4481 #page-content .wp-block-image {
	text-align: right;
}
#post-4481 #page-content .wp-block-columns{
	margin-bottom: 38px;
}
@media (min-width: 992px){
	#post-4481 #page-content .wp-block-column {
		flex-basis: calc(29% - 16px);
	}
	#post-4481 #page-content .wp-block-column:not(:first-child) {
		margin-left: 20px;
	}
}
#post-4481 #page-content .mc4wp-form-fields svg, #post-4481 #page-content .mc4wp-form-fields h2{
	display: none;
}
#post-4481 #page-content .mc4wp-form-fields .inputs input[type="email"]{
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #303233;
	padding-left: 0px;
	padding-top: 8px;
	margin-bottom: 30px !important;
}
#post-4481 #page-content .mc4wp-form-fields .inputs input[type="email"]::placeholder{
	font-size: 18px;
}
#post-4481 #page-content .mc4wp-form-fields .inputs input[type="submit"]{
	background-color: #176A98;
	border-radius: 5px;
	color: white;
	padding-top: 17px;
	padding-bottom: 17px;
}
@media (max-width: 767px){
	#post-4481 #page-content .tch-blocks-columns-column:first-child{
		order: 2;
	}
	#post-4481 #page-content .wp-block-button {
		text-align: center;
	}
	#post-4481 #page-content .wp-block-button__link {
		margin-bottom: 20px;
	}
	#post-4481 #page-content .mc4wp-form-fields .inputs{
		text-align: center;
	}
}
.page-id-4481 .mailchimp{
	display: none;
}
.pre-order{
	margin-top: 80px;
}
.pre-order input[type="submit"]{
	background-color: #176A98;
	border-radius: 5px;
	color: white;
	padding-top: 17px;
	padding-bottom: 17px;
}
.pre-order input[type="email"], .pre-order input[type="text"]{
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #303233;
	padding-left: 0px;
	padding-top: 8px;
	margin-bottom: 30px !important;
}
.pre-order input[type="email"]::placeholder, .pre-order input[type="text"]::placeholder{
	font-size: 18px;
}
.pre-order input:focus, textarea:focus, select:focus{
	outline: none;
}

/*
Pre Order
*/
.book-detail{
	margin-bottom: 160px;
}
.step-header{
	color: black;
	margin-bottom: 20px;
	margin-top: 2px;
}
.step-header span{
	color: #176a98;
}
.book-detail .links{
	margin-left: 0;
	text-align: left;
}
.book-detail .claim-gift{
	color: white;
	background-color: #13374b;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 60px;
	border-radius: 4px;
	position: relative;
    top: 20px;
}
@media (max-width: 767px){
	.book-detail .col-md-7{
		margin-bottom: 60px;
	}
}

/*
Science blog
*/
.science-blog-upper div {
    display: inline-block;
    margin-right: 8px;
    z-index: 10;
}
.science-blog-upper img {
    margin-right: 40px;
}
.science-blog-upper img:hover {
    cursor: pointer;
}
.science-blog-upper {
    position: relative;
    z-index: 1;
    font-family: GilroyBold, "Arial", sans-serif;
    font-size: 20px;
    color: #176A98;
	border-top: 2px solid #CCCCCC;
	margin-top: 40px;
}
.science-blog{
    padding-top: 50px;
    padding-bottom: 25px;
    border-top: 2px solid #CCCCCC;
}
.science-blog-post h4{
    font-family: GilroyMedium, "Arial", sans-serif;
    font-size: 20px;
    color: #020305;
    margin-top: 0;
    margin-bottom: 4px;
}
.science-blog-post h4 a{
	font-family: GilroyMedium, "Arial", sans-serif;
    color: inherit;
}
.science-blog-post .post-description p{
    display: inline;
    font-family: GilroyRegular, "Arial", sans-serif;
    font-size: 16px;
    color: #020305;
    padding: 0;
}
.science-blog-post{
    margin-bottom: 30px;
}
.pagination {
    padding-top: 15px;
    border-top: 2px solid #CCCCCC;
    margin-bottom: 120px;
    display: flex;
    justify-content: space-between;
}
.pagination a{
    font-family: GilroyBold, "Arial", sans-serif;
    font-size: 20px;
	color: #176A98;
	line-height: 0.8;
}

.rotateimg180 {
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.science-blog-upper .categories{
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
    background-color: white;
    grid-template-columns: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
@media(min-width: 768px){
	.science-blog-upper .categories{
		min-width: 700px;
	}
}
@media(max-width: 767px){
	.science-blog-upper .categories{
		min-width: 200px;
	}
}
.science-blog-upper .categories .category-option{
	margin-bottom: 15px;
	line-height: 1;
}
.science-blog-categories{
    padding-bottom: 8px;
    padding-top: 8px;
}
@media(min-width: 651px){
    .science-blog-upper .categories a:hover{
        cursor: pointer;
    }
    .science-blog-upper .science-blog-categories:hover .categories{
        display: grid;
    }
}
.categories-trigger{
    margin: 0 !important;
}
.page-id-4949 article{
	margin-top: 80px;
}
.page-id-4949 h1{
	font-size: 60px;
	margin-bottom: 40px;
}
@media (max-width: 767px){
	.page-id-4949 article{
		margin-top: 30px;
	}
	.page-id-4949 h1{
		margin-bottom: 20px;
	}
	.science-blog-upper {
		margin-top: 50px;
	}
	.science-blog-post{
		margin-bottom: 30px;
	}
	.pagination {
		margin-bottom: 65px;
	}
	.science-blog{
		padding-bottom: 20px;
	}
}

.solution-links{
	display: flex;
	justify-content: space-between;
}
@media (max-width: 991px){
	.solution-links{
		display: grid;
    	grid-row-gap: 40px;
	}
}
@media (max-width: 991px){

.mobile-enroll-url{
	height:100%;
	line-height:1.5;
}
}

.enroll-now{
	margin-top: 40px;
}

.training-modules th{
	background-color: #ccc;
	color: #13374b;
	font-family: GilroyBold;
	text-align: center;
}
.training-modules thead th:first-child {
	text-align: left;
}

@media (max-width: 992px) and (min-width: 768px){
	.training-modules table{
		font-size: 11px;
	}
}
@media (max-width: 539px){
	.training-modules table{
		font-size: 5px;
	}
}
.training-modules td{
	color: white;
}
.training-modules tr th{
	border: none;
	padding-right: 20px;
	padding-left: 30px;
	font-size: 21px;
}
.training-modules tr td{
	border: none;
}
.training-modules tr.module-name td{
	background-color: #13374b;
	color: white;
	padding-left: 30px;
	padding-right: 0;
	border: none !important;
}
.training-modules tr td{
	background-color: #ddd;
	color: black;
	font-family: GilroyBold;
}
.training-modules tr td.has-text-align-center{
	padding-left: 10px;
    border-left: 10px solid white;
    padding-right: 10px;
}
.training-modules table{
	border-collapse: separate;
	border-spacing: 0 10px;
}
.blue{
	color: white;
}

.recode-solution, .precode-solution{
	margin-bottom: 40px;
}
.recode-solution th, .precode-solution th{
	background-color: white;
	font-family: GilroyBold;
	text-align: center;
}

@media (max-width: 460px){
	.recode-solution table, .precode-solution table{
		font-size: 11px;
	}
}
.recode-solution td, .precode-solution td{
	color: white;
	text-align: center;
}
.recode-solution tr td, .precode-solution tr td{
	border: 1px solid black;
}
.recode-solution tr:first-child td{
	background-color: #13374b;
}
.recode-solution tr:nth-child(2) td{
	background-color: #205777;
}
.precode-solution tr:first-child td{
	background-color: #708c66;
}
.precode-solution tr:nth-child(2) td{
	background-color: #778774;
}


.training-modules ul li:before{
	display: none !important;
}

.enroll-now a{
	border-radius: 0;
    color: white;
    background: #13374b;
}

.training-modules br {
	display: none;
}
.training-modules ol {
	margin-bottom: 0;
}

.enroll-buttons .wp-block-column{
	flex-basis: 50%;
}

.rounded-icon{
	margin-right: 25px;
    max-width: 54px;
    max-height: 54px;
	border-radius: 50%;
}

.home .page-header-text{
	text-align:center;
}
.home .page-header-text .col-528{
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	flex-basis: auto;
}
.home .page-header-text .col-528 h2, .home .page-header-text .col-528 h3{
	color: white;
}
.home .page-header-text .button{
	color: #176A98;
	background-color: white;
}
.home .page-header > .row{
	background-image: none;
	background-color: rgba(19, 55, 75, 0.55) !important;
}
.promo-spot{
	box-shadow: 0 0 10px 0 #202d2d2d;
	margin-bottom: 70px;
	height: 400px;
	background-size: cover;
	width: calc(100% + 12px);
	position:relative;
	background-position: center center;
}
.promospot-text{
	padding-left: 30px;
    position: absolute;
    bottom: 0;
    color: white;
    line-height: 60px;
    font-size: 40px;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 600px){
.promo-spot{
	width: 100%;
}
}
.home .tch-blocks-solution .solution-footer.blue{
	background:none;
	background-color: #13374B;
}
.home .tch-blocks-solution{
	height: 100%;
}
/*
Bubbles
*/
.bubble{
	margin-bottom: 70px;
	margin-top: -135px;
}
.bubble-right{
	background-color: white;
	padding-left: 80px;
	padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 15px;
}
.bubble-right h3{
	font-size: 20px;
	margin-bottom: 15px;
	color: #13374B;
}
.bubble-text p{
	font-size: 16px;
	margin-bottom: 32px;
	color: #303233;
}
.bubble-text p:last-child{
	margin-bottom: 0;
}
.bubble-icon-text{
	font-family: GilroyBold;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	color: #1F516D;
	margin-top: 10px;
}
.bubble-left{
	width: 170px;
    height: 170px;
    text-align: center;
    background-color: #DDDDDD;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
	display: inline-block;
    position: relative;
    bottom: -140px;
}
.bubble-left img{
	text-align: center;
}
.bubble-right{
	margin-left: 110px;
}

.bubble-left.blue{
	background-color: #1F516D;

}
.bubble-left.blue .bubble-icon-text{
	color: #CCCCCC;
}
.bubble-right .button{
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (max-width: 470px){
	.bubble{
		margin-top:0;
		text-align: center;
		margin-bottom: 40px;
	}
	.bubble-left{
		position:inherit;
	}
	.bubble-right{
		margin-left:0;
		padding: 10px;
	}
	.bubble-left{
		margin-bottom: 40px;
	}
}

.home .page-header h2{
	font-size: 80px !important;
}

@media (max-width: 767px) {
	.page-header.solution-detail { margin-bottom: 40px; }
	.page-header-text .button{ margin-bottom: 20px; }
}

.instructors h4{
	margin-bottom: 20px;
}
.instructors h2{
	font-size: 36px;
	margin-bottom: 0;
}

.headline-icon{
	display: flex;
	margin-bottom: 15px;
}

.home #masthead .primary-menu li{
	margin-right: 20px;
}

.tch-blocks-taxonomy-widget a.navitem-active{
	color: #708c66;
}
.navitem-small{
	font-size: 16px;
}
.info .navitem-small{
	margin: 0 !important;
	font-size: 12px;
}
.bigger{
	max-width: none;
	width: 120%;
}

.shortquote .content .text{
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 10px;
}
.shortquote .content{
	display: flex;
	padding-top: 55px;
	padding-bottom: 50px;
	padding-left: 60px;
	padding-right: 60px;
}
@media(max-width:1200px){
	.shortquote .content{
		padding: 30px;
	}
}
.shortquote .content-right{
	margin-left: 30px;
}
.shortquote-bar{
	height: auto !important;
	display: flex !important;
    justify-content: flex-end;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
}
.shortquote-bar a{
	color: white;
}
.tch-blocks-quote.shortquote{
	background: #708c66 url(images/arrow.svg) no-repeat calc(100% - 20px) center !important;
}
.shortquoteicon{
	font-size: 163px;
	line-height: 100px;
	color: #13374B;
	font-family: GilroyBold, sans-serif;
}
@media (max-width: 767px){
	.shortquote .content .text {
		font-size: 20px;
		line-height: 1.6;
	}
}

.grecaptcha-badge{
	opacity:0;
}
.alertstripe{
	padding-left: 5px;
	padding-right: 5px;
}
#masthead{
	max-width: 100vw;
}
.larger-margin-top{
	margin-top: 80px;
}
.flex-buttons{
	display: flex;
    justify-content: space-between;
}
.flex-buttons-center{
	display: flex;
    justify-content: center;
	padding-bottom: 0px;
	padding-top: 40px;
	margin-bottom: -60px !important;
}
.flex-buttons-center .wp-block-button {
	margin-right: 40px;
}

.wp-block-button .wp-block-button__link{
	border-radius: 1.55em;
}

.wp-block-button__link:hover {
	color: #fff;
	background: #576e4f !important;
}

.page-header a.button{
	border-radius: 1.55em;
}
.wp-block-tch-blocks-read-more-toggle{
	border-radius: 1.55em;
}
.page-template-template-page-young .tch-blocks-columns.tch-margin-medium{
	margin-bottom: 90px;
}
@media (max-width: 767px){
	.page-template-template-page-young .tch-blocks-columns-column:first-child{
		order: 2;
	}
	.page-template-template-page-young .tch-blocks-columns-column .wp-block-image{
		margin-bottom: 45px !important;
	}
}

.page-template-template-page-young .page-header{
	background-color: #176A98;
	background-image: none !important;
	position: relative;
}
.page-template-template-page-young .page-header > .row{
	padding-top: 100px;
    padding-bottom: 138px;
}
.page-template-template-page-young .header-thumbnail{
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
}
.page-template-template-page-young.header-hero-area-alternative-dark .page-header>.row{
	background-image: none !important;
}
.page-template-template-page-young.header-hero-area-alternative-dark .page-header h2{
	color: white;
	font-size: 60px;
}
.page-template-template-page-young.header-hero-area-alternative-dark .page-header h3{
	font-family: GilroyMedium, sans-serif;
	color: white;
	font-size: 16px;
	line-height: 32px;
}
.page-template-template-page-young .tch-blocks-banner .button{
	background: white;
	color: #176A98;
	font-size: 24px;
	line-height: 30px;
	min-width: 360px;
    padding: 25px 8px;

}
.page-template-template-page-young .page-header a.button{
	border-radius: 0;
}
@media (min-width: 1400px){
	.page-template-template-page-young .header-thumbnail{
		background-size: cover;
	}
}
@media (max-width: 767px){
	.page-template-template-page-young .page-header{
		margin-bottom: 50px;
	}
	.page-template-template-page-young .page-header > .row{
		padding-bottom: 20px;
		padding-top: 40px;
	}
	.page-template-template-page-young.header-hero-area-alternative .page-header .page-header-text{
		text-align: left;
	}
	.page-template-template-page-young .header-thumbnail{
		position: relative;
		width: calc(100% + 30px);
		margin-left: -15px;
		height: 351px;
		background-size: cover;
	}
	.page-template-template-page-young .tch-blocks-banner .arrow-up-left,
	.page-template-template-page-young .tch-blocks-banner .arrow-up-right{
		display: block
	}
	.page-template-template-page-young .tch-blocks-banner .button{
		width: 100%;
		min-width: 0;

	}
	.page-template-template-page-young #colophon .mailchimp .arrow-up{
		display: block;
	}
	.page-template-template-page-young .tch-blocks-banner{
		padding-top: 120px;
		padding-bottom: 130px;
	}
	.page-template-template-page-young .tch-blocks-banner .container p{
		margin-bottom: 50px;
	}
	.page-template-template-page-young .tch-blocks-columns.tch-margin-larger{
		margin-bottom: 80px;
	}
}
@media (min-width: 767px) and (max-width: 1200px){
	.page-template-template-page-young.header-hero-area-alternative .page-header-text > .row > .col-12{
		max-width: 50%;
		text-align: left;
	}

}
@media (max-width: 1200px) {
	.page-template-template-page-young.header-hero-area-alternative .page-header-text h2{
		font-size: 50px;
	}

	.header-hero-area #masthead .sub-menu{
			top: 45px;
	}

	.header-hero-area-alternative__overlay {
		background-image: radial-gradient(ellipse at center, var(--header-hero-area-alternative-gradient-color) 10%, transparent 100%) !important;
	}
}

.menu-primary-menu-container {
	color: #fff;
}

.bg-green {
	color: #fff;
	background: #708c66;
}


.bg-blue {
	background: #13374b;
}

.bg-green h1, .bg-green h2, .bg-green h3,
.bg-blue h1, .bg-blue h2, .bg-blue h3 {
	color: #fff;
}

.bg-light {
	background: #fbfaf8;
}

.bg-white {
	background: #fff;
}

.bg-molecules-1 {
	background-image: url("images/dots-1.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-molecules-2 {
	background-image: url("images/dots-2.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-molecules-3 {
	background-image: url("images/dots-3.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-molecules-1, .bg-molecules-2,
.bg-molecules-3 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.btn-outline-primary {
	color: #13374b;
	border-color: #13374b;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #13374b;
	border-color: #13374b;
}

.btn-cta {
	color: #fff;
	background-color: #708c66;
	border-color: #708c66;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 24px;
	padding-right: 24px;
  position: relative;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-cta::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-cta:hover {
	color: #fff;
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.btn-cta:hover::after {
    opacity: 1;
}

.home-section {
	padding-top: 48px;
	padding-bottom: 48px;
}

.maxw-80 {
	max-width: 80%;
}

.hero-testimonial {
	margin-top: 64px;
	padding-top: 24px;
	padding-bottom: 175px;
	position: relative;
}

.hero-testimonial__title {
	font-size: 3rem;
	font-family: GilroyBold;
}

.hero-testimonial__subtitle {
	font-size: 2rem;
	font-weight: bold;
	font-family: GilroyBold;
	margin-bottom: 1.5rem;
}

.hero-testimonial__video-thumbnail {
	position: relative;
}

.hero-testimonial__play-button-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.hero-testimonial__play-button-overlay .hero-testimonial__play-button {
	color: #fff;
	font-size: 96px;
	line-height: 96px;
	text-align: center;
	text-shadow: .5rem 1rem rgba(0,0,0,.15);
	opacity: 1;
  transition: 0.3s;
}

.hero-testimonial__play-button-overlay .hero-testimonial__play-button:hover {
	opacity: 0.8;
}

.hero-testimonial__modal .modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}

.hero-testimonial__modal .modal-content {
	background-color: transparent;
	border: 1px solid transparent;
}

.hero-testimonial__modal .modal-body {
	position:relative;
	padding:0px;
}

.hero-testimonial__modal .close {
	width: 24px;
	min-width: auto;
	height: 24px;
	display: inline-block;
	position:absolute;
	right:-30px;
	top:0;
	z-index:999;
	font-size:2rem;
	text-align: center;
	font-weight: normal;
	color:#fff;
	opacity:1;
}


#homeHero {
	color: #fff;
	min-height: 420px;
	text-align: center;
	padding-top: 24px;
	background-image: url("images/home-hero.svg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

@media (min-width: 1400px) {
	#homeHero {
		background-image: url("images/home-hero-lg.svg")
	}
}

#homeHero h1 {
	margin-top: 24px;
	margin-bottom: 0;
}

#homeHero h1,
#homeHero p.h3 {
	color: #fff;
	font-weight: bold;
}

#homeHero .btn-cta {
	margin-top: 32px;
}

/* #homeHero::after {
	width: 100%;
	padding-bottom: 88px;
	content: ' ';

	position: absolute;
	bottom: -2px;
	right: 0;
	left: 0;
} */

.embed-hero-chevron {
	width: 100%;
	background-image: url("images/chevron-1b.svg");
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
}

.embed-hero-chevron::before {
	padding-top: 5.465057179%;
}

/* @media (min-width: 1800px) {
	.embed-hero-chevron {
		width: 1800px;
		left: 50%;
  	transform: translate(-50%);
		bottom: -24px;
	}
} */

.embed-stats-chevron {
	width: 100%;
	background-image: url("images/chevron-2.svg");
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	margin-bottom: -4px;
}

.embed-stats-chevron::before {
	padding-top: 6.805946792%;
}

.embed-rewrite-chevron {
	width: 100%;
	background-image: url("images/chevron-3.svg");
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -2px;
}

.embed-rewrite-chevron::before {
	padding-top: 6.971573765%;
}


.embed-bredesen-chevron {
	width: 100%;
	background-image: url("images/chevron-4.svg");
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: -2px;
}

.embed-bredesen-chevron::before {
	padding-top: 6.412698413%;
}

#homeStats {
	color: #fff;
	text-align: center;
	background: #13374b;
	padding-top: 32px;
	padding-bottom: 88px;
	position: relative;
}

#homeStats h2 {
	color: #fff;
}

#homeStats .home-stat {
	background: #fff;
	border: 4px solid #fff;
	border-radius: 8px;
	margin-bottom: 1rem;
}

#homeStats .home-stat > .home-stat-number {
	font-size: 5rem;
	font-weight: bold;
	line-height: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#homeStats .home-stat > .home-stat-desc {
	font-weight: bold;
	padding: 1rem 0.5rem;
	border-radius: 0 0 8px 8px;
}

#homeStats .home-stat p {
	margin: 0;
}

#homeStats .home-stat.home-stat--green {
	color: #708c66;
}

#homeStats .home-stat.home-stat--green > .home-stat-desc {
	color: #fff;
	background: #708c66;
}

#homeStats .home-stat.home-stat--red {
	color: #d46d6e;
}

#homeStats .home-stat.home-stat--red > .home-stat-desc {
	color: #fff;
	background: #d46d6e;
}

#homeStats .home-stat.home-stat--blue {
	color: #6c8fa3;
}

#homeStats .home-stat.home-stat--blue > .home-stat-desc {
	color: #fff;
	background: #6c8fa3;
}


@-webkit-keyframes moveArrowRight {

  0%,
  to {
    transform: none
  }

  50% {
    transform: translateX(5px)
  }
}

@keyframes moveArrowRight {

  0%,
  to {
    transform: none
  }

  50% {
    transform: translateX(5px)
  }
}

.learn-more {
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
	transition: all .1s ease-in-out;
}

.learn-more:hover {
	text-decoration: underline;
}

.learn-more.learn-more--white {
	color: #fff;
}

.learn-more:hover .fa-arrow-right {
  -webkit-animation: moveArrowRight .5s ease-in-out both;
  animation: moveArrowRight .5s ease-in-out both
}

#homeWhy {
	position: relative;
}

#homeWhy h2 {
	text-align: center;
}

#homeWhy h3 {
	color: #13374b;
	font-size: 24px;
	margin-bottom: 1rem;
}

#homeWhy .learn-more {
	font-size: 20px;
}

/* Quote Carousel */
.swiper.swiper--quote {
	min-height: 290px;
	background: #fff;
	border-radius: 32px 0;
	margin-bottom: 1.5rem;
	padding-bottom: 34px;
}

.swiper.swiper--quote .swiper-slide {
	padding: 18px 36px;
}

.swiper.swiper--quote .swiper-slide .quote-wrapper {
	padding-top: 64px;
	background-image: url("images/quote-green.png");
	background-repeat: no-repeat;
	background-size: 48px;
}

.swiper.swiper--quote .swiper-pagination {
	bottom: 0;
}

.swiper.swiper--quote .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #708c66;
}

.swiper.swiper--quote .quote-text {
	color: #13374b;
	font-size: 1.8rem;
	line-height: 3rem;
	font-weight: bold;
	font-family: GilroyBold;
}

.swiper.swiper--quote .quote-author {
	color: #708c66;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 2rem;
	font-family: GilroyBold;
}

/* Quote Multiple */

.swiper.swiper--quote-multi {
	--swiper-pagination-bullet-size: 16px;

	min-height: 290px;
	margin-bottom: 1.5rem;
	padding-bottom: 34px;
}

.swiper.swiper--quote-multi .swiper-slide {
	padding: 18px 36px;
	background: #fff;
	border-radius: 32px 0;
	border: 4px solid #aaa;
}

.swiper.swiper--quote-multi .swiper-slide:nth-child(even) {
	border-radius: 0 32px;
}

.swiper.swiper--quote-multi .swiper-slide .quote-wrapper {
	padding-top: 64px;
	background-image: url("images/quote-green.png");
	background-repeat: no-repeat;
	background-size: 48px;
}

.swiper.swiper--quote-multi .swiper-pagination {
	bottom: 0;
}

.swiper.swiper--quote-multi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #708c66;
}

.swiper.swiper--quote-multi .quote-text {
	color: #13374b;
	font-size: 1.4rem;
	line-height: 3rem;
	font-weight: bold;
	font-family: GilroyBold;
}

.swiper.swiper--quote-multi .quote-text--shrink {
	font-size: 1.2rem;
	line-height: 1.8rem;
}

.swiper.swiper--quote-multi .quote-author {
	color: #708c66;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 2rem;
	font-family: GilroyBold;
}

/* Research Swiper */

.swiper.swiper--research {
	--swiper-pagination-bullet-size: 16px;

	min-height: 290px;
	margin-bottom: 1.5rem;
	padding-bottom: 34px;
	background: #fff;
	border-radius: 32px 0;
}

.swiper.swiper--research .swiper-wrapper {

	padding: 8px;
}

.swiper.swiper--research .swiper-slide {
	padding: 18px 36px;
}

.swiper.swiper--research .swiper-pagination {
	bottom: 0;
}

.swiper.swiper--research .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #708c66;
}

/* Investor */
.divider {
	border-top: 2px dashed #aaa;
	margin-top: 24px;
	margin-bottom: 24px;
}

.investor__heading-icon {
	/* width: 100%;
	height: 200px; */
	background-repeat: no-repeat;
	background-size: contain;
}


#homeHow {
	padding-top: 48px;
	padding-bottom: 48px;
	position: relative;
	font-weight: bold;
}

#homeHow p {
	font-weight: bolder;
	letter-spacing: 1px;
}

#homeHow a {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

#homeHow a:before {
	width: 100%;
	height: 2px;
	content: ' ';
	background-color: #fff;
	position: absolute;
	bottom: 2px;
	border-radius: 2px;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
}

#homeHow a:hover:before {
	opacity: 0.5;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

#homeHow h2 {
	font-size: 1.75rem;
}

#homeHow .home-how-count {
	width: 64px;
	height: 64px;
	color: #fff;
	background: #13374b;
	border: 2px solid #fff;
	border-radius: 50px;
	font-size: 2.5rem;
	font-stretch: expanded;
	font-weight: bolder;
	line-height: 64px;
	text-align: center;
	margin-right: 1.5rem;
}

#homeRewrite {
	text-align: center;
	background-color: #fff;
	padding-top: 64px;
	padding-bottom: 48px;
	position: relative;
}

#homeRewrite h2 {
	font-size: 1.5rem;
}

#homeBredesen {
	color: #fff;
	background-color: #13374b;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	position: relative;
}

#homeBredesen h2 {
	color: #fff;
	padding-top: 24px;
}

#homeBredesen a {
	color: #fff;
}

#homeBook {
	position: relative;
	margin-bottom: -30px;
	position: relative;
}

#homeBook .home-book-inner {
	background: #fff;
	border-radius: 16px;
	padding: 16px;
}

#homeBook .home-book-thumbnail {
	margin-right: 2.5rem;
}

#homeBook h2 {
	font-size: 1.5rem;
}

@media (max-width: 575px) {
	#homeHero h1 {
		font-size: 36px;
	}

	#homeHero p.h3 {
		font-size: 24px;
	}
}

@media (min-width: 620px) and (max-width: 992px) {
	#homeWhy .maxw-80 {
		max-width: 100%;
	}
}

@media (max-width: 992px) {
	#homeHero h1 {
		font-size: 38px;
	}

	#homeHero p.h3 {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	#homeBredesen {
		background-image: url("images/dale-bredesen.png");
		background-size: cover;
	}
}

.container-max {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1920px) {
	.container-max {
    max-width: 1920px;
	}
}

.full-width {
	margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  /* width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; */
}

.dental-info {
	padding-bottom: 0;
}

.dental-info__details {
	background: #fff;
	padding: 24px;
}

.dental-info--sticky {
	padding-bottom: 24px;
	position: sticky;
	top: 120px;
}

.dental-info .dental-info-avatar {
	margin-right: auto;
	margin-left: auto;
}

.dental-info h2 {
	font-size: 1.2rem;
	margin-bottom: 0;
}

.dental-roadmap {
	color: #fff;
	background: #708c66;
	padding: 24px;
	margin-bottom: 24px;
}

.dental-roadmap a {
	color: #fff;
	text-decoration: none;
}

.dental-roadmap a {
	color: #fff;
	text-decoration: underline;
}

.dental-roadmap--brain {
	background-image: url('images/head-side-brain-light.png');
	background-repeat: no-repeat;
	background-position: right -2% bottom -4%;
	background-size: 48%;
}

.dental-roadmap--list {
	background-image: url('images/ballot-check-regular.png');
	background-repeat: no-repeat;
	background-position: right -2% bottom -12%;
	background-size: 42%;
}

.dental-roadmap--doctors {
	background-image: url('images/user-doctor-regular.png');
	background-repeat: no-repeat;
	background-position: right -2% bottom -10%;
	background-size: 42%;
}

.dental-roadmap-step {
	color: #708c66;
	background: #fff;
	font-size: 1.5rem;
	font-family: GilroyBold, sans-serif;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	padding: 1rem;
	margin-bottom: 1.5rem;
}

.dental-roadmap h3 {
	color: #fff;
	font-size: 2rem;
}

.dental-roadmap ul {
	padding-left: 0;
}

.dental-roadmap ul li {
	margin-bottom: 1rem;
}

.dental-roadmap ul li:before {
	background: #fff;
}

.content-section {
	padding-top: 48px;
	padding-bottom: 48px;
	position: relative;
}

.content-section--white {
	background: #fff;
}

.dental-instructors {
	background: #13374b;
	padding-top: 48px;
	padding-bottom: 48px;
	position: relative;
}

.dental-instructors h2 {
	color: #fff;
	margin-bottom: 3rem;
}

.dental-instructors .swiper {
	overflow: visible;
}

.dental-instructors .swiper-wrapper {
	margin-bottom: 32px;
}

.dental-instructors .swiper-pagination {
	bottom: -24px;
}

.dental-instructors .swiper-pagination > .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	background: #fff;
}

.dental-instructors .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #708c66;
}


.dental-instructors .instructor {
	height: 100%;
	background: #fff;
	border-radius: 16px;
	display: block;
	padding: 24px;
	position: relative;
	margin-bottom: 42px;
}

.dental-instructors .instructor .instructor-avatar {
	width: 100px;
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	display: inline-block;
	position: absolute;
	top: -16px;
	right: 16px;
	overflow: hidden;
}

.dental-instructors .instructor .instructor-name {
	padding-right: 96px;
}

.dental-instructors .instructor h3 {
	font-size: 2rem;
	margin-bottom: 0.25rem;
}

.dental-instructors .instructor .readmoretoggle {
	margin-bottom: 0;
}

.dental-instructors .instructor .readless {
	margin-bottom: 0;
}

.dental-options {
	background: #fff;
	padding-top: 48px;
	padding-bottom: 48px;
	margin-top: 75px;
	margin-bottom: 75px;
	position: relative;
}

.dental-options::before {
	content: "";
	background: #fff;
	height: 72px;
	transform: skewY(-1deg);
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}

.dental-options::before {
	top: -48px;
}

.dentist-options-table-container {
	width: 100%;
	overflow-x: scroll;
}

.dental-options-table table {
	min-width: 650px;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.dental-options-table thead th {
	color: #fff;
	background: #13374B;
}

.dental-options-table thead th:first-child {
	background-color: #ddd;
}

.dental-options-table tr th.has-text-align-center,
.dental-options-table tr td.has-text-align-center {
	padding-left: 10px;
	border-left: 10px solid white;
	padding-right: 10px;
}

.dental-options-table tbody tr th {
	color: #fff;
	background: #13374B;
	border: none;
	padding-right: 20px;
	padding-left: 30px;
	font-family: GilroyBold;
}

.dental-options-table tr td{
	border: none;
}

.dental-options-table tr td{
	color: #13374B;
	background-color: #ddd;
}


#courseCurriculumModal .modal-dialog {
	max-width: 90% !important;
}

@media (min-width: 768px) {
	#courseCurriculumModal .modal-dialog {
		max-width: 720px !important;
	}
}

#courseCurriculumTable {
	display: none;
}

.modal #courseCurriculumTable {
	display: block;
}

#courseCurriculumModal h2 {
	font-size: 1.25rem;
	font-weight: bold;
}

.course-curriculum-stats {
	background: #F7F5F5;
	border-radius: 8px;
	font-size: 1.2rem;
	font-family: GilroyBold;
	font-weight: bold;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
}

.course-curriculum-stats p {
	margin-bottom: 0;
}

.cch-quote {
	padding: 24px;
}

.cch-quote img {
	border-radius: 16px;
}

.cch-quote .no-radius img {
	border-radius: 0;
}

.cch-quote .cch-ashland {
	text-align: center;
}

.cch-quote .cch-ashland img {
	max-width: 65%;
}

.cch-quote .wp-block-columns,
.cch-quote .wp-block-quote {
	margin-bottom: 0;
}

.chc-logo {
	text-align: center;
	margin-bottom: 32px;
}

.chc-logo img {
	max-width: 50%;
}

.chh-concierge-benefits {
	color: #fff;
	background: #708c66;
	padding: 24px;
}

.chh-concierge-benefits h3 {
	color: #fff;
}

#mc_embed_signup {
	background: #fff;
	border-radius: 8px;
	clear: left;
	padding: 24px 48px;
}

#mc_embed_signup .indicates-required {
	display: none;
}
#mc_embed_signup div.mce_inline_error {
	background-color: #dc3545 !important;
	border-radius: 8px;
}

#mc_embed_signup input.mce_inline_error {
	border-color: #dc3545 !important;
}

.btn-primary:hover {
	color: #fff;
	background-color: #13374b;
	border-color: #13374b;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#mc_embed_signup input[type="submit"] {
	margin-bottom: 0 !important;
}

.critic-header {
	width: 100%;
	background-image: url('https://www.apollohealthco.com/wp-content/uploads/constructive-header-720.png');
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}

.critic-header::before {
	display: block;
  padding-top: 30.09708738%;;
	content: "";
}

.critics-page h1 {
	font-size: 48px;
}

.critics-page .critics-section {
	background: #fff;
	padding-top: 24px;
	padding-bottom: 24px;
}

.critics-page .critics-section__grey {
	background: #ebebeb;
}

.critics-page .critics-section__brand {
	background: #13374B;
}

.critics_section__more_padding {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}

.critics-page .critics-stats img {
	max-width: 250px;
}

.critics-page .critics-stat {
	text-align: center;
}

.critics-page .critics-stat img {
	width: 90%;
	max-width: 250px;
}

.critics-page .critics-leader {
	background: #fff;
	border-radius: 8px;
	padding: 24px;
}

.critics-page .critics-leader .wp-block-columns {
	margin-bottom: 0 !important;
}

.critics-page .critics-leader:first-child {
	margin-bottom: 32px;
}

.critics-page .critics-leader__photo > img {
	border-radius: 8px;
}

.critics-page h3 {
	color: #13374B;
}

.w-100 > img {
	height: auto !important;
}
