/*!
Theme Name: SIP Annual Report
Theme URI: http://underscores.me/
Author: Cole\'s Ag Communications
Author URI: https://www.colesag.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sip-annual-report
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

SIP Annual Report is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* 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, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

/* 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: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin:0;
}

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

.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;
}

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

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/*** COLES AG CUSTOM STYLING ***/

*:not(.sub-menu):not(.accordion-content):not(.accordion-icon):not(.accordion-active-icon):not(.accordion-title a):not(.module-accordion):not(.tf_fa.tf-fas-minus):not(.tf_fa.tf-fas-plus):not(.tb_text_wrap):not(.toggle-expand):not(.builder-accordion-active):not(.tf_fa):not(.builder-accordion-active):not(.gs_logo_container):not(.gs-filter-single-item):not(.select2-container):not(h1):not(.module-fancy-heading):not(.fancy-heading):not(.main-head):not(.modal-window):not(.modal-window__wrapper):not(.modal-window__content):not(.trust-contact-btn .module-buttons-item a):not(#home-contact-container .home-contact-box):not(.Video-PopUp-Content):not(.YouTubePopUp-Wrap):not(#primary #sip-hero-container .row_inner .module_column):not(#primary #sip-hero-container .row_inner .module_column.scroll):not(#primary #sip-hero-container .module-menu):not(#primary #sip-hero-container .module-plain-text):not(.site-header):not(.drag_element):not(#powerTip):not(.research-graphics-01a):not(.research-graphics-01b):not(.research-graphics-02a):not(.research-graphics-02b):not(.ktt-01):not(.ktt-01a):not(.ktt-01b):not(.ktt-01c):not(.research-graphics-02c):not(.fixed-div):not(.tb_r59p919):not(.tb_t374630) {
	-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
} 


/** global header **/

#primary .entry-header {
	display:none;
}

#primary .entry-content {
	margin:0;
	}	

.site-header {
    padding: 0;
    display: inline-block;
    width: 25%;
    position: fixed;
    z-index: 50;
    /* background: rgba(39, 46, 58, 0.9); */
    /*background: rgba(17, 40, 75, 0.2);*/
    height: 175px;
    -webkit-transition: width .75s;
       -moz-transition: width .75s;
         -o-transition: width .75s;
            transition: width .75s;		
}


.site-header.scroll {
	height:inherit;
	background:#efefef;
	height: 156px;
	width: 35%;
	top:0;
}

.site-header.scroll .site-branding::before {
    content: '';
    z-index: 1;
    height: 100%;
    width: 100%;
    /*background: rgba(239, 239, 239, 0.5);*/
	background:url('/wp-content/uploads/2025/09/sip-hero-mesh-bg-with-screen_v4-min.png');
	background-position:center center;
	background-size:cover;
    position: absolute;	
}

.site-header.scroll .site-branding {
	height:inherit;
	background:url('/wp-content/uploads/2025/09/sip-site-header-bg.jpg')no-repeat;
	background-size:cover;
	background-position:center center;	
}

.site-header .site-branding a {
	margin: 16px 0 0 40px;
}

.site-header.scroll .site-branding a {
	position:relative;
	z-index:12;
}

.site-header .site-branding a img {
	width: 150px;
	height: auto;
}

.site-header.scroll .site-branding a img {
	width: 125px;
	height: auto;	
}


.site-header .site-branding .site-title,
.site-header #site-navigation {
	display:none;
}

/** homepage **/

#sip-hero-container
 {
	height:100vh;
}

#sip-chair-message,
#sip-gm-message,
#sip-board,
#sip-research-cluster-4,
#sip-delivering-value {
	background:#fff;
}


#sip-gm-message .row_inner,
#sip-research-cluster-4 .row_inner,
#sip-delivering-value .row_inner {
	padding: 60px 0;	
}

#sip-board .row_inner {
	padding:80px 0 60px 0;
}

#sip-strat-plan .row_inner {
	padding:60px 0 0 0;
}

#sip-board .row_inner,
#sip-research-cluster-4 .row_inner,
#sip-strat-plan .row_inner > .module_column,
#sip-delivering-value .row_inner,
#sip-chair-title,
.sip-chair-message-text-multi-column,
.sip-gm-message-text-multi-column {
    max-width: 1600px;
    width: 1600px;
    margin: 0 auto;
}


#sip-hero-container {
	background-size: cover;
	background-position: center center;
}

#sip-hero-container::before {
    content: '';
    z-index: 1;
    height: 100%;
    width: 100%;
    /*background: rgba(239, 239, 239, 0.5);*/
	background:url('/wp-content/uploads/2025/09/sip-hero-mesh-bg-with-screen_v4-min.png');
	background-position:center center;
	background-size:contain;
    position: absolute;
}

#sip-hero-container .row_inner,
#sip-chair-message .row_inner,
#sip-gm-message .row_inner{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;	
	height:inherit;
}

#sip-hero-container .row_inner .module_column {
	display:flex;
	flex-direction:column;
	height:initial;
	align-items: end;
	z-index:1;
    position: relative;
    top: 600px;	
}

#primary #sip-hero-container .row_inner .module_column.scroll {
	position:fixed;
	top:0;
	width:100%;
	z-index:11;
} 

#sip-hero-container .module-plain-text.tb_5d94576,
#sip-hero-container .module-plain-text.tb_clrz688 {
	content:'';
	height:24px;
	width:75%;
	background: #DD7A37;
	/*background: linear-gradient(90deg,rgba(221, 122, 55, 1) 50%, rgba(179, 190, 85, 1) 50%); */
	background: linear-gradient(90deg,rgba(25,105,122, 1) 50%, rgba(221, 122, 55, 1) 50%); 
	border-radius:0 0 0 18px;
	z-index:1;
}

#sip-hero-container .module-fancy-heading {
	background:#12333c;
	z-index:1;
	height:fit-content;
}

