/*
Lycoming Core Stylesheet v11.0.b1

TODO:
Make focus outlines consistent (and choose final color)






COLORS:
--------------------------------------------------------
Brand Blue - #133250
Brand Yellow - #F7A800

White - #FFFFFF
        #f7f7f7
Neutral Lightest - #EEEEEE
Neutral Lighter - #CCCCCC
Neutral Light - #AAAAAA
Neutral - #666666
     #555555 - sidenav links
Neutral Dark - #444444
       #333333
Neutral Darker - #222222
Neutral Darkest - #000000
Near Black - #07121D
Faded Blue - #4C76A2
Bright Blue (contrast with dark colors) - #0793CB 
Cerulean - #0077b6
Sky Blue - #93BFE6
Aqua - #0BB6C5
Mint Green (with white) - #008566
        Mint Green (with black) - #009E7A
Pea Green - #AEC137
Red (with white) - #DE342B
      Faded Red (with black) - #E24A43
Just Orange - #F47D2D
Maroon - #772237
Magenta - #C0198D
Bubblegum - #EE3182 now #DE126A
Peach - #F3716D
Royal Purple - #451D5C
       ((darker purple for links #1e0436))
Mid Purple - #583D82
Light Purple - #9B70AE now #8A62A1
Old Stone - #9A9281 now #7D7564


#B7B7B7 - table separators


BREAKPOINTS:
--------------------------------------------------------
Small: < 40em (640px)
Medium: 40em - 64em (640px - 1024px)
Large: 64em+ (1024px+)

*/



:root {
    --brand-blue: #133250;
    --brand-yellow: #F7A800;
    --cerulean: #0077b6;
    --near-black: #07121D;


    --heading-blue: #0077b6;
    --heading-yellow: #07121D;  /* Doesn't work on light BGs, so ignore it/fallback to default */

    /* --link-color: #133250; */
    --link-color: #4c76a2; /*TODO*/
    /* --link-color-hover: #4c76a2; */
    --link-color-hover: #0077b6; /*TODO*/
    --link-color-visited: #451d5c;
    --link-color-visited-hover: #583d82;

    --hr-color: #B7B7B7;

    --button-bg-color: var(--brand-yellow);
    --button-border-color: var(--brand-yellow);
    --button-text-color: var(--near-black);
}

/* @view-transition {
  navigation: auto;
}
form > header {
  view-transition-name: site-nav;
}

.backToTop {
  view-transition-name: back-to-top;
}
.siteFooter {
  view-transition-name: site-footer;
} */


/* Resets
-------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*:not(dialog) {
		padding: 0;
		margin: 0;
}

html {
  color-scheme: light;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  hanging-punctuation: first allow-end last;
  line-height: 1.5;
}

/* @media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
} */



body {
  margin: 0;
  line-height: 1.5;
  min-height: 100vh;
  min-height: 100dvh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* text-wrap: balance; */
  overflow-wrap: break-word;
  font-variant-numeric: lining-nums;
  line-height: 1.1;
}

p {/*OTHERS?*/
  overflow-wrap: break-word;
  text-wrap: pretty;
	font-variant-numeric: proportional-nums;
}

p,
blockquote,
q,
figcaption,
li {
	hanging-punctuation: first allow-end last; /*Safari only at the moment*/
}

ul,
ol,
dl {
  list-style-position: inside;
}
 ul ul, ol ul, dl ul,
  ul ol, ol ol, dl ol,
  ul dl, ol dl, dl dl {
    padding-inline-start: 1lh;
  }


img,
iframe,
picture,
audio,
video,
canvas
{
  display: block;
  max-width: 100%;
  height: auto;
}

img{
  border-radius: .75rem;
}

svg{
  max-width: 100%;
}
svg:not([fill]) {
	fill: currentColor;
}

input,
button,
textarea,
select {
  font: inherit;
}

input,
label,
button{
line-height: 1.1;
}

input, textarea {
  hanging-punctuation: none;
}

textarea {
	resize: vertical;
}

textarea:not([rows]) {
  min-height: 10rem;
}

fieldset,
iframe {
	border: none;
}

math,
time,
table {
	font-variant-numeric: tabular-nums lining-nums slashed-zero;
}

table {
	border-collapse: collapse;
}

abbr {
	font-variant-caps: all-small-caps;
	text-decoration: none;

	&[title] {
		cursor: help;
		text-decoration: underline dotted;
	}
}

sup,
sub {
	line-height: 0;
}

:disabled {
	opacity: 0.8;
	cursor: not-allowed;
}

:focus-visible {
	outline-offset: 0.15rem;
}

#form {
  isolation: isolate;
}

:target {
  scroll-margin-block: 4ex;
}
/* /Resets */




/* Fonts
-------------------------------------------------------- */
body{
	font-family: 'Gontserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  /* TODO: is this the right font stack? */
}

h1, .h1,
h2, .h2,
h3, .h3{
	font-family: 'Big Shoulders', 'Impact', 'Arial Narrow', 'Helvetica Condensed', 'Roboto Condensed', sans-serif-condensed, sans-serif;
  /* TODO: is this the right font stack? */
	/* font-family: 'Big Shoulders', "BigShoulders-Fallback"; */
	font-weight: 800;
  line-height: 1.1;
  margin-bottom:1.25rem
}

h2.reduced,
h4, .h4,
h5, .h5,
h6, .h6{
  font-family: 'Gontserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  /* TODO: is this the right font stack? */
  line-height: 1.4;
  font-weight: 700;
  margin-bottom:1.25rem;
}

.bigShoulders{
  font-family: 'Big Shoulders', 'Impact', 'Arial Narrow', 'Helvetica Condensed', 'Roboto Condensed', sans-serif-condensed, sans-serif !important;
  font-weight: 800;
  line-height: 1.1;
}

/* /Fonts */



/* Headings
-------------------------------------------------------- */

h1, .h1{
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2rem;
}

h1.superBreadcrumb{
  font-size: 1.25rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-family: 'Gontserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  margin-top:-1rem;
}

h2.h1{
  margin-top:0;
}

h2, .h2{
  font-size: 1.75rem;
  margin-bottom:1.5rem
}

h3, .h3{
  font-size: 1.5rem;
}

h2.reduced,
h4, .h4{
  font-size: 1.3rem;
  line-height: 1.3;
}

h5, .h5{
  font-size: 1.15rem;
}

h6, .h6{
  font-size: 1rem;
}



@media screen and (min-width: 30em) {

  h1, .h1{
    font-size: 2.5rem;
  }

  h2, .h2{
    font-size: 2rem;
  }

  h3, .h3{
    font-size: 1.75rem;
  }

  h2.reduced,
  h4, .h4{
    font-size: 1.4rem;
  }

  h5, .h5{
    font-size: 1.15rem;
  }

  h6, .h6{
    font-size: 1.05rem;
  }

}

@media screen and (min-width: 40em) {

  h1, .h1{
    font-size: 3rem;
  }

  h1.superBreadcrumb{
    font-size: 1.5rem;
    margin-top:-.5rem;
  }

  h2, .h2{
    font-size: 2.25rem;
  }

  h3, .h3{
    font-size: 1.75rem;
  }

  h2.reduced,
  h4, .h4{
    font-size: 1.5rem;
  }

  h5, .h5{
    font-size: 1.2rem;
  }

  h6, .h6{
    font-size: 1.1rem;
  }

}

@media screen and (min-width: 50em) {

  h1, .h1{
    font-size: 3.5rem;
  }
  
  h1.superBreadcrumb{
    font-size: 1.6rem;
    margin-top:0rem;
  }

  h2, .h2{
    font-size: 2.75rem;
  }

  h3, .h3{
    font-size: 2rem;
  }

  h2.reduced,
  h4, .h4{
    font-size: 1.6rem;
  }

  h5, .h5{
    font-size: 1.3rem;
  }

  h6, .h6{
    font-size: 1.2rem;
  }

}

@media screen and (min-width: 60em) {

  h1, .h1{
    font-size: 4rem;
  }

  h1.superBreadcrumb{
    font-size: 1.75rem;
  }

  h2, .h2{
    font-size: 3.25rem;
  }

  h3, .h3{
    font-size: 2.5rem;
  }

  h2.reduced,
  h4, .h4{
    font-size: 1.7rem;
  }

  h5, .h5{
    font-size: 1.4rem;
  }

  h6, .h6{
    font-size: 1.25rem;
  }

}


@media screen and (min-width: 72em) {

  h1, .h1{
    font-size: 5rem;
  }

  h2, .h2{
    font-size: 4rem;
  }

  h3, .h3{
    font-size: 3rem;
  }

  h2.reduced,
  h4, .h4{
    font-size: 1.75rem;
  }

  h5, .h5{
    font-size: 1.5rem;
  }

  h6, .h6{
    font-size: 1.25rem;
  }

}

* + h2,
* + .h2 {
  margin-top:3rem;
}

.uiBlock--imageBox * + h2,
.uiBlock--imageBox * + .h2 {
  margin-top:0rem;
}

/* TODO: sizing on mobile */

h1.blue, .h1.blue, h1 .blue, .h1 .blue,
h2.blue, .h2.blue, h2 .blue, .h2 .blue,
h3.blue, .h3.blue, h3 .blue, .h3 .blue,
h4.blue, .h4.blue, h4 .blue, .h4 .blue,
h5.blue, .h5.blue, h5 .blue, .h5 .blue,
h6.blue, .h6.blue, h6 .blue, .h6 .blue{
  color: #0077b6; /*Fallback*/
  color: var(--heading-blue);
}

h1.yellow, .h1.yellow, h1 .yellow, .h1 .yellow,
h1.gold, .h1.gold, h1 .gold, .h1 .gold,
h2.yellow, .h2.yellow, h2 .yellow, .h2 .yellow,
h2.gold, .h2.gold, h2 .gold, .h2 .gold,
h3.yellow, .h3.yellow, h3 .yellow, .h3 .yellow,
h3.gold, .h3.gold, h3 .gold, .h3 .gold,
h4.yellow, .h4.yellow, h4 .yellow, .h4 .yellow,
h4.gold, .h4.gold, h4 .gold, .h4 .gold,
h5.yellow, .h5.yellow, h5 .yellow, .h5 .yellow,
h5.gold, .h5.gold, h5 .gold, .h5 .gold,
h6.yellow, .h6.yellow, h6 .yellow, .h6 .yellow,
h6.gold, .h6.gold, h6 .gold, .h6 .gold{
  color:#F7A800; /*Fallback*/
  color: var(--heading-yellow);
}

/* /Headings */






/* General Styles
-------------------------------------------------------- */
html{
	/*scroll-behavior: smooth; */
	min-width:18.75rem; /*to prevent extremely small screens (or extreme zooms) from breaking layout*/
}

body{
  color:#07121D;
  font-size:1rem;
  /* padding-left:1.5rem;
  padding-right:1.5rem; */
}


