/*
Theme Name: HLI
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hli
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

HLI is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em 1.5em 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* added styles */

@font-face {
    font-family: Geometria;
    src: url('fonts/Geometria/Geometria.otf');
}

@font-face {
    font-family: Geometria-Bold;
    src: url('fonts/Geometria/Geometria-Bold.otf');
}

@font-face {
    font-family: Geometria-Italic;
    src: url('fonts/Geometria/Geometria-Italic.otf');
}

@font-face {
    font-family: Geometria-Light;
    src: url('fonts/Geometria/Geometria-Light.otf');
}

@font-face {
    font-family: Geometria-Medium;
    src: url('fonts/Geometria/Geometria-Medium.otf');
}

body {
    font-family: Geometria;
    font-size: 14px;
    color: #596269;
}

strong {
    font-family: Geometria-Bold;
}

em {
    font-family: Geometria-Italic;
}

.menu-toggle {
    display: none;
}
@media (min-width: 960px) {
    .ubermenu-responsive-toggle {
        display: none !important;
    }
}
a.ubermenu-responsive-toggle {
    height: 50px;
    padding: 10px 20px 10px 20px;
}
.fa.fa-bars {
    font-size: 25px;
    margin-top: 3px;
}

header#masthead {
    position: fixed;
    background-color: white;
    left: 0px;
    right: 0px;
    z-index: 500;
}

body .ubermenu-responsive-default .ubermenu-item-level-0>.ubermenu-submenu-drop,
body .ubermenu-responsive-default.ubermenu-force-current-submenu .ubermenu-item-level-0.ubermenu-current-menu-ancestor>.ubermenu-submenu-drop, 
body .ubermenu-responsive-default.ubermenu-force-current-submenu .ubermenu-item-level-0.ubermenu-current-menu-item>.ubermenu-submenu-drop {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
}
.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-right>div>.ubermenu-column {
    display: inline-block;
    float: none;
}


nav .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    content: '';
}
nav a span.ubermenu-target-text {
    font-size: 13px;
}
nav .ubermenu-submenu a span.ubermenu-target-text {
    text-transform: uppercase;
    font-family: Geometria-Bold;
    font-size: 14px;
    display: inline-block;
    padding-bottom: 2px;
    color: white;
}
nav .ubermenu-current-page-ancestor > a > span,
nav .ubermenu-current_page_item > a > span {
    border-bottom: 1px solid #263746;
}
nav .ubermenu-submenu .ubermenu-current_page_item > a > span,
nav .ubermenu-current-menu-ancestor.ubermenu-has-submenu-stack > a > span {
    border-bottom: 2px solid white;
}

.ubermenu-item-level-0 > a {
    padding: 30px 20px !important;
}

#ubermenu-nav-main-13-menu-1 #menu-item-1375 span,
#ubermenu-nav-main-13-menu-1 #menu-item-2069 span {
    visibility: hidden;
}
body.top-of-page #ubermenu-nav-main-13-menu-1 #menu-item-1375,
body.top-of-page #ubermenu-nav-main-13-menu-1 #menu-item-2069 {
    background-image: url('/wp-content/themes/hli/assets/global/HLI-logo-Inline-TM-RGB-Dark-Blue.svg');
}
#ubermenu-nav-main-13-menu-1 #menu-item-1375,
#ubermenu-nav-main-13-menu-1 #menu-item-2069 {
    background-image: url('/wp-content/themes/hli/assets/global/HLI-logo-Abbrev-TM-RGB-Dark-Blue.svg');
    background-position: center;
    background-repeat: no-repeat;
    transition: .5s;
}
#ubermenu-nav-main-13-menu-1 #menu-item-1375 a,
#ubermenu-nav-main-13-menu-1 #menu-item-2069 a{
    width: 200px;
}





.full-width {
    width: 100vw !important; 
    margin-left: calc(-50vw + 50%) !important;
}

#page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

#content {
  flex: 1;
  margin-top: 127px;
  z-index: 10;
}
body.no-submenu #content {
    margin-top: 76px;
}
body {
    overflow-x: hidden;
}

footer#colophon.site-footer {
    background-color: #263746;
    color: white;
    min-height: 160px;
    width: 100%;
    font-family: Geometria-Light;
    font-size: 13px;
}
.footer-bar {
    height: 1px;
    width: 100%;
    background-color: white;
    margin-top: 30px;
    margin-bottom: 20px;
}
.footer-logo {
    height: 80px;
}
.footer-logo img {
    max-width: 100%;
    max-height: 100%;
}
.footer-iconbox {
    margin-bottom: 15px;
}
.footer-iconbox-left {
    width: 20px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.footer-iconbox-content {
    float: left;
}
.footer-menu a, .footer-menu a:active, .footer-menu a:visited {
    color: white;
}
.footer-social {
    margin-bottom: 40px;
}
.footer-social-icon {
    display: inline-block;
    margin-right: 15px;
    height: 25px;  
    width: 25px;
    cursor: pointer;
}

.entry-title {
    display: none;
}
.entry-content {
    margin: 0px;
}
.full-width > .panel-grid-cell {
    padding: 0px !important;
}
.hero {
    padding: 30px 0px 30px 0px;
}
.hero-area {
    padding: 50px;
}
.hero table {
    margin-bottom: 0px;
}
.hero-box .col-md-6 {
    padding: 0px;
}
.hero-box-left {
    padding: 30px 30px 15px 150px;
    background-color: white;
    text-align: right;
}
.hero-mask-wrapper {
    text-align: left;
}
.hero-about-overview .hero-mask .spacer {
    background-color: white;
    height: 49px;
}
.hero-about-overview .hero-mask .spacer-vert {
    display: none;
}
.hero-about-overview .hero-mask img {
    height: 220px;
    display: inline-block;
}
.hero-callout {
    background-color: white;
    border-top: 18px solid #00A7C4;
    padding: 23px;
}
.home-callout {
    width: 75%;
}
.hero-callout.hero-callout-orange {
    border-top-color: #ff875e;
}
.hero-callout.hero-callout-gray {
    border-top-color: #d1d5d4;
}
.hero-callout.hero-callout-green {
    border-top-color: #6bbf5a;
}
.knock-out {
    
}
.section {
    padding: 50px 0px 50px 0px;
}

.section.section-narrow {
    padding: 0px;
}

.section-gray {
    background-color: #E8E8E8;
}

.section-dark-gray {
    background-color: #d1d5d4;
}

.section-flush {
    margin-bottom: 0px !important;
}

.section.no-container > .panel-grid-cell {
    padding: 0px !important;
}

a, a:hover, a:active, a:visited {
    color: #00A7C4;
}

a.button {
    display: inline-block;
    border: 2px solid #00A7C4;
    color: #00A7C4;
    padding: 7px 10px 7px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Geometria-Medium;
    cursor: pointer;
}
a.button.button-white {
    color: white;
    border-color: white;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
}
a.button-large {
    font-size: 20px;
    padding: 10px 35px;
}

a.button:hover {
    text-decoration: none;
}

a.uppercase {
    text-transform: uppercase;
}

a.underline {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

.hero-callout h1 {
    margin-bottom: 23px;
    color: #263746;
    font-size: 24px;
    font-family: Geometria-Bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #d1d5d4;
    padding-bottom: 23px;
}

.hero-callout p {
    border-bottom: 1px solid #d1d5d4;
    padding-bottom: 23px;
    margin-bottom: 23px;
    color: #596269;
}

.hero-callout a {
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: auto;
    color: #00A7C4;
    font-size: 18px;
    font-family: Geometria-Medium;
}
.mm-members {
    text-align: center;
    font-size: 18px;
    color: white;
    margin-top: 15px;
}
.mm-members a {
    color: #00A7C4;
    text-decoration: underline;
}

.home-callout h1 {
    padding-bottom: 5px;
}
.home-callout {
    padding-top: 5px;
}
.home-callout-image {
    display: inline-block;
    margin-bottom: 23px;
}

h2 {
    margin-bottom: 20px;
    color: #263746;
    font-size: 28px;
    font-family: Geometria;
    text-transform: uppercase;
    letter-spacing: 4px;
}
h1 img {
    display: inline-block;
    height: 60px;
}
h2 img {
    display: inline-block;
    height: 40px;
}

h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-family: Geometria-Medium;
}

h4 {
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
}

h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Geometria-Medium;
    font-size: 16px;
}

body ul {
    margin: 0px 0px 20px 0px;
}

.centered {
    text-align: center;
}

.tick-large {
    height: 7px;
    width: 40px;
    margin-bottom: 20px;
}

.tick-small {
    height: 5px;
    width: 20px;
    margin-bottom: 10px;
}