#primary #sip-hero-container .module-fancy-heading,
#primary #sip-hero-container .module-menu,
#primary #sip-hero-container .module-plain-text {
	width:75%;	
    -webkit-transition: width .5s;
       -moz-transition: width .5s;
         -o-transition: width .5s;
            transition: width .5s;		
}

#primary #sip-hero-container .module-fancy-heading.scroll,
#primary #sip-hero-container .module-menu.scroll,
#primary #sip-hero-container .module-plain-text.scroll {
	width:65%;
}

#sip-hero-container .module-fancy-heading h1 {	
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	margin:20px 0 20px 40px;
}	

#sip-hero-container .module-fancy-heading.scroll h1 {
}
	
#sip-hero-container .module-fancy-heading h1 .main-head {
	color:#fff;
	font-size:56px;
	line-height: 72px;
    -webkit-transition: margin .15s, font-size .15s;
       -moz-transition: margin .15s, font-size .15s;
         -o-transition: margin .15s, font-size .15s;
            transition: margin .15s, font-size .15s;	
}

#sip-hero-container .module-fancy-heading.scroll h1 .main-head,
#sip-hero-container .module-fancy-heading.scroll h1 .main-head span {
	font-size:44px;
}

#sip-hero-container .module-fancy-heading h1 .sub-head {
	display:none;
}

#sip-hero-container .module-fancy-heading h1 .sub-head,
#sip-hero-container .module-fancy-heading h1 .main-head span {
	color:#f0bd3a;
	font-size:56px;
	padding:0;
	line-height: 72px;
}

#sip-hero-container .module-menu {
	background:#12333c;
	z-index:1;
	padding:0 0 20px 40px;
}

#sip-hero-container .module-menu .module-menu-container  {}
#sip-hero-container .module-menu .module-menu-container ul {}
#sip-hero-container .module-menu .module-menu-container ul li {}

#sip-hero-container .module-menu .module-menu-container ul li:first-child a {
	padding:0 18px 0 0;
}

#sip-hero-container .module-menu .module-menu-container ul li a {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;	
	font-size:18px;
	padding: 0 18px;
	text-transform:uppercase;
	color:#fff;
    -webkit-transition: padding .15s, font-size .15s;
       -moz-transition: padding .15s, font-size .15s;
         -o-transition: padding .15s, font-size .15s;
            transition: padding .15s, font-size .15s;		
}

#sip-hero-container .module-menu.scroll .module-menu-container ul li a {
	font-size:16px;
}

#sip-hero-container .module-menu .module-menu-container ul li a.mPS2id-highlight,
#sip-hero-container .module-menu .module-menu-container ul li a:hover {
	color:#f0bd3a;
}

#sip-hero-container .module-menu .module-menu-container ul li a ._mi.elusive.el-icon-home {
	margin-top:-7px;
}

/*
#primary .sip-video-container .tb_fullwidth_video {
	width:100%;
	height:100vh;
    -webkit-transition: height .5s, width .5s;
       -moz-transition: height .5s, width .5s;
         -o-transition: height .5s, width .5s;
            transition: height .5s, width .5s;
	opacity:1;
}


#primary .sip-video-container.scroll .tb_fullwidth_video {
	position:fixed;
	display:block;
	height:156px;
	width:60%;
	z-index:1;
}
*/
#primary #sip-hero-container.sip-video-container.scroll::before,
#primary .sip-video-container.scroll .tb_fullwidth_video video {
	/*opacity:0;*/
}

.sip-hero-title-banner.scroll {}		
.sip-hero-menu.scroll {}	
.sip-hero-color-bar.scroll {}



/** Message from the Chair **/
/** Message from the GM **/

#sip-chair-message/*,
#sip-gm-message */ {
	background:#efefef;
	/*height:100vh;*/
}


#sip-chair-message .row_inner,
#sip-gm-message .row_inner {
	padding:0 0 60px 0;
}

#sip-chair-message .row_inner .module_column,
#sip-gm-message .row_inner .module_column {
	display:block;	
}


#page #sip-chair-message-text .tb_text_wrap p,
#page #sip-chair-message-text-2 .tb_text_wrap p,
#page #sip-gm-message-text .tb_text_wrap p,
#page #sip-gm-message-text-2 .tb_text_wrap p {
	padding:0 0 24px 0;
	margin:0;
	font-size:17px;
	line-height:23px;
}


#sip-section-header {
	/*background: #dd7a37;*/
	background:#19697a;

	height:50px;
	width:fit-content;
	padding:0 40px 0 80px ;
	align-content:center;
	border-radius:0 0 25px 0;
	margin:0 0 60px 0;
}

#sip-section-header-gm {
	background: #b3be55;
	height:50px;
	width:fit-content;
	padding:0 80px 0 40px ;
	align-content:center;
	border-radius:0 0 25px 0;
	margin:0 0 60px 0;
}

#sip-section-header h1,
#sip-section-header-gm h1 {
	margin:0;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;	
}

#sip-section-header h1 .main-head,
#sip-section-header-gm h1 .main-head {
	color:#fff;
	font-size:28px;
}
#sip-section-header h1 .sub-head,
#sip-section-header-gm h1 .sub-head {
	padding:0;
	display:none;
}


#sip-chair-title {}

#sip-chair-title h2 {
	margin:30px 0 0 0;	
}
#sip-chair-title h2 .main-head,
.sip-chair-image-left .module-title,
#sip-gm-title h2 .main-head,
.sip-gm-image-left .module-title,
#sip-board-title h2 .main-head,
#sip-strat-plan-title h2 .main-head,
#sip-research-cluster-4 h2 .main-head,
#sip-delivering-value h2 .main-head {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;		
	font-size:40px;
	text-transform:uppercase;
	margin:0 0 10px 0;
}
#sip-chair-title h2 .sub-head,
.sip-chair-image-left .module-title span,
#sip-gm-title h2 .sub-head,
.sip-gm-image-left .module-title span,
#sip-research-cluster-4 h2 .sub-head {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;	
	font-style: italic;
	font-size:24px;
	line-height:48px;
	display:block;
}