@media screen and (min-width: 50em) {
  body{
    font-size:1.125rem;
  }
}



a {
	color:#133250; /*Fallback*/
  color: var(--link-color);
	text-decoration: underline;
  cursor: pointer;
}

a:hover,
a:active {
  color: #4c76a2; /*Fallback*/
  color: var(--link-color-hover);
}

a:not(.button, .noVisitedStyles, .sideNav a):visited {
  color:#451D5C; /*Fallback*/
  color: var(--link-color-visited);
}


a:not(.button, .noVisitedStyles, .sideNav a):visited:hover,
a:not(.button, .noVisitedStyles, .sideNav a):visited:active {
  color: #583d82; /*Fallback*/
  color: var(--link-color-visited-hover);
}

/* Fallback for browsers without :focus-visible support */
a:focus {
  outline: 3px solid #133250; /*Fallback*/
  outline: 3px solid var(--link-color);
  outline-offset: 2px;
  border-radius: 2px;
  color: #4c76a2; /*Fallback*/
  color: var(--link-color-hover);
}

/* Remove focus ring for mouse users in supporting browsers */
a:focus:not(:focus-visible) {
  outline: none;
}

/* Keyboard focus ring */
a:focus-visible {
  outline: 3px solid #133250; /*Fallback*/
  outline: 3px solid var(--link-color);
  outline-offset: 2px;
  border-radius: 2px;
  color: #4c76a2; /*Fallback*/
  color: var(--link-color-hover);
}

a:not(.button, .noVisitedStyles, .sideNav a):focus:visited,
a:not(.button, .noVisitedStyles, .sideNav a):focus-visible:visited {
  color: #583d82; /*Fallback*/
  color: var(--link-color-visited-hover);
}

/* External link icon for target="_blank" links */
a[target="_blank"] .extLinkNowrap::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.25em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="m12.71 12.71 5.5-5.5L21 10V3h-7l2.79 2.79-5.5 5.5z"/><path d="M11 5V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6h-2v6H5V5z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="m12.71 12.71 5.5-5.5L21 10V3h-7l2.79 2.79-5.5 5.5z"/><path d="M11 5V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6h-2v6H5V5z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
}

hr {
  clear: both;
  height: 0;
  margin: 3rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom:.125rem solid #B7B7B7; /*Fallback*/
  border-bottom:.125rem solid var(--hr-color);
  border-left: 0;
}

main p,
main ul,
main ol,
main dl{
  margin-bottom:1.25rem;
}

main li ul,
main li ol,
main li dl{
margin-bottom:0
}

main ul,
main ol{
  /* padding-left:.5rem; */
  padding-left:1.5em;
  list-style-position: outside;
}

main p,
main li{
  padding-right: max(0rem, calc(100% - 40.888em));/* (46rem - 2rem)/(1.125rem = 1em base size) to account for container width/padding and keeping in mind that the acceptable line length varies based on font size */
}
.main-content li {
  padding-left: .125em;
  /* text-indent: -1em; */
  margin-bottom:.5rem;
}


/* /General Styles */




/* Tables
-------------------------------------------------------- */

table{
  width:100%;
  background: #f7f7f7;
  border-radius: .75rem;
}
th{
  text-align: left; 
  font-weight: 500;
}
table tr{
  border-bottom:.125rem solid #B7B7B7;
}
table tbody tr:last-child {
  border-bottom: none;
}
th, td{
  padding: 1rem;
}
table tbody td {
  vertical-align: middle;
}

.table-container{
  background: #f7f7f7;
  padding:2.625rem 2rem;
  border-radius: .75rem;
  
  margin-bottom: 2rem
}


.table-container table{
  border-radius: none;
}

.table-container th, .table-container td{
  padding: 1rem 0;
}

/* /Tables */





/* Blockquotes
-------------------------------------------------------- */

blockquote {
  position: relative;
  background: #f7f7f7;
  border-radius: 0.75rem;
  padding: 2.25rem 2.25rem 2.25rem 4.25rem;
  overflow: hidden;
  margin-bottom:1.25rem;
  color: #666;
  margin-bottom:2rem;
  
}

blockquote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: .75rem;
  height: 100%;
  background: #f7a800;
  /* background: #444; */
  border-radius: 0.75rem 0 0 0.75rem;
}

 main blockquote p:last-child{
      margin-bottom:0
    }


/* /Blockquotes */






/* Layout, Containers, UI Blocks
-------------------------------------------------------- */
.layoutContainer{
  margin-left: 1rem;
  margin-right: 1rem;
  /* margin-bottom:2rem; */
  margin-bottom:4rem; /* TODO: is this the right value, other options via classes? */
}
 .layoutContainer.hero--titleOnly{
    margin-bottom:2rem;
}
@media screen and (min-width: 26em) {
  .layoutContainer{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    /* margin-bottom:3rem;  */
    margin-bottom:5rem;/* TODO: is this the right value, other options via classes? */
  }
}

@media screen and (min-width: 40em) {
  .layoutContainer{
    margin-bottom:6rem; /* TODO: is this the right value, other options via classes? */
  }

  
   .layoutContainer.hero--titleOnly{
        margin-bottom:3rem;
    }

  
}


@media screen and (min-width: 60em) {

  .layoutContainer.hero--titleOnly{
    margin-bottom:4rem;
  }
}

@media screen and (min-width: 80em) {

  .layoutContainer.hero--titleOnly{
    margin-bottom:5rem;
  }
}

@media screen and (min-width: 85em) {
  .layoutContainer{
    max-width:82rem;
    margin-left: auto;
    margin-right: auto;
  }
}


.uiBlock{
  background:#f7f7f7;
  border-radius: .75rem;
  color:#07121d;
}

.uiBlock--largeRadius{
  border-radius: 1.5rem;
}


.uiBlock--padding{
  padding:1rem;
}

.uiBlock--paddingLarge{
  padding:1.5rem;
}

.uiBlock--paddingXL{
  padding:2rem;
}


@media screen and (min-width: 40em) {
  .uiBlock--padding{
    padding:1.5rem;
  }

  .uiBlock--paddingLarge{
    padding:2.25rem;
  }

  .uiBlock--paddingXL{
    padding:3rem;
  }
}

@media screen and (min-width: 64em) {
  .uiBlock--padding{
    padding:2rem;
  }

  .uiBlock--paddingLarge{
    padding:3rem;
  }

  .uiBlock--paddingXL{
    padding:4rem;
  }
}


.uiBlock--brandBlue{
  background-color: #133250;
}

.uiBlock--brandGold{
  background-color: #F7A800;
}

.uiBlock--white{
  background-color: #FFFFFF;
}

.uiBlock--neutralLightest{
  background-color: #EEEEEE;
}

.uiBlock--neutralLighter{
  background-color: #CCCCCC;
}

.uiBlock--neutralLight{
  background-color: #AAAAAA;
}

.uiBlock--neutral{
  background-color: #666666;
}

.uiBlock--neutralDark{
  background-color: #444444;
}

.uiBlock--neutralDarker{
  background-color: #222222;
}

.uiBlock--black{
  background-color: #07121D;
}

.uiBlock--pureBlack{
  background-color: #000000;
}

.uiBlock--fadedBlue{
  background-color: #4C76A2;
}

.uiBlock--cerulean{
  background-color: #0077b6;
}

.uiBlock--brightBlue{
  background-color: #0793CB;
}

.uiBlock--skyBlue{
  background-color: #93BFE6;
}

.uiBlock--aqua{
  background-color: #0BB6C5;
}

.uiBlock--mint{
  /* background-color: #009E7A; */
  background-color: #008566;
}

.uiBlock--peaGreen{
  background-color: #AEC137;
}

.uiBlock--fadedRed{
  /* background-color: #E24A43; */
  background-color: #DE342B;
}

.uiBlock--orange{
  background-color: #F47D2D;
}

.uiBlock--maroon{
  background-color: #772237;
}

.uiBlock--magenta{
  background-color: #C0198D;
}

.uiBlock--bubblegum{
  /* background-color: #EE3182; */
  background-color: #DE126A;
}

.uiBlock--peach{
  background-color: #F3716D;
}

.uiBlock--royalPurple{
  background-color: #451D5C;
}

.uiBlock--midPurple{
  background-color: #583D82;
}

.uiBlock--lightPurple{
  /* background-color: #9B70AE; */
  background-color: #8A62A1;
}

.uiBlock--stone{
  /* background-color: #9A9281; */
  background-color: #7D7564;
}


.darkBG,
.uiBlock--brandBlue,
.uiBlock--neutral,
.uiBlock--neutralDark,
.uiBlock--neutralDarker,
.uiBlock--black,
.uiBlock--pureBlack,
.uiBlock--fadedRed,
.uiBlock--fadedBlue,
.uiBlock--cerulean,
.uiBlock--mint,
.uiBlock--maroon,
.uiBlock--magenta,
.uiBlock--royalPurple,
.uiBlock--midPurple,
.uiBlock--lightPurple,
.uiBlock--bubblegum,
.uiBlock--stone,
.uiBlock--darkBG /* Generic one in case of weird one-off dark colors that we don't want to add to the stylesheet */
{
  color:#fff;
  --heading-blue: #0793CB; 
  --heading-yellow: #F7A800;
  --link-color: #fff;
  /* --link-color-hover: #ccc; */
  --link-color-hover: #ddd;
  --link-color-visited: #fff;
  /* --link-color-visited-hover: #ccc; */
  --link-color-visited-hover: #ddd;
  --hr-color: #fff;
}

.uiBlock--brandBlue{
  /* --link-color-hover: #ddd;
  --link-color-visited-hover: #ddd; */
}


.uiBlock--brandGold,
.uiBlock--brightBlue,
.uiBlock--skyBlue,
.uiBlock--darkerLinks /* Generic one in case of weird one-off background colors that we don't want to add to the stylesheet */
{
  --link-color: #07121D;
  --link-color-hover: #333;
  --link-color-visited: #07121D;
  --link-color-visited-hover: #333;
}



/* TODO: Links, etc. for these */




.threeAcross{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
      list-style: none;
      width:100%;
}

@media (max-width: 48em) {
	.threeAcross {
      gap: 1.25rem;
		grid-template-columns: 1fr;
	}
}


.fourAcross{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2rem;
      list-style: none;
      width:100%;
}


