/*
Theme Name: Viking
Author: AldenMc
Author URI: http://aldenmc.com/
Description:
Version: 1.0

*/


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #ffffff;
	font-family: "poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}

body {
	background: #2b4876;
}

a {
	color: #ffffff;
	text-decoration: none;
	transition: 100ms;
}

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

a:active,
a:hover {
	color: #D64731;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "futura-pt", sans-serif;
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}
h1 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.1;
}
h2 {
	font-size: 34px;
  font-weight: 400;
	line-height: 1.5;
}
h3 {
	font-size: 32px;
  font-weight: 400;
	line-height: 1.5;
}
h4 {
	font-size: 24px;
	line-height: 1.5;
}
h5 {
	font-size: 22px;
	line-height: 1.5;
}
h6 {
	font-family: "poppins", sans-serif;
	font-size: 18px;
  line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

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

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.26;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid #ffffff;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
.wp-block-separator {
  border: none;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

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

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

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

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.safezoneA {
	max-width: 1400px;
	margin: 0 auto;
}
.safezoneB {
	max-width: 1400px;
	margin: 0 auto;
}

.main-content {
	width: 100%;
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}
.site-header {
  background-color: transparent;
	width: 100%;
	z-index: 999;
	top:0;
	position: fixed;
	transition: 300ms
}
.site-header.scrolled {
  background-color: #ffffff;
	box-shadow: 3px 8px 8px rgba(0, 0, 0, .2);
}
.header-main {
  height: 84px;
}
.logo-cont {
	display: inline-block;
	width: 220px;
	height: auto;
	padding: 10px 0;
	background-image: url(/wp-content/uploads/2025/12/viking-logo-color-v4.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#home-logo {
  width: 100%;
	transition: 300ms;
}
.site-header.scrolled #home-logo {
	opacity: 0;
}


/* Search in the header */
.search-toggle {
	background-color: #24890d;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}
.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}
.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}
.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}
.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}
.search-box {
	background-color: #41a62a;
	padding: 12px;
}
.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #fff;
	display: block;
}
.site-header.scrolled .site-navigation a {
	color: #000000;
}
.site-navigation a:hover {
	/* color: #41a62a; */
}

.site-navigation .menu-main-nav-container > ul > .current_page_item > a:after,
.site-navigation .current_page_ancestor > a:after,
.site-navigation .current-menu-ancestor > a:after {
	position: absolute;
	content: "";
	bottom: 17px;
  left: 14%;
  width: 72%;
  height: 1.5px;
	background-color: #ffffff;
}
.parent-pageid-8 #menu-item-152 a:after {
	content: none;
}
.parent-pageid-8 #menu-item-152:hover a:after {
	content: "";
}
.site-header.scrolled .site-navigation .current_page_ancestor > a:after,
.site-header.scrolled .site-navigation .current-menu-ancestor > a:after {
	background-color: #000000;
}
.site-navigation div > ul > li:hover > a:after {
	position: absolute;
	content: "";
	bottom: 17px;
  left: 14%;
  width: 72%;
  height: 1.5px;
	background-color: #ffffff;
}
.site-header.scrolled .site-navigation div > ul > li:hover > a:after {
	background-color: #000000;
}
.site-navigation .current_page_item > a,
.site-navigation .current-menu-item > a {
  /* font-weight: 500; */
	/* text-shadow: 0.2px 0.2px 0px currentcolor, -0.2px 0.2px 0px currentcolor, 0.2px -0.2px 0px currentcolor, -0.2px -0.2px 0px currentcolor; */

}
.primary-navigation .menu-item-has-children > a:after,
.primary-navigation .page_item_has_children > a:after {

}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	padding-top: 24px;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 0;
}
/* Navigation */

.site-navigation li .current_page_item > a,
.site-navigation li .current_page_ancestor > a,
.site-navigation li .current-menu-item > a,
.site-navigation li .current-menu-ancestor > a {
	text-shadow: 0.2px 0.2px 0px currentcolor, -0.2px 0.2px 0px currentcolor, 0.2px -0.2px 0px currentcolor, -0.2px -0.2px 0px currentcolor;

}