#sip-chair-title h2 .main-head,
.sip-chair-image-left .module-title,
#sip-chair-title h2 .sub-head,
.sip-chair-image-left .module-title span {
	/*color:#dd7a37;	*/
	color:#19697a;

}

#sip-gm-title h2 .main-head,
.sip-gm-image-left .module-title,
#sip-gm-title h2 .sub-head,
.sip-gm-image-left .module-title span {
	color:#b3be55;
}

.sip-chair-message-text-multi-column,
.sip-gm-message-text-multi-column {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;	
	font-size:15px;
	line-height:22px;	
	color:#12333c;
	margin-top:20px;
	display:inline;
}

.sip-chair-message-text-multi-column p:first-child,
.sip-gm-message-text-multi-column p:first-child {
	margin-top:0;
	}

.sip-chair-message-text-multi-column .module_column.last,
.sip-gm-message-text-multi-column .module_column.last {
	display:block;
}

.sip-chair-image-right {
    float: right;
    display: inline;
    position: relative;
    z-index: 1;
    width: max-content;	
}

.sip-chair-image-left,
.sip-gm-image-left {
    float: left;
    display: inline;
    position: relative;
    z-index: 1;
    width: max-content;	
}

.sip-chair-image-left .module-title
.sip-gm-image-left .module-title {
	margin:0;
	line-height:36px;
	}
		
.sip-chair-image-left .module-title span,
.sip-gm-image-left .module-title span {
	padding:0 0 8px 0;
	}

#sip-chair-message .sip-chair-image-left .image-wrap,
#sip-gm-message .sip-gm-image-left .image-wrap {
	margin:0 30px 20px 0;
	}



/** SIP Board Members **/


#sip-board {
	z-index:2;
}

#sip-board-title h2 {
	margin-top:0;
}

#sip-board-title h2 .main-head {	
	color:rgba(170,189,178,1);
}

#sip-board-title h2 .main-head span {
	color:#12333c;
}

#sip-board-title h2 .sub-head  {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;	
	font-size:16px;
	line-height:22px;	
	color:#12333c;
	margin:10px 0 40px 0;
}


.sip-board-member-container.first {
	margin:0 0 40px 0;
}

.sip-board-member {
	background:rgba(170,189,178,0.6);
	width:235px;
	height:235px;
	display:flex;
	justify-content:center;
	border-radius:150px;
}

.sip-board-member h3 {
	align-content:center;
	margin:0;	
}

.sip-board-member h3 .main-head {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;	
	font-size:26px;
	color:#12333c;
	text-transform:uppercase;
}
.sip-board-member h3 .sub-head {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;	
	font-size:15px;
	padding:14px;
}

.sip-board-member h3 .sub-head span {
	display:block;
	font-style:italic;
}

/** SIP Strat Plan **/

#sip-strat-plan {
	
}

#sip-strat-plan .row_inner {
content:'';
background: #FFFFFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 100%);
position:relative;
height: inherit;
z-index: 1;
width: 100%;
display: block;
}


#sip-strat-plan-title h2 {
	margin:0 0 40px 0;
	line-height:36px;
}

#sip-strat-plan-title h2 .main-head {
	color:#b3be55;
}

#sip-strat-plan-title h2 .main-head span {
	color:#404040;
}

#sip-strat-plan-title h2 .sub-head {
	display:none;
}

.sip-strat-plan-subtitle h3 {
	margin-top:0;
}

.sip-strat-plan-subtitle h3 .main-head,
#primary .module-text h3 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;	
	font-size:26px;
	color:#dd7a37;
	text-transform:uppercase;	
}


.sip-strat-plan-subtitle h3 .sub-head,
#primary .module-text .tb_text_wrap p {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;	
	font-size:15px;
	padding:20px 0 0;	
	color:#12333c;
}


#sip-values-box {
	background:rgba(179,190,85,0.3);
	padding:30px;
	border-radius:0 0 40px 0;
	margin: 20px 0 40px 0;
}

#primary #sip-values-box .module-title {
	margin:0;
	font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
	font-size:30px;
	line-height:30px;
    font-style: normal;	
	color:#98a621;	
}

#primary .sip-strat-plan-pdf {
	display:block;
	height:fit-content;
}

#primary .sip-strat-plan-pdf .module-image {
	display:flex;
	flex-direction:row;
	/*background:rgba(179,190,85,0.3);*/
	background:#e4e8c4;
	border-radius:0 0 30px 0;
}

#primary .sip-strat-plan-pdf .module-image .image-wrap {
	height:inherit;
	flex-basis:30%;
}

#primary .sip-strat-plan-pdf .module-image .image-content {
	padding:18px 40px 0 18px;
	margin-block:0;
	flex-basis:70%;
}

#primary .sip-strat-plan-pdf .module-image .image-content h3 {
	font-size:28px;
	line-height:30px;
}

#primary .sip-strat-plan-pdf .module-image .image-content h3 a {
	margin:8px 0 0 0;
	font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;	
	color:#98a621;	
}

#primary .sip-strat-plan-pdf .module-image .image-content h3 a:hover {
	color:#b3be55;	
}

#primary .sip-strat-plan-pdf .module-image .image-content h3 span {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;	
	font-size:13px;
	display:block;
}

.strat-plan-key-area {
}

#page #primary .strat-plan-key-area h3 {
	font-size:30px;
	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;	
	color:#12333c;	
	margin:0;
	text-align:center;
}

#page #primary .strat-plan-key-area .tb_text_wrap p:first-child {
	margin:0;
}

#page #primary .strat-plan-key-area .tb_text_wrap p strong,
#page .delivering-value-container-2 .module-text .tb_text_wrap p strong {
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:700;
	/*color:#b3be55;	*/
	color:#98a621;
}

#page #primary .strat-plan-key-area .tb_text_wrap ul {
	list-style:none;
 	column-count: 1; /* Specifies the number of columns */
  	column-gap: 20px; /* Adds a gap between columns */	
	margin:0 6%;
	padding:10px 0 30px 0;
}