@media (max-width: 68em) {
	.fourAcross {
    gap: 1.25rem;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 40em) {
	.fourAcross {
    
		grid-template-columns: 1fr;
	}
}


.threeAcross > div > .button,
.fourAcross > div > .button{
  margin-bottom:0;
}




/* /Layout, Containers, UI Blocks */




/* Global Top Nav
-------------------------------------------------------- */

.topNav{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  padding: 1rem 0;
}

.topNav-logo img{
  border-radius: 0 !important;
}

.topNav-logo{ 
  flex-shrink: 0;
}
.topNav-mainNav{ 
  flex: 1;
}
.topNav-icons{
  flex-shrink: 0; 
  margin-right:.5rem
}
.topNav-button{ 
  flex-shrink: 0; 
}


.topNav-mainNav li a{
  font-size: .95rem; 
  font-weight: 600; 
  color:#07121D; 
  text-decoration: none;
      --link-color: #07121D;
    --link-color-hover: #07121D;
    --link-color-visited: #07121D;
    --link-color-visited-hover: #07121D;

}
.topNav-mainNav li a::after {
  content: '';
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  margin-left: .33rem;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpolyline points='3,5 7,9 11,5' stroke='%2307121D' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}

.topNav-icons button{
  padding: 0;
  border-width: 0;
  border-radius: 0;
  margin: 0;
  background: none;
}

.topNav-button .button{
  margin-bottom:0
}



@media (max-width: 28em) {

	.topNav{
		gap: 0.25rem .5rem;
	}

  .topNav-logo img{
    width: 40vw !important;
  }
	.topNav-button .button{
		padding:0.25rem .75rem !important
	}
}


@media (max-width: 20em) {
  .topNav-logo img{
    width: 35vw !important;
  }
}

@media (max-width: 41em) {
  .topNav-logo img{
    width: 12.5rem;
  }
  .topNav-buttonExtraText{
    display: none;
  }
}

@media (max-width: 47.99em) {
  .topNav-logo    {
    order: 1; 
    margin-right: auto; 
  }
  .topNav-mainNav { 
    display: none;
  }        
  .topNav-icons{
    order: 3;
  }
  .topNav-button{
    order: 2;
  }
}

@media (min-width: 48em) and (max-width: 79.99em) {
  .topNav-logo{
    order: 1;
    margin-right: auto; 
    width: auto;
  }
  .topNav-button{ 
    order: 2; 
  }

  .topNav-mainNav {
    order: 3;
    width: 100%;
    flex: 1;
  }
  .topNav-icons{ 
    order: 4;
  }

  .topNav-mainNav {
    width: auto;
    flex: 1;
  }

  header::after {
    content: '';
    width: 100%;
    order: 2;
  }

  .topNav-button { 
    order: 2; 
  }
}

.topNav-mainNav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
}

@media (min-width: 80em) {
  .topNav-logo{
    order: 1; 
  }
  .topNav-mainNav{ 
    order: 2; 
    flex: 1; 
  }
  .topNav-icons{ 
    order: 3; 
  }
  .topNav-button{ 
    order: 4; 
  }
  .topNav-mainNav ul {
    justify-content: center;
  }
}



.topNav .hit-item a {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-decoration: none;
  color: inherit;
  padding: 15px;
}

.topNav .hit-content {
  flex: 1;
}

.topNav .hit-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.topNav .hit-item h3 {
  margin: 0 0 8px 0;
  font-size:1.3rem;
  color:#07121D;
}

.topNav .hit-item p {
  margin: 0 0 8px 0;
}

.topNav .ais-Hits-item:first-of-type, 
.topNav .ais-InfiniteHits-item:first-of-type, 
.topNav .ais-FrequentlyBoughtTogether-item:first-of-type, 
.topNav .ais-LookingSimilar-item:first-of-type, 
.topNav .ais-RelatedProducts-item:first-of-type, 
.topNav .ais-TrendingItems-item:first-of-type{
border-radius: 4px 4px 0 0
}

.topNav .ais-Hits-item:last-of-type, 
.topNav .ais-InfiniteHits-item:last-of-type, 
.topNav .ais-FrequentlyBoughtTogether-item:last-of-type, 
.topNav .ais-LookingSimilar-item:last-of-type, 
.topNav .ais-RelatedProducts-item:last-of-type, 
.topNav .ais-TrendingItems-item:last-of-type{
border-radius:  0 0 4px 4px;

}


.topNav .ais-Hits-item, 
.topNav .ais-InfiniteHits-item, 
.topNav .ais-FrequentlyBoughtTogether-item, 
.topNav .ais-LookingSimilar-item, 
.topNav .ais-RelatedProducts-item, 
.topNav .ais-TrendingItems-item{
  box-shadow: none;
  border-bottom:1px solid #c0c0c0;
}

.topNav .hit-url {
  color: #666;
  font-size: 0.85em;
  margin: -6px 0 6px 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topNav .description{
  color:#07121D;
}

.topNav{
  margin-bottom: 1rem;
}
.topNav-logo,
.topNav-mainNav,
.topNav-icons,
.topNav-button{
  z-index: 100;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding-top: 100px;
    padding-top: 60px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.overlay.active {
    display: flex;
    opacity: 1;
}

/* Command Palette Modal */
.command-palette {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 900px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    transform: scale(0.95);
    transition: transform 0.2s ease;
}

.overlay.active .command-palette {
    transform: scale(1);
}


/* Search Input - only visible on search tab */
.search-container {
    padding: 40px;
    padding-bottom:60px;
    padding-top:1.5rem;
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
    display: none;
}

.search-container.active {
    display: block;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
}

.search-input-icon {
    position: absolute;
    left: 16px;
    width: 20px;
    height: 20px;
    stroke: #1a1a1a;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    pointer-events: none;
}

.search-input {
    width: 100%;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    outline: none;
    font-size: 16px; 
    padding: 12px 16px 12px 48px;
    padding-right: 3.5rem;
    color: #1a1a1a;
    transition: border-color 0.2s ease;
    box-shadow: none;
}

.search-input:focus {
    border-color: #133250;
}

.search-input::placeholder {
    color: #999;
}

.content {
    overflow-y: auto;
    flex: 1;
    padding: 24px;
    padding-bottom:36px
}

.searchContentSection {
    display: none;
}

.searchContentSection.active {
    display: block;
}

.links-grid {
    display: grid;
    gap: 32px;
}

.links-grid.two-column {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.links-grid.three-column {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.link-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.link-group-heading {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #09131b;
    margin-bottom: 8px;
    padding: 0 16px;
}

/* Links */
.link-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 6px;
    text-decoration: none;
    color: #1a1a1a;
    transition: background 0.15s ease;
    font-size: 14px;
  --link-color: #1a1a1a;
  --link-color-hover: #1a1a1a;
  --link-color-visited: #1a1a1a;
  --link-color-visited-hover: #1a1a1a;
}

.link-item:hover {
    background: #f5f5f5;
}

.link-item:focus-visible {
    outline: 2px solid #133250;
    outline-offset: -2px;
}

/* Placeholder for search */
.search-placeholder {
    padding: 60px 20px;
    text-align: center;
    color: #999;
    font-size: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .links-grid.two-column,
    .links-grid.three-column {
        grid-template-columns: 1fr;
    }
    
    .command-palette {
        max-width: 95%;
        max-height: 85vh;
    }
}


.default-panel, .results-panel {
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 1;
  visibility: visible;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0; 
  overflow: hidden;
}

/* Close button */
.close-button {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: background 0.2s ease;
    z-index: 10;
}

.close-button:hover {
    background: #f5f5f5;
}

.close-button:focus-visible {
    outline: 2px solid #133250;
    outline-offset: 2px;
}

.close-button svg {
    width: 40px;
    height: 40px;
    stroke: #1a1a1a;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.tabs .h2 {
  text-transform: uppercase; 
  margin-top:4rem; 
  margin-bottom: 0;
}


#searchbox{
  width: 100%;
}
.ais-SearchBox-form::before{
  display:none
}

#altSearchContainer h1{
  text-align: center; 
  margin:0; 
  padding-bottom:.1rem;
}

#searchResultsLinkContainer{
margin-top:1.5rem;
text-align: center;
}


.mega-panel h1 a,
.mega-panel .h1 a{
  --link-color: #07121D;
  --link-color-hover: #07121D;
    --link-color-visited: #07121D;
    --link-color-visited-hover: #07121D;
    text-decoration: none;
    font-size:3rem;
    border-bottom: 2px solid #f9f9f9;
  transition: all 0.1s ease;
}


.mega-panel h1 a:hover,
.mega-panel .h1 a:hover{
    border-bottom:2px solid #07121D
}


.tab-btn{
  --link-color-visited: #444;
  --link-color-visited-hover: #07121D;
}

.megaMenuHeading{
    font-size:3rem; 
    text-transform: capitalize; 
    font-weight: 600; 
    padding:2rem 2rem .75rem 2rem; 
    margin:0 1.5rem; 
    font-family: 'Big Shoulders', 'Impact', 'Arial Narrow', 'Helvetica Condensed', 'Roboto Condensed', sans-serif-condensed, sans-serif; 
    max-width:82rem; 
    margin-left:auto; 
    margin-right:auto; 
    background: #f9f9f9; 
    border-top-left-radius:.75rem; 
    border-top-right-radius:.75rem;
  --link-color: #07121D;
  --link-color-hover: #333;
  --link-color-visited: #07121D;
  --link-color-visited-hover: #333;
  }

.megaMenuHeading::after{
  content: " "; 
  border-bottom:2px solid #0077b6; 
  display: block; 
  padding-top:1.25rem;
}

.mega-panel .mega-inner .col-tabs{
  border-bottom-left-radius: .75rem;
}

.mobile-nav-container{
  background: #f7f7f7;
  padding:1rem .25rem; 
  border-radius: .75rem;
  margin-bottom:2rem;
  margin-top:-1rem;
  display: none;
}



@media screen and (min-width: 48em) {
  .mobile-nav-container{
    display: none !important
  }
}


@media screen and (max-width: 47.99em) {
  #overlay{
    display: none !important
  }
}



  .mobile-nav-container.active{
    display: block
  }


.mobile-nav {
  width: 100%;
}

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav a,
.mobile-nav button {
  font-size: 1.8rem;
  text-align: left;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 44px;
  border: none;
  cursor: pointer;
  background: #f7f7f7;
  color:#07121D;
    --link-color: #07121D;
  --link-color-hover: #07121D;
  --link-color-visited: #07121D;
  --link-color-visited-hover: #07121D;
  font-family: 'Big Shoulders', 'Impact', 'Arial Narrow', 'Helvetica Condensed', 'Roboto Condensed', sans-serif-condensed, sans-serif;
  font-weight: 700;
  margin:0;
  border-radius: 0;
}

.nav-level-1 > li {
  border-bottom: 2px solid #fff
}

.nav-toggle--l1 {
  padding: 0.5rem 0.25rem;
  transition: background .3s ease;
}

.nav-toggle--l1:hover {
  background: #EEEEEE;
}

.nav-toggle--l1:focus-visible {
  outline: 3px solid #F7A800
  outline-offset: -3px;
}

.nav-level-2 {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}

.mobile-nav .nav-level-2 a,
.mobile-nav .nav-level-2 button {
  font-family: 'Gontserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size:1.2rem;
  font-weight: 600;
}