/* Primary Navigation */

.primary-navigation {
	float: right;
	font-size: 18px;
	margin: 26px 1px 0 -12px;
	padding: 0;
}

.primary-navigation .menu-toggle {
	display: none;
	padding: 0;
}

.primary-navigation .nav-menu {
	border-bottom: 0;
	display: block;
}

.primary-navigation.toggled-on {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.primary-navigation li {
	border: 0;
	display: inline-block;
	height: 58px;
	line-height: 58px;
	position: relative;
}

.primary-navigation a {
	display: inline-block;
	padding: 0 18px;
	white-space: nowrap;
}

.primary-navigation ul ul {
	background-color: #ffffff;
	float: left;
	margin: 0;
	position: absolute;
	top: 58px;
	left: -999em;
	z-index: 99999;
	box-shadow: 3px 8px 8px rgba(0, 0, 0, .2);
}

.primary-navigation li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1.0909090909;
}

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

.primary-navigation ul ul a {
  color: #000;
	padding: 16px 12px;
	white-space: normal;
	width: 176px;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	/* background-color: #24890d;
	color: #fff; */
}

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	text-shadow: 0.2px 0.2px 0px currentcolor, -0.2px 0.2px 0px currentcolor, 0.2px -0.2px 0px currentcolor, -0.2px -0.2px 0px currentcolor;
}

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

.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
  right: 100%;
	box-shadow: -6px 8px 8px rgba(0, 0, 0, .2);
}
.primary-navigation li .menu-item-has-children > a,
.primary-navigation li .page_item_has_children > a {
	padding-right: 20px;
	width: 168px;
}

.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
	/* content: "\f501";
	right: 8px;
	top: 20px; */
}



/* Secondary Navigation */
.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}
.secondary-navigation a {
	padding: 9px 0;
}

#horizontal-nav {
	position: relative;
	/* padding: 10px 0; */
	z-index: 2;
	background: #D64731;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 12px;
	margin-top: -25px;
}
#horizontal-nav ul {
	margin:0;
}
#horizontal-nav ul:not(.sub-menu) {
  margin: 0;
  text-align: center;
}
#horizontal-nav li {
  position: relative;
  display: none;
	padding: 10px 10px;
}
#horizontal-nav .secondary-nav-menu > li {
	padding: 0;
}
#horizontal-nav li a {
	position: relative;
	font-size: 16px;
	color:#ffffff;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	transition: 100ms;
}
#horizontal-nav .current_page_item > a:after {
	/* text-shadow: 0.1px 0.1px 0px currentcolor, -0.1px 0.1px 0px currentcolor, 0.1px -0.1px 0px currentcolor, -0.1px -0.1px 0px currentcolor; */
	position: absolute;
	content: "";
	bottom: 2px;
	left: -4%;
	width: 108%;
	height: 1.5px;
	background-color: #ffffff;
}
#horizontal-nav .menu-item-43 a:after {
	position: absolute;
	content: "";
	bottom: 2px;
	left: -4%;
	width: 108%;
	height: 1.5px;
	background-color: #ffffff;
}
.page-id-22 #primary-navigation #menu-item-41 > a:after {
	position: absolute;
	content: "";
	bottom: 17px;
  left: 14%;
  width: 72%;
  height: 1.5px;
	background-color: #ffffff;
}
.page-id-22 .site-header.scrolled #primary-navigation #menu-item-41 > a:after {
  background-color: #000000;
}
.page-id-22 #primary-navigation #menu-item-43 a {
	text-shadow: 0.2px 0.2px 0px currentcolor, -0.2px 0.2px 0px currentcolor, 0.2px -0.2px 0px currentcolor, -0.2px -0.2px 0px currentcolor;
}
#horizontal-nav li:hover > a:after {
	position: absolute;
  content: "";
  bottom: 2px;
  left: -4%;
  width: 108%;
  height: 1.5px;
  background-color: #ffffff;
}
#horizontal-nav li li li a:hover {
	text-shadow: 0.1px 0.1px 0px currentcolor, -0.1px 0.1px 0px currentcolor, 0.1px -0.1px 0px currentcolor, -0.1px -0.1px 0px currentcolor;
}
#horizontal-nav li li li a:after {
	content: none !important;
}
#horizontal-nav .current_page_parent,
#horizontal-nav .current_page_parent > ul li {
  display: inline-block;
}
#horizontal-nav .current_page_item.ir-menu-item > a,
#horizontal-nav .current_page_parent > a {
  display: none;
}
#horizontal-nav .current_page_item.ir-menu-item {
  display: inline-block;
}
#horizontal-nav .ir-menu-item li li {
  display: block;
}
#horizontal-nav li li li {
  padding: 12px 10px;
}
#horizontal-nav .ir-menu-item li {
  display: inline-block;
}
#horizontal-nav ul ul ul {
	display: block;
	white-space: nowrap;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 265px;
  width: auto;
	left: -999em;
	text-align: left;
	background-color: #D64731;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