.tick-wrap span {
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 10px 0px 10px 0px;
}

.tick-top-left, .tick-bottom-right {
    position: absolute;
    width: 0px;
    height: 3px;
}

.tick-top-left {
    top: 0px;
    left: 0px;
}

.tick-bottom-right {
    bottom: 0px;
    right: 0px;
}

.tick-offset span{
    position: relative;
}
.tick-top-left-offset {
    position: absolute;
    height: 7px;
    width: 40px;
    top: -10px;
    left: -45px;
}

.tick-orange { background-color: #ff875e; }
.tick-green  { background-color: #6bbf5a; }
.tick-blue   { background-color: #00A7C4; }
.tick-navy   { background-color: #2a4d72; }
.tick-gray   { background-color: #596269; }
.tick-slate  { background-color: #263746; }
.tick-white  { background-color: #ffffff; }
    
.embiggened {
    font-size: 40px;
    font-family: Geometria-Light;
}
.separators-green > div {
    border-right: 1px solid #6bbf5a;
}
.separators-green > div:last-child {
    border-right: none;
}
.triblock {
    display: flex;
}
.triblock > div {
    flex: 1;
}
.triblock-centerer {
    margin: auto;
    text-align: left;
    display: inline-block;
    width: 250px;
}
.triblock-centerer img {
    width: 80%;
}
.triblock-headline {
    text-transform: uppercase;
    font-family: Geometria-Medium;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.container-extra {
    width: 900px;
    margin: auto;
}
.container-jumbo {
    width: 650px;
    margin: auto;
}

.person-box-container {
    margin-left: 50px;
    margin-bottom: 20px;
}
.person-box-photo {
    height: 150px;
    width: 150px;
    background-color: #ccc;
    margin-bottom: 20px;
}
.person-box-name {
    font-size: 20px;
    text-transform: uppercase;
}
.board-person::after {
    content: '';
    background-color: #d1d5d4;
    height: 1px;
    width: 300px;
    display: inline-block;
    margin: 15px 0px 15px 0px;
}
.board-person:last-child::after {
    height: 0px;
}
.board-person-name {
    text-transform: uppercase;
    color: #00A7C4;
    font-size: 16px;
}
.board-person-title {
    color: #596269;
}

.partners-box::before {
    content: '';
    background-color: #d1d5d4;
    height: 15px;
    width: 100%;
    display: inline-block;
}
.partners-box {
    margin-bottom: 25px;
}
.partners-box-wrapper {
    padding: 10px 15px 15px 15px;
}
.partners-box-logo {
    height: 75px;
    width: 100%;
    margin-bottom: 5px;
}
.partners-box-description {
    border-top: 1px solid #d1d5d4;
    padding-top: 15px;
}

#pg-1386-0,
#pg-1390-0 {
    margin-bottom: 0px !important;
}
.page-menu {
    background-color: #1D2936;
    text-align: center;
    padding: 20px 0px 20px 0px;
}
.page-id-2043 .page-menu {
    text-align: left;
}
.page-menu a {
    color: white;
    text-transform: uppercase;
    font-family: Geometria-Bold;
}
.video-placeholder {
    height: 250px;
    width: 100%;
    background-color: #00A7C4;
}

.box-expand {
    border: 2px solid white;
    padding: 10px 25px 10px 25px;
    margin-bottom: 20px;
    font-family: Geometria-Medium;
    position: relative;
}
.box-expand-title {
    cursor: pointer;
    font-size: 16px;
    padding-right: 34px;
}
.box-expand-content {
    overflow: hidden;
    transition: .3s;
    padding-right: 75px;
    font-family: Geometria;
}
.box-expand-content p {
    font-size: 14px;
    margin-top: 15px;
}
.box-expand-content p:last-child {
    margin-bottom: 5px;
}
.box-expand-content-show .box-expand-content {
}
.box-expand-plus, .box-expand-minus {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 30px;
    width: 30px;
    background-size: cover;
}
.box-expand-plus  { background-image: url('/wp-content/themes/hli/assets/global/HLI-icon-circle-plus-white.svg'); }
.box-expand-minus { background-image: url('/wp-content/themes/hli/assets/global/HLI-icon-circle-minus-white.svg'); }
.box-expand-minus {
    display: none;
}
.box-expand-content-show .box-expand-minus {
    display: inline-block;
}
.box-expand-content-show .box-expand-plus {
    display: none;
}
.box-more-wrapper {
    height: 0px;
    overflow: hidden;
    transition: 1s;
}

.hero-scale {
    background-size: cover;
}
/*.hero-hliq { background-image: url('/wp-content/themes/hli/assets/products/hliq-whole-genome-sequencing/HLIQ-WGS-header-bg.jpg'); }*/
.hero-hliq #hero-hliq-wrapper,
.hero-hn #hero-hliq-wrapper,
.hero-onc #hero-hliq-wrapper {
    display: flex;
    align-items: center;
}
.hero-hliq img {
    display: block;
    margin-left: 40px;
}

.downloadable-link {
    margin-bottom: 20px;
    width: 270px;
}
.downloadable-link a {
    font-family: Geometria-Medium;
}

.tendril {
    height: 10px;
    background-color: #00A7C4;
    width: 60%;
    float: right;
}

#panel-1386-7-0-0 {
    margin-bottom: 15px !important;
}
.support-box {
    width: 125px;
    margin-top: 50px;
    display: inline-block;
}
.support-box-image {
    text-align: center;
}
.support-box-image img {
    width: 40%;
    display: inline-block;
}
.support-box-text {
    text-align: center;
}

#find-out-more .form-group, #onc-form .form-group {
    width: 52%;
}

#find-out-more-p {
    font-size: 16px;
    margin-top: 15px;
}

input[type="text"], input[type="email"], input[type="password"], select, option, textarea {
    font-family: Geometria;
    color: #263746 !important;
    /*padding: 20px 15px !important;*/
    padding-left: 15px !important;
    height: 41px !important;
    line-height: 41px !important;
    font-size: 16px !important;
}
input[type="checkbox"], input[type="radio"] {
    height: 20px;
    width: 20px;
}
div.selectric {
    background-color: white;
    padding: 1px 0px 1px 0px;
}
div.selectric .button {
    height: 40px;
}
div.selectric-wrapper .label, div.selectric-items div.selectric-scroll ul, div.selectric-items div.selectric-scroll li  {
    text-align: left;
    font-family: Geometria;
    color: #263746 !important;
    font-size: 16px !important;
}
div.selectric-wrapper .label {
    padding: 0px 0px 0px 5px;
}
div.selectric-items div.selectric-scroll li {
    padding-left: 15px;
}
textarea {
    padding: 10px 15px !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #263746 !important;
}

input::-moz-placeholder,
input:-moz-placeholder {
    color: #263746 !important;
    opacity: 1;
}


.contact-line, form#contact span, form#contact label {
    margin: 3px 0px 3px 0px;
    font-size: 16px;
}
.contact-line a {
    color: inherit;
    text-decoration: underline;
}
#contact .radio-inline {
    position: relative;
    top: -2px;
}
#contact input[type="radio"] {
    position: relative;
    top: 2px;
}
#contact textarea {
    height: 175px !important;
}

.slide-image {
    height: auto !important;
    width: auto !important;
}

.hero-home .container {
    width: 1250px;
}
.hero-home {
    position: relative;
}

#hero-home-video {
    overflow: hidden;
}

#hero-home-video video {
    width: 100%; 
    position: absolute; 
    top: 0px; 
    left: 0px;
}

body.home .ls-wp-container.ls-container.ls-v5,
body.page-id-52 .ls-wp-container.ls-container.ls-v5
body.page-id-1996 .ls-wp-container.ls-container.ls-v5 {
    margin-top: 30px !important;
    max-height: 555px;
}
body .ls-bottom-slidebuttons a.ls-nav-active { 
    background-image: url('/wp-content/themes/hli/assets/home/carousel/slide-position-dot.svg'); 
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: 50%;
}

html * .ls-container img, body * .ls-container img, #ls-global * .ls-container img {
    max-width: 100% !important;
}

.media-wrapper {
    border: 5px solid #00A7C4;
    background-color: white;
    padding: 0px !important;
}

.media-wrapper-interior {
    width: 80%;
    margin: 30px auto 30px auto;
}

.media-entry h6 {
    text-transform: none;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: Geometria;
    margin-bottom: 10px;
}

.media-entry h1 {
    text-transform: uppercase;
    font-family: Geometria-Bold;
    margin-bottom: 10px;
    font-size: 20px;
}

.media-entry h3 {
    font-size: 16px;
}

.hero-home .media-entry h1 {
    font-size: 2em;
}