.nav-level-2 > .nav-level-2-inner {
  overflow: hidden;
}
.nav-level-1 > li.is-open > .nav-level-2 {
  grid-template-rows: 1fr;
}

.nav-link--l2,
.nav-toggle--l2 {
  padding: 0 0.25rem;
  font-size:1.5rem;
  color:#07121D;
  transition: background .3s ease;

}

.nav-link--l2:hover,
.nav-toggle--l2:hover {
  background: #EEEEEE;
}

.nav-link--l2:focus-visible,
.nav-toggle--l2:focus-visible,
.nav-link--l3:focus-visible {
  outline: 3px solid #133250;
  outline-offset: -3px;
}

.nav-toggle--l2 .mobileNavChevron path {
  fill: #07121D;
}

.nav-level-3 {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}

.mobile-nav .nav-level-3 a,
.mobile-nav .nav-level-3 button {
  font-size:1.1rem;
  font-weight: 400;
  background:#fff;
  transition: background .3s ease;
}
.mobile-nav .nav-level-3 li a:hover,
.mobile-nav .nav-level-3 li button:hover{
  background: #EEEEEE
}


.mobile-nav .nav-level-3 li:last-child a,
.mobile-nav .nav-level-3 li:last-child button{
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.nav-level-2-inner > ul > li{
  border-top: 2px solid transparent;
  transition: all 0.2s ease;
}

.nav-level-2-inner .is-open{
  border-top: 2px solid #0077b6;
}

  .mobile-nav .nav-level-2 .is-open button{
  background:#fff;
  font-weight: 900;
  }

.nav-level-3 > .nav-level-3-inner {
  overflow: hidden;
}

li.is-open > .nav-level-3 {
  grid-template-rows: 1fr;
}

.nav-link--l3 {
  padding: 0.25rem .5rem;
}

.mobileNavChevron {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  transition: transform 0.2s ease;
}
[aria-expanded="true"] .mobileNavChevron {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .nav-level-2,
  .nav-level-3,
  .mobileNavChevron,
  .nav-toggle--l1,
  .nav-link--l2,
  .nav-toggle--l2,
  .mobile-nav .nav-level-3 a,
  .mobile-nav .nav-level-3 button,
  .nav-level-2-inner > ul > li {
    transition: none;
  }
}




.globalSearch {
  position: relative;
  display: flex;
  align-items: center;
  margin-right:.25rem;
  margin-left:.25rem;
  margin-bottom:.5rem;
}

.globalSearch-searchBox {
  width: 100%;
  padding: 0.5rem 2.75rem 0.5rem 0.75rem;
  border: none;
  border-radius: 4px;
	font-family: 'Gontserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  color: #222222; 
  background-color: #FFFFFF;
}

.globalSearch-searchBox::placeholder {
  color: #666666;
}

.globalSearch-searchBox:focus {
  outline: 3px solid #0793CB; 
  outline-offset: 1px;
  border-color: #133250; 
}

.globalSearch-searchButton {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  min-width: 44px;
  min-height: 44px;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  color: #133250; 
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23133250'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='11'%20cy='11'%20r='8'/%3E%3Cline%20x1='21'%20y1='21'%20x2='16.65'%20y2='16.65'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}


.globalSearch-searchButton:hover {
  background-color: #f7f7f7;
}

.globalSearch-searchButton:focus-visible {
  outline: 3px solid #0077b6;
  outline-offset: 2px;
}


.nav-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 24px;
}


.nav-btn svg, .nav-btn::after { 
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1); 
}
.nav-btn[aria-expanded="true"] svg, .nav-btn[aria-expanded="true"]::after { transform: rotate(180deg); }
.nav-btn:focus-visible { 
  outline: 3px solid #0077b6; 
  outline-offset: 2px; }

  
.mega-panel {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1),
              transform 300ms cubic-bezier(0.4, 0, 0.2, 1),
              visibility 300ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  margin: 0 auto;
  padding-bottom:2rem;

}


@media (min-width: 48em) and (max-width: 79.99em) {
  .mega-panel {
    top: 114px;
  }
}

.mega-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mega-inner {
  max-width: 82rem;
  background: #f9f9f9;
  margin: 0 auto;
  display: flex;
  min-height: 400px;
  border-bottom-left-radius:.75rem;
  border-bottom-right-radius:.75rem;
  padding-left:2rem;
}

.col-tabs {
  flex: 0 0 220px;
  padding: 28px 0;
  background:#f9f9f9
}

.tab-btn {
  display: block;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font: 600 0.95rem/1.3 'Gontserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  color:#444444;
  padding: 13px 24px;
  padding:0;
  margin:0;
  padding-top:.5rem;
  padding-bottom:.5rem;
  font-size:1.2rem;
  border-radius: 0 !important;
  cursor: pointer;
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1),
              opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tab-btn:hover,
.tab-btn.is-active { 
  color: #07121D; 
}
.tab-btn.is-active { font-weight: 700; }
.tab-btn{ 
  border-bottom: 2px solid #EEEEEE;
}
.tab-btn.is-active { 
  border-color: #07121D;
  }
.tab-btn:focus-visible { 
  outline: 3px solid #0077b6; 
  outline-offset: -3px; 
}

.tab-btn--direct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.tab-btn--direct::after {
  content: '→';
  font-size: 0.85em;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
  color: inherit;
}
.tab-btn--direct:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.col-tabs:has(.tab-btn:not(.tab-btn--direct):hover) .tab-btn:not(:hover):not(.is-active),
.col-tabs.has-active-tab .tab-btn:not(.is-active) {
  opacity: 0.35;
}

.col-tabs:has(.tab-btn--direct:hover) .tab-btn:not(.tab-btn--direct:hover) {
  opacity: 0.35;
}

.col-right {
  flex: 1;
  display: flex;
  align-items: stretch;
  position: relative;
}

.col-links {
  flex: 0 0 auto;
  width: 0;
  overflow: hidden;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  background: #f9f9f9;
}
.col-links.is-open {
  width: 310px;
}

.col-links-inner {
  width: 310px;
  padding: 28px 28px 28px 24px;
  display: flex;
  flex-direction: column;
}

.link-panel { 
  display: none; 
  flex-direction: column; 
}
.link-panel.is-active { 
  display: flex; 
}

.sub-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 6px;
  color:#444444;
  font: 400 1.1rem/1.4 'Gontserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  text-decoration: none;
  transition: background 300ms cubic-bezier(0.4, 0, 0.2, 1),
              color 300ms cubic-bezier(0.4, 0, 0.2, 1),
              opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --link-color-visited: #444;
  --link-color-visited-hover: #07121D;
}

.sub-link::after {
  content: '→';
  font-size: 0.85em;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
  color: inherit;
  flex-shrink: 0;
}

.sub-link:hover {
  background: #eee;
  color: #07121D;
}
.sub-link:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.link-panel:has(.sub-link:hover) .sub-link:not(:hover) {
  opacity: 0.35;
}

.sub-link:focus-visible {
  outline: 3px solid #0077b6; 
  outline-offset: 2px;
}

.col-image {
  position: absolute;
  inset: 0;
  padding: 28px;
  display: flex;
  align-items: stretch;
  transition: padding-left 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.col-links.is-open ~ .col-image {
  padding-left:320px
}

.image-card {
  flex: 1;
  border-radius: .75rem;
  overflow: hidden;
  background: #07121D;
  position: relative;
}
.panel-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.panel-img.is-active {
  opacity: 0.92;
}

#navHoverOverlay { 
  position: fixed; 
  inset: 0; 
  z-index: 98; 
  display: none; 
  background: rgba(255,255,255,.95); 
}
#navHoverOverlay.visible { 
  display: block; 
}






/* /Global Top Nav */




/* Hero/Title
-------------------------------------------------------- */

.uiBlock--imageBox {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  min-height: 25rem;
}

.uiBlock--imageBox .uiBlock-image {
  grid-column: 1;
  grid-row: 1;
}

.uiBlock--largeRadius .uiBlock-image img,
.uiBlock--largeRadius .uiBlock-image video{
  border-radius: 1.5rem;
}

.uiBlock--imageBox .uiBlock-content {
  grid-column: 1;
  grid-row: 2;
  align-content: center;
  padding: 1.5rem;
  font-size: 1.1rem;
}

.uiBlock--imageBox .uiBlock-content h2{
  text-wrap: balance;
}
.uiBlock--imageBox .uiBlock-content h2.h1{
  text-wrap:unset;
}