#page #primary .strat-plan-key-area .tb_text_wrap ul li {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;	
	font-size:15px;
	padding:0 0 20px;	
	color:#12333c;
}
#page #primary .strat-plan-key-area .tb_text_wrap ul li strong {
	display:block;
	font-size:20px;
	font-weight:700;
	/*color:#b3be55;	*/
	color:#98a621;
}


/** Swine Cluster 4 **/

.sip-cluster-stats {
	position:relative;
	z-index:1;
}

#sip-research-cluster-4 {
background: #FFFFFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 15%, rgba(252, 240, 213, 1) 65%);
}


#sip-delivering-value h2
#sip-research-cluster-4 h2 {
	margin:0;
	line-height:36px;
}

#sip-delivering-value h2 .main-head,
#sip-research-cluster-4 h2 .main-head {
	color:#12333c;
}

#sip-delivering-value h2 .main-head span,
#sip-research-cluster-4 h2 .main-head span {
	/*color:#b3be55;*/	
	color:#dd7a37;
}

#sip-delivering-value h2 .sub-head,
#sip-research-cluster-4 h2 .sub-head {
	font-size:22px;
	line-height:28px;	
	margin:8px 0 0 0;
	font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;	
	color:#98a621;	
}

/* image hotspot plugin - cluster map */ 

#sip-cluster-map {
	position:relative;
	bottom:200px;
	margin-bottom:-300px;
}

#sip-cluster-map .tb_text_wrap {

}

#sip-cluster-map-callout {
	display:flex;
	width:77%;
	background-color:#fcf7e8;
	border:2px solid #dd7a37; 
	border-radius:0 24px 0 24px;
}

#sip-cluster-map-callout .tb_text_wrap {

}

#page #sip-cluster-map-callout .tb_text_wrap p {
	padding:20px 24px;
	margin:0;
	font-size:16px;
	line-height:22px;	
	font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;	
	color:#dd7a37;	
}

#page #sip-cluster-map-callout .tb_text_wrap p a {
	text-decoration:none;
	color:#19697a;
}

#page #sip-cluster-map-callout .tb_text_wrap p a:hover {
	color:#2292ab;
}


#sip-cluster-map-legend {
	position:relative;
	top:50px;
}

#powerTip {
	background-color:#dd7a37;	
	box-shadow:4px 6px 16px rgba(51,51,51,0.5);
	/*width:350px;*/
}

#powerTip.ne:before, 
#powerTip.nw:before {
    border-top: 10px solid #dd7a37;
    border-top: 10px solid rgba(221, 122, 55, 1);
}

#powerTip.w:before {
    border-left: 10px solid #dd7a37;
    right: -10px;	
}

#powerTip.e:before {
    border-right: 10px solid #dd7a37;	
}

#powerTip.se:before, #powerTip.sw:before {
    border-bottom: 10px solid #dd7a37;
    border-bottom: 10px solid rgba(221, 122, 55, 1);	
}


#powerTip .box_view_html {
	
}

#powerTip .box_view_html h3 {
	margin:0;	
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;	
	font-size:20px;
	color:#fff;
	/*text-transform:uppercase;		*/
}

#powerTip .box_view_html h3 span {
	padding:0 10px;
	width:30px;
	height:30px;
	display:inline-block;
	text-align:center;
	border-radius:15px;
}

#powerTip .box_view_html h3 .lead {
	background:#f0bd3a;
	margin:0 5px 0 10px;
}

#powerTip .box_view_html h3 .collab {
	background:#b3be55;
	margin:0 10px 0 5px;	
}

.drag_element:hover {

}


/** Research Locations List **/

.research-locations-container {
	width:55%;
	max-width:55%;
}

.page-template-default #page #primary .research-locations-container {
	position:relative;
	bottom:100px;
}

.page-template-default #page #primary .research-locations-container .tb_text_wrap {
	margin:20px 0 0 0;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;	
}

.page-template-default #page #primary .research-locations-container .tb_text_wrap .research-location {
	list-style:none;
 	column-count: auto; /* Specifies the number of columns */
  	column-gap: initial; /* Adds a gap between columns */	
	margin:0 20px 16px 0;
	padding:0;	
	flex-basis:22%;
}

.page-template-default #page #primary .research-locations-container .research-location > li {
	font-weight:700;
	font-size:18px;
	padding:0 0 0 0;
	color:#98a621;
}

.page-template-default #page #primary .research-locations-container .research-location li ul {
 	column-count: auto; /* Specifies the number of columns */
  	column-gap: initial; /* Adds a gap between columns */
	margin:0 0 0 6px;
}

.page-template-default #page #primary .research-locations-container .research-location li ul li {
	padding:0 0 4px 0;
	font-weight:400;
	font-size:13px;
	line-height:15px;
	color:#12333c;
}


/** themify root overrides **/

#primary .module-text .module-title {
	margin:8px 0 0 0;	
}

#primary .module-text .tb_text_wrap p:first-child {
	padding-top:14px;
	margin-top:0;
}

#primary .module-text .tb_text_wrap ul {
	list-style:none;
 	column-count: 2; /* Specifies the number of columns */
  	column-gap: 20px; /* Adds a gap between columns */	
	margin:0 6%;
	padding:0;
}

#primary .module-text .tb_text_wrap ul li {
	font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
	font-size:15px;
    font-style: normal;		
	padding:0 0 30px 0;
}
#primary .module-text .tb_text_wrap ul li strong {
	display:block;
	font-size:20px;
	font-weight:700;
	/*color:#b3be55;	*/
	color:#98a621;
}


/* cluster budget graphic */


.sip-research-budget .module_column {
	align-content:center;
}
.sip-research-budget-circle {
	position:relative;
}

.sip-research-budget-circle .image-wrap {
	display:flex;
	justify-content:center;
	left:32px;
}