article {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

article:last-child {
    border-bottom: none;
}

.spacer {
    border-collapse: collapse;
    border: 1px solid white;
}
.hori-spacer, .vert-spacer {
    background-color: white;
}

.slider-text-layer {
    color: white;
    text-transform: uppercase;
    padding: 30px;
}
.slider-line {
    line-height: 26px;
}
.slider-line a {
    margin-top: 10px;
}

body.bio {
    background-color: #E8E8E8;
}

.ubermenu-submenu-type-stack { display: none !important; }
.ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target { border: none !important; }

.bio-section {
    background-color: white;
    border-top: 10px solid white;
    padding: 30px;
}
.bio-back {
    margin-top: 13px; 
    text-transform: uppercase; 
    font-size: 18px; 
    margin-bottom: 0px;
}
.bio-back a {
    color: #596269; 
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #D1D5D4;
}
.bio-section .chev-left {

}
.bio-section.bio-section-orange { border-top-color: #ff875e; }
.bio-section.bio-section-green  { border-top-color: #6bbf5a; }
.bio-section.bio-section-blue   { border-top-color: #00A7C4; }
.bio-section.bio-section-navy   { border-top-color: #2a4d72; }
.bio-section.bio-section-gray   { border-top-color: #596269; }
.bio-section.bio-section-slate  { border-top-color: #263746; }
.bio-section h1 {
    margin-bottom: 20px;
}
.bio-section h1 span {
    font-family: Geometria-Light;
}
.bio-section img {
    width: 180px;
    display: inline-block;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
.bio-title {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 22px;
}

article {
    padding-bottom: 0px !important;
}
.hentry {
    margin-bottom: 0px !important;
}

.hero-about-partners {
    margin-bottom: 50px;
}
.hero-about-partners .hero-box {
    height: 210px !important;
}

.box-expand ol, .box-expand ul {

}

ul, ol {
    margin-left: 0px;
}

.form-error {
    color: red;
    padding-left: 3px;
    display: none;
    visibility: hidden;
}

/* xs */
@media (max-width: 767px) {
    .container {
        padding: 0px;
    }
    .hero-home .container {
        width: auto;
    }
    #layerslider_1 {
        margin: 10px auto 0px auto !important;
        max-height: 335px !important;
        width: 96% !important;
    }
    .slider-text-layer {
        padding: 15px;
    }
    .slider-line {
        line-height: 15px;
    }
    .slider-line a.button.button-white {
        font-size: 12px;
        padding: 5px 10px 5px 10px;
    }
    .panel-grid .section {
        padding: 0px 30px 0px 30px !important;
        margin: 0px !important;
    }
    .tick-wrap {
        padding-top: 30px;
    }
    /* Reorder display of columns */
    #pg-52-1 .panel-row-style-section,
    #pg-1996-1 .panel-row-style-section, 
    #pg-2007-1 .panel-row-style-section {
        display: table;
    }
    #pg-52-1 #pgc-52-1-0,
    #pg-1996-1 #pgc-1996-1-0,
    #pg-2007-1 #pgc-2007-1-0{
        display: table-footer-group; 
    }
    #pg-52-1 #pgc-52-1-1,
    #pg-1996-1 #pgc-1996-1-1,
    #pg-2007-1 #pgc-2007-1-1{
        display: table-header-group; 
    }
    #yhip-text {
        text-align: left !important;
        margin-top: -100px;
    }
    #yhip-knockout {
        margin-bottom: 30px;
    }
    .home-callout {
        width: 95%;
        margin: auto;    
        float: none !important;
    }
    .home-callout:last-child {
        margin-bottom: 30px;
    }
    a.button {
        width: 100%;
        font-size: 16px;
        text-align: center;
        padding: 10px 13px 10px 13px;
    }
    footer.site-footer {
        text-align: center;
    }
    .footer-iconbox {
        /*width: 190px;*/
        margin: 20px auto;
        float: none;
    }
    img[src="/wp-content/themes/hli/assets/global/HLI-icon-footer-email-white.svg"] {
        display: inline-block;
        position: relative;
        top: 19px;
    }
    .footer-iconbox-content, .footer-iconbox-left {
        float: none;
        display: inline-block;
        overflow: visible;
    }
    .footer-iconbox-left {
        position: relative;
        top: -20px;
    }
    .footer-logo {
        height: 75px;
    }
    .footer-menu-item {
        display: inline;
    }
    .footer-menu-item:after {
        content: ' | ';
    }
    .footer-menu-item:last-child:after {
        content: '';
    }
    .footer-menu {
        margin-bottom: 20px;
    }
    .footer-social-icon {
        height: 40px;
        width: 40px;
        margin-right: 40px;
    }
    .footer-social-icon:last-child {
        margin-right: 0px;
    }
    
    .hero-box {
        margin: 0px 20px 0px 20px !important;
    }
    
    .container-extra {
        width: auto !important;
    }
    .person-box {
        width: 75%;
        margin: auto;
    }
    .board-person {
        padding: 0px 10px 0px 10px;
    }
    #about-partners-hero-knockout-td {
        height: 59px;
        width: 301px; !important;
        position: relative;
    }
    /*
    #about-partners-hero-knockout tr:first-child {
        height: 68px;
    }
    #about-partners-hero-knockout tr:last-child {
        height: 67px;
    }
    */
    #about-partners-hero {
        height: 130px !important;
    }
    #about-partners-hero-text {
        padding-left: 20px !important;
        text-align: left;
        position: relative;
        padding-top: 0px !important;
    }
    #about-partners-hero-knockout td.hori-spacer:first-child {
        display: table-cell !important;
        width: 20px;
    }
    #about-partners-hero-knockout td.hori-spacer:last-child {
        /*width: 244px;*/
    }
    #pg-8-1 .panel-grid-cell {
        float: none !important;
    }
    .triblock {
        display: block !important;
    }
    .partners-box {
        padding: 20px;
    }
    .partners-box-logo {
        height: auto !important;
        width: 67% !important;
        margin-bottom: 15px;
    }
    .triblock > .panel-grid-cell {
        margin-bottom: 0px !important;
    }
    
    #genes-are-just-knockout {
        height: 150px;
        left: 20px !important;
        top: 60px;
    }
    #genes-are-just-text p {
        position: relative;
        top: -80px;
    }
    #genes-are-just-td {
        height: 210px; 
        width: 302px;
    }
    #genes-are-just-text {
        text-align: left;
        padding-left: 20px !important;
    }
    #panel-1070-0-0-0 .textwidget > div {
        display: table;
    }
    #panel-1070-0-0-0 .textwidget > div .col-sm-6:first-child {
        display: table-footer-group; 
    }
    #panel-1070-0-0-0 .textwidget > div .col-sm-6:last-child {
        display: table-header-group;
        padding: 0px 0px 0px 0px !important;
    }
    
    #genotype-parallax, #genotype-text-layer, #genotype-text-layer-container, #genotype img,
    #phenotype-parallax, #phenotype-text-layer, #phenotype-text-layer-container, #phenotype img,
    .parallax-mirror  {
        display: none !important;
    }
    #genotype {
        background-image: url('/wp-content/themes/hli/assets/our-science/mobile/our-science-genotype.png');
        background-size: cover;
        height: 420px;
        width: 100%;
    }
    #phenotype {
        background-image: url('/wp-content/themes/hli/assets/our-science/mobile/our-science-phenotype.png');
        background-size: cover;
        height: 420px;
        width: 100%;
    }

    .triblock-centerer {
        margin-bottom: 20px !important;
        text-align: center !important;
        display: block !important;
    }
    .panel-grid #wgs-logo-mobile, .panel-grid #hn-logo-mobile {
        display: block !important;
        margin-left: 0px !important;
        width: 75%;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .wgs-bars {
        display: none;
    }
    .hero-hliq #hero-hliq-wrapper, .hero-onc #hero-hliq-wrapper, .hero-hn #hero-hliq-wrapper {
        display: block;
    }
    .hero-hliq #hero-hliq-wrapper > div:first-child, .hero-onc #hero-hliq-wrapper > div:first-child, .hero-hn #hero-hliq-wrapper > div:first-child  {
        width: 90% !important;
        margin: auto;
        margin-bottom: 20px;
    }
    .tick-top-left-offset {
        left: 0px !important;
        top: -15px !important;
    }
    img[src="/wp-content/themes/hli/assets/products/oncology/knockout-bg.jpg"] {
        display: none;
    }
    #hero-hliq-wrapper > div:last-child{

    }
    .parent-pageid-1035 .section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    #find-out-more .form-group, #onc-form .form-group {
        width: 100% !important;
        float: none !important;
    }
    .g-recaptcha {
        margin-left: 5px !important;
    }
    #wgs-submit, #onc-submit, #hn-submit {
        left: 0px !important;
    }
    #onc-logo-mobile {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
}