.uiBlock--imageBox .uiBlock-image img,
.uiBlock--imageBox .uiBlock-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.uiBlock--brandBlue.uiBlock--imageBox .uiBlock-image {
    background:linear-gradient(to bottom, #ffffff 1.5rem, #133250 1.5rem)
}
 .uiBlock--brandBlue.uiBlock--imageBox.uiBlock--imageBoxSideNav .uiBlock-image {
    background:linear-gradient(to bottom, #ffffff 1.5rem, #133250 1.5rem)
}





@media (min-width: 55em) {
  .uiBlock--imageBox {
    grid-template-columns: calc(50% - 2rem) 1fr;
    grid-template-rows: 1fr;
    gap: 2rem;
  }

  .uiBlock--imageBox .uiBlock-image {
    grid-column: 1;
    grid-row: 1;
  }

  .uiBlock--imageBox .uiBlock-content {
    grid-column: 2;
    grid-row: 1;
    font-size: 1.25rem;
    padding: 4rem 4rem 4rem 2rem;
  }

  .uiBlock--imageBoxRight {
    grid-template-columns: 1fr calc(50% - 2rem);
  }

  .uiBlock--imageBoxRight .uiBlock-image {
    grid-column: 2;
    grid-row: 1;
  }

  .uiBlock--imageBoxRight .uiBlock-content {
    grid-column: 1;
    grid-row: 1;
    padding: 4rem 2rem 4rem 4rem;
  }


  .uiBlock--brandBlue.uiBlock--imageBox .uiBlock-image {
      background: linear-gradient(to right, #ffffff 1.5rem, #133250 1.5rem);
  }
  .uiBlock--brandBlue.uiBlock--imageBoxRight .uiBlock-image {
      background: linear-gradient(to left, #ffffff 1.5rem, #133250 1.5rem);
  }

}


.uiBlock--imageBox.uiBlock--imageBoxWithinMainContent .uiBlock-content {
  padding:1.5rem 1rem 1.5rem 1.5rem;
}

@media (min-width: 55em) and (max-width: 75em)  {
  .uiBlock--imageBox.uiBlock--imageBoxWithinMainContent {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: 25rem;
  }

  .uiBlock--imageBox.uiBlock--imageBoxWithinMainContent .uiBlock-content {
    grid-column: 1;
    grid-row: 2;
  }

}



  .uiBlock--imageBox.uiBlock--imageBoxSideNav {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: 25rem;
    gap: 0rem;
  }

  .uiBlock--imageBox.uiBlock--imageBoxSideNav .uiBlock-content {
    grid-column: 1;
    grid-row: 2;
    padding:2rem;
  }
 







#impactTitle .pageTitleHighlight {
  transition: color 0.5s ease;
  display: inline-block;
}

#impactTitle .pageTitleHighlight--active {
  color: #0793cb;
}

.hero--titleOnly h1{
  margin-bottom:0;
}


.tagline{
  line-height: 1.4;
  font-weight: 700;
  margin-bottom:1.25rem;
  font-size: 1.3rem;
  line-height: 1.3;
  padding-right:0;
}

@media screen and (min-width: 30em) {
  .tagline{
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 40em) {
.tagline{
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 50em) {
.tagline{
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 60em) {
.tagline{
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 72em) {
.tagline{
    font-size: 1.75rem;
  }
}

.smallTagline{
  padding-right:0;
  margin-bottom:2rem;
}

.tagline--centered,
.smallTagline--centered{
	text-align:center;
	max-width:50rem; 
	margin-left:auto; 
	margin-right:auto;
  
  text-wrap: balance;
}



.uiBlock-image--video{
	position: relative;
	aspect-ratio: 1 / 1;
}

@media (min-width: 55em) {
	.uiBlock-image--video{
		aspect-ratio: unset;
	}
}


.imageBoxVideo::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		#133250 0%,
		#1e3f61 50%,
		#133250 100%
	);
	background-size: 200% 100%;
	animation: videoLoadShimmer 1.6s infinite;
	z-index: 1;
	border-radius: 1.5rem;
}

.imageBoxVideo.videoIsLoaded::before {
	display: none;
}

@keyframes videoLoadShimmer {
	0%   { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

.imageBoxVideo img,
.imageBoxVideo video {
	position: absolute;
	inset: 0;
}

.imageBoxVideo.videoIsLoaded img,
.imageBoxVideo.videoIsLoaded video {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	#bannerVideo {
		display: none !important;
	}
	.bannerVideoFallback {
		display: block !important;
	}
}

.uiBlock--imageBox .watchVideoLink{
	position: absolute; 
	bottom:2rem; 
	left:2rem; 
	color:white; 
	font-weight: 600; 
	font-size:1rem; 
	text-decoration: none;
}

.uiBlock--imageBoxRight .watchVideoLink{
	right:2rem; 
	left:auto;
}





/* /Hero/Title */



/* Breadcrumbs
-------------------------------------------------------- */

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0;
}

.breadcrumbs li + li::before {
/* Gold separator */
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #F7A800; 
  margin: 0 0.35rem;
}

.breadcrumbs a,.breadcrumbs a:visited {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}

.breadcrumbs a:hover,.breadcrumbs a:hover:visited,
.breadcrumbs a:focus, .breadcrumbs a:focus:visited {
  text-decoration: underline;
  color: #ccc;
}


@media screen and (min-width: 48em) {


  .breadcrumbs {
    margin-bottom:1.75rem;
  }
}

/* /Breadcrumbs */




/* Sidenav
-------------------------------------------------------- */

.sideNav{
    background: #f7f7f7;
    padding: 2rem;
    border-radius: .75rem;
    margin-bottom:1.875em;/* TODO: Is this the right value ????*/
}


@media screen and (max-width: 48em) {
  .sideNav{
    margin-top:2rem
  }
}

.sideNav h2{
  font-family: 'Gontserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: -2%;
  margin-top:0;
  margin-bottom:1rem;
  color:#07121D;
}


.sideNav ul{
  margin-bottom:2rem;
  margin-left: 0;
  padding-left:0;
  list-style-type: none;
}

.sideNav ul:last-child {
  margin-bottom: 0;
}

.sideNav li{
  margin-bottom:.1rem;
}


.sideNav li a,
.sideNav li a:visited{
  display:block;
  border-radius: .25rem;
  width:100%;
  color:#555555;
  --link-color: #555555;
  --link-color-visited: #555555;
  --link-color-hover:#07121D;
  --link-color-visited-hover:#07121D;
  font-weight: 500;
  font-size: 1.125rem;
  text-decoration: none;
  padding:.5rem 1rem;
  transition:all 0.3s ease;
}


.sideNav li a:hover,
.sideNav li a.currentPage,
.hasSubmenu a[aria-expanded="true"]
{
  background:#fff;
  color:#07121D;
  --link-color-hover:#07121D;
  --link-color-visited-hover:#07121D;
}


.sideNav li a.currentPage,
.sideNav .hasSubmenu:has(a.currentPage) > a{
  background:#fff;
  color:#07121D;
  font-weight: 700;
}

.sideNav li.hasSubmenu > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sideNav li.hasSubmenu > a::after {
  content: '';
  display: inline-block;
  width: .875rem;
  height: .875rem;
  flex-shrink: 0;
  margin-left: .5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpolyline points='3,5 7,9 11,5' stroke='%23555555' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.25s ease;
}

.sideNav li.hasSubmenu > a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpolyline points='3,5 7,9 11,5' stroke='%2307121D' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.sideNav li.hasSubmenu > a[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.sideNav li.hasSubmenu > a{
  border-bottom:2px solid transparent;
  padding-bottom:.375rem;
}

.sideNav li.hasSubmenu > a[aria-expanded="true"]{
  border-bottom:2px solid #F7A800;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sideNav .hasSubmenu li{
	margin-bottom:0;
	border-radius:0;
}

.sideNav .hasSubmenu li a{
	border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
  color:#07121D;
}

.sideNav .hasSubmenu li:last-child a{
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.sideNav .hasSubmenu li a.currentPage{
	font-weight: 700;
}

.sideNav li.hasSubmenu > ul{
	margin-left: 0;
	padding-left:0;
	margin-top:0;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.sideNav li > ul[hidden] {
  display: none;
}

.sideNav li > ul {
  margin: .25rem 0 .5rem 0;
  padding-left: .75rem;
}

.sideNav li > ul li a,
.sideNav li > ul li a:visited {
  background: #fff;
  font-size: 1rem;
}

.sideNav li > ul li a:hover{
  background: #fff;
  color: #0077b6;
}

.sideNav li > ul li a.currentPage {
  background: #fff;
  color: #07121D;
}

/* /Sidenav */



/* Main Content
-------------------------------------------------------- */


.content-section {
  display: grid;
  grid-template-columns: 4fr 8fr;
  grid-template-areas: "sidenav main";
  column-gap: 2rem;
}

.site-nav {
  grid-area: sidenav;
  background: #fff;
}

.main-content {
  grid-area: main;
}

@media (max-width: 48em) {
  .container {
      padding-left:1rem;
      padding-right:1rem;
  }
  .content-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "sidenav";
  }
}



.numbersGridBlock img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.numbersGridBlock-number{
	display: block;
	font-size:3rem;
	font-family: 'Big Shoulders', 'Impact', 'Arial Narrow', 'Helvetica Condensed', 'Roboto Condensed', sans-serif-condensed, sans-serif !important;
	font-weight: 800;
	line-height: 1.3;
	line-height: 1.2;
}

@media (min-width: 48em) {
	.numbersGridBlock-number{
		font-size:4rem;
	}
}

@media (min-width: 60em) {
	.numbersGridBlock-number{
		font-size:5rem;
	}
}




/* /Main Content */









/* Site Footer 
---------------------------------------------------------------- */

.backToTop{
		margin-bottom:.5rem;
		margin-top:4rem;
}

.backToTopIcon{
  display:inline-block;
  width:1rem;
  vertical-align:middle;
}

.siteFooter-nav{
  /* overflow:scroll  */
}

.siteFooter-logo{
  margin-bottom:1.5rem;
}
.siteFooter-logo img{
  border-radius:0;
}

.siteFooter-mainLinks,
.siteFooter-rightLinks{
  display:none;
}

.siteFooter-mainLinks{
	columns: 2;
	font-size:2rem;
}

.siteFooter-mainLinks li{
	margin-bottom:3rem
}


.siteFooter-nav > ul:nth-child(3) li{
	font-size:1.2rem;
	margin-bottom:.6rem
}


.siteFooter-nav ul{
  list-style: none;
}

.siteFooter-nav a{
  text-decoration: none;
}
.siteFooter-iconLink {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
  position: relative;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.siteFooter-iconLink .link-icon {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: grid;
  place-items: center;
  color: #0793CB;
}
.siteFooter-iconLink:hover .link-icon,
.siteFooter-iconLink:focus-visible .link-icon { 

}

.siteFooter-iconLink .link-icon svg{
  width: 1.75rem;
  height: 1.75rem;
}

.siteFooter-iconLink--link{
  display:flex;
  align-items: center;
}



.siteFooter-iconLink .arrow {
  color: #fff;
  width:2rem;
  height:2rem;
}


@media screen and (min-width: 23em) {
  /* changes from mini-mobile to normal */

  .siteFooter-iconLink {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .siteFooter-iconLink .link-icon,
  .siteFooter-iconLink .link-icon svg {
    width: 2rem;
    height: 2rem;
  }

  .siteFooter-iconLink .arrow {
    width:2.5rem;
    height:2.5rem;
  }

}


@media screen and (min-width: 49em) {

  .siteFooter-rightLinks{
    display:block;
  }

  .siteFooter-logo{
    margin-bottom:3rem;
  }

  .siteFooter-nav {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    gap: 3rem;
    margin-bottom:1.5rem;
  }

  .siteFooter-nav > ul:nth-child(1) { 
  grid-column: span 9; 
  }
  .siteFooter-nav > ul:nth-child(3) { 
  grid-column: span 7; 
  }
	
	.siteFooter-iconLink {
		font-size: 1.75rem;
		margin-bottom: 2.25rem;
	}

	.siteFooter-iconLink .link-icon {
    width: 3rem;
    height: 3rem;
	}
	  .siteFooter-iconLink .link-icon svg{
    width: 3rem;
    height: 3rem;
  }

   .siteFooter-iconLink .arrow {
      width:3rem;
      height:3rem;
  }


}



@media screen and (min-width: 72em) {

  .nav-dropdown-row{
    display: none;
  }

  .siteFooter-mainLinks{
  display:block;
  }

  


  .siteFooter-nav > ul:nth-child(1) { 
  grid-column: span 6; 
  }
  .siteFooter-nav > ul:nth-child(2) { 
  grid-column: span 6; 
  }
  .siteFooter-nav > ul:nth-child(3) { 
  grid-column: span 4; 
  }

  

}


@media screen and (min-width: 77em) {


  .siteFooter-mainLinks{
    font-size: 2.2rem;
  }
}



@media screen and (min-width: 82em) {
.siteFooter-mainLinks{
	font-size:2.5rem;
}

.siteFooter-mainLinks li{
	margin-bottom:2.5rem
}

.siteFooter-nav > ul:nth-child(1) { 
  grid-column: span 5; 
  }
  .siteFooter-nav > ul:nth-child(2) { 
  grid-column: span 7; 
  }
  .siteFooter-nav > ul:nth-child(3) { 
  grid-column: span 4; 
  }

}

@media screen and (min-width: 85em) {

    
  .siteFooter-mainLinks{
    font-size:3rem;
  }

  .siteFooter-mainLinks li{
	margin-bottom:1.75rem
}
    
  .siteFooter-nav > ul:nth-child(1) { 
  grid-column: span 5; 
  }
  .siteFooter-nav > ul:nth-child(2) { 
  grid-column: span 8; 
  }
  .siteFooter-nav > ul:nth-child(3) { 
  grid-column: span 3; 
  }
}







.siteFooter-legalSocial{
  font-size:.875rem;
  font-weight: 500;
  padding:1.75rem 0;
  margin-bottom:2rem;
  border-top:.125rem solid #4c76a2;
  border-bottom:.125rem solid #4c76a2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.siteFooter-legal {
  list-style: none;
  margin: 0;
  padding: 0;
}

.siteFooter-legal a{
  text-decoration: none;
}

.siteFooter-legal li {
  text-align: center;
}

.siteFooter-legal li:first-child::after {
  content: "/";
  padding: 0 0.5rem;
  color: #F7A800;
}

.siteFooter-legal a {
  white-space: nowrap;
}

.siteFooter-social ul{
  display: flex;
  align-items: center;
  gap: .25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.siteFooter-social ul li{
  display:inline-block;
  margin-left:.5rem
}

.siteFooter-social li a:hover{
  --link-color: #fff;
  --link-color-visited: #fff;
  transition: color 0.2s ease;
}

.siteFooter-social li a.siteFooter-facebook:hover{
  --link-color-hover:#1877F2;
  --link-color-visited-hover:#1877F2;
}

.siteFooter-social li a.siteFooter-instagram:hover{
  --link-color-hover:#C32AA3;
  --link-color-visited-hover:#C32AA3;
}

.siteFooter-social li a.siteFooter-linkedin:hover{
  --link-color-hover:#0A66C2;
  --link-color-visited-hover:#0A66C2;
}

.siteFooter-social li a.siteFooter-youtube:hover{
  --link-color-hover:#FF0000;
  --link-color-visited-hover:#FF0000;
}


@media screen and (min-width: 25em) {

    .siteFooter-legal {
      display: flex;
      align-items: center;
      gap: 0;
    }
  
}

@media screen and (min-width: 38em) {

  .siteFooter-legalSocial {
    flex-direction: row;
    justify-content: space-between;
  }

}


.footerSeparator{
  color:#F7A800;
  display:inline-block;
  margin-left:.25rem;
  margin-right:.25rem;
}

.siteFooter-addressCopyright{
  text-align: center;
  font-weight: 500;
}

.siteFooter-addressCopyright address{
  font-style: normal;
  font-size:.875rem;
  margin-bottom:1rem;
}

.siteFooter-copyright{
  line-height: 1;
}

.siteFooter-copyright small{
  font-size:.75rem;
  font-weight: 600;
}

@media screen and (min-width: 25em) {
  .siteFooter-addressCopyright address{
    font-size: 1rem;
  }
  .footerSeparator{
    margin-left:.375rem;
    margin-right:.375rem;
  }
}



.cookieBanner{
	background:rgba(0,0,0,.9);
	color:#fff;
	position:fixed;
	z-index:9999;
	bottom:0;
	width:100%;
	padding-top: 1.5rem;
	padding-bottom:.5rem;
	font-size:.9rem;
	display:none;
}
.cookieBanner[hidden]{
	display:none;
}
.cookieBanner:not([hidden]){
	display:block;
}
.cookieBanner p{
    margin-bottom:1rem;
}
.cookieBanner a, .cookieBanner a:visited{
    color:#fff;
}

@media print,screen and (min-width:40em){
	.cookieBanner{
		font-size:1rem;
	}
}


/* /Site Footer  */





/* Buttons 
---------------------------------------------------------------- */
button {
  -webkit-appearance: none;
  appearance: none;
}

button,
.button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: .75rem 1.5rem;
  border-width: 0.125rem;
  border-style: solid;
  border-radius: 0.375rem;
  margin: 0 0 1.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.25s ease-out, border-color 0.25s ease-out, color 0.25s ease-out;
  user-select: none;
  -webkit-user-select: none;

  background-color: #F7A800;
  border-color: #F7A800;
  color: #07121D;

  background-color: var(--button-bg-color);
  border-color: var(--button-border-color);
  color: var(--button-text-color);

  --link-color-hover: var(--button-text-color);
}

button:focus,
.button:focus{
  border-radius: 0.375rem;
}

button:focus-visible,
.button:focus-visible {
  outline:0.1875rem solid #0077b6;
  outline-offset: 0.1875rem;
  border-radius: 0.375rem;
}

button:disabled,
button[aria-disabled="true"],
.button:disabled,
.button[aria-disabled="true"] {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

button:hover,
button:focus-visible,
.button:hover,
.button:focus-visible {
  background-color: transparent;
  background-color: var(--button-bg-color);
  border-color: var(--button-border-color);
  color: var(--button-text-color);
  --button-bg-color: transparent;
}

/* button.darkbg,
.button.darkbg {
  
} */

button.darkbg:hover,
button.darkbg:focus-visible,
.button.darkbg:hover,
.button.darkbg:focus-visible {
  --button-text-color: #fff;
}


button.blue,
button.primary,
.button.blue,
.button.primary {
  --button-bg-color: var(--cerulean);
  --button-border-color: var(--cerulean);
  --button-text-color: #fff;
}

button.blue:hover,
button.blue:focus-visible,
button.primary:hover,
button.primary:focus-visible,
.button.blue:hover,
.button.blue:focus-visible,
.button.primary:hover,
.button.primary:focus-visible {
  --button-bg-color: transparent;
  --button-text-color: var(--near-black);
}

/* button.blue.darkbg,
button.primary.darkbg,
.button.blue.darkbg,
.button.primary.darkbg {

} */

button.blue.darkbg:hover,
button.blue.darkbg:focus-visible,
button.primary.darkbg:hover,
button.primary.darkbg:focus-visible,
.button.blue.darkbg:hover,
.button.blue.darkbg:focus-visible,
.button.primary.darkbg:hover,
.button.primary.darkbg:focus-visible {
  --button-text-color:#ffffff;
}


button.brandblue,
.button.brandblue {
  --button-bg-color: var(--brand-blue);
  --button-border-color: var(--brand-blue);
  --button-text-color: #fff;
}

button.brandblue:hover,
button.brandblue:focus-visible,
.button.brandblue:hover,
.button.brandblue:focus-visible {
  --button-bg-color: transparent;
  --button-text-color: var(--near-black);
}

/* button.brandblue.darkbg,
.button.brandblue.darkbg {

} */

button.brandblue.darkbg:hover,
button.brandblue.darkbg:focus-visible,
.button.brandblue.darkbg:hover,
.button.brandblue.darkbg:focus-visible {
  --button-text-color: #ffffff;
}


button.tertiary,
.button.tertiary {
  --button-bg-color: #fff;
  --button-border-color: var(--cerulean);
  --button-text-color: var(--near-black);
}

button.tertiary:hover,
button.tertiary:focus-visible,
.button.tertiary:hover,
.button.tertiary:focus-visible {
  --button-bg-color: none;
  --button-border-color: var(--near-black);
}


button.outline,
.button.outline {
  --button-bg-color: transparent;
  --button-border-color: var(--cerulean);
  --button-text-color: var(--near-black);
}

button.outline:hover,
button.outline:focus-visible,
.button.outline:hover,
.button.outline:focus-visible {
  --button-border-color: var(--near-black);
}


button.tertiary.darkbg,
.button.tertiary.darkbg,
button.outline.darkbg,
.button.outline.darkbg {
  --button-bg-color: #fff;
  --button-border-color: #fff;
  --button-text-color: var(--near-black);
}

button.tertiary.darkbg:hover,
button.tertiary.darkbg:focus-visible,
.button.tertiary.darkbg:hover,
.button.tertiary.darkbg:focus-visible,
button.outline.darkbg:hover,
button.outline.darkbg:focus-visible,
.button.outline.darkbg:hover,
.button.outline.darkbg:focus-visible {
  --button-bg-color: transparent;
  --button-text-color: #ffffff;
}



.button-group{
	margin-top:2rem;
	margin-bottom:2rem;
}

.button-group .button{
  margin-right:.5rem;
	margin-bottom: .75rem;
}

.button-group .button:last-child{
  margin-right:0;
}

.button-group--vertical .button{
	display:block;
	margin-right:0;
	width: fit-content;
}

.uiBlock--imageBox .uiBlock-content .button-group:last-child {
  margin-bottom: 0;
}










button.small,
.button.small {
  padding: 0.625rem 1.25rem;
}

.button.fullWidth {
  display: block;
  width: 100% !important;
}






.cardButtons{
  margin-top:3rem;
  margin-bottom:3rem;
}
.cardButtons .uiBlock{
  display: flex;
  flex-direction: column;

}

.cardButtons p:last-of-type{
  padding-bottom:1rem;
}

.cardButtons .uiBlock a:last-child{
  margin-top: auto;
  text-wrap: balance;
}

.cardButtons a{
  --link-color-visited: var(--link-color);
  --link-color-visited-hover: var(--link-color-hover);
}


.arrowLink{
  text-decoration: none;
  font-weight: 600;
}
.arrowLink::after{
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0em;
  vertical-align: -0.25em;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3csvg width='24' height='24' fill='currentColor' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m9.71 17.71 5.7-5.71-5.7-5.71-1.42 1.42 4.3 4.29-4.3 4.29z'%3e%3c/path%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='24' height='24' fill='currentColor' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m9.71 17.71 5.7-5.71-5.7-5.71-1.42 1.42 4.3 4.29-4.3 4.29z'%3e%3c/path%3e%3c/svg%3e");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
} 




/* /Buttons */



/* Callouts 
---------------------------------------------------------------- */

.callout{
  width:100%;
  background: #f7f7f7;
  position: relative;
  margin: 0 0 1.25rem 0;
  margin: 1.5rem 0;
    padding: 2rem;
  border-radius: .75rem;
}

.callout > :first-child {
margin-top: 0;
}
.callout > :last-child {
margin-bottom: 0;
}
.main-content .callout p,.main-content .callout li{
  padding-right:0
}

.callout.secondary
/* ,.callout.lycoAltGold */
{
  background: #f7a800;
}

 .callout.alert {
  background: #DE342B;
  color:#fff
 }


/* /Callouts */










/* Utilities
-------------------------------------------------------- */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center,
.center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.uppercase{
	text-transform: uppercase;
}

.noAnim{
	transition:none !important;
}

.noWrap{
	white-space:nowrap;
}

.noBorderRadius{
  border-radius: 0;
}

.balanceText{
  text-wrap: balance;
}

.no-after,
.noAfter{
	margin-bottom:0
}

.clear{
	clear:both;
}

.clear-right,
.clearRight{
	clear:right;
}

.clear-left,
.clearLeft{
	clear:left;
}

.image-right, .image-left,
.imageRight, .imageLeft  /* REMOVE ONCE CONFIRMED GONE FROM CODEBASE */
{
	display: block;
	clear: both;
	margin: 1em auto;
}

img.image-right, img.image-left,
img.imageRight, img.imageLeft,
.image-right img, .image-left img,  /* REMOVE ONCE CONFIRMED GONE FROM CODEBASE */
.imageRight img, .imageLeft img  /* REMOVE ONCE CONFIRMED GONE FROM CODEBASE */
{
  border-radius:.75rem;
}

@media screen and (min-width: 40em) {
	.image-left,
  .imageLeft /* REMOVE ONCE CONFIRMED GONE FROM CODEBASE */
  {
		float: left;
		margin: 0 1.75rem 1.75rem 0;
		max-width: 50%;
	}
	.image-right,
  .imageRight /* REMOVE ONCE CONFIRMED GONE FROM CODEBASE */
  {
		float: right;
		margin: 0 0 1.75rem 1.75rem;
		max-width: 50%;
	}
}

/* For captions */
.image-right.max-200, .image-left.max-200{
	width:200px; /* TODO: CONVERT TO REM? */
}
.image-right.max-250, .image-left.max-250{
	width:250px; /* TODO: CONVERT TO REM? */
}
.image-right.max-300, .image-left.max-300{
	width:300px; /* TODO: CONVERT TO REM? */
}
.image-right.max-350, .image-left.max-350{
	width:350px; /* TODO: CONVERT TO REM? */
}
.image-right.max-400, .image-left.max-400{
	width:400px; /* TODO: CONVERT TO REM? */
}

main .fullImg{
  margin-bottom: 1.25rem;
}

.inlineBlock{
  display: inline-block !important;
}



.multi-col,
.multicol{
	/* margin-left:1rem; */
	-moz-column-width: 18em;
	-webkit-column-width: 18em;
	column-width: 18em;
	width:100%;
	list-style-position: outside;
}
.multi-col li,
.multicol li{
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	padding-right:.5em;
  text-indent: 0;
  padding-left: .125rem;
}



/* /Utilities  */



/* Aspect ratio containers for embedded content (e.g., third-party videos)
-------------------------------------------------------- */

.responsive-embed, .flex-video {
  position: relative;
  margin-bottom: 1.25rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #222222;
  border-radius: .75rem;
}

.responsive-embed.widescreen, .flex-video.widescreen {
  aspect-ratio: 16 / 9;
}

.responsive-embed.vertical, .flex-video.vertical {
  aspect-ratio: 9 / 16;
}

.responsive-embed.square, .flex-video.square {
  aspect-ratio: 1 / 1;
}

@supports not (aspect-ratio: 1) {
  .responsive-embed, .flex-video {
    height: 0;
    padding-bottom: 75%;
  }
  
  .responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%;
  }

  .responsive-embed.vertical, .flex-video.vertical {
    padding-bottom: 177.78%;
  }

  .responsive-embed.square, .flex-video.square {
    padding-bottom: 100%;
  }

}

.responsive-embed iframe, 
.responsive-embed object, 
.responsive-embed embed, 
.responsive-embed video, 
.flex-video iframe, 
.flex-video object, 
.flex-video embed, 
.flex-video video { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.responsive-embed iframe:focus,
.flex-video iframe:focus {
  outline: 3px solid #4c76a2; /* TODO: is this right? */
  outline-offset: 2px;
}


@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.02, 1.02, 1.02);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.animate--pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion: reduce) {
  .animate--pulse {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* /Aspect Ratio Containers  */










/* Forms
-------------------------------------------------------- */




/* TODO: if any of this changes, the footer will break */
/* Some of this might need to change to the darkbg version */
select {
  appearance: none;
  -webkit-appearance: none;
  background: #133250 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 0.85rem center;
  border: .0625rem solid #4c76a2;
  border-radius: .25rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  cursor: pointer;
  width: 100%;
  transition: border-color 0.18s;
  margin-bottom:3rem; /*footer needs this*/
}
select:focus {
  outline: 2px solid var(--brand-yellow);
  outline-offset: 2px;
  border-color: var(--brand-yellow);
}
select option {
  background: var(--brand-blue);
  color: #fff;
}
select optgroup {
  font-weight: 600;
  color: var(--cerulean);
}




/*/Forms*/








/* A11y */

.visually-hidden,
.element-invisible /* REMOVE ONCE CONFIRMED GONE FROM CODEBASE */
{
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus,
.element-invisible.element-focusable:active, /* REMOVE ONCE CONFIRMED GONE FROM CODEBASE */
.element-invisible.element-focusable:focus /* REMOVE ONCE CONFIRMED GONE FROM CODEBASE */
{
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

#skip-link .visually-hidden.focusable:active,
#skip-link .visually-hidden.focusable:focus,
#skip-link .element-invisible.element-focusable:active, /* REMOVE ONCE CONFIRMED GONE FROM CODEBASE */
#skip-link .element-invisible.element-focusable:focus /* REMOVE ONCE CONFIRMED GONE FROM CODEBASE */
{
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 1rem;
  background: #133250;
  color: #fff;
  text-decoration: underline;
}

/* Remove all animations, transitions, and smooth scroll when appropriate */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,*::before,*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* /A11y */













































/* TRANSITIONAL STUFF */
.p30{
	padding:1.875rem 0 !important;
}
.p60{
	padding:3.75rem 0 !important;
}
.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  }

.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }




    















/* LEGACY GRID SYSTEM from Foundation v6.5.1 */
.row {
max-width: 75rem;
margin-right: auto;
margin-left: auto; 
}
.row::before, .row::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; 
        }
.row::after {
  clear: both; 
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0; 
}
.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; 
}
  @media print, screen and (min-width: 40em) {
    .row .row {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; 
    } }
  @media print, screen and (min-width: 64em) {
    .row .row {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; 
    } }
  .row .row.collapse {
    margin-right: 0;
    margin-left: 0; 
  }
.row.expanded {
  max-width: none; 
}
  .row.expanded .row {
    margin-right: auto;
    margin-left: auto; 
  }
.row:not(.expanded) .row {
  max-width: none; 
}

.column, .columns {
width: 100%;
float: left;
padding-right: 0.9375rem;
padding-left: 0.9375rem; 
}
.column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left;
  clear: none; 
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; 
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; 
}

.column.row.row, .row.row.columns {
float: none; 
}

.row .column.row.row, .row .row.row.columns {
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 0; 
}

.small-1 {
width: 8.33333%; 
}

.small-push-1 {
position: relative;
left: 8.33333%; 
}

.small-pull-1 {
position: relative;
left: -8.33333%; 
}

.small-offset-0 {
margin-left: 0%; 
}

.small-2 {
width: 16.66667%; 
}

.small-push-2 {
position: relative;
left: 16.66667%; 
}

.small-pull-2 {
position: relative;
left: -16.66667%; 
}

.small-offset-1 {
margin-left: 8.33333%; 
}

.small-3 {
width: 25%; 
}

.small-push-3 {
position: relative;
left: 25%; 
}

.small-pull-3 {
position: relative;
left: -25%; 
}

.small-offset-2 {
margin-left: 16.66667%; 
}

.small-4 {
width: 33.33333%; 
}

.small-push-4 {
position: relative;
left: 33.33333%; 
}

.small-pull-4 {
position: relative;
left: -33.33333%; 
}

.small-offset-3 {
margin-left: 25%; 
}

.small-5 {
width: 41.66667%; 
}

.small-push-5 {
position: relative;
left: 41.66667%; 
}

.small-pull-5 {
position: relative;
left: -41.66667%; 
}

.small-offset-4 {
margin-left: 33.33333%; 
}

.small-6 {
width: 50%; 
}

.small-push-6 {
position: relative;
left: 50%; 
}

.small-pull-6 {
position: relative;
left: -50%; 
}

.small-offset-5 {
margin-left: 41.66667%; 
}

.small-7 {
width: 58.33333%; 
}

.small-push-7 {
position: relative;
left: 58.33333%; 
}

.small-pull-7 {
position: relative;
left: -58.33333%; 
}

.small-offset-6 {
margin-left: 50%; 
}

.small-8 {
width: 66.66667%; 
}

.small-push-8 {
position: relative;
left: 66.66667%; 
}

.small-pull-8 {
position: relative;
left: -66.66667%; 
}

.small-offset-7 {
margin-left: 58.33333%; 
}

.small-9 {
width: 75%; 
}

.small-push-9 {
position: relative;
left: 75%; 
}

.small-pull-9 {
position: relative;
left: -75%; 
}

.small-offset-8 {
margin-left: 66.66667%; 
}

.small-10 {
width: 83.33333%; 
}

.small-push-10 {
position: relative;
left: 83.33333%; 
}

.small-pull-10 {
position: relative;
left: -83.33333%; 
}

.small-offset-9 {
margin-left: 75%; 
}

.small-11 {
width: 91.66667%; 
}

.small-push-11 {
position: relative;
left: 91.66667%; 
}

.small-pull-11 {
position: relative;
left: -91.66667%; 
}

.small-offset-10 {
margin-left: 83.33333%; 
}

.small-12 {
width: 100%; 
}

.small-offset-11 {
margin-left: 91.66667%; 
}

.small-up-1 > .column, .small-up-1 > .columns {
float: left;
width: 100%; 
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; 
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; 
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; 
}

.small-up-2 > .column, .small-up-2 > .columns {
float: left;
width: 50%; 
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; 
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; 
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; 
}

.small-up-3 > .column, .small-up-3 > .columns {
float: left;
width: 33.33333%; 
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; 
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; 
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; 
}

.small-up-4 > .column, .small-up-4 > .columns {
float: left;
width: 25%; 
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; 
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; 
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; 
}

.small-up-5 > .column, .small-up-5 > .columns {
float: left;
width: 20%; 
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; 
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; 
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; 
}

.small-up-6 > .column, .small-up-6 > .columns {
float: left;
width: 16.66667%; 
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; 
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; 
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; 
}

.small-up-7 > .column, .small-up-7 > .columns {
float: left;
width: 14.28571%; 
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; 
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; 
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; 
}

.small-up-8 > .column, .small-up-8 > .columns {
float: left;
width: 12.5%; 
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; 
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; 
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; 
}

.small-collapse > .column, .small-collapse > .columns {
padding-right: 0;
padding-left: 0; 
}

.small-collapse .row {
margin-right: 0;
margin-left: 0; 
}

.expanded.row .small-collapse.row {
margin-right: 0;
margin-left: 0; 
}

.small-uncollapse > .column, .small-uncollapse > .columns {
padding-right: 0.9375rem;
padding-left: 0.9375rem; 
}

.small-centered {
margin-right: auto;
margin-left: auto; 
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both; 
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
position: static;
margin-right: 0;
margin-left: 0; 
}
.small-uncentered, .small-uncentered:last-child:not(:first-child),
.small-push-0,
.small-push-0:last-child:not(:first-child),
.small-pull-0,
.small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none; 
}
.small-uncentered:last-child:not(:first-child),
.small-push-0:last-child:not(:first-child),
.small-pull-0:last-child:not(:first-child) {
  float: right; 
}

@media print, screen and (min-width: 40em) {
.medium-1 {
  width: 8.33333%; 
}
.medium-push-1 {
  position: relative;
  left: 8.33333%; 
}
.medium-pull-1 {
  position: relative;
  left: -8.33333%; 
}
.medium-offset-0 {
  margin-left: 0%; 
}
.medium-2 {
  width: 16.66667%; 
}
.medium-push-2 {
  position: relative;
  left: 16.66667%; 
}
.medium-pull-2 {
  position: relative;
  left: -16.66667%; 
}
.medium-offset-1 {
  margin-left: 8.33333%; 
}
.medium-3 {
  width: 25%; 
}
.medium-push-3 {
  position: relative;
  left: 25%; 
}
.medium-pull-3 {
  position: relative;
  left: -25%; 
}
.medium-offset-2 {
  margin-left: 16.66667%; 
}
.medium-4 {
  width: 33.33333%; 
}
.medium-push-4 {
  position: relative;
  left: 33.33333%; 
}
.medium-pull-4 {
  position: relative;
  left: -33.33333%; 
}
.medium-offset-3 {
  margin-left: 25%; 
}
.medium-5 {
  width: 41.66667%; 
}
.medium-push-5 {
  position: relative;
  left: 41.66667%; 
}
.medium-pull-5 {
  position: relative;
  left: -41.66667%; 
}
.medium-offset-4 {
  margin-left: 33.33333%; 
}
.medium-6 {
  width: 50%; 
}
.medium-push-6 {
  position: relative;
  left: 50%; 
}
.medium-pull-6 {
  position: relative;
  left: -50%; 
}
.medium-offset-5 {
  margin-left: 41.66667%; 
}
.medium-7 {
  width: 58.33333%; 
}
.medium-push-7 {
  position: relative;
  left: 58.33333%; 
}
.medium-pull-7 {
  position: relative;
  left: -58.33333%; 
}
.medium-offset-6 {
  margin-left: 50%; 
}
.medium-8 {
  width: 66.66667%; 
}
.medium-push-8 {
  position: relative;
  left: 66.66667%; 
}
.medium-pull-8 {
  position: relative;
  left: -66.66667%; 
}
.medium-offset-7 {
  margin-left: 58.33333%; 
}
.medium-9 {
  width: 75%; 
}
.medium-push-9 {
  position: relative;
  left: 75%; 
}
.medium-pull-9 {
  position: relative;
  left: -75%; 
}
.medium-offset-8 {
  margin-left: 66.66667%; 
}
.medium-10 {
  width: 83.33333%; 
}
.medium-push-10 {
  position: relative;
  left: 83.33333%; 
}
.medium-pull-10 {
  position: relative;
  left: -83.33333%; 
}
.medium-offset-9 {
  margin-left: 75%; 
}
.medium-11 {
  width: 91.66667%; 
}
.medium-push-11 {
  position: relative;
  left: 91.66667%; 
}
.medium-pull-11 {
  position: relative;
  left: -91.66667%; 
}
.medium-offset-10 {
  margin-left: 83.33333%; 
}
.medium-12 {
  width: 100%; 
}
.medium-offset-11 {
  margin-left: 91.66667%; 
}
.medium-up-1 > .column, .medium-up-1 > .columns {
  float: left;
  width: 100%; 
}
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; 
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; 
  }
.medium-up-2 > .column, .medium-up-2 > .columns {
  float: left;
  width: 50%; 
}
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; 
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; 
  }
.medium-up-3 > .column, .medium-up-3 > .columns {
  float: left;
  width: 33.33333%; 
}
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; 
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; 
  }
.medium-up-4 > .column, .medium-up-4 > .columns {
  float: left;
  width: 25%; 
}
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; 
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; 
  }
.medium-up-5 > .column, .medium-up-5 > .columns {
  float: left;
  width: 20%; 
}
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; 
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; 
  }
.medium-up-6 > .column, .medium-up-6 > .columns {
  float: left;
  width: 16.66667%; 
}
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; 
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; 
  }