.sip-research-budget-numbers {
	position:relative;
}

.sip-research-budget-numbers .image-wrap {
	display:flex;
	justify-content:center;
	right:32px;
}


/* Cluster stats */

#sip-research-cluster-4 .anc-6310-counter-1-count-title,
#sip-research-cluster-4 .anc-6310-counter-2-count-title,
#sip-research-cluster-4 .anc-6310-counter-3-count-title,
#sip-research-cluster-4 .anc-6310-counter-4-count-title {
		padding-top:60px;	

}

#sip-research-cluster-4 .anc-6310-counter-1-count-title,
#sip-research-cluster-4 .anc-6310-counter-2-count-title,
#sip-research-cluster-4 .anc-6310-counter-3-count-title,
#sip-research-cluster-4 .anc-6310-counter-4-count-title,
.sip-research-pie-chart .module-fancy-heading h3 {
	font-size:24px;
	line-height:26px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
	color:#12333c;

}

#sip-research-cluster-4 .anc-6310-counter-1-count-content,
#sip-research-cluster-4 .anc-6310-counter-2-count-content,
#sip-research-cluster-4 .anc-6310-counter-3-count-content,
#sip-research-cluster-4 .anc-6310-counter-4-count-content {
	top:-75px;
}

#sip-research-cluster-4 .anc-6310-counter-1 .anc-6310-counter-1-count-number,
#sip-research-cluster-4 .anc-6310-counter-2 .anc-6310-counter-2-count-number,
#sip-research-cluster-4 .anc-6310-counter-3 .anc-6310-counter-3-count-number,
#sip-research-cluster-4 .anc-6310-counter-4 .anc-6310-counter-4-count-number {
	color:#b3be55;
}

#sip-research-cluster-4 .anc-6310-counter-1:hover .anc-6310-counter-1-count-number,
#sip-research-cluster-4 .anc-6310-counter-2:hover .anc-6310-counter-2-count-number,
#sip-research-cluster-4 .anc-6310-counter-3:hover .anc-6310-counter-3-count-number,
#sip-research-cluster-4 .anc-6310-counter-4:hover .anc-6310-counter-4-count-number {
	color:#dd7a37;
}

#sip-research-cluster-4 .anc-6310-counter-1 .anc-6310-counter-1-count-content,
#sip-research-cluster-4 .anc-6310-counter-2 .anc-6310-counter-2-count-content,
#sip-research-cluster-4 .anc-6310-counter-3 .anc-6310-counter-3-count-content,
#sip-research-cluster-4 .anc-6310-counter-4 .anc-6310-counter-4-count-content {
	background:url('/wp-content/uploads/2025/09/sip-circle-drkblue-green-bg-min.png')no-repeat,  rgba(255, 255, 255, 0.5);
	background-size:contain;
	background-position:center center;
}

#sip-research-cluster-4 .anc-6310-counter-1:hover .anc-6310-counter-1-count-content,
#sip-research-cluster-4 .anc-6310-counter-2:hover .anc-6310-counter-2-count-content,
#sip-research-cluster-4 .anc-6310-counter-3:hover .anc-6310-counter-3-count-content,
#sip-research-cluster-4 .anc-6310-counter-4:hover .anc-6310-counter-4-count-content {
	background:url('/wp-content/uploads/2025/09/sip-circle-drkblue-orange-bg-min.png')no-repeat,  rgba(255, 255, 255, 1);
	background-size:contain;
	background-position:center center;
}

#page .tb_knnp565 {
	right:10%;
}

#page .sip-research-pie-chart {
	display:block;
	padding:30px 0 0 0;
}

#page .sip-research-pie-chart {
	position:relative;
}

#page .sip-research-pie-chart .module-fancy-heading {
	position:absolute;
	width:100%;
	top:40px;
	left:0;
	z-index:0;
}

/** Delivering Value in 2024-25 **/

#sip-delivering-value {
	background:url('/wp-content/uploads/2025/09/circles-bg_50-min.png')no-repeat;	
	background-position:left -16% bottom 76%;
	background-size:30%;
}

#sip-delivering-value h2 {
	margin:0 0 40px 0;
}

#sip-delivering-value h2 .main-head {
	margin:0;
}
#sip-delivering-value h2 .sub-head {
	margin-top:0;
}


#page .delivering-value-container {

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	--gutter:0;
}

#page .delivering-value-container > .module_column.first {
	padding:0 20px 0 0;
	flex-basis:60%;
}

#page .delivering-value-container > .module_column.last {
	padding:0 0 0 20px;
	flex-basis:40%;
}

#page .delivering-value-container .module-fancy-heading h3,
#page .delivering-value-container-2 .module-fancy-heading h3,
#page .delivering-value-container-3 .module-fancy-heading h3 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;	
	font-size:30px;
	color:#dd7a37;
	text-transform:uppercase;		
}

#page .value-to-industry-budget {}


#page .value-to-industry-budget .module_column {
	/*align-content:center;*/
}

#page .value-to-industry-budget-circle {
	position:relative;
	width:55%;
	top:0;
	left:75px;
}

#page .value-to-industry-budget-numbers {
	position:absolute;
	width:55%;
	top:0;
	right:35px;
}

#page .value-to-industry-budget-converge {
	position:absolute;
	width:55%;
	top:0;
	left:75px;	
}

/* Delivering Value stats */

.anc-6310-counter-9,
.anc-6310-counter-10,
.anc-6310-counter-11 {
	bottom:50px;
}

#sip-delivering-value  .anc-6310-counter-5-top-container,
#sip-delivering-value  .anc-6310-counter-6-top-container,
#sip-delivering-value  .anc-6310-counter-7-top-container,
#sip-delivering-value  .anc-6310-counter-8-top-container {
	min-height:120px;
}

#sip-delivering-value  .anc-6310-counter-9-top-container,
#sip-delivering-value  .anc-6310-counter-10-top-container,
#sip-delivering-value  .anc-6310-counter-11-top-container {
	min-height:120px;
}