@media (max-width: 991px) {
    #content {
        /*margin-top: 52px !important;*/
        margin-top: 0px !important;
    }
    body.top-of-page #ubermenu-nav-main-13-menu-1 #menu-item-1375,
    #ubermenu-nav-main-13-menu-1 #menu-item-1375,
    body.top-of-page #ubermenu-nav-main-13-menu-1 #menu-item-2069,
    #ubermenu-nav-main-13-menu-1 #menu-item-2069 {
        background-image: none !important;
    }
    #ubermenu-nav-main-13-menu-1 #menu-item-1375 span,
    #ubermenu-nav-main-13-menu-1 #menu-item-2069 span {
        visibility: visible;
    }
    #ubermenu-main-13-menu-1 li {
        background-color: #263746;
        border-bottom: 1px solid #495A66;
    }
    #ubermenu-main-13-menu-1 li a {
        padding: 15px !important;
    }
    #ubermenu-main-13-menu-1 li a {
        color: white;
        text-decoration: none !important;
    }
    .ubermenu-current-menu-item {
        background-color: #00A7C4 !important;
    } 
    .ubermenu-current-menu-item span {
        border-bottom: none !important;
    }
    .ubermenu .ubermenu-item .ubermenu-submenu-drop {
        position: relative !important;
        max-width: none !important;
    }
    .ubermenu .ubermenu-item .ubermenu-submenu-drop * {
        font-weight: normal !important;
        font-family: Geometria !important;
    }
    #ubermenu-main-13-menu-1.ubermenu .ubermenu-item .ubermenu-submenu-drop li a {
        padding-left: 30px !important;
    }
    .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
        background-color: inherit !important;
        border: none !important;
    }
    header#masthead {
        position: relative !important;
    }
    
    
    .hero-box {
        display: table;
        margin: auto;
    }
    .hero-box .col-md-6:first-child {
        display: table-footer-group; 
    }
    .hero-box .col-md-6:last-child {
        display: table-header-group; 
    }
    
    .hero-about-overview .hero-box-left {
        padding: 0px !important;
        width: 100%;
        text-align: left;
    }
    .hero-about-overview .hero-box-left p {
        padding: 20px !important;
    }
    #about-overview-hero-knockout {
        height: 200px;
        width: 100%;
    }
    #about-overview-hero-knockout-td {
        height: 160px;
        width: 401px !important;
    }
    #about-overview-hero-knockout tr:last-child {
        display: none;
    }
    #about-overview-hero-knockout tr td.vert-spacer {
        width: 720px;
    }
    #about-overview-hero-knockout tr td.hori-spacer:first-child {
        width: 20px;
    }
    #about-overview-hero-knockout {
        left: 0px !important;
    }
    
    #pg-1393-2 .panel-row-style-section {
        display: table;
    }
    #pgc-1393-2-0 {
        display: table-footer-group; 
    }
    #pgc-1393-2-1 {
        display: table-header-group; 
    }
    
    .container-jumbo {
        width: auto !important;
    }
    #about-overview-novel, #about-overview-proactive {
        float: none !important;
        width: 100% !important;
    }
    #circuit-knockout td.hori-spacer:last-child {
        display: table-cell !important;
    }
    #bar-chart-knockout td.hori-spacer:first-child {
        display: table-cell !important;
    }
    
    #wgs-logo-mobile, #onc-logo-mobile, #hn-logo-mobile {
        display: block !important;
        margin-left: 0px !important;
        width: 75%;
        margin-bottom: 40px;
    }
    #hero-hliq-wrapper > div:last-child {

    }
    #hero-hliq-wrapper > div:first-child {
        width: 100% !important;
    }

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .hero-home .container {
        width: 750px;
    }
    #layerslider_1 {
        margin: 30px auto 0px auto !important;
        height: 345px !important;
        max-width: 735px !important;
        width: auto !important;
    }
    #yhip-text {
        width: 97%;
        line-height: 20px;
    }
    #our-science-text {
        width: 100%;
    }
    #yhip-knockout {
        height: 200px !important;
    }
    #pg-52-1 #pgc-52-1-1,
    #pg-1996-1 #pgc-1996-1-1,
    #pg-2007-1 #pgc-2007-1-1{
        padding: 0px 0px 0px 0px!important;
    }
    .home-callout p {
        height: 276px;
    }
    #about-partners-hero-knockout-td {
        height: 98px;
        width: 600px; !important;
        position: relative;
    }
    /*
    #about-partners-hero-knockout tr:first-child {
        height: 68px;
    }
    #about-partners-hero-knockout tr:last-child {
        height: 67px;
    }
    */
    #about-partners-hero {
        height: 130px !important;
    }
    #about-partners-hero-text {
        padding-left: 20px !important;
        text-align: left;
        position: relative;
        padding-top: 0px !important;
    }
    #about-partners-hero-knockout td.hori-spacer:first-child {
        display: table-cell !important;
        width: 20px;
    }
    #about-partners-hero-knockout td.hori-spacer:last-child {
        width: 244px;
    }
    #genes-are-just-knockout {
        height: 150px;
        left: 20px !important;
    }
    #genes-are-just-td {
        height: 210px; 
        width: 302px;
    }
    #genes-are-just-text {
        /*
        text-align: left;
                */
        padding-left: 20px !important;

    }
    /*
    #panel-1070-0-0-0 .textwidget > div {
        display: table;
    }
    #panel-1070-0-0-0 .textwidget > div .col-md-6:first-child {
        display: table-footer-group; 
        position: relative;
        top: -100px;
    }
    #panel-1070-0-0-0 .textwidget > div .col-md-6:last-child {
        display: table-header-group;
        padding: 0px 0px 0px 0px !important;
    }
    */
    #genotype-parallax {
        height: 372px;
        position: relative;
        left: 1px;
        width: 374px;
    }
    #genotype {
        position: absolute; 
        top: -20px; 
        left: 0px; 
        z-index: 40; 
        height: 100%; 
        width: 50%;
    }
    #genotype-text-layer {
        position: absolute; 
        top: 0px; 
        left: 0px; 
        z-index: 50; 
        height: 100%; 
        width: 50%;
    }
    #genotype-text-layer-container {
        margin: 200px auto 0px auto; 
        width: 370px;
        font-size: 12px;  
    }
    
    #phenotype-parallax {
        height: 372px;
        width: 374px;
        position: relative;
        left: 1px;
    }
    #phenotype {
        position: absolute; 
        top: 0px; 
        right: 0px; 
        z-index: 40; 
        height: 100%; 
        width: 50%;
    }
    #phenotype-text-layer {
        position: absolute; 
        top: 0px; 
        right: 0px; 
        z-index: 50; 
        height: 100%; 
        width: 50%;
    }
    #phenotype-text-layer-container {
        margin: 200px auto 0px auto; 
        width: 270px;
        font-size: 12px;
        line-height: 16px;
    }
    #pgc-1070-3-1 p {
        width: 100% !important;
    }
    
    header .container {
        width: 100%;
        padding: 0px;
    }
}

/* lg */
@media (min-width: 992px) and (max-width: 1199px) { 
    .hero-home .container {
        width: 970px;
    }
    #layerslider_1 {
        margin: 30px auto 0px auto !important;
        height: 437px !important;
        max-width: 962px !important;
        width: auto !important;
    }
    #yhip-text {
        width: 70%;
    }
    #our-science-text {
        width: 75%;
    }
    .home-callout p {
        height: 213px;
    }
    
    .hero-about-overview .hero-box-left {
        height: 229px;
        padding: 0px !important;
    }
    .hero-about-overview .hero-box-left p {
        padding: 20px !important;
    }
    #about-overview-hero-knockout {
        height: 229px;
    }
    #about-overview-hero-knockout-td {
        height: 189px;
        width: 401px !important;
    }
    #about-partners-hero-knockout-td {
        height: 78px;
        width: 470px; !important;
    }
    #about-partners-hero-knockout tr:first-child {
        height: 68px;
    }
    #about-partners-hero-knockout tr:last-child {
        height: 67px;
    }
    #about-partners-hero-knockout td.hori-spacer {
        width: 85px;
    }
    #about-overview-hero-knockout td.hori-spacer:first-child {
        display: none;
    }
    #genes-are-just-knockout {
        height: 150px;
    }
    #genes-are-just-td {
        height: 210px; 
        width: 302px;
    }
    #genotype-parallax {
        height: 489px;
    }
    #genotype {
        position: absolute; 
        top: -20px; 
        left: 0px; 
        z-index: 40; 
        height: 100%; 
        width: 50%;
    }
    #genotype-text-layer {
        position: absolute; 
        top: 0px; 
        left: 0px; 
        z-index: 50; 
        height: 100%; 
        width: 50%;
    }
    #genotype-text-layer-container {
        margin: 275px auto 0px auto; 
        width: 420px;
    }
    
    #phenotype-parallax {
        height: 489px;
    }
    #phenotype {
        position: absolute; 
        top: 0px; 
        right: 0px; 
        z-index: 40; 
        height: 100%; 
        width: 50%;
    }
    #phenotype-text-layer {
        position: absolute; 
        top: 0px; 
        right: 0px; 
        z-index: 50; 
        height: 100%; 
        width: 50%;
    }
    #phenotype-text-layer-container {
        margin: 275px auto 0px auto; 
        width: 350px;
    }
    .g-recaptcha {
        margin-left: 226px !important;
    }
    #wgs-submit, #onc-submit, #hn-submit {
        left: 80px !important;
    }
}