#horizontal-nav ul li:hover > ul {
  /* left: auto; */
  left: 0;
}
.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}

.menu-toggle:focus {
	outline: 1px dotted;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	padding-top: 48px;
	padding-bottom: 48px;
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
}
.page-content {
	margin-bottom: 48px;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
  font-family: "poppins", sans-serif;
	font-size: 36px;
	color: #ffffff;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 44px 0;
	margin: 54px 0 0 0;
}
.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #41a62a;
}

.site-content .entry-header {
	background-color: #fff;
	padding: 0 10px 12px;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: none;
}

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

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
	word-wrap: break-word;
}
.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 16px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}


/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}




/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}



/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
.site-footer {
	background-color: #fff;
	color: #1e4674;
	font-size: 16px;
	position: relative;
	z-index: 3;
}
.site-info {
	display: flex;
	flex-direction: row;
  justify-content: space-between;
	gap:44px;
	padding: 40px 0px;
}
.site-info:before,
.site-info:after {
	content:none;
}
.site-info p {
	margin-bottom: 0;
}
.site-info p strong {
	margin-bottom: 14px;
}
.site-info a {
	color: #1e4674;
	transition: 300ms;
}
.site-info a:hover {
	color: #1e4674;
	opacity: .8
}
.logo-block {
  flex: 0 1 50%;
}
.logo-block img {
	width: 220px;
  height: auto;
  padding-bottom: 24px;
}
.logo-block a:hover {
	opacity: 1;
}
.footer-email {
	margin-bottom: 14px !important;
}
.footer-email a {
	text-decoration: underline;
}
.footer-menu {
  display: block;
  margin: 0;
}
.footer-menu li {
  /* width: 180px; */
	text-transform: uppercase;
  list-style-type: none;
	display: inline-block;
  vertical-align: top;
  padding-right: 4px;
}
.footer-menu ul {
  display: block;
  margin: 0;
}
.footer-menu ul li {
  display: block;
	text-transform: none;
}
.contact-block {
  flex: 0 0 290px;
}
.follow-block {
  flex: 0 0 60px;
}
.follow-block i {
	font-size: 26px;
	padding-right: 5px;
}
.follow-block .fa-linkedin {
  color: #1e4674;
}
.follow-block .fa-square-x-twitter {
  color: #000000;
}
.legal-block {
  flex: 0 0 110px;
}



	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}


/* Fixed Header */
.admin-bar .site-header {
	top: 32px;
}
.site-main {
	margin-top: 0;
	background-image: url(/wp-content/uploads/2025/12/ir-page-bkg.jpg);
	background-size: 100%;
	background-position: 100% 400px;
	background-repeat: no-repeat;
  color: #fff;
}