#sip-delivering-value .anc-6310-counter-5-count-title,
#sip-delivering-value .anc-6310-counter-6-count-title,
#sip-delivering-value .anc-6310-counter-7-count-title,
#sip-delivering-value .anc-6310-counter-8-count-title,
#sip-delivering-value .anc-6310-counter-9-count-title,
#sip-delivering-value .anc-6310-counter-10-count-title,
#sip-delivering-value .anc-6310-counter-11-count-title {
	padding-top:60px;	
}

#sip-delivering-value .anc-6310-counter-5-count-title,
#sip-delivering-value .anc-6310-counter-6-count-title,
#sip-delivering-value .anc-6310-counter-7-count-title,
#sip-delivering-value .anc-6310-counter-8-count-title,
#sip-delivering-value .anc-6310-counter-9-count-title,
#sip-delivering-value .anc-6310-counter-10-count-title,
#sip-delivering-value .anc-6310-counter-11-count-title {
	font-size:24px;
	line-height:26px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
	color:#12333c;
	display:none;
}

#sip-delivering-value .anc-6310-counter-5-count-content,
#sip-delivering-value .anc-6310-counter-6-count-content,
#sip-delivering-value .anc-6310-counter-7-count-content,
#sip-delivering-value .anc-6310-counter-8-count-content,
#sip-delivering-value .anc-6310-counter-9-count-content,
#sip-delivering-value .anc-6310-counter-10-count-content,
#sip-delivering-value .anc-6310-counter-11-count-content {
	top:-75px;
}

#sip-delivering-value .anc-6310-counter-5 .anc-6310-counter-5-count-number,
#sip-delivering-value .anc-6310-counter-6 .anc-6310-counter-6-count-number,
#sip-delivering-value .anc-6310-counter-7 .anc-6310-counter-7-count-number,
#sip-delivering-value .anc-6310-counter-8 .anc-6310-counter-8-count-number,
#sip-delivering-value .anc-6310-counter-9 .anc-6310-counter-9-count-number,
#sip-delivering-value .anc-6310-counter-10 .anc-6310-counter-10-count-number,
#sip-delivering-value .anc-6310-counter-11 .anc-6310-counter-11-count-number {
	color:#12333c;
	position:relative;
	top:-4px;	
}

#sip-delivering-value .anc-6310-counter-5:hover .anc-6310-counter-5-count-number,
#sip-delivering-value .anc-6310-counter-6:hover .anc-6310-counter-6-count-number,
#sip-delivering-value .anc-6310-counter-7:hover .anc-6310-counter-7-count-number,
#sip-delivering-value .anc-6310-counter-8:hover .anc-6310-counter-8-count-number,
#sip-delivering-value .anc-6310-counter-9:hover .anc-6310-counter-9-count-number,
#sip-delivering-value .anc-6310-counter-10:hover .anc-6310-counter-10-count-number,
#sip-delivering-value .anc-6310-counter-11:hover .anc-6310-counter-11-count-number {
	color:#dd7a37;
}

#sip-delivering-value .anc-6310-counter-5 .anc-6310-counter-5-count-content,
#sip-delivering-value .anc-6310-counter-6 .anc-6310-counter-6-count-content,
#sip-delivering-value .anc-6310-counter-5 .anc-6310-counter-5-count-content,
#sip-delivering-value .anc-6310-counter-7 .anc-6310-counter-7-count-content,
#sip-delivering-value .anc-6310-counter-8 .anc-6310-counter-8-count-content,
#sip-delivering-value .anc-6310-counter-9 .anc-6310-counter-9-count-content,
#sip-delivering-value .anc-6310-counter-10 .anc-6310-counter-10-count-content,
#sip-delivering-value .anc-6310-counter-11 .anc-6310-counter-11-count-content {
	background:url('/wp-content/uploads/2025/09/sip-circle-drkblue-orange-bg-min.png')no-repeat,  rgba(255, 255, 255, 1);
	background-size:contain;
	background-position:center center;
}

#sip-delivering-value .anc-6310-counter-5 .anc-6310-counter-5-count-subtitle,
#sip-delivering-value .anc-6310-counter-6 .anc-6310-counter-6-count-subtitle,
#sip-delivering-value .anc-6310-counter-7 .anc-6310-counter-7-count-subtitle,
#sip-delivering-value .anc-6310-counter-8 .anc-6310-counter-8-count-subtitle,
#sip-delivering-value .anc-6310-counter-9 .anc-6310-counter-9-count-subtitle,
#sip-delivering-value .anc-6310-counter-10 .anc-6310-counter-10-count-subtitle,
#sip-delivering-value .anc-6310-counter-11 .anc-6310-counter-11-count-subtitle {
	margin:30px 14px;
	font-size:15px;
	line-height:20px;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
	color:#12333c;	
	text-transform:initial;
}

#sip-delivering-value .anc-6310-counter-5:hover .anc-6310-counter-5-count-subtitle,
#sip-delivering-value .anc-6310-counter-6:hover .anc-6310-counter-6-count-subtitle,
#sip-delivering-value .anc-6310-counter-7:hover .anc-6310-counter-7-count-subtitle,
#sip-delivering-value .anc-6310-counter-8:hover .anc-6310-counter-8-count-subtitle,
#sip-delivering-value .anc-6310-counter-9:hover .anc-6310-counter-9-count-subtitle,
#sip-delivering-value .anc-6310-counter-10:hover .anc-6310-counter-10-count-subtitle,
#sip-delivering-value .anc-6310-counter-11:hover .anc-6310-counter-11-count-subtitle {
	/*color:#98a621;*/
	color:#dd7a37;
}