.medium-up-7 > .column, .medium-up-7 > .columns {
  float: left;
  width: 14.28571%; 
}
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; 
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; 
  }
.medium-up-8 > .column, .medium-up-8 > .columns {
  float: left;
  width: 12.5%; 
}
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; 
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; 
  }
.medium-collapse > .column, .medium-collapse > .columns {
  padding-right: 0;
  padding-left: 0; 
}
.medium-collapse .row {
  margin-right: 0;
  margin-left: 0; 
}
.expanded.row .medium-collapse.row {
  margin-right: 0;
  margin-left: 0; 
}
.medium-uncollapse > .column, .medium-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; 
}
.medium-centered {
  margin-right: auto;
  margin-left: auto; 
}
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both; 
  }
.medium-uncentered,
.medium-push-0,
.medium-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; 
}
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
  .medium-push-0,
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0,
  .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; 
  }
  .medium-uncentered:last-child:not(:first-child),
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0:last-child:not(:first-child) {
    float: right; 
  } }

@media print, screen and (min-width: 64em) {
.large-1 {
  width: 8.33333%; 
}
.large-push-1 {
  position: relative;
  left: 8.33333%; 
}
.large-pull-1 {
  position: relative;
  left: -8.33333%; 
}
.large-offset-0 {
  margin-left: 0%; 
}
.large-2 {
  width: 16.66667%; 
}
.large-push-2 {
  position: relative;
  left: 16.66667%; 
}
.large-pull-2 {
  position: relative;
  left: -16.66667%; 
}
.large-offset-1 {
  margin-left: 8.33333%; 
}
.large-3 {
  width: 25%; 
}
.large-push-3 {
  position: relative;
  left: 25%; 
}
.large-pull-3 {
  position: relative;
  left: -25%; 
}
.large-offset-2 {
  margin-left: 16.66667%; 
}
.large-4 {
  width: 33.33333%; 
}
.large-push-4 {
  position: relative;
  left: 33.33333%; 
}
.large-pull-4 {
  position: relative;
  left: -33.33333%; 
}
.large-offset-3 {
  margin-left: 25%; 
}
.large-5 {
  width: 41.66667%; 
}
.large-push-5 {
  position: relative;
  left: 41.66667%; 
}
.large-pull-5 {
  position: relative;
  left: -41.66667%; 
}
.large-offset-4 {
  margin-left: 33.33333%; 
}
.large-6 {
  width: 50%; 
}
.large-push-6 {
  position: relative;
  left: 50%; 
}
.large-pull-6 {
  position: relative;
  left: -50%; 
}
.large-offset-5 {
  margin-left: 41.66667%; 
}
.large-7 {
  width: 58.33333%; 
}
.large-push-7 {
  position: relative;
  left: 58.33333%; 
}
.large-pull-7 {
  position: relative;
  left: -58.33333%; 
}
.large-offset-6 {
  margin-left: 50%; 
}
.large-8 {
  width: 66.66667%; 
}
.large-push-8 {
  position: relative;
  left: 66.66667%; 
}
.large-pull-8 {
  position: relative;
  left: -66.66667%; 
}
.large-offset-7 {
  margin-left: 58.33333%; 
}
.large-9 {
  width: 75%; 
}
.large-push-9 {
  position: relative;
  left: 75%; 
}
.large-pull-9 {
  position: relative;
  left: -75%; 
}
.large-offset-8 {
  margin-left: 66.66667%; 
}
.large-10 {
  width: 83.33333%; 
}
.large-push-10 {
  position: relative;
  left: 83.33333%; 
}
.large-pull-10 {
  position: relative;
  left: -83.33333%; 
}
.large-offset-9 {
  margin-left: 75%; 
}
.large-11 {
  width: 91.66667%; 
}
.large-push-11 {
  position: relative;
  left: 91.66667%; 
}
.large-pull-11 {
  position: relative;
  left: -91.66667%; 
}
.large-offset-10 {
  margin-left: 83.33333%; 
}
.large-12 {
  width: 100%; 
}
.large-offset-11 {
  margin-left: 91.66667%; 
}
.large-up-1 > .column, .large-up-1 > .columns {
  float: left;
  width: 100%; 
}
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; 
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; 
  }