/* begin alden styles */
.dynamic-cols-2 {
  columns: 300px 2;
}
.dynamic-cols-3 {
  columns: 300px 3;
}
.large-marge {
	margin-bottom: 44px;
}
.no-marge {
	margin-bottom: 0;
}
.hide {
	display: none;
}
.wp-block-columns {
  gap: 4em;
}
.wp-block-button__link {
  background-color: transparent;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 35px 7px 35px;
  text-decoration: none !important;
}
.wp-block-button__link:hover {
  color: #D64731;
}
.wp-block-button {
  background: linear-gradient(to left, #D64731 50%, #ffffff 50%);
  background-size: 210% 100%;
  background-position: right bottom;
  border: 3px solid #D64731;
  transition: 300ms;
	border-radius: 999em;
}
.wp-block-button:hover {
	color: #D64731;
	background-position: left bottom;
	border: 3px solid #D64731;
}
.wp-block-button:hover .wp-block-button__link  {
	color: #D64731;
}
.alignfull {
	padding:24px 0;
}
.alignfull.safezoneB .bandText2 {
	padding: 1px 0 1px;
}
body {overflow-x:hidden; }
.entry-content .alignfull {
	width: 100vw;
	position: relative;
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
	margin-bottom: 44px;
}
.page-top-header {
	font-family: "futura-pt", sans-serif;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
}
.page-top-copy {
	font-family: "futura-pt", sans-serif;
	font-size: 28px;
	line-height: 1.3;
	text-align: center;
	width: 90%;
	margin: 0 auto 44px;
}

#featured_image {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 400px;
}



.home .site-main {
	background-image: none;
}
.home-hero {
	height: 124vh;
	background-image: url(/wp-content/uploads/2025/12/home-bkg-top.jpg);
	background-size: cover;
	background-position: 60% 0%;
	background-repeat: no-repeat;
}
.home-hero .safezoneB {
	display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 95vh;
}
.home-tagline-cont {
  width: 75%;
  margin-left: 5%;
}
.home-tagline-cont h1 {
	font-family: 'poppins', sans-serif;
	font-size: 50px;
	font-weight: 700;
}
.home-tagline-cont p {
	font-size: 22px;
  font-weight: 300;
}
.home #primary {
	/* height: 50vh; */
	background-image: url(/wp-content/uploads/2025/12/home-bkg-lower.jpg);
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	padding-bottom: 0;
}
#home-banner-01 {
	padding: 0;
  margin-top: -150px;
  margin-top: -15vh;
	margin-bottom: 0;
}
#home-banner-01:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background-image: url(/wp-content/uploads/2025/12/pipeline-cols-image.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
}
.home-pipeline-cols .wp-block-column:nth-of-type(1) {
	flex: 0 1 38%;
}
.home-pipeline-cols .wp-block-column:nth-of-type(1) .wp-block-image {
	display: none;
	position: absolute;
	top: -50%;
	top: -25%;
	left: 0;
	width: 40%;
	border-radius: 22px;
  overflow: hidden;
}
.home-pipeline-cols .wp-block-column:nth-of-type(2) {
	padding: 140px 0;
}
#home-banner-02 {
  padding: 104px 0 24px;
	margin-bottom: 0;
}
#home-banner-02 .safezoneB {
	max-width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}
.home-pr-cols {
	gap:0;
}
.home-pr-cols > .wp-block-column:nth-of-type(1) {
	flex: 0 1 215px;
}
.home-pr-cols > .wp-block-column:nth-of-type(2) {
	flex-basis: 88%
}
.home-news-header {
  font-family: 'poppins', sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0px;
}
.pr-cols {
	display: flex;
  flex-wrap: wrap;
	gap: 14px;
}
.pr-cols .pr-col {
  flex: 1 1 19%;
	color: #000;
	background: #fff;
	padding: 30px 25px;
	border-radius: 18px;
}
.pr-date {
  font-family: "futura-pt", sans-serif;
  font-size: 26px;
	color: #D64731;
  font-weight: 600;
  line-height: 1.4;
	margin-bottom: 6px;
}
.pr-title {
  font-family: "futura-pt", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 0;
}
.pr-cols .pr-col a {
	color: #000;
	text-decoration: none;
}
.pr-cols .pr-col a:hover {
	color: #D64731;
	text-decoration: none;
}