#sip-delivering-value .anc-6310-counter-5:hover .anc-6310-counter-5-count-content,
#sip-delivering-value .anc-6310-counter-6:hover .anc-6310-counter-6-count-content,
#sip-delivering-value .anc-6310-counter-7:hover .anc-6310-counter-7-count-content,
#sip-delivering-value .anc-6310-counter-8:hover .anc-6310-counter-8-count-content,
#sip-delivering-value .anc-6310-counter-9:hover .anc-6310-counter-9-count-content,
#sip-delivering-value .anc-6310-counter-10:hover .anc-6310-counter-10-count-content,
#sip-delivering-value .anc-6310-counter-11:hover .anc-6310-counter-11-count-content {
	background:url('/wp-content/uploads/2025/09/sip-circle-drkblue-orange-bg-min.png')no-repeat,  rgba(255, 255, 255, 1);
	background-size:contain;
	background-position:center center;
}

#sip-delivering-value .anc-6310-counter-11 .anc-6310-counter-11-count-number {
	position:relative;
	top:-8px;
}

#sip-delivering-value .anc-6310-counter-11 .anc-6310-counter-11-count-number::before {
	content:'$';
	position:absolute;
	top:0;
	display:block;
	font-size:24px;
	top:0px;
	left:-12px;
}


#sip-delivering-value .anc-6310-counter-11 .anc-6310-counter-11-count-number::after {
	content:'MILLION';
	position:absolute;
	display:block;
	font-size:16px;
	top:36px;
	left:3px;
}


#page .delivering-value-container-2 {

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	--gutter:0;
}

#page .delivering-value-container-2 > .module_column.first {
	padding:0 20px 0 0;
	flex-basis:35%;

}

#page .delivering-value-container-2 > .module_column.last {
	padding:10px 40px 40px 40px;
	flex-basis:65%;
	background:#efefef url('/wp-content/uploads/2025/09/sip-banff-pork-seminar-bg.jpg')no-repeat;
	background-position:bottom center;
	background-size:contain;
	border-radius:0 75px;
}

#page .delivering-value-container-2 > .module_column.last .tb_j4jl844 .module-text .tb_text_wrap p strong,
#page .delivering-value-container-2 > .module_column.last .tb_qxe5284 .module-text .tb_text_wrap p strong {
 	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;	
	font-size:25px;	
	color:#12333c;
	text-align:left;
    line-height: 30px;	
} 

#page .sip-banff-seminar-container {	
}

#page .delivering-value-container-2 > .module_column.last .tb_qxe5284 .module-text .tb_text_wrap p:first-child {
	padding:0;
}


#page .delivering-value-container-2 > .module_column.last .tb_qxe5284 .module-text .tb_text_wrap p,
#page .delivering-value-container-2 > .module_column.last .tb_j4jl844 .module-text .tb_text_wrap p,
#page .sip-banff-seminar-container .module_column .module-text .tb_text_wrap p {
	font-size:17px;
	line-height:24px;
	font-weight:500;
	padding:30px 0 0 0;
}

#page .sip-banff-seminar-container .module_column .module-text .tb_text_wrap p strong {
	color:#12333c;
	font-size:22px;
}

#page .delivering-value-container-2 .module-fancy-heading h3 .sub-head {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;	
	font-size:18px;
	padding:10px 0 0 0;
	color:#12333c;
}


#page .sip-banff-seminar-container .module_column .tb_l170791 {
	margin:0 0 10px 0;
}

#page .delivering-value-container-2 > .module_column.last .module-fancy-heading.tb_y2hm681 h3,
#page .delivering-value-container-2 > .module_column.last .module-fancy-heading.tb_japw557 h3 {
	margin-bottom:12px;
}


#page .delivering-value-container-2 .module-text .tb_text_wrap p {
	margin:0;
}

#page .delivering-value-container-2 .module-text .tb_text_wrap ul {
	list-style:initial;
 	column-count: 1; /* Specifies the number of columns */
  	column-gap: 0px; /* Adds a gap between columns */	
	margin:0 0 0 30px;
	padding:0;	
}
#page .delivering-value-container-2 .module-text .tb_text_wrap ul li {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;	
	font-size:15px;
	padding:10px 0 0;	
	color:#12333c;	
}

#page .delivering-value-container-2 .module-text .tb_text_wrap ul li strong {
    font-weight: 700;
    font-style: normal;	
	font-size:15px;
	color:#12333c;
}

#page .research-graphics-container {
	position:relative;
}


#page .research-graphics-01a {
	position:relative;
	width:50%;
	max-width:50%;
	justify-self:center;
	margin:0 0 30px 0;
	clear:both;
}

#page .research-graphics-01b {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	max-width:50%;
	justify-self:center;
	left: 25%;
}


#page .research-graphics-02a {
	position:relative;
	width:60%;
	max-width:60%;
	justify-self:center;
	margin:0 0 30px 0;
	left:3%;
}

#page .research-graphics-02b,
#page .research-graphics-02c {
	position:absolute;
	top:0;
	left:0;
	width:60%;
	max-width:60%;
	justify-self:center;
	left: 23%;
}



#page .ktt-01 {
	position:relative;
	width:75%;
	max-width:75%;
	justify-self:center;
	margin:0 0 30px 0;
	clear:both;
}

#page .ktt-01a,
#page .ktt-01b,
#page .ktt-01c {
	position:absolute;
	top:0;
	left:0;
	width:75%;
	max-width:75%;
	justify-self:center;
	left: 13%;
}

#page .ppra-funding-graphic {
	position:relative;
	width:90%;
	max-width:90%;
	justify-self:center;
	margin:30px 0 30px 0;
}


/** Key Result Areas **/

#page #key-results-graphic {
	background:#cdcdcd;
	position:absolute;
	top:120px;
	right:0;
	/*height:100vh;*/
	width:47%;
	padding:0 0 0 0;
	z-index:1;
	border-radius:50px 0 0 0;
}

#page div#key-results-graphic.fixed-div {
	background:#cdcdcd;
	position:fixed;
	top:306px;
}

#page #key-results-graphic .tb_text_wrap {
	/*background:#cdcdcd;*/
}