/* xl */
@media (min-width: 1200px) {
    #yhip-text {
        width: 60%;
    }
    #our-science-text {
        width: 75%;
    }
    .home-callout p {
        height: 171px;
    }
    .hero-about-overview .hero-box-left {
        height: 255px;
        padding: 0px !important;
    }
    .hero-about-overview .hero-box-left p {
        padding: 30px 30px 15px 150px !important;
    }
    #about-overview-hero-knockout {
        height: 255px;
    }
    #about-overview-hero-knockout-td {
        height: 189px;
        width: 401px !important;
    }
    #about-partners-hero-knockout-td {
        height: 110.1333px;
        width: 560px !important;
    }
    .hero-box {
        margin-bottom: 20px;
    }
    #about-overview-hero-knockout td.hori-spacer:first-child {
        display: none;
    }
    #genes-are-just-knockout {
        height: 150px;
    }
    #genes-are-just-td {
        height: 210px; 
        width: 302px;
    }
    #genotype-parallax {
        height: 555px;
    }
    #genotype {
        position: absolute; 
        top: -20px; 
        left: 0px; 
        z-index: 40; 
        height: 100%; 
        width: 50%;
    }
    #genotype-text-layer {
        position: absolute; 
        top: 0px; 
        left: 0px; 
        z-index: 50; 
        height: 100%; 
        width: 50%;
    }
    #genotype-text-layer-container {
        margin:350px auto 0px auto; 
        width: 420px;
    }
    
    #phenotype-parallax {
        height: 555px;
    }
    #phenotype {
        position: absolute; 
        top: 0px; 
        right: 0px; 
        z-index: 40; 
        height: 100%; 
        width: 50%;
    }
    #phenotype-text-layer {
        position: absolute; 
        top: 0px; 
        right: 0px; 
        z-index: 50; 
        height: 100%; 
        width: 50%;
    }
    #phenotype-text-layer-container {
        margin:350px auto 0px auto; 
        width: 420px;
    }
    #wgs-submit/*, #hn-submit*/ {
        left: 30px !important;
    }
    #onc-form {
        height: 300px;
    }
    #onc-submit {
        left: 18px !important;
        top: 0px !important;
    }
    .page-id-1070 .hero-box-left p {
        width: 422px;
        float: right;
    }
    #about-partners-hero-knockout-td div {
        background-image: url('/wp-content/themes/hli/assets/about/partners/partners-headline-knockout-560x110.svg') !important;
    }
}

.btn-sea, .btn-sea:active, .btn-sea:hover, .btn-sea:visited, .btn-sea:focus {
    background-color: #00A7C4;
    color: white;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: Geometria-medium;
}
.btn-orange, .btn-orange:active, .btn-orange:hover, .btn-orange:visited, .btn-orange:focus {
    background-color: #f58761;
    color: white;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: Geometria-medium;
}
.btn-sea-full {
    display: inline-block;
    width: 100%;
}
#home2-hero-container {
    position: relative; 
    padding: 30px 0px;
}
#home2-hero-image {
    border: 5px solid white;
}
#home2-hero-box-content-container {
    width: 28%; 
    position: absolute; 
    top: 60px; 
    left: 30px; 
    background-color: white; 
    padding: 30px 15px 15px;
}
#home2-hero-container h2 {
    color: #263746;
    text-transform: none;
    font-family: Geometria-light;
    font-size: 22px;
    letter-spacing: 1px;
}

.hero-home3 {
    height: 558px;
}
#home3-hero-container {
    position: relative; 
    padding: 30px 0px;
}
#home3-hero-image {
    border: 5px solid white;
    position: absolute;
    top: 30px;
    left: 0px;
    width: 700px;
    z-index: 1;
}
#home3-hero-box-content-container {
    width: 700px;
    height: 420px;
    position: absolute; 
    top: 100px; 
    right: 0px; 
    z-index: 0;
    background-color: #263746; 
    padding: 60px 80px 80px 280px;
}
#home3-hero-container h1 {
    color: white;
    text-transform: none;
    font-family: Geometria-light;
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
#home3-hero-container h2 {
    color: white;
    text-transform: none;
    font-family: Geometria-light;
    font-size: 18px;
    letter-spacing: 1px;
}
#home3-hero-box-content-container a {
    padding: 12px 48px;
}

#yhip-text {
    text-align: right;
    float: right;
}
.hero-about-overview .hero-box-left p {
    margin-bottom: 0px;
}

.footer-social-icon img:last-child,
.footer-social-icon:hover img:first-child {
    display: none;
}
.footer-social-icon:hover img:last-child {
    display: inline;
}
#wgs-logo-mobile, #onc-logo-mobile, #hn-logo-mobile {
    display: none;
}
#hn-logo-desktop {
    width: 50%;
    margin: 50px auto 40px auto;
    display: block;
}
#contact-success {
    margin: 0px 0px 15px 15px;
}


.board-person a {
    text-decoration: underline;
}
div[data-testid^="big-play-button__button"] {
    border-radius: 1000px;
    background-size: cover !important;
    background-position: center center !important;
    width: 75px !important;
}

@media (max-width: 992px) {
    #pgc-52-1-1 div,
    #pgc-1996-1-1 div,
    #pgc-2007-1-1 div {
        display: none;
    }
    #pgc-52-1-1,
    #pgc-1996-1-1,
    #pgc-2007-1-1 {
        background-image: url(/wp-content/themes/hli/assets/home/mobile/home-yhip.png);
        background-size: contain;
        background-repeat: no-repeat;
        height: 200px;
        width: 100%;
        display: block !important;
        order: 1;
        margin-bottom: 100px;
    }
    #pgc-52-1-0, 
    #pgc-1996-1-0,
    #pgc-2007-1-0 {
        display: block !important;
        order: 2;
        padding-left: 25px !important;
    }
    #pg-52-1 .section,
    #pg-1996-1 .section,
    #pg-2007-1 .section {
        display: flex !important;
        flex-flow: column;
    }
    #pgc-52-1-0, 
    #pgc-1996-1-0,
    #pgc-2007-1-0 {
        display: block !important;
        order: 2;
        padding-left: 25px !important;
    }
    /*
    #pg-52-1 .panel-grid-cell, 
    #pg-1996-1 .panel-grid-cell,
    #pg-2007-1 .panel-grid-cell {
        float: none;
        width: auto;
    }
    */
}