.page-template-management .content-area,
.page-id-11 .content-area {
  padding-bottom: 88px;
}
.bio_box, .bio_box2, .bio_box3 {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin: 0;
  cursor: pointer;
}
.bio_box:not(:first-of-type) {
	margin-left: 1%;
}
.bio_box .bio_detail_cont,
.bio_box2 .bio_detail_cont,
.bio_box3 .bio_detail_cont {
  display: none;
  height: 0;
}
.bio_box img,
.bio_box2 img,
.bio_box3 img {
	margin: 0;
  /* border-radius: 50%;
  max-width: 250px; */
	filter: grayscale(.8);
	transition: all 300ms ease;
}
.bio_box img:hover,
.bio_box2 img:hover,
.bio_box3 img:hover {
	filter: grayscale(0);
}
.bio_box.bc_active img,
.bio_box2.bc_active img,
.bio_box3.bc_active img {
	filter: grayscale(0);
}
.bio_box.bc_off img,
.bio_box2.bc_off img,
.bio_box3.bc_off img {
	filter: grayscale(1);
}
.bio_box.bc_off a,
.bio_box2.bc_off a,
.bio_box3.bc_off a {
	color: #ffffff;
	opacity: .5;
}
.bio_box.bc_off:hover img,
.bio_box2.bc_off:hover img,
.bio_box3.bc_off:hover img {
	filter: grayscale(0);
}
.inset_label a {
	color: #ffffff;
	text-decoration: none;
	transition: all 300ms ease;
}
.inset_label a:hover {
	color: #D64731;
	text-decoration: none;
}
/* .inset_label a:hover .bio-title,
.inset_label a:hover .bmt {
	color: #D64731;
} */
.bio_box.bc_off a:hover,
.bio_box2.bc_off a:hover,
.bio_box3.bc_off a:hover {
	color: #ffffff;
	opacity: 1;
}
.bio_box.bc_active a:hover,
.bio_box2.bc_active a:hover,
.bio_box3.bc_active a:hover {
	color: #ffffff;
	opacity: 1;
}
.bio-title {
	color: #fff;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	padding: 15px 0 4px;
	margin: 0;
	line-height: 1.3;
	color: inherit;
}
.bmt {
	color:#ffffff;
	font-size:18px;
	font-style:normal;
	font-weight:300;
	margin:0;
  padding:0;
	line-height:1.3;
	color: inherit;
}
.read {
	text-decoration: underline;
	padding-bottom: 15px;
}
.bioless, .bioless2, .bioless3 {
	text-decoration: underline;
  display: inline-block;
}
.nyb {
  text-align: center;
	margin-top: 64px;
}
.nyb ~ .nyb {
	/* margin-top: 84px;
  background-color: powderblue; */
}
.cellpad {
	font-weight: 300;
	text-align: left;
  padding-top: 38px;
}
@media all and (max-width:999px) {
  .bio_box, .bio_box2, .bio_box3 {
		width: 90%;
		margin: 0 auto 24px !important;
    display: block;
  }
	.nyb ~ .nyb {
    margin-top: 0;
	}
  .bio_box .bio_detail_cont,
  .bio_box2 .bio_detail_cont,
  .bio_box3 .bio_detail_cont {
		display: none;
		height:0;
		padding-top: 26px;
		text-align: left;
	}
  .bio_box.bc_active .bio_detail_cont,
	.bio_box2.bc_active .bio_detail_cont,
	.bio_box3.bc_active .bio_detail_cont {
		display: block;
		height:auto;
	}
  .bio-info {
    display: none;
  }
  .data-info-cont {
    display: none;
  }
}
@media all and (max-width:599px) {
	.bio_box, .bio_box2, .bio_box3,
	.nyb .bio_box:nth-child(2),
		.nyb .bio_box2:nth-child(2),
			.nyb .bio_box3:nth-child(2) {
    width: 92%;
	}
}