#page #key-results-graphic .tb_text_wrap h4 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;		
	font-size:30px;
	text-transform:uppercase;
	margin:0 0 10px 0;	
	/*background:#b3be55;*/
	background:#19697a;
	color:#fff;
	padding:20px 0 20px 40px;
	border-radius:50px 0 0 0;
}

#page #key-results-graphic .tb_text_wrap h4.green { 
	background:#b3be55;
	}


#page #key-results-graphic .tb_text_wrap .key-results-list {
	column-count:4;
	margin:45px 90px;
}

#page #key-results-graphic .tb_text_wrap .key-results-list li {
	
}

#page #key-results-graphic .tb_text_wrap .key-results-list li img {
	width:150px;	
}


/** back to top button overrides **/

a#scroll-to-top { 
	z-index:9999;
    padding: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: #773dbd;
    border-radius: 20px;
	font-size:1em;
	text-indent:0;
}

a#scroll-to-top::before {
	font-family: FontAwesome;
	content:'\f106';	
	color:#fff;
	font-size:1em;
    width: 40px;
    height: 40px;	
	position:relative;
	display:block;
    text-align: center;
    align-content: center;		
} 

a#scroll-to-top:hover {
	background:#daa900;
	}




/* text to be reviewed */
.red {
	color:#ff0000 !important;
}

.sip-layout {
	background:#efefef;
	height:300px;
	align-content:center;
	text-align:center;
}



/** back to top override **/

 .page-template-default .progress-wrap {
	box-shadow:inset 0 0 0 0;	
	border:0px solid #818c2b;
	 bottom:30px;
}

 .page-template-default .progress-wrap:hover {
	background-color:#dd7a37;		
}

 .page-template-default .progress-wrap svg.progress-circle path {
	stroke-width:0;
}

 .page-template-default .progress-wrap:hover::after {
	color:#fff;
}

.sip-board-member-container > .module_column {
	justify-content:center;
}

.sip-board-member-container.first.mobile,
.sip-board-member-container.mobile,
.sip-board-member-container.end.mobile {
	display:none;
}


.sip-key-result-icon {
}

.sip-key-result-icon .image-wrap img {
	width:30%;
}


#page .tb_iie7681 h3 {
	margin-bottom:0;
}

#page .tb_3tp2153 .tb_text_wrap p strong,
#page .tb_003y735 .tb_text_wrap p strong,
#page .tb_3dsy557 .tb_text_wrap p strong {
	text-align:left !important;
	padding:15px 0;
}

/** PDF Download button **/

#page #download-pdf-button {
	position:absolute;
	top:39px;
	right:0;
	width:120px;
	padding:0 0 0 0;
	z-index:100;
	border-radius:8px 0 0 8px;
}

#page div#download-pdf-button.fixed-div {
	/*background:#cdcdcd;*/
	position:fixed;
	top:225px;
}

#page #download-pdf-button .module-buttons-item a {
	display:block;
	padding:10px 5px 10px 45px;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;	
	font-size:15px;
	line-height:17px;
	color:#fff;
	background:#dd7a37 url('/wp-content/uploads/2025/09/pdf-icon-light_v2.png')no-repeat;
	background-size:auto 25px;
	background-position:left 5px center;
	border-radius:8px 0 0 8px;
	/*text-shadow:1px 1px 5px rgba(18,51,60,0.9);*/
}

#page #download-pdf-button .module-buttons-item a:hover {
	background:#f0bd3a;
	color:#12333c;	
	background:#f0bd3a url('/wp-content/uploads/2025/09/pdf-icon-light_v2.png')no-repeat;
	background-size:auto 25px;
	background-position:left 5px center;	
}


/** footer **/

#colophon {
	background:#12333c;
	height:100px;
    justify-content: center;
    display: flex;
    flex-direction: column;	
	position:relative;
}

#colophon #secondary #block-10 .wp-block-gallery .wp-block-image {
    padding: 0 85px;	
}

#colophon #secondary #block-10 .wp-block-gallery .wp-block-image a {
	display:block;	
	align-content:center;
}

#colophon #secondary #block-10 .wp-block-gallery .wp-block-image a img {
	opacity:0.4;
    width: 100%;
    height: auto;
    flex: 0;	
}

#colophon #secondary #block-10 .wp-block-gallery .wp-block-image a:hover {}

#colophon #secondary #block-10 .wp-block-gallery .wp-block-image a:hover img {
	opacity:1;
}

#colophon .site-info {
	display: flex;
    align-content: end;
    align-items: end;
    justify-content: center;
    flex-direction: row;
	position:absolute;
	bottom:0;
	width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
	}

#colophon .site-info p {
	margin:0;
	color:#fff;
	font-family: "Lato", sans-serif;
    font-weight: 400;
	font-size:13px;	
	line-height:19px;	
}

#colophon .site-info .sep {
	margin:0 8px;
	color:#cdcdcd;
	font-family: "Poppins", sans-serif;
    font-weight: 400;
	font-size:13px;	
	line-height:19px;	
}

#colophon .site-info .sep.last {

}

#colophon .site-info a {
	margin:0;
	color:#fff;
	font-family: "Poppins", sans-serif;
    font-weight: 400;
	font-size:13px;	
	line-height:19px;
	text-decoration:none;
}

#colophon .site-info a:hover {
	color:#fff;
}

/*** EN-FR TOGGLE ***/

.en-fr-toggle {
	position: absolute;
    top: 46px;
   	right: 0px;
    display: block;
    z-index: 100;
    background: #f0bd3a;
    border-radius: 4px 0 0 4px;	
	}
	.en-fr-toggle:hover {
		background:#DD7A37;
		}


.en-fr-toggle a {
font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    padding: 0 18px;
    text-transform: uppercase;
	display: block;
	padding: 4px 20px;
	text-decoration:none;
	color:#12333c;
	}
	.en-fr-toggle a:hover {
		color:#fff;
		}


	.en-fr-toggle a span {
		color:#fff;
		}
	.en-fr-toggle a:hover span {
		color:#fff;
		}