@media (min-width: 768px) and (max-width: 992px) {
    #pgc-52-1-1,
    #pgc-1996-1-1,
    #pgc-2007-1-1 {
        margin-bottom: 20px;
        margin-left: 0px;
        height: 300px;
    }
    #yhip-text {
        float: none !important;
        text-align: left !important;
        font-size: 16px;
        padding-left: 20px;
    }
    .home-callout {
        float: none !important;
        margin: auto;
    }
    #mobile-logo {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    #yhip-knockout table {
        top: -100px !important;
    }
    #panel-w58c6df7314218-0-0-0 table {
        top: -50px !important;
    }
    #our-science-text + a {
        margin-bottom: 20px;
    }
    #page {
        overflow-x: hidden !important;
    }
    #news-items, .page-id-1559 .entry-content .row, .single-post .media-entry {
        padding: 0 20px !important;
    }
    .panel-grid .section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .media-wrapper {
        margin-right: 20px;
        margin-left: 20px;
    }
    .box-expand-content {
        padding-right: 0px !important;
    }
    .bio-section img {
        display: block !important;
        float: none !important;
    }
    #mobile-logo {
        display: inline-block !important;
    }
    #site-navigation {
        background-color: #f9f9f9;
    }
    #pg-w5914acfd829e6-0 .panel-grid-cell {
        padding: 0px !important;
    }
    #onc-form > div:nth-child(4), #find-out-more > div:nth-child(3) {
        padding-left: 15px;
        padding-right: 15px;
    }
    #onc-form .g-recaptcha, #find-out-more .g-recaptcha {
        margin-left: 0px !important;
        transform:scale(0.91);
        transform-origin:0 0;
    }
    #contact #contact-submit {
        left: 0px !important;
    }
    .panel-row-style-full-widthherohero-scale.full-width.hero.hero-scale.panel-row-style {
        background-image: url(/wp-content/themes/hli/assets/our-science/mobile/our-science-genes-are-just-the-beginning.png);
        background-size: cover;
        height: 120px;
        margin: 40px auto !important;
    }
    .panel-row-style-full-widthherohero-scale.full-width.hero.hero-scale.panel-row-style div {
        display: none;
    }
    #pgc-1070-3-0.panel-grid-cell {
        background-image: url(/wp-content/themes/hli/assets/our-science/mobile/our-science-speedometer.png);
        background-size: cover;
        height: 200px;
        width: 110% !important;
        position:relative;
        left: -70px;
    }
    #pgc-1070-3-0.panel-grid-cell div {
        display:none;
    }
    #pgc-52-1-0, 
    #pgc-1996-1-0,
    #pgc-2007-1-0 {
        display: block !important;
        order: 2;
        padding-left: 25px !important;
    }
    #pg-52-1 .section,
    #pg-1996-1 .section,
    #pg-2007-1 .section {
        display: flex !important;
        flex-flow: column;
    }
    #pgc-52-1-1,
    #pgc-1996-1-1,
    #pgc-2007-1-1 {
        background-image: url(/wp-content/themes/hli/assets/home/mobile/home-yhip.png);
        background-size: cover;
        height: 200px;
        width: 100%;
        display: block !important;
        order: 1;
        margin-bottom: 100px;
    }
    #pgc-52-1-1 div,
    #pgc-1996-1-1 div,
    #pgc-2007-1-1 div {
        display: none;
    }
    #hero-home-video video {
        display: none;
    }
    .container #layerslider_1 {
        height: 100vw !important;
        max-height: none !important;
        width: 100% !important;
        margin-top: 0px !important;
    }
    .ls-slide {
        background-size: cover;
    }
    #ls-slide-1 {
        background-image: url('/wp-content/themes/hli/assets/home/carousel/mobile/Carousel-Whole-Genome-1280x1280@1.jpg');
    }
    #ls-slide-2 {
        background-image: url('/wp-content/themes/hli/assets/home/carousel/mobile/Carousel-Health-Nucleus-1280x1280@1.jpg');
    }
    #ls-slide-3 {
        background-image: url('/wp-content/themes/hli/assets/home/carousel/mobile/Carousel-Oncology-1280x1280@1.jpg');
    }
    #ls-slide-4 {
        background-image: url('/wp-content/themes/hli/assets/home/carousel/mobile/Carousel-Pharma-1280x1280@1.jpg');
    }
    #ls-slide-5 {
        background-image: url('/wp-content/themes/hli/assets/home/carousel/mobile/Carousel-HLI-General-1280x1280@1.jpg');
    }
    .slide-image {
        display: none;
    }
    .ls-bottom-nav-wrapper {
        top: 12px;
    }
    .ls-l:last-child {
        bottom: 5px !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
    }
    .slider-text-layer {
        padding: 0px !important;
        position: absolute;
        bottom: 8%;
        transform: translate(-50%, 0) !important;
        font-size:20px;
    }
    .slider-line {
        margin-bottom: 6px;
    }
    .slider-line:last-child a.button.button-white {
        font-size: 20px;
        padding: 5px 10px;
        line-height: 24px;
        border-width: 2px;
    }
    
    
    .page-id-1996 #home2-hero-container {
        padding: 15px;
    }
    .page-id-1996 #home2-hero-image {
    }
    .page-id-1996 #home2-hero-box-content-container {
        position: absolute;
        top: auto;
        bottom: 50px; 
        left: 50%;
        transform: translate(-50%);
        padding: 5px;
        background-color: transparent;
        width: 80%;
    }
    .page-id-1996 #home2-hero-container h2 {
        margin-bottom: 10px;
        color: white;
        font-family: Geometria-Bold;
        text-align: center;
        font-size: 22px;
    }
    .page-id-1996 #home2-hero-container a {

    }
    
    
    
    .page-id-2007 .hero-home3 {
        height: auto;
    }
    .page-id-2007 #home3-hero-container {
        padding: 15px;
    }
    .page-id-2007 #home3-hero-image {
        width: 100%;
        height: auto;
        position: relative;
        top: 0px;
        left: 0px;
    }
    .page-id-2007 #home3-hero-box-content-container {
        width: 84%;
        height: auto;
        position: absolute;
        top: 63%;
        left: 50%;
        transform: translate(-50%);
        padding: 20px;
        z-index: 3;
    }
    .page-id-2007 #home3-hero-container h1 {
        font-size: 26px;
        margin-bottom: 5px;
        font-family: Geometria-Bold;
    }
    .page-id-2007 #home3-hero-container h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .page-id-2007 #home3-hero-box-content-container a {
        padding: 9px 15px;
        width: 100%;
        font-size: 16px;
    }
    .page-id-2007 .mobile, .page-id-1996 .mobile {
        display: inline !important;
    }
    .page-id-2007 .desktop, .page-id-1996 .desktop {
        display: none;
    }
    .page-id-2007 #pg-2007-0 {
        margin-bottom: 120px !important;
    }
}
@media (min-width: 768px) {
    #pg-1996-0, #pg-2007-0 {
        margin-bottom: 60px !important;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .page-id-2007 .hero-home3 {
    }
    .page-id-2007 #home3-hero-container {

    }
    .page-id-2007 #home3-hero-image {
        width: 61%;
    }
    .page-id-2007 #home3-hero-box-content-container {
        width: 61%;
        padding-top: 5%;
        padding-left: 25%;
    }
    .page-id-2007 #home3-hero-container h1 {
        font-size: 3.6vw;
    }
    .page-id-2007 #home3-hero-container h2 {
        font-size: 2.4vw;
    }
    .page-id-2007 #home3-hero-box-content-container a {

    }
    .page-id-2007 #pg-2007-0 {
        margin-bottom: 120px !important;
    }
}
.page-id-2007 .mobile, .page-id-1996 .mobile {
    display: none;
}



#pg-2043-0,
#pg-2643-0 {
    margin-bottom: 0px !important;
}
.hn-block h2 {
    text-align: center;
    margin-top: 40px;
}
.hn-block .tick-large {
    left: 50%;
    transform: translate(-50%, 0%);
}
.hn-block h6 {
    color: #0db4cc;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    margin: 50px 0px 0px 0px;
}
.hn-assessments a.btn-sea {
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .hn-personalized {
        width: 500px !important;
        right: calc(50% + 85px) !important;
    }
    .hn-assessments p {
        height: 147px;
    }
    .hn-assessments h6 {
        height: 46px;
    }
    .page-id-2643 div div .hn-assessments h6 {
        font-size: 18px;
    }
    .hn-products p {
        height: 42px;
    }
    .hn-products h6 {
        height: 19px;
    }
    .hn-assessments a.btn-sea,
    .hn-products a.btn-sea {
        width: 67%;
    }
}

@media (min-width: 992px) {
    .hn-personalized {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 400px;
        right: calc(50% + 30px);
    }
    .hn-assessments p {
        height: 147px;
    }
    .hn-assessments h6 {
        height: 46px;
    }
    .page-id-2643 div .hn-assessments h6 {
        font-size: 15px;
        height: 122px;
        display: table-cell;
        vertical-align: bottom;
        padding-top: 50px;
        padding-bottom: 15px;
    }
    .hn-products p {
        height: 42px;
    }
    .hn-products h6 {
        height: 19px;
    }
    .hn-assessments a.btn-sea,
    .hn-products a.btn-sea {
        width: 67%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hn-products h6 {
        height: 38px;
    }
}

@media (min-width: 781px) and (max-width: 991px) {
    #pg-2043-2 #overview { display:flex; flex-direction: column;}
    #pgc-2043-2-0 { order: 2; width: 100% !important; }
    #pgc-2043-2-1 { order: 1; width: 100% !important; }
    .hn-personalized {
        padding: 20px;
    }
    .hn-assessments p {
        height: 252px;
    }
    .hn-assessments a.btn-sea {
        width: 100%;
    }
    .hn-assessments h6 {
        height: 57px;
    }
    .page-id-2643 .hn-assessments h6 {
        font-size: 12px;
        letter-spacing: 1px;
        height: 122px;
        display: table-cell;
        vertical-align: bottom;
        padding-top: 50px;
        padding-bottom: 15px;
    }
    .hn-products p {
        height: 63px;
    }
    .hn-products a.btn-sea {
        width: 100%;
    }
    .hn-products h6 {
        height: 40px;
    }
}
@media (max-width: 780px) {
    .text-center-mobile {
        text-align: center !important;
    }
    #pgc-w5988f523a6f23-0-2 {
        margin-bottom: 0px !important;
    }
    .hn-personalized {
        padding: 20px;
    }
    .hn-assessments a.btn-sea {
        width: 100%;
        margin-top: 5px;
    }
    .hn-products a.btn-sea {
        width: 100%;
        margin-top: 5px;
    }
}