/* .page-id-16 .content-area,
.page-id-17 .content-area {
  padding-bottom: 0;
} */
#vk0214-banner,
#vk5211-banner {
  /* margin-bottom: 1px; */
	padding-bottom: 44px;
}
#vk2735-banner figure,
#amylin-banner figure,
#vk2809-banner figure,
#vk0214-banner figure {
	width: 80%;
  margin: auto;
  text-align: center;
}
.vk5211-cols {
	width: 80%;
	margin: auto;
}
.drug-data-cont {
  padding-top: 24px;
}
.data-row {
  text-align: center;
	display: flex;
	gap: 8px;
	justify-content: center;
}
.data-row ~ .data-row {
	margin-top: 8px;
  /* background-color: powderblue; */
}
.data_box {
	flex: 0 1 31%;
	padding: 10px;
  cursor: pointer;
	background: rgba(255, 255, 255, .5);
  border: 3px solid #ffffff;
	transition: 300ms;
}
#dataID-1 {
	background-color: #D64731;
}
#dataID-2 {
	background-color: #002635;
}
#dataID-3 {
	background-color: #005986;
}
#dataID-4 {
	background-color: #8b2371;
}
#dataID-5 {
	background-color: #462c1a;
}
#dataID-6 {
	background-color: #778235;
}
.data_box.bc_off {
	opacity: .5;
}
.data_box.bc_off:hover {
	opacity: .9;
}
.data-title {
	font-family: "futura-pt", sans-serif;
	font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-top: 40px;
}
.data_box i {
	font-size: 44px;
	padding-bottom: 40px;
}
.data_box .data_detail_cont {
  display: none;
  height: 0;
}
.data-info-cont {
	font-weight: 300;
	text-align: left;
  padding-top: 38px;
}
.image-footnote {
  color: #000;
  font-size: 16px;
  margin: 44px auto 0;
  width: 75%;
	max-width: 840px;
  text-align: center;
}
.image-footnote a {
  color: #000;
}
.vk5211-cols .wp-block-column:nth-of-type(1) {
  flex-basis: 40%;
  margin-top: 36px
}
.vk5211-cols .wp-block-column:nth-of-type(2) {
  flex-basis: 60%;
  margin-top: 36px;
}
.vk5211-cols h2 {
	color: #000000;
  margin-bottom: 24px;
}
.vk5211-cols li {
	color: #000000;
	font-size: 20px;
  padding-bottom: 9px;
}
.footnotes-header {
	font-size: 20px;
	margin: 4px 0 10px;
}
.footnotes {
	font-size: 18px;
	margin-bottom: 0;
}
.news-col {
  flex-basis: 35%;
}
.news-col a {
 text-decoration: none;
}
.corp-presentation-thumb {
	display: inline-block;
	width: 80%;
  margin-right: 2%;
	border: 6px solid #fff;
  max-width: 550px;
}
.corp-presentation-icon {
	display: inline-block;
	width: 10%;
  max-width: 70px;
}

.contact-cols {
	margin: 24px 0;
}
#blank-header {
  height: 36px;
}

@media all and (max-width:1365px) {
	#horizontal-nav .ir-menu-item li {
    padding: 10px 5px;
	}
	#horizontal-nav .ir-menu-item li a {
    font-size: 14px;
	}
	#horizontal-nav .ir-menu-item li li {
    padding: 10px 10px;
	}
	.vk5211-cols {
    width: 100%;
	}

}
@media all and (max-width:1440px) {
	.safezoneA {
		padding-left: 2%;
		padding-right: 2%;
	}
	.safezoneB {
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media all and (max-width:1365px) {
	#featured_image {
    height: 300px;
	}
	.site-main {
		background-position: 100% 300px;
	}
	.pr-cols .pr-col {
    flex: 1 1 40%;
	}
}

@media all and (max-width:1200px) {
	#featured_image {
    background-position: 80% 50%;
	}

	.page-id-22 #horizontal-nav {
    display: none;
	}
	.page-id-22 .entry-title {
    margin: 0 0 24px 0;
	}
}