.large-up-2 > .column, .large-up-2 > .columns {
  float: left;
  width: 50%; 
}
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; 
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; 
  }
.large-up-3 > .column, .large-up-3 > .columns {
  float: left;
  width: 33.33333%; 
}
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; 
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; 
  }
.large-up-4 > .column, .large-up-4 > .columns {
  float: left;
  width: 25%; 
}
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; 
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; 
  }
.large-up-5 > .column, .large-up-5 > .columns {
  float: left;
  width: 20%; 
}
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; 
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; 
  }
.large-up-6 > .column, .large-up-6 > .columns {
  float: left;
  width: 16.66667%; 
}
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; 
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; 
  }
.large-up-7 > .column, .large-up-7 > .columns {
  float: left;
  width: 14.28571%; 
}
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; 
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; 
  }
.large-up-8 > .column, .large-up-8 > .columns {
  float: left;
  width: 12.5%; 
}
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; 
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; 
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; 
  }
.large-collapse > .column, .large-collapse > .columns {
  padding-right: 0;
  padding-left: 0; 
}
.large-collapse .row {
  margin-right: 0;
  margin-left: 0; 
}
.expanded.row .large-collapse.row {
  margin-right: 0;
  margin-left: 0; 
}
.large-uncollapse > .column, .large-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; 
}
.large-centered {
  margin-right: auto;
  margin-left: auto; 
}
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both; 
  }
.large-uncentered,
.large-push-0,
.large-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; 
}
  .large-uncentered, .large-uncentered:last-child:not(:first-child),
  .large-push-0,
  .large-push-0:last-child:not(:first-child),
  .large-pull-0,
  .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; 
  }
  .large-uncentered:last-child:not(:first-child),
  .large-push-0:last-child:not(:first-child),
  .large-pull-0:last-child:not(:first-child) {
    float: right; 
  } }

.column-block {
margin-bottom: 1.875rem; 
}
.column-block > :last-child {
  margin-bottom: 0; 
}