.hero-hn-product {
    height: 300px;
}
.hero-hn-product > div {
    position: relative;
    top: 130px;
}
.hero-hn-product h4 {
    text-transform: uppercase;
    font-family: Geometria-Bold;
    font-size: 42px;
    color: white;
}
body #pg-2089-0,
body #pg-2115-0,
body #pg-2118-0 {
    margin-bottom: 0px;
}
.hn-product-block {
    padding: 100px 0px 100px 0px !important;
}
.hn-product-block.hn-product-block-skinny {
    padding: 40px 0px 40px 0px !important;
}
@media (min-width: 1200px) {
    .hn-product-block > div {
        width: 700px;
        margin: auto;
    }
    .hn-product-block .fourcol {
        width: 1200px;
    }
    #mri.hn-product-block .fourcol {
        width: 950px;
        margin: auto;
    }
}
#pg-2089-1, 
#pg-2115-1,
#pg-2118-1 {
    background-color: #2a4d71 !important;
    color: white !important;
}

#pg-2089-1 h2, 
#pg-2115-1 h2,
#pg-2118-1 h2 {
    color: white !important;
}
#pg-2089-3, 
#pg-2643-5,
#pg-2118-3 {
    background-color: #e7e7e7 !important;
}
.hn-product-block h2 {
    font-family: Geometria-Bold;
    font-size: 24px;
    letter-spacing: 1px;
}
.hn-product-block a.btn-orange {
    display: inline-block;
    margin: auto;
}
.hn-product-block .fourcol {
    text-align: center;
}
.hn-product-block .fourcol.left {
    text-align: left;
}
.hn-product-block .fourcol img {
    width: 100%;
}
.hn-product-block .fourcol h6 {
    color: #00aeef;
    margin-bottom: 15px;
    margin-top: 15px;
}
.hn-product-block .fourcol p {
    margin-bottom: 0px;
    font-weight: bold;
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
textarea#message {
    height: 100px !important;
    margin-bottom: 15px;
}
.menu-portal {
  height: 76px !important;
}
.menu-portal span {
  display: inline !important;
  border: 1px solid #253847;
  padding: 8px 30px 8px 30px;
  /*
  background-color: #f58761;
  text-transform: uppercase;
  text-align: center;
  font-family: Geometria-Bold !important;
  */
}
.ubermenu-main .ubermenu-item-level-0.menu-portal > .ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.menu-portal > .ubermenu-target:hover {
  /*color: white;*/
}


#hover-contact-form {
    position: fixed;
    bottom: -480px;
    right: calc(50% - 600px);
    z-index:999999;
    width: 500px;
    font-size: 16px;
    line-height: 24px;
    transition: .5s;
}
#hover-contact-form.hover-contact-form-open {
    bottom: 0px;
}
#hover-contact-form-tab {
    background-color:#f58761;
    color: white;
    padding: 15px 80px;
    font-size: 20px;
    display: inline-block;
    float: right;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    cursor: pointer;
}
#hover-contact-form-tab-indicator {
    position: absolute;
    right: 20px;
    top:15px;
}
#hover-contact-form-tab-indicator-down,
.hover-contact-form-open #hover-contact-form-tab-indicator-up {
    display: none;
}
.hover-contact-form-open #hover-contact-form-tab-indicator-down {
    display: inline;
}
#hover-contact-form-container {
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    padding: 30px 40px 70px 40px;
}
#hover-contact-form form {
    margin-top: 10px;
}
#hover-contact-form label, 
#hover-contact-form input {
    height: 40px !important;
    width: 100% !important;
}
#hover-contact-form a.btn {
    width: 100%;
    padding: 10px 0px 10px 0px;
    margin-top: 0px;
}
body.page-id-2043 .page-menu,
body.page-id-2118 .page-menu,
body.page-id-2115 .page-menu,
body.page-id-2089 .page-menu {
    background-color: #1D2936;
    margin-top: -2px;
}
.hn-assessments, .hn-products {
    max-width: 1050px;
    margin: auto;
}
.page-id-2643 .hn-assessments, .page-id-2643 .hn-products {
    max-width: 1200px;
}
.hero-hn-x h4,
.hero-hn-gold h4,
.hero-hn-platinum h4 {
    color: white;
    text-align: left;
    font-size: 80px;
    font-weight: bold;
    margin-top: 25px;
    margin-left: 25px;
}
.hero-hn-platinum h4 {
    margin-top: 40px;
}
#pg-2118-3 .hn-product-block,
#pg-2115-3 .hn-product-block,
#pg-2089-3 .hn-product-block {
    padding-top: 0px !important;
}
.ubermenu-submenu {
    height: 51px !important;
}

.hn-assessments .panel-grid-cell {
    margin-right: 50px;
}
.hn-assessments .panel-grid-cell:last-child {
    margin-right: auto;
}

@media (min-width: 1200px) {

}

@media (min-width: 992px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 781px) and (max-width: 991px) {

}
@media (max-width: 780px) {
    #hover-contact-form {
        display: none;
    }
    body #panel-2007-2-0-0 > .panel-widget-style,
    body #panel-2007-2-1-0 > .panel-widget-style,
    body #panel-2007-4-0-0 > .panel-widget-style,
    body #panel-2007-4-1-0 > .panel-widget-style,
    body #panel-2043-2-0-0 > .panel-widget-style,
    body #panel-2118-2-0-0 > .panel-widget-style,
    body #panel-2118-4-0-0 > .panel-widget-style,
    body #panel-2118-4-1-0 > .panel-widget-style,
    body #panel-2115-2-0-0 > .panel-widget-style,
    body #panel-2115-4-0-0 > .panel-widget-style,
    body #panel-2115-4-1-0 > .panel-widget-style,
    body #panel-2089-2-0-0 > .panel-widget-style {
        float: none;
        margin: auto;
        padding: 0px;
    }
    body #hn-logo-desktop {
        height: 100px;
        width: 100%;
    }
    #pgc-w59f0dd99003ac-0-1,
    #pgc-w59f252ad60cc0-0-1,
    #pgc-w59f255640e41e-0-1 {
        order: 1;
    }
    #pgc-w59f0dd99003ac-0-0,
    #pgc-w59f252ad60cc0-0-0,
    #pgc-w59f255640e41e-0-0 {
        order: 2;
    }
    .hero-hn-x {
        background-image: url('/wp-content/themes/hli/assets/products/health-nucleus/hn-products/HNX-Hero-Img @2x.jpg');
    }
    body .hero-hn-x h4, 
    body .hero-hn-gold h4, 
    body .hero-hn-platinum h4 {
        font-size: 50px;
        margin: 25px;
        text-align: center;
    }
    .page-id-2118 form a.button,
    .page-id-2115 form a.button,
    .page-id-2089 form a.button {
        left: 0px !important;
    }
    .page-id-2118 .hero-callout,
    .page-id-2115 .hero-callout,
    .page-id-2089 .hero-callout {
        margin: 10px;
    }
}
label input.form-in-error {
    border: 1px solid red !important;
    color: red !important;
}
label input.form-in-error::placeholder {
    color: red !important;
}
label input.form-in-error:-ms-input-placeholder {
    color: red !important;
}

.membership-table {

}
.membership-table th {
    padding-bottom:10px;
}
.membership-table th,
.membership-table tr td:nth-child(3),
.membership-table tr td:nth-child(4) {
    text-transform: uppercase;
    color: #263746;
    text-align: center;
}
.membership-table tr td:nth-child(3) {
    padding-right: 70px;
    padding-left: 70px;
}
.membership-table th,
.membership-table tr td.small-text {
    font-size: 16px !important;
    line-height: 22px;
}

.membership-table th p {
    margin-top:8px;
    font-size:12px;
    line-height:16px;
    /* color: #929ba2; */
    color: #00A7C4;
    
}