@media all and (max-width:1023px) {
	#horizontal-nav {
    display: none;
	}
	.entry-title {
    margin: 0 0 24px 0;
	}
}


/* mobile menu only */
@media all and (max-width:900px) {
	html {
		padding-top: 0 !important;
	}
	html.wprmenu-body-fixed body {
	  position: relative !important;
	}
	#wprmenu_bar {
    width: 100%;
		transition: 300ms;
	}
	#wprmenu_bar {
    background-color: transparent;
	}
	#wprmenu_bar.scrolled,
	#wprmenu_bar.active {
		background: #ffffff;
		box-shadow: 3px 8px 8px rgba(0, 0, 0, .2);
	}
	#wprmenu_bar.scrolled .menu_title a,
	#wprmenu_bar.active .menu_title a {
		background: url(/wp-content/uploads/2025/12/viking-logo-color.png);
		background-size: contain;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	#wprmenu_bar .bar_logo {
    padding: 0px 0px 0px 0px;
    height: 35px;
	}
	#wprmenu_bar.scrolled .bar_logo,
	#wprmenu_bar.active .bar_logo {
		opacity: 0;
	}
	#wprmenu_bar div.hamburger {
    margin-top: -1px;
	}
	#wprmenu_bar.scrolled .hamburger-inner,
	#wprmenu_bar.scrolled .hamburger-inner:before,
	#wprmenu_bar.scrolled .hamburger-inner:after,
	#wprmenu_bar.active .hamburger-inner,
	#wprmenu_bar.active .hamburger-inner:before,
	#wprmenu_bar.active .hamburger-inner:after {
		background: #000;
	}
	.site-main {
    margin-top: -42px;
	}
}


@media all and (max-width:999px) {
	.data-row {
		display: block;
	}
	.data-row ~ .data-row {
		margin-top: 0;
	}
	.data_box {
		width: 70%;
		margin: 0 auto 8px;
		display: block;
	}
	.data_box .data_detail_cont {
		display: none;
		height:0;
		text-align: left;
	}
	.data_box.bc_active .data_detail_cont {
		display: block;
		height:auto;
	}
	.data-info {
		display: none;
	}
	.data-title {
		font-size: 28px;
		padding-top: 20px;
	}
	.data_box i {
		font-size: 34px;
		padding-bottom: 20px;
	}
}

@media all and (max-width:900px) {
	#featured_image {
		height: 200px;
	}
	.site-main {
		background-size: 200%;
		background-position: 100% 200px;
	}
	.entry-title {
		font-size: 30px;
    margin: 0 0 14px 0 !important;
	}
	.page-top-header {
    font-size: 34px;
	}
	.page-top-copy {
    font-size: 22px;
    margin: 0 auto 24px;
	}
	.home-hero {
		height: 94vh;
	}
	#home-banner-01:before {
    width: 100%;
    height: 200px;
    background-position: 50% 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	}
	.home-pipeline-cols {
		display: block !important;
	}
	.home-pipeline-cols .wp-block-column:nth-of-type(2) {
    padding: 230px 0 0;
	}
	#home-banner-02 {
    padding: 64px 0 0;
	}
	.home-pr-cols {
		display: block !important;
	}
	.pr-cols {
    display: block;
	}
	.pr-cols .pr-col {
    margin-bottom: 14px;
	}
	.vk5211-cols {
		display: block !important;
	}

	.contact-cols {
		display: block !important;
		margin: 0;
	}
	#blank-header {
    display: none;
	}

	.site-info {
    display: block;
	}
	.site-info > div:not(:last-of-type) {
    margin-bottom: 24px;
	}
}


@media all and (max-width:767px) {
	.home-hero {
		height: 99vh;
	}
	.home-tagline-cont {
    width: 100%;
    margin-left: 0%;
	}
	.home-tagline-cont h1 {
    font-size: 30px;
	}
	.home-tagline-cont p {
    font-size: 19px;
	}
}
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}






/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}



	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}
