﻿:root   {
    
    
    --HLBrightGreen: 	#bff355;
    --DarkGreen: 		#243508;
    --Grey1: 			#e2d6cf;
    --White: 			#FFFFFF;
	
	--GridColWidth: 	220px;
	--GridRowHeight: 	356px;
	--GridGap: 			20px;
	
}



* {margin:0; padding:0; outline:none; border:none; box-sizing:border-box; -moz-box-sizing:border-box;}

/* GLOBAL */

/* Light 200 */

html { }
body {line-height:1; font-family: 'Roobert'; color: #243508; font-variant-ligatures: common-ligatures; font-feature-settings: "calt" 0;}

::-webkit-input-placeholder     {color:#bdbdbd;}
::-moz-placeholder              {color:#bdbdbd; opacity:1;}
:-ms-input-placeholder          {color:#bdbdbd;}
:-moz-placeholder               {color:#bdbdbd; opacity:1;}

ul		{margin-left:0;}

h1		{font-weight:normal; font-family: 'Roobert'; line-height: 1.1em; font-size: 45px;}
h2		{font-weight:normal; font-family: 'Roobert'; margin-bottom: 0.5em; font-size: 25px;}
h3		{font-weight:normal;}
h4		{font-weight:normal;}
h5		{font-weight:normal;}
h6		{font-weight:normal;}
p		{line-height:1.3em; font-size: 17px; margin-bottom: 1.5em;}
img     {max-width:100%; height:auto;}
a       {color:inherit;}
a.cover {position:absolute; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0); display:block; z-index: 10}

.inner		{width:100%; max-width:1160px; padding-left: 30px; padding-right: 30px;  margin:0 auto; position: relative;}

.col-row	{font-size:0}

.expander .expanded			{display:none;}
.expander.open .expanded	{display:block;}
.expander-btn				{display:inline-block; text-decoration: none; padding-bottom: 3px; margin-bottom: 45px; color:#5482ab; border-bottom: 2px solid #bed600; font-family: 'Roobert';}


/** 2026 Home Page Grid **/

/* Wrapper */
.cms-grid {
  display: grid;
  gap: var(--GridGap);
  grid-template-columns: repeat(3, minmax(var(--GridColWidth), 1fr));
  grid-auto-rows: var(--GridRowHeight);
  grid-auto-flow: dense;
}


.cms-tile { position: relative; overflow: hidden;}


.cms-tile.vid {cursor: pointer;}
.cms-tile video {position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block;}

.cms-tile.vid:after {
  content: ''; position: absolute; inset: 0; opacity: 1; transition: .5s ease; pointer-events: none;
  background-image: url('/_uploads/2026-ui/play-btn.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px;
}

.cms-tile.vid.is-playing::after {opacity: 0;}

.cms-tile.video-tile .panel-text          {}
.cms-tile.video-tile .panel-text:before   {width: 56px; height: 53px; background-image: url(/_uploads/2026-ui/icon-video.svg); background-size: cover; display: block; content: ''; margin-bottom: 10px;} 

.col-1 { grid-column: span 1; }
.col-2 { grid-column: span 2; }
.col-3 { grid-column: span 3; }
.col-4 { grid-column: span 4; }
.col-5 { grid-column: span 5; }
.col-6 { grid-column: span 6; }
.col-7 { grid-column: span 7; }
.col-8 { grid-column: span 8; }
.col-9 { grid-column: span 9; }
.col-10 { grid-column: span 10; }
.col-11 { grid-column: span 11; }
.col-12 { grid-column: span 12; }

.row-1 { grid-row: span 1; }
.row-2 { grid-row: span 2; }
.row-3 { grid-row: span 3; }
.row-4 { grid-row: span 4; }
.row-5 { grid-row: span 5; }
.row-6 { grid-row: span 6; }

.row-2 .panel {height: calc(var(--GridRowHeight) * 1); }
.row-2 .panel {height: calc(var(--GridRowHeight) * 2 + (var(--GridGap) * 1)); }
.row-3 .panel {height: calc(var(--GridRowHeight) * 3 + (var(--GridGap) * 2)); }

hr.quote_line {border: 2px solid var(--HLBrightGreen); width: 33%;  margin: 50px 0;}


.desktop {display: block;}
.mobile {display: none;}
.tablet {display: none;}
.disabled {visibility: hidden;}

@media (max-width: 1200px)
{
	.col-container {padding: 20px !important;}
}

@media (max-width: 990px)
{
	
	.content-header {height: auto !important;}
	.content-page-hero-text .text {width: 100% !important; margin-top: 60px; }
	
	.tablet {display: block;}
	.cms-grid {grid-template-columns: repeat(2, minmax(var(--GridColWidth), 1fr));}
	
	.page-slide-media 	{width: 100%;}
	.page-slide-media 	{height: 65vw;}
	
	.page-slide-media img {object-fit: cover; width: 100%; height: 100%; object-position: center}
	
	.page-slide-media:before {background-position: center top; position: absolute; top: 0; left: 0; inset:0; content: ''; 
		background-repeat: no-repeat; height: 60%; background-image: url('/_uploads/2026-ui/bg-content-header.png'); background-position: bottom center; background-size: cover;}
	
	
    .content-header .inner {position: relative; z-index: 5}
    
}
@media (max-width: 460px)
{
	.page-slide-media:before {height: 65%;}
	.page-slide-media {height: 75vw; }
}


@media (max-width: 640px)
{
	/*
	.row-1 .panel, .row-1	{*height: 50vw;*}
	.row-2 .panel, .row-2	{*height: 150vw;}
	.row-3 .panel, .row-3	{height: 200vw;
	*/
	

	
	.cms-grid {grid-template-columns: 1fr; grid-auto-rows: auto; grid-auto-flow: row;}
	.cms-tile {grid-column: 1 !important; grid-row: auto !important;}
	
	
	.desktop {display: none;}
	.mobile {display: block;}
	
	.cms-grid {display: flex; flex-direction: column; }
	
	.cms-grid .cms-tile {display: flex; flex-direction: row; width: 100%; justify-content: space-between; height: auto;}
	
	.cms-grid .cms-tile .panel {width:45vw ; height: 45vw}
	.cms-grid .cms-tile .panel-text {width: 55vw; position: unset; padding: 0px 10px; text-align: left;}
	
	.cms-grid .cms-tile .panel.quote .panel,
	.cms-grid .cms-tile .panel.quote,
	.cms-grid .row-2.cms-tile .panel,
	.cms-grid .row-3.cms-tile .panel {height: auto !important; width: 100%; padding-top: 15px; }
	
	
	
	#cpBody_secGlobalOutlook .cms-grid .cms-tile .panel-text h3 {color: #243508; font-size: 17px; line-height: 1.3em; font-weight: 400; text-align: left;  }
	#cpBody_secGlobalOutlook .cms-grid .cms-tile .panel-text p {color: #243508; font-size: 14px; line-height: 1.3em; font-weight: 300; text-align: left; }
	
	.panel:after {display: none !important;}
	.panel.panel-quote:after {display: block !important;}
    
    .panel-quote-inner  {position: relative; z-index: 5}
    
	/*.grid .col-1			{text-align:left; padding-left: 0px;}
	.grid .icon-container	{margin-left:0;}
	*/
	
	/*.mobile-map	{display: none !important;}*/
	
	
	/* Pagination */
	
	.pagination {display: flex; flex-wrap: wrap;}
	.pagination .btn.prev {order: 1;}
	.pagination .btn.next {order: 2;}
	.pagination ul {order: 3; width: 100%; display: flex !important; justify-content: space-between !important;}
	
}







    /*
    --HLBrightGreen: 	#bff355;
    --DarkGreen: 		#243508;
    --Grey1: 			#e2d6cf;
    --White: 			#FFFFFF;
*/
/* The New Quote Panels */
.person-testimonial 				{padding: 30px; background-color: var(--HLBrightGreen); font-family: 'Roobert';  margin-bottom: 20px;  }
.person-testimonial	.quote-mark		{margin-bottom: 20px; max-width: 60px; }
.person-testimonial h3 				{font-size: 90px; color: var(--DarkGreen); font-family: 'Roobert'; margin-bottom: 10px;  }
.person-testimonial p 				{font-size: 20px; color: var(--DarkGreen); font-family: 'Roobert'; margin-bottom: 10px;}
.person-testimonial p:last-of-type 	{margin-bottom: 0;}


.person-testimonial.grey-1 			{background-color: var(--Grey1);}


.person-testimonial.dark-green		{background-color: var(--DarkGreen);}
.person-testimonial.dark-green h3 	{color: var(--HLBrightGreen)}
.person-testimonial.dark-green p 	{color: var(--White)}

.person-testimonial.left p 			{text-align: left;}
.person-testimonial.right p 		{text-align: right;}
.person-testimonial.justified p 	{text-align: justify; hyphens: auto; text-wrap: pretty;}









/** HEADER **/
header	{position: absolute; width: 100%; top: 0; z-index: 6}
.logo	{width:100px; display: inline-block; margin-top: 45px; z-index: 5; position: relative;}

.overlay-container	{}

/*
.overlay			{width:1300px; height: 100%; max-width: 100%; margin: 0 auto; left: 50%; margin-left: -650px; position: absolute; z-index: 5} 
.overlay:after		{width:641px; height: 100%; background-image: url(/_assets/bg-overlay.png); background-position: right top; background-size: cover; content: ''; position: absolute; left: 0; top: 0; opacity: 0.24;}
.overlay:before		{width:100%; height: 100%; position: absolute; background-color: #5d82a7; opacity: 0.24; left: -100%; top: 0; content: ''}
*/
.overlay			{width:50%; height: 100%; max-width: 50%; margin: 0 auto; left: 0px; margin-left: 0px; position: absolute; z-index: 5}
.overlay:after		{width:100%; height: 100%; background-image: url(/_assets/bg-overlay.png); background-position: right top; content: ''; position: absolute; left: 0px; top: -80px; opacity: 0.24; background-repeat: no-repeat;}
.overlay:before		{width:100%; height: 100%; position: absolute; background-color: #5d82a7; opacity: 0; left: -100%; top: 0; content: ''} /* opacity: 0.24; */


/** NAV **/
nav								{background-color:#243508; width:100%; position: absolute; left: 0; z-index: 10; top: -100%; transition: 0.5s ease-out}
nav	.col						{width:315px; display: inline-block; font-size: 18px; vertical-align: top; font-family: 'Roobert';}
nav	.col ul						{width:235px;}
nav	.col ul li					{margin-bottom:14px; display: block; max-width: 290px; line-height: 1.3em;}
nav	.col ul li a				{color:#ffffff; text-decoration: none; display: block; position: relative; transition: 0.2s ease-out}
nav	.col ul li a:after			{width:10px; height: 19px; background-size: cover; background-image: url(/_assets/icon-chevron.png); display: block; position: absolute; content: ''; right: -10px; top: 12px; margin-top: -9px; transition: 0.2s ease-out}
nav	.col ul li a:hover:after	{transform: translateX(4px);}
nav	.col ul li a:hover			{opacity:0.6;}
nav	.col.col-middle				{width:365px; padding-left:60px; border-left:1px solid #ffffff;}
nav	.col.col-middle ul li:last-child	{margin-bottom:3px}
nav	.col.col-last		{background-color:#82C8BE; width:420px; padding: 45px 50px 25px 50px; line-height:1.4em;}
nav	.col.col-last ul	{width:100%;}

nav .inner	{padding-top:130px; padding-bottom:130px;}
nav .close	{width:32px; height: 32px; position: absolute; right:30px; top: 60px; background-image: url(/_assets/icon-close.png); background-size: cover;}
nav.open	{top:0;}
a.icon-nav	{width:42px; height: 31px; background-image: url(/_assets/icon-nav.png); background-size: cover; display: block; position: absolute; right: 30px; top: 60px; z-index: 6}

.icon-people    {position: absolute; height: 31px; width: auto; right: 92px; top: 60px;}

.page-copy ol,
.page-copy ul {line-height:1.3em; font-size: 17px; margin-left: 20px; }

.page-copy ol li,
.page-copy ul li {margin-bottom: 0.7em;}

/* HERO CAROUSEL */
.slide-text-column          {position: relative; width: 82%; height: 720px; position: relative; z-index: 5; padding-top: 200px;}
.slide-text-column:after    {background-image: url('/_uploads/2026-ui/supergraphic-2026.png'); background-position: right bottom; position: absolute; 
	background-size: cover; top: 0; left: 0; inset:0; content: ''; background-repeat: no-repeat; height: 100%;}

.hero-text			{display:block; font-size: 45px; position: relative; z-index: 5; width:460px; max-width: 100%; position: relative; z-index: 1; left: 50%; margin-left: -310px;}
.hero-text h1,		
.hero-text h2		{font-family: 'Roobert'; color:#ffffff; color: var(--DarkGreen); font-size: 29px; font-weight: 600; margin-bottom: 0.45em}
.hero-text p        {font-size: 20px; font-weight: 200; margin-bottom: 0.5em; color: var(--DarkGreen);}
.hero-text p.intro  {font-size: 22px; font-weight: 400; color: var(--White); color: var(--DarkGreen);}

.hero-text .btn          {background-color: #243508; border-color:#243508; color: #BFF355}
.hero-text .btn:hover    {background-color: #243508; border-color:#243508; color: #BFF355; }
.hero-text .btn:after    {background-image:url(/_assets/btn-arrow-light.svg); width: 17px; height: 17px; }
.hero-text .btn:hover:after {transform: rotate(45deg)}

.hero-text .person img  {width: 78px;}
.hero-text .person p    {font-size: 14px; margin-bottom: 0.25em; font-weight: 400; color: var(--DarkGreen);}
.hero-text .person p a  {text-decoration: none; color: var(--DarkGreen); font-size: 18px; }

.hero-text .person p.person_name {font-weight: 600; }



.hero-text .person p:last-child {margin-bottom: 0}

.hero-carousel .slide           {position: relative;}
.hero-carousel .slide-media     {position: absolute; right: 0; top: 0; height: 99.8%; width: 75%; z-index: 0}


@media (max-width: 990px) 
{
	.hero-carousel .slide-media {height: 100%;}
}

.hero-carousel .slide-media img,
.hero-carousel .slide-media video {object-fit: cover; width: 100%; height: 100%; object-position: center}

.hero-carousel-container                                            {position: relative; overflow: hidden;}
.hero-carousel-container .carousel-nav                              {bottom: 0; left: 50%; margin-left: -550px; position: absolute; display: flex; align-items: flex-end;}
.hero-carousel-container .carousel-nav .slick-dots                  {display: flex; list-style: none; font-size: 0; gap:8px;}
.hero-carousel-container .carousel-nav .slick-dots li               {width: 16px; height: 16px; background-color: #e2d6cf;}
.hero-carousel-container .carousel-nav .slick-dots li.slick-active  {background-color:#243508}

.pause-button       {margin-right: 15px; font-size: 0; background: none}
.pause-button img   {width: 40px;}


/** CONTENT PAGE **/
#contentHeader,
.content-header {height: 500px; position: relative; padding-top: 20px; margin-bottom: 20px; background-position: center; background-size: cover;}

.content-header .supergraphic-2 {width:60%; min-width: 675px; height: 100%; position: absolute; bottom: 0; height: 580px; 
	background-image: url('/_uploads/2026-ui/supergraphic-page-dt.png'); background-size: cover; background-position: right bottom;}


#contentHeader:before,
.content-header:before { background-image: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0)); content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; }

#contentHeader .inner,
.content-header .inner { height: 100%; }

#contentHeader .btn,
.content-header .btn { position: absolute; right: 0; bottom: 30px; color: #ffffff; right: 30px; }

/** CONTENT HERO **/
.inline-icon						{display:inline-block; vertical-align: middle; margin-right: 20px;}
.inline-icon .icon-container		{margin-bottom:10px;}
.content-page-hero-text				{width:550px; max-width: 100%; position:absolute; left: 0; bottom: 60px; padding-right: 0; padding-left:30px;}
.content-page-hero-text .text		{display:inline-block; vertical-align: middle; max-width: 80%;}
.content-page-hero-text .text p		{margin-bottom: 0; font-size: 20px; color: var(--DarkGreen); }
.content-page-hero-text .text h1	{font-family: 'Roobert'; margin-top: 0.25em; font-weight: 500; font-size: 29px; color: var(--DarkGreen);}

.page-icon { height: 56px; margin-left: 0px; }

/** GLOBAL OUTLOOK **/
.grid { padding: 50px 0 50px; text-align: center; position: relative; z-index: 7; background-color: #ffffff; }
.grid .icon-container { margin-left: auto; margin-right: auto; margin-bottom: 15px; }
.grid h1 { color: #243508; font-weight: 600}

.col-3		{/*width:33.333%;width: 373px; display: inline-block; vertical-align: top; padding: 17px; */ }

.panel							{width:100%; height: 356px; position: relative; background-size: cover; text-align: left;}
.panel:after					{background-image: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0)); content: ''; position: absolute; left: 0; top: 0; width:100%; height: 100%; display: block;}

.no-listing-grad .panel:after 	{background: unset;}


.panel-text						{position:absolute; padding:25px 30px; bottom: 0; left: 0; z-index: 5}
.panel-text h3					{font-size:20px; color: #8da7c1; font-family: 'Roobert'; margin-bottom: 5px; font-weight: 600; line-height: 1.2em}
.panel-text p					{font-size:17px; color: #ffffff; font-family: 'Roobert'; margin-bottom: 15px;}
.panel-text .btn				{color:#243508; padding: 10px; font-size: 14px;}
.panel-text .btn:after			{margin-left: 12px;}

.panel-quote        {display: flex; justify-content: center; align-items: flex-end; /*background-color: #243508;*/ padding: 0 40px; z-index: 5;}
.panel-quote p      {color:#ffffff; font-weight: 400}
.panel-quote p em   {font-weight: 200}
.panel-quote p.by-line {color: var(--HLBrightGreen)}

.panel-quote:after  {display: none}
.panel-quote img    {width: 60px; transform: translateX(-10px); margin-bottom: 10px;}

.panel-quote.light      {/*background-color: #bff355;*/}
.panel-quote.light p    {/*color:#243508*/}

#cpBody_secGlobalOutlook .panel-text h3 {color: #ffffff;}
#cpBody_secGlobalOutlook .panel-text p {color: #ffffff;}


.col-container	{width:1134px; max-width: 100%; padding:30px 0 0 0; margin: auto;}

/** ARTICLE **/
article { position: relative; }

article .intro { font-size: 21px; font-family: 'Roobert'; }
article .intro p {font-size: inherit; font-family: inherit; line-height: 1.3em; }

article blockquote { background-color: #edf2f6; padding: 25px; margin: 3em 0; border-top: 2px dotted #5482ab; border-bottom: 2px dotted #5482ab; }
article blockquote { color: #5482ab; font-size: 21px; font-family: 'Roobert'; }

article .donut-carousel-container	{padding:30px; padding-bottom: 5px; margin: 40px 0}
.left-col				{width:720px; padding-top: 0;}
.article-text			{width:620px; max-width:100%;}
.paging-arrow					{font-size:17px; color:#5482ab; font-family: 'Roobert'; text-decoration: none; display: inline-block; transition: 0.2s ease-out}
.paging-arrow.previous:before	{width:54px; height: 54px; border-radius: 54px; background-color: #d0dde8; content: ''; display: inline-block; vertical-align: middle; margin-right: 15px; background-image: url(/_assets/icon-chevron-blue.png); background-size: cover;}
.paging-arrow.next:after		{width:54px; height: 54px; border-radius: 54px; background-color: #d0dde8; content: ''; display: inline-block; vertical-align: middle; margin-left: 15px;  background-image: url(/_assets/icon-chevron-blue.png); background-size: cover; transform: rotate(180deg)}
.paging-arrow.next				{float:right;}
.paging-arrow.previous			{float:left;}
.paging-arrow.previous:hover	{transform:translateX(-5px)}
.paging-arrow.next:hover		{transform:translateX(5px)}

.pagination			{text-align:center; margin-bottom: 50px; display: flex; justify-content: space-between; width: 100%; margin-top: 35px;}
.pagination:before,
.pagination:after   {display: none}


.pagination ul		        {display:inline-block; list-style: none; margin-top: 13px;}
.pagination ul li	        {display:inline-block; margin: 0 7px;}
.pagination ul li a	        {display:block; background-color: #BFF355; width:17px; height: 17px;}
.pagination ul li a:hover	{background-color:#243508;}
.pagination ul li.active a	{background-color:#243508;}

/** RIGHT COL **/
.right-col	{width:380px; position: absolute; right:0; top: 170px;}

.quick-nav-container { padding: 30px 0; background-color: #243508; }
.quick-nav-container ul { list-style: none; }
.quick-nav-container ul li { display: block; margin-bottom: 0; color: #BFF355; font-size: 17px; font-family: 'Roobert'; }
.quick-nav-container ul li a { text-decoration: none; display: block; position: relative; padding: 10px 40px; line-height: 1.2em;  }
.quick-nav-container ul li a:after	{width:12px; height: 12px; background-size: cover; background-image: url(/_assets/2025-arrow-lime.svg); display: block; position: absolute; content: ''; right: 30px; top: 50%; margin-top: -9px; transition: 0.2s ease-out}
.quick-nav-container ul li a:hover	{background-color:#82C8BE; color: var(--DarkGreen);}

.quick-nav-container ul li.active { padding: 10px 40px; background-image:url(/_uploads/2026-ui/bg-nav.jpg); background-size:cover; cursor: default; color: var(--DarkGreen); }

.right-col .person-testimonial 					   {background-color:#ffffff; padding: 50px 40px 20px 0; margin-bottom: 0}
.right-col .person-testimonial p				      {color:#243508; font-size:21px;}
.right-col .person-testimonial .person-text p	{color:#243508; font-size: 14px;}

.read-next-panel .panel-text	{padding-left:50px;}
.read-next-panel .read-next		{position:absolute; left:50px; top:30px; z-index: 5; color: #ffffff;}

.authors				{margin-top: 40px; }
.supporting.authors 	{margin-top: 0px; }

.authors h3					{font-size: 24px; font-family: 'Roobert'; margin-bottom: 25px;}
.authors .person        	{display: flex; flex-direction: column;}
.authors .person-text   	{padding:15px 0 0 0; width: 100%;}
.authors .person p			{font-size:14px; margin-bottom: 0;}
.authors .person p a		{font-size:17px; text-decoration: none}
.authors .person p a.eml	{font-size:14px;}
.authors .person			{margin-bottom:35px;}
.authors .person img    	{width: 206px;}

.supporting.authors .person			{margin-bottom: 0px; margin-top: 10px; }


/** INTRO SECTION **/
.intro-section 				{padding:50px 0 90px; position: relative; z-index: 5}
.intro-section .col-left	{font-size:17px; width:375px; display: inline-block; vertical-align: top;}
.intro-section .col-right	{font-size:17px; width:400px; margin-right: 85px; float: right;}

.person			{font-size:0; margin: 20px 0 20px 0}
.person-text 	{display:inline-block; width:79%; padding-left:15px;}
.person-text p	{font-size: 17px; color:#4d5357;}
.person img		{display:inline-block; width:21%;}

.spacer	{height: 20px;}


.authors .person-text p.person-name { margin-bottom: 8px; font-weight: bold; }

.icon-container			{width:96px; height:96px; border-radius: 48px; text-align: center; background-color: #5482ab; display: table; margin-bottom: 40px;}
.icon-container .icon	{width:100%; height: 100%; display: table-cell; text-align: center; vertical-align: middle;}
.icon-container img		{display:inline-block;}
.icon-container.minus-top	{margin-top:-100px;}

/** OVERVIEW SECTION **/
.overview-section			{padding:50px 0 90px; background-color: #4d5357; position: relative; z-index: 6}
.overview-section h2		{color:#ffffff;}
.overview-section p			{color:#ffffff;}
.overview-section .col-left	{width:450px; display: inline-block; vertical-align: top;}
.overview-section .col-right	{display: inline-block; float: right; margin-top: 30px; margin-right: -15px; width:540px;}

.donut-carousel-container				{font-size:0;}
.donut-carousel-container .slide		{text-align:center; width:33.333%; padding: 15px; display: inline-block;}
.donut-carousel-container .slide p		{font-size:14px;}
.donut-carousel-container .slide img	{margin-bottom: 15px; display: inline-block;}

.donut-carousel-container.blue		{background-color:#5482ab}
.donut-carousel-container.blue p	{color:#ffffff;}

.donut-carousel-container.grey		{background-color:#4d5357}
.donut-carousel-container.grey p	{color:#ffffff;}

.donut-carousel .slick-arrow				{background-image:url(/_assets/slick-arrow.png); width: 26px; height: 50px; background-size: cover; background-color: transparent; position: absolute; top: 40%; left: 0; margin-top: -25px;}
.donut-carousel .slick-arrow.slick-next		{left:auto; right:0}
.donut-carousel .slick-arrow.slick-prev		{transform: rotate(-180deg)}

/** MAP SECTION **/
.map-container                  {height: auto; background-image:url(/_uploads/2026-ui/bg-grad-2026.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; position: relative; z-index: 8; }
.map-container .icon-container	{background-color:#304658;}
.map-container h2				{}
.map-container p				{}
.map-text						{width:550px; padding: 60px 0}

.map-text-2                     {padding: 60px 0; width: 100%; max-width: 310px;}
.map-text-2 h3                  {font-weight: 400; font-size: 24px; margin-bottom: 0.25em; line-height: 1.2em}
.map-text-2 h3 strong           {font-weight: 600}
.map-text-2 p                   {font-size: 14px;}

.table							{display:table; width:100%; height: 100%;}
.table-cell						{display:table-cell; width:100%; height: 100%; vertical-align: middle;}

.map-container-two              {display: flex; justify-content: space-between; gap: 30px;}

@media (max-width: 1097px) 
{
	.map-container-two 				{background-size: 50vw auto; }
}



/** FOOTER **/
footer								{background-color:#fff; padding: 55px 0; text-align: center}
footer ul							{margin-left:0;}
footer ul.social-list				{float: left;}
footer ul.social-list li a			{width:auto; height: auto; border:none}
footer ul.social-list li a:hover	{background-color:transparent;} 

ul.social-list				{display:inline-block; list-style: none; font-size: 0;}
ul.social-list li			{display:inline-block; margin-right: 20px; width:45px;}
ul.social-list li a			{display:block;}
ul.social-list li a	img		{width:100%;}
ul.social-list li a:hover	{background-color:#bed600;}

ul.footer-list				{font-size:14px; display: inline-block; font-family: 'Roobert'; margin-top: 15px; float: left;}
ul.footer-list li			{display:inline-block; margin: 0 10px;}
ul.footer-list li a			{text-decoration:none; transition:  color 0.2s ease-out}
ul.footer-list li a:hover	{color:#bed600}

footer p				{color:#BEC5C2; width:100%; font-size: 10px; font-family: Georgia, Times New Roman, serif; text-align: left; margin-top: 70px; }


.mobile-map	{display:none;}



.btn			{border:2px solid #bff355; background-color: #bff355; padding: 12px 16px; font-size: 15px; color:#243508; display: inline-flex; text-decoration: none; transition: 0.2s ease-out; cursor: pointer;}
.btn:hover		{background-color:#ffffff; border-color: #ffffff; color: #243508;}

.btn.alt-hover:hover    {border-color: #bff355}

.btn.white			{border-color:#ffffff; color:#ffffff;}
.btn.white:hover	{background-color:#ffffff; color:#4d5357;}

.btn:after          {width: 13px; height: 13px; background-image: url(/_assets/btn-arrow.svg); background-size: cover; content: ''; flex-shrink: 0; transition: 0.2s ease-out; margin-left: 20px;}

.panel:hover .btn          {background-color: #ffffff; border-color:#ffffff}

.btn:hover:after,
.panel:hover .btn:after    {transform: rotate(45deg)}

.btn.flipped        {flex-direction: row-reverse;}
.btn.flipped:after  {margin-left: 0; margin-right: 15px; transform: scaleX(-1);}

.btn.arrow              {background-color: #243508; width: 130px; max-width: 100%; color: #bff355; border-color: #243508; justify-content: space-between}
.btn.arrow:after        {background-image:url(/_assets/2025-arrow-2.svg); width: 28px; height: 14px; margin: 0;}
.btn.arrow.prev         {flex-direction: row-reverse;}
.btn.arrow.prev:after   {transform: scaleX(-1) !important;}

.btn.arrow:hover:after  {transform: none;}
.btn.arrow:hover        {opacity: 0.8}


.btn.meet_the_team { background-color: unset; border-color: var(--DarkGreen); margin-left: 10px;}






.profile-text::before {content: ''; width: 53px; height: 36px;display: inline-block; background-image: url('/_uploads/page-icons/icon-quote.png'); background-size: contain; background-repeat: no-repeat;}
.profile-text {font-size: 19px; margin-top: 0px; }


.profile-image-title-holder {display: block; position: relative; font-size: 0;}

.profile-image {width: 90px; margin-right: 10px; display: inline-block;}
.profile-image img {width: 100%;}

.profile-title {font-size: 16px; line-height: 1.4em; color: #fff; display: inline-block; vertical-align: bottom;}
.profile-title strong {font-family: 'Roobert';}



.key_takeaways	 			{padding: 30px; background-image:url(/_uploads/2026-ui/bg-small-grad.jpg); background-size: cover; background-repeat: no-repeat; margin-bottom: 40px; }
.key_takeaways h2 			{font-size: 26px; font-weight: 600; margin-bottom: 24px; }
.key_takeaways ul 			{margin-left: 22px; line-height: 1.3em; font-size: 17px; list-style: none;}
.key_takeaways ul li 		{line-height: 1.3em; margin-bottom: 10px; position: relative; }
.key_takeaways ul li:before {content: ''; display: block; position: absolute; top: 6px; left: -22px; ; width: 9px; height: 9px; background-color: var(--HLBrightGreen); }

@media (max-width: 1300px) 
{

    .hero-text  {margin-left: -370px;}

}
    
@media (max-width: 1160px) 
{
	
	nav .inner			{padding-left:15px; padding-right:30px;}
	
	nav .col,
	nav .col.col-middle,
	nav .col.col-last	{width:33.333%; padding: 15px;}
	
    .hero-text  {margin-left: 0; left: 30px;}
    
    .hero-carousel-container .carousel-nav  {margin-left: 0; left: 30px;}
    
	.left-col	{width:60%;}
	.right-col	{width:35%;}
	
    .map-container  {}
    
}

@media (max-width: 1050px) 
{
	/** OVERVIEW SECTION **/
	.overview-section .col-left		{width:50%; padding-right: 30px;}
	.overview-section .col-right	{width:50%;}
	
	/* NAV */
	nav .col.col-middle	{border-left:none;}
	nav .col ul			{width:90%;}	
	
	
	
}

@media (max-width: 990px) 
{

    .slide-text-column:after    	{display: none;}
	.slide-text-column 				{width: 100%;}
	
	.hero-carousel .slide-media 	{position: relative; width: 100%;}
	.hero-carousel .slide-media 	{height: 75vw;}
	
	.hero-carousel .slide-media:before {background-position: center top; position: absolute; background-size: contain; top: 0; left: 0; inset:0; content: ''; 
		background-repeat: no-repeat; height: 100%; background-image: url('/_uploads/2026-ui/mobile-header-graphic.png'); background-size: contain;}
	
	
    .hero-text  {}
    .hero-carousel-container .carousel-nav  {left: auto; right: 30px; bottom: 20px;}
    .slide-text-column  {background-image: url(/_uploads/2026-ui/mobile-header-bg.jpg); background-size: cover; background-position: bottom center; height: auto; padding-bottom: 20px; }
    
    .hero-text .person  {width: 100%;}
	
	.content-header .supergraphic-2 {display: none;}
	.content-page-hero-text {position: relative; width: 100% !important; padding: 0px; left: unset; bottom: unset; }
	
	.content-header {}
    
	#contentHeader:before, .content-header:before {display: none;}
}
    
@media (max-width: 950px) 
{
	
	/** HEADER **/
	.overlay:after,
	.overlay:before	{display:none;}
	
	/** INTRO SECTION **/
	.intro-section .col-left,
	.intro-section .col-right	{margin:0; width: 50%;}
	.intro-section .col-left .person-testimonial	{padding-right:30px;}
	
	.donut-carousel	{padding-left: 30px; padding-right: 30px;}
	
	/* FOOTER */
	footer	{text-align:center;}
	footer ul.social-list	{float:none; margin: auto; margin-bottom: 15px;}
	ul.footer-list			{float:none; width: 100%;}
	p.sign-off				{margin-top:30px; text-align: center;}
	
	/** NAV **/
	nav .col ul	li	{font-size:16px;}	
	
	/** RIGHT COL PADDING **/
	.quick-nav-container			{padding:20px;}
	.right-col .person-testimonial	{padding:30px; padding-bottom: 0}
	.read-next-panel .panel-text	{padding-left:30px;}
	.read-next-panel .read-next		{left:30px;}
	.right-col .authors				{padding:30px;}
	
	.paging-arrow				{font-size:14px;}
	.paging-arrow.next:after,
	.paging-arrow.previous:before	{width:34px; height: 34px;}
	.pagination ul					{margin-top: 14px;}
	.pagination ul li				{margin:0 1px;}

	
}

@media (max-width: 830px) 
{
    #contentHeader, .content-header {height: auto;}
    .content-header .supergraphic-2 {width: calc(100% - 150px); min-width: unset; height: 500px;}
    .content-page-hero-text         {width: calc(100% - 271px);}
    
    .content-page-hero-text .text   {max-width: 100%;}
   /* .content-page-hero-text .text h1 {font-size: 30px;}*/
    .content-page-hero-text .text p  {font-size: 18px;}
    
}   

@media (max-width: 768px) 
{
    .map-container      {background-image:url(/_uploads/2026-ui/bg-map-container-2026.jpg); background-position: bottom right;}
    .map-container-two  {flex-direction: column}
    .map-text           {padding-bottom: 30px}
    .map-text-2         {width: 100%; padding-top: 0}
}

@media (max-width: 700px) 
{
	.logo	{margin-top:30px;}
    
    .icon-people,
	a.icon-nav	{top:30px;}
	
	/** INTRO SECTION **/
	.intro-section .col-left,
	.intro-section .col-right	{width: 100%;}
	.intro-section .col-right	{margin-bottom:50px;}

	/** OVERVIEW SECTION **/
	.overview-section .col-left		{width:100%; padding-right: 0;}
	.overview-section .col-right	{width:100%; margin-right: 0}
	.donut-carousel					{padding-left: 0; padding-right: 0;}
	

	
	/** MAP CONTAINER **/
	.map-container-two			{background-image:none !important;}
	.map-container			{height: auto; padding: 0;}
	.map-container .inner	{width:100%;}
	.map-text				{width:100%;}
	.mobile-map				{display:block; margin: 30px 0}
	.map-container .icon-container	{margin-bottom:20px;}
	ul.footer-list li		{margin-bottom:10px;}
	
	/* NAV */
	nav					{top:0; display: none;}
	nav.open			{display:block;}
	nav .col,
	nav .col.col-middle,
	nav .col.col-last	{width:400px; max-width: 100%; display: block; margin: auto;}
	nav .col ul			{width:100%;}
	nav .inner			{padding-right:15px; padding-top: 80px; padding-bottom: 40px;}
	nav .col.col-first	{padding-bottom:5px;}
	nav .col.col-middle	{margin-bottom:15px;}
	nav .col.col-last	{padding-top:20px;}
	nav .col.col-first ul li:last-child,
	nav .col.col-middle ul li:last-child	{margin-bottom:0;}
	
	nav .close	{top:30px}
	
	/** ARTICLE PAGE **/
	.left-col				{width:100%;}
	.right-col				{width:100%; position: relative; top: auto; right: auto;}
	.quick-nav-container	{display:none;}
	.paging-arrow			{font-size:0}
	
	#contentHeader .btn		{display:none;}
	.content-page-hero-text .text	{margin-top:20px;}
	.content-page-hero-text			{padding-right:30px;}
    
    /* HERO TEXT */
    .hero-text  {width: calc(100% - 60px);}
    
    .content-header .supergraphic-2     {background-image: url('/_uploads/2026-ui/supergraphic-home-mb.png'); width: calc(100% - 100px); background-position: right center}
    .content-page-hero-text             {width: calc(100% - 250px); padding-right: 0}
    
    .content-page-hero-text .text h1    {/*font-size: 24px;*/}
    .content-page-hero-text .text p     {font-size: 14px;}

}

@media (max-width: 640px) 
{
	
    
	/** INTRO SECTION **/	
	.person-testimonial p	{font-size:21px;}
	.person-text p			{font-size:14px;}
	.icon-container			{width:50px; height: 50px;}
	.icon-container img		{ height: 30px; /*width:34px;*/}
	.icon-container.minus-top	{margin-top:-76px;}
	
	.grid h1	{font-size:28px;}
	
	.overview-section	{padding-bottom:30px;}
	
	.content-header .btn {display: none;}
	
    .pagination ul li a {width: 10px; height: 10px;}
    
    
    /* HERO TEXT */    
    .hero-text p,
    .hero-text p.intro {font-size: 17px;}
    
    .btn    {font-size: 14px;}
    .hero-text .btn:after   {width: 14px; height: 14px; margin-left: 10px;}
    
}


@media (max-width: 540px) 
{
    /*.pagination .btn.arrow  {font-size: 0; width: 52px; padding: 10px;}*/
    
    .map-container      {background-image:url(/_uploads/2026-ui/bg-map-container-2026-mb.jpg);}

    
}

@media (max-width: 500px) 
{
 
	.slide-text-column {padding-top: 130px; }

    .hero-text .person      {display: flex; gap: 10px; align-items: flex-end;}
    .hero-text .person-text {padding-left: 0; width: auto}
    .hero-text .person p    {font-size: 14px;}
    .hero-text .person img  {width: 78px;}
    
    .logo   {width: 80px;}
    
    .content-page-hero-text             {width: calc(100% - 190px);}
    .content-page-hero-text .text h1    {/*font-size: 20px;*/}
    .content-header .supergraphic-2     {background-image: url('/_uploads/2026-ui/supergraphic-home-mb-small.png')}

}

@media (max-width: 414px) 
{
    /* IPHONE 6+, GOOGLE NEXUS 5X & GOOGLE NEXUS 6P */

	
	.col-3			{width:100%;}
	/*.col-container	{padding-left:13px; padding-right: 13px; padding-top: 13px;}*/
    
    a.icon-nav          {width: 32px; height: 22px; background-size: contain;}
    .icon-people        {height: 22px; width: auto; display: block; right: 70px}
    .icon-people img    {width: auto; height: 100%;}
    
    .content-header .supergraphic-2 {width: calc(100% - 65px);}
    
    .content-page-hero-text {width: calc(100% - 150px)}
	
	.btn.arrow {width: 120px; }

	
}

@media (max-width: 413px) 
{
	/*
    .slide-text-column  {width: 95%;}
    .slide-text-column:after    {background-image: url('/_uploads/2026-ui/supergraphic-home-mb-small.png')}
    */
	
	/*
    .pagination .btn.arrow          {width: 46px;}
    .pagination .btn.arrow:after    {width: 22px; height: 11px;}
    .pagination ul li a             {width: 7px; height: 7px;}
	*/
}

@media (max-width: 340px) 
{
	/*
    .hero-text h1, .hero-text h2    {font-size: 18px;}
    .hero-text p, .hero-text p.intro    {font-size: 13px;}
    .hero-text .person                  {width: 80%;}
	*/
}

@media (max-width: 320px) 
{
    /* IPHONE 5 */
}