.membership-table tr td {
    padding: 12px 20px 12px 20px;
}
.membership-table tr td:nth-child(1) img {
    height: 35px;
    width: 35px;
    max-width: none;
    cursor: pointer;
}
.membership-table tr td:nth-child(1) img.icon-minus {
    display: none;
}
.membership-table tr.membership-table-row-open td:nth-child(1) img.icon-minus {
    display: inline;
}
.membership-table tr.membership-table-row-open td:nth-child(1) img.icon-plus {
    display: none;
}
.membership-table tr td:nth-child(1) {
    padding-right: 0px;
}
.membership-table tr td:nth-child(2) {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.membership-table tr.membership-table-row-explanation td:nth-child(1) {
    background-image: none;
}
.membership-table tr.membership-table-row-explanation td:nth-child(2) {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}
.membership-table tr td:nth-child(3),
.membership-table tr td:nth-child(4) {
    font-weight: bold;
    font-size: 30px;
}
.membership-table-row-odd,
.membership-table-row-odd + tr {
    background-color: #dcdcdc;
}
.membership-table tr + tr.membership-table-row-explanation {
    display: none;
}
.membership-table tr + tr.membership-table-row-explanation td:nth-child(2) {
    transition: .5s;
}
.membership-table tr.membership-table-row-open + tr.membership-table-row-explanation {
    display: table-row;
}
.membership-table-prices {
    border-top: 2px solid #00A7C4;
}
.membership-table-prices td {
    color: #00A7C4 !important;
    font-size: 22px !important;
    vertical-align: text-top;
}
.membership-table-prices td p {
    margin-top:4px;
    font-size:12px;
    line-height:16px;
}

#pg-2643-3 img {
    height: 185px;
    width: 185px;
}
#pg-2643-3 {
    background-color: #d0d4d3 !important;
}

@media (max-width: 780px) {
    .membership-table tr td:nth-child(3) {
        padding-right: 5px;
        padding-left: 5px;
    }
    .membership-table tr td:nth-child(1) {
        width: 25px;
        padding-right: 5px;
    }
    .membership-table tr td:nth-child(1) img {
        height: 15px;
        width: 15px;
    }
    .membership-table tr td {
        padding: 5px;
    }
    .membership-table tr td:nth-child(2) {
        font-size: 11px !important;
    }
    .membership-table tr td:nth-child(3),
    .membership-table tr td:nth-child(4) {
        font-size: 16px;
    }
    .membership-table th,
    .membership-table tr td.small-text {
        font-size: 9px !important;
    }
    .membership-table .membership-table-prices td {
        font-size: 16px !important;
    }
    .membership-table .membership-table-prices td p {
        font-size: 10px !important;
    }
    body #panel-2643-2-0-0> .panel-widget-style {
        float: none;
    }
    body.page-id-2643 .textwidget img {
        display: block;
        margin: auto;
    }
    body #panel-w5a5cf5fae8a27-0-3-0> .panel-widget-style {
        width: auto;
    }
    body.page-id-2643 .row.equal.fourcol .col-md-3.col-sm-6 {
        margin: auto;
    }
    body.page-id-2643 .row.equal.fourcol img {
        height: 185px;
        width: 185px;
        display: block;
        margin: auto;
    }
    #pg-2643-7 .section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    #pg-2643-5 .section {
        padding-bottom: 40px !important;
    }
    
    #blog-posts-container .blog-gridblock .row {
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
    }
    #blog-posts-container .blog-gridblock .row .blog-gridblock-cell,
    #blog-posts-container .blog-gridblock .gridblock-image {
        height: auto;
        min-height: 300px;
    }
    #blog-posts-container .blog-gridblock .blog-gridblock-cell-single-half-background-image .gridblock-image {
        height: 150px;
        min-height: 0px;
    }
    #blog-posts-container .blog-gridblock .blog-gridblock-cell-double-left-image .blog-gridblock-cell-content {
        width: 100%;
    }
    body.group-blog .hero-blog-post-header {
        background-position: center center;
    }
    body.group-blog #content {
        width: 100%;
        overflow-wrap: break-word;
        padding-left: 10px;
        padding-right: 10px;
    }
    body.group-blog .blog-article-sidebar {
        margin-right: 0px;
        margin-top: 10px;
    }
    
}
.box-expand-content ul ul {
    margin-bottom: 0px;
    padding-left: 20px;
}
.box-expand-content ul ul li {
    list-style-type: circle;
}
body #pg-2643-5 {
    margin-bottom: 0px;
}
@media (min-width: 781px) {
    body.page-id-2089 .hero-area,
    body.page-id-2118 .hero-area {
        height: 388px;
    }
    body.page-id-2089 .hero-area h4,
    body.page-id-2118 .hero-area h4 {
        text-align: center;
    }
    body.page-id-2089 .hero-area h4 {
        margin-top: 60px;
    }
    body.page-id-2118 .hero-area h4 {
        margin-top: 100px;
    }
}

.category .entry-content {
    padding-bottom: 50px;
}
.category.category-news .entry-content {
    padding-bottom: 0px;
}
.blog-gridblock .row {
    height: 300px;
}
.blog-gridblock .row .blog-gridblock-cell {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.blog-gridblock-cell {
    background-color: #f5f5f5;
    box-shadow: 1px 1px 1px #d8d8d8;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-gridblock .gridblock-image {
    height: 100%;
    display: inline-block;
    transition: .3s;
}
.blog-gridblock .blog-gridblock-cell-content {
    padding: 30px;
}

.blog-gridblock .blog-gridblock-cell-default .gridblock-image {
    display: none;
}
.blog-gridblock .gridblock-image:hover {
    opacity: .8;
}

.blog-gridblock .blog-gridblock-cell-double-left-image .gridblock-image {
    height: 300px;
    width: 375px;
}
.blog-gridblock .blog-gridblock-cell-double-left-image .blog-gridblock-cell-content {
    float: right;
    width: 50%;
}
.blog-gridblock .blog-gridblock-cell-single-full-background-image {
    background-color: #2A4C72;
}
.blog-gridblock .blog-gridblock-cell-single-full-background-image .gridblock-image {
    position: relative;
    z-index: 1;
    opacity: .5;
}
.blog-gridblock .blog-gridblock-cell-single-full-background-image .blog-gridblock-cell-content {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    color: white;
    height: 100%;
}

.blog-gridblock .blog-gridblock-cell-single-half-background-image .gridblock-image {
    height: 150px;
    width: 100%;
    object-fit: none;
    object-position: center center;
    position: relative;
    z-index: 1;
}
.blog-gridblock .blog-gridblock-cell-single-half-background-image .blog-gridblock-cell-content {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    margin-top: 150px;
}
.blog-gridblock .blog-gridblock-cell-single-half-background-image .blog-gridblock-cell-content .blog-griddblock-cell-excerpt {
    display: none;
}
.blog-gridblock .blog-gridblock-cell-single-half-background-image .blog-gridblock-cell-content .blog-griddblock-cell-categories {
    position: absolute;
    top: -120px;
    left: 30px;
    z-index: 3;
}

.blog-griddblock-cell-categories,
.blog-griddblock-cell-title {
    margin-bottom: 10px;
}

.single h6.blog-griddblock-cell-categories {
    margin-bottom: 10px;
}

.blog-griddblock-cell-title a {
    color: inherit;
    transition: .3s;
}
.blog-griddblock-cell-title a:hover {
    color: #00A7C4;
    text-decoration: none;
}

.blog-griddblock-cell-categories a {
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 10px;
    color: white;
    padding: 6px 12px;
    transition: .3s;
    line-height: 28px;
}
.blog-griddblock-cell-categories a:hover {
    background-color: black !important;
    text-decoration: none;
}

.blog-griddblock-cell-title h4 {
    text-align: left;
}

/*
.panel-grid-cell {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.panel-grid.panel-no-style, .panel-grid.panel-has-style > .panel-row-style {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#pg-w59f252ad60cc0-0.panel-no-style, #pg-w59f252ad60cc0-0.panel-has-style > .panel-row-style {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#panel-2115-0-0-0 {
    margin-bottom: 0px;
}
.panel-grid-cell .so-panel {
    zoom: 1;
}
#pgc-2115-0-0, #pgc-2115-1-0, #pgc-2115-3-0, #pgc-2115-5-0, #pgc-2115-6-0, #pgc-2115-7-0, #pgc-2115-8-0 {
    width: 100%;
    width: calc(100% - ( 0 * 30px ) );
}
*/
.blog-callout {
    color: white;
    width: 100%;
    text-align: center;
    margin: 30px 0px 50px 0px;
}
.blog-callout h1 {
    font-size: 34px;
    font-family: Geometria-Bold;
    width: 67%;
    margin: auto;
    line-height: 38px;
    margin-bottom: 15px;
}
.blog-callout p {
    width: 80%;
    margin: auto;
}