﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

* {
	margin: 0;
	padding: 0;
}

*,
* :after,
* :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table, tbody, theader, tr, td, th {
  max-width: 90vw !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13pt !important;
	hyphens: none;
	color: #000;
	overflow: auto !important;
}

a, a:visited {
	color: #0072c6;
}

a,
a:before {
  -webkit-transition-timing-function: cubic-bezier(0, 0.15, 0.5, 1.25);
  transition-timing-function: cubic-bezier(0, 0.15, 0.5, 1.25);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: transform, color, background;
  -webkit-transition-property: color, background, -webkit-transform;
  transition-property: color, background, -webkit-transform;
  transition-property: transform, color, background;
  transition-property: transform, color, background, -webkit-transform;
}

a {
  position: relative;
  color: #0072c6;
  text-decoration: none;
}

a:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1.5px;
  background-color: #e8c04f;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

a:visited {
  color: #0072c6;
}

a:hover {
  color: #e8c04f;
  text-decoration: none;
}

a:hover:before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}


h1 {
	font-size: 24pt;
	font-family: 'Open Sans', sans-serif;
	color: #05868e !important;
	font-weight: 700;
	text-shadow: none;
}

h2 {
	font-size: 18pt;
	font-family: 'Open Sans', sans-serif;
	color: #a9c23f !important;
	font-weight: 700;
	text-shadow: none;
}

h3 {
	font-size: 16pt;
	font-family: 'Open Sans', sans-serif;
	color: #e8c04f !important;
	font-weight: 700;
	text-shadow: none;
}

.btn, a span.ms-rteStyle-LinkButton {
  -ms-name: "Link Button";
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 2px 10px;
  margin: .5em;
  font-size: 12pt !important;
  line-height: 1.6;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background: #05868e;
  color: #fff !important;
  -webkit-box-shadow: -1px 1px 3px -1px #2e2e2e;
  box-shadow: -1px 1px 3px -1px #2e2e2e;
  display: inline-block;
  white-space: nowrap;
  margin-left: 0;
}

.btn:hover, a:hover span.ms-rteStyle-LinkButton {
  background-color: #80c1c5 !important;
  color: inherit;
  text-decoration: none
}

.btn:active,
.btn:focus,
a:active span.ms-rteStyle-LinkButton,
.ms-rteStyle-LinkButton:focus {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:visited, a:visited span.ms-rteStyle-LinkButton {
  color: #fff;
}

.btn::after, .btn::before, .hidePseudo::after, .hidePseudo::before {
  display: none
}

.btnRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.ms-core-listMenu-horizontalBox {
	max-width: 1500px;
}

#s4-workspace {
  overflow-x: hidden;
}

#s4-bodyContainer {
  padding: 0;
  overflow: hidden;
}

*::-webkit-scrollbar {
  width: 0.5em;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #05868e;
  box-shadow: inset 0 0 6px #05868e;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #005072;
  box-shadow: inset 0 0 6px #005072;
}

ol, ul {
  padding-inline-start: 40px;
}

#container {
  display: grid;
  min-height: calc(100vh - 5em);
  max-width: 100vw;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
}

#container .Wrapper {
  margin: 2px auto 10px;
  max-width: 1300px;
  width: 100%;
  border-radius: 5px;
  margin-top: 6em;
  padding: 0 10px;
}


[class*="ms-commandLink"] {
  border: none
}

/*#container .Wrapper *:not([class^="ms-"]) {
  max-width: 100%;
}*/

#container .Wrapper img {
  overflow: hidden;
}

.floatRight {
  float: right;
  margin: 0.25em;
}

.floatLeft {
  float: left;
  margin: 0.25em;
}

.Header {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 6em;
  background-color: #fff;
  background-image: url(/Style%20Library/images/CerealsGrains.png);
  background-position: 0.5em;
  background-size: 9%;
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
  box-shadow: -3px 5px 6px -5px #333;
}

.Header .homeLink {
  float: left;
  width: 10%;
}

.Header .hamburger,
.Header .screenreader {
  display: none;
}

.Header .topRight {
  position: absolute;
  top: 0;
  right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.Header .homeLink {
  position: relative;
  z-index: 5;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  height: 90%;
  text-decoration: none;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.Header .homeLink:hover> :before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Header .homeLink:hover:before {
  visibility: hidden;
}

.Header .homeLink>* {
  position: relative;
  z-index: 9;
  color: #fff;
  text-decoration: none;
  text-shadow: -1.5px -1.25px 1.25px rgba(13, 110, 80, 0);
  font-size: 1em;
}

.accountMenu {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: .25em;
  font-weight: 700;
  font-size: 0.75em;
}

.accountMenu .accountMenuItem,
span[id*="_Menu_"] {
  display: block;
  color: #000;
  text-decoration: none;
  font-family: sans-serif;
  height: auto;
  line-height: 1.5em;
  padding: 0;
  position: static;
  background-clip: initial;
  border: none;
}

span[id*="_Menu_"]>* {
  color: inherit !important;
  display: inline;
  height: auto !important;
  line-height: .5em;
}

.accountMenu .accountMenuItem:hover,
span[id*="_Menu_"]:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.accountMenu .accountMenuItem:hover>*,
span[id*="_Menu_"]:hover>* {
  color: #005072;
  text-shadow: -1.5px -1.25px 1.25px hsla(0, 0%, 92%, 0.5);
}

.accountMenu .accountMenuItem:hover> :before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.accountMenu .accountMenuItem:hover:before {
  visibility: hidden;
}

.accountMenu .accountMenuItem>* {
  position: relative;
  z-index: 9;
  color: inherit;
  text-decoration: none;
  font-size: 0.75em;
}

.accountMenu a {
  color: #000;
  padding-left: 10px;
}

.accountMenu .accountMenuItem> :before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 2px;
  background-color: #b5bf00;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

#zz1_TopNavigationMenu a {
  display: inline !important;
  white-space: normal !important;
}

#zz1_TopNavigationMenu a.level4,
#zz1_TopNavigationMenu a.level5,
#zz1_TopNavigationMenu a.level6 {
  display: block !important;
}

#zz1_TopNavigationMenu a.level5:hover,
#zz1_TopNavigationMenu a.level6:hover {
  background-color: rgba(13, 110, 80, 0.25)
}

#zz1_TopNavigationMenu a.level5,
#zz1_TopNavigationMenu ul.level5.dynamic {
  z-index: 15;
}

#zz1_TopNavigationMenu a.level6,
#zz1_TopNavigationMenu ul.level6.dynamic {
  z-index: 16;
  max-width: calc;
}

#zz1_TopNavigationMenu a.popout {
  background-image: none !important;
}

[class*="MenuItem"] span {
  white-space: nowrap;
}

.mainMenu,
.mainMenu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 90%;
  height: 100%;
  color: inherit;
  -webkit-transition-timing-function: cubic-bezier(0, 0.15, 0.5, 1.25);
  transition-timing-function: cubic-bezier(0, 0.15, 0.5, 1.25);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: height;
  transition-property: height;
}

.mainMenu * {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.mainMenu>ul {
  position: static !important;
  width: 100% !important;
}

.Header.hideSubNav * {
  display: none !important;
}

.mainMenu>ul>li.static {
  position: static !important;
  padding-top: 3em;
  height: 100%;
  height: 5em;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 1, 1.05);
  transition-timing-function: cubic-bezier(0.75, 0, 1, 1.05);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: background;
  transition-property: background;
}

.mainMenu>ul>li.static:hover {
  background-color: hsla(0, 0%, 100%, .7);
}

.Header.hideSubNav .mainMenu>ul>li.static:first-child {
  display: none;
}

.mainMenu>ul>li.static:first-child:nth-last-child(3),
.mainMenu>ul>li.static:first-child:nth-last-child(3)~* {
  width: 33.33333%;
}

.mainMenu>ul>li.static:first-child:nth-last-child(4),
.mainMenu>ul>li.static:first-child:nth-last-child(4)~* {
  width: 25%;
}

.mainMenu>ul>li.static:first-child:nth-last-child(5),
.mainMenu>ul>li.static:first-child:nth-last-child(5)~* {
  width: 20%;
}

.mainMenu>ul>li.static:first-child:nth-last-child(6),
.mainMenu>ul>li.static:first-child:nth-last-child(6)~* {
  width: 16.66667%;
}

.mainMenu>ul>li.static:first-child:nth-last-child(7),
.mainMenu>ul>li.static:first-child:nth-last-child(7)~* {
  width: 14.28571%;
}

.mainMenu>ul>li.static:first-child:nth-last-child(8),
.mainMenu>ul>li.static:first-child:nth-last-child(8)~* {
  width: 12.5%;
}

.mainMenu>ul>li.static:first-child:nth-last-child(9),
.mainMenu>ul>li.static:first-child:nth-last-child(9)~* {
  width: 11.11111%;
}

.mainMenu>ul>li.static:first-child:nth-last-child(10),
.mainMenu>ul>li.static:first-child:nth-last-child(10)~* {
  width: 10%;
}

.mainMenu>ul>li.static:first-child:nth-last-child(11),
.mainMenu>ul>li.static:first-child:nth-last-child(11)~* {
  width: 9.09091%;
}

.mainMenu>ul>li.static:first-child:nth-last-child(12),
.mainMenu>ul>li.static:first-child:nth-last-child(12)~* {
  width: 8.33333%;
}

.mainMenu>ul>li.static:first-child:nth-last-child(13),
.mainMenu>ul>li.static:first-child:nth-last-child(13)~* {
  width: 7.69231%;
}

.mainMenu>ul>li.static:first-child:nth-last-child(14),
.mainMenu>ul>li.static:first-child:nth-last-child(14)~* {
  width: 7.14286%;
}

.mainMenu>ul>li.static li.dynamic:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.mainMenu>ul>li.static li.dynamic:hover>* {
  color: #005072;
  text-shadow: -1.5px -1.25px 1.25px hsla(0, 0%, 92%, 0.5),
    -3px -2.5px 1.5px hsla(0, 0%, 67%, 0);
}

.mainMenu>ul>li.static:hover>a:before,
.mainMenu>ul>li.static li.dynamic:hover>a:before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mainMenu>ul>li.static li.dynamic:hover:before {
  visibility: hidden;
}

.mainMenu>ul>li.static li.dynamic>* {
  position: relative;
  color: inherit;
  text-decoration: none;
  text-shadow: -1.5px -1.25px 1.25px rgba(13, 110, 80, 0);
  font-size: 0.85em;
}

.mainMenu>ul>li.static li.dynamic>*,
.mainMenu>ul>li.static li.dynamic> :before {}

.mainMenu>ul>li.static>a:before,
.mainMenu>ul>li.static li.dynamic> :before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 2px;
  background-color: #e8c04f;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.mainMenu>ul>li.static li.dynamic>.selected {
  background-color: rgba(13, 110, 80, 0.25);
  color: #e8c04f;
}

.mainMenu>ul>li.static:hover a.level2.static {
  color: #000;
}

.mainMenu>ul>li.static a.level2.static {
  padding: 0 !important;
  color: inherit;
  font-weight: 700;
}

.mainMenu>ul>li.static ul.level3.dynamic {
  /*! overflow: scroll; */
  max-height: calc(100vh - 6em);
  position: absolute;
  top: 5em !important;
  left: 0;
  z-index: -1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  visibility: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row-wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-evenly; */
  width: 100vw !important;
  background-color: inherit;
  background-color: #05868e;
  color: #fff;
}

.mainMenu>ul>li.static:hover ul.level3.dynamic {
  z-index: 1;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  visibility: visible;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.5em;
  width: 20%;
  text-align: left;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic:hover {
  background-color: #7f809b;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic:hover>* {
  background-color: transparent;
  color: #005072;
  text-shadow: -1.5px -1.25px 1.25px hsla(0, 0%, 92%, 0.5),
    -3px -2.5px 1.5px hsla(0, 0%, 67%, 0);
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic:hover>a:before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic:hover:before {
  visibility: hidden;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic>* {
  position: relative;
  color: inherit;
  text-decoration: none;
  text-shadow: -1.5px -1.25px 1.25px rgba(13, 110, 80, 0);
  font-size: 1em;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic>*,
.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic>a:before {}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic>a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 2px;
  background-color: #e8c04f;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic>ul.level4.dynamic {
  position: relative !important;
  left: 0 !important;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic>.selected {
  background-color: rgba(13, 110, 80, 0.25);
  color: #e8c04f;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 0 auto;
  max-width: 18em;
  width: 80%;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 0.5em 0 0 1em;
  background-color: transparent !important;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic a.level4.dynamic {
  line-height: 1.2em;
  color: inherit;
  text-decoration: none;
  font-size: .8em;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic a.level4.dynamic:hover>* {
  background-color: transparent !important;
  color: #005072;
  text-shadow: -1.5px -1.25px 1.25px hsla(0, 0%, 92%, 0.5),
    -3px -2.5px 1.5px hsla(0, 0%, 67%, 0);
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic a.level4.dynamic:hover> :before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic a.level4.dynamic>* {
  position: relative;
  z-index: 9;
  text-decoration: none;
  text-shadow: -1.5px -1.25px 1.25px rgba(13, 110, 80, 0);
  font-size: 1em;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic a.level4.dynamic> :before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 2px;
  background-color: #e8c04f;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic a.level4.dynamic>.selected {
  background-color: rgba(13, 110, 80, 0.25);
  color: #e8c04f;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic ul.level5.dynamic,
.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic ul.level5.dynamic>li.dynamic ul.level6.dynamic {
  position: absolute;
  top: 1.3em;
  left: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: 1.25em;
  margin-left: 5em;
  padding: 0.5em;
  background-color: #fff;
  -webkit-box-shadow: -1.5px 0.5px 20.25px -7.25px hsla(0, 0%, 41%, 0.8),
    -3px 1px 20.5px -7px rgba(53, 53, 53, 0.6),
    -4.5px 1.5px 20.75px -6.75px rgba(35, 35, 35, 0.4),
    -6px 2px 21px -6.5px rgba(26, 26, 26, 0.2),
    -7.5px 2.5px 21.25px -6.25px hsla(0, 0%, 8%, 0);
  box-shadow: -1.5px 0.5px 20.25px -7.25px hsla(0, 0%, 41%, 0.8),
    -3px 1px 20.5px -7px rgba(53, 53, 53, 0.6),
    -4.5px 1.5px 20.75px -6.75px rgba(35, 35, 35, 0.4),
    -6px 2px 21px -6.5px rgba(26, 26, 26, 0.2),
    -7.5px 2.5px 21.25px -6.25px hsla(0, 0%, 8%, 0);
  padding: 8px !important;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic ul.level5.dynamic.lvl4MenuItem {
  margin: 0.5em 0 0 1em;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  font-size: 0.8em;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic ul.level5.dynamic.lvl4MenuItem:hover>* {
  color: #005072;
  text-shadow: -1.5px -1.25px 1.25px hsla(0, 0%, 92%, 0.5),
    -3px -2.5px 1.5px hsla(0, 0%, 67%, 0);
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic ul.level5.dynamic.lvl4MenuItem:hover> :before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic ul.level5.dynamic.lvl4MenuItem:hover:before {
  visibility: hidden;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic ul.level5.dynamic.lvl4MenuItem>* {
  position: relative;
  z-index: 9;
  text-decoration: none;
  text-shadow: -1.5px -1.25px 1.25px rgba(13, 110, 80, 0);
  font-size: 1em;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic ul.level5.dynamic.lvl4MenuItem> :before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 2px;
  background-color: #e8c04f;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic ul.level5.dynamic.lvl4MenuItem>.active {
  background-color: rgba(13, 110, 80, 0.25);
  color: #e8c04f;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic .lvl3:before {
  display: none;
}

.mainMenu>ul>li.static .subMenu:before {
  display: none;
}

span[id*="_Menu_"]>* {
  color: inherit !important;
  display: inline;
  height: auto !important;
  line-height: .5em;
}

#zz1_TopNavigationMenu a {
	font-size: 11pt;
}

.mainMenu>ul>li.static:nth-child(n + 6) a {
  margin: .5em;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 9px solid transparent;
  text-decoration: none;
  padding: 5px 12px !important;
  line-height: 1.5;
  border-radius: 24px;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  background-color: #05868e;
  color: #fff !important;
  display: inline-block;
}

.mainMenu>ul>li.static ul.level3.dynamic {
	background-color: #05868e;
	font-size: 14pt;
	font-weight: 700;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic:hover>* {
	color: #000;
	text-shadow: none;
}

.bannerImage {
	background: url('/Style%20Library/Images/CG22_Banner2.jpg') no-repeat;
	background-size: 100%;
	height: 350px;
	display: block;
	width: 100%;
	margin-left: -1%;
	background-position-y: 31%;
	
}

.bannerImageText {
	max-width: 1300px !important;
	padding-top: 3%;
	padding-bottom: 1%;
	margin: 0 auto;
}

.bannerImageText h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 45pt;
	color: #fff !important;
	font-weight: 700;
	text-shadow: 2px 3px 5px rgb(0 0 0 / 50%);
	margin: 0;
}

.bannerImageText h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30pt;
	color: #fff !important;
	font-weight: 600;
	margin: 0;
	line-height: 1.1;
	text-shadow: 2px 3px 5px rgb(0 0 0 / 50%);
	margin-left: 3px;
}

.bannerImageText h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20pt;
	color: #fff !important;
	font-weight: 600;
	margin: 0;
	line-height: 1.1;
	text-shadow: 2px 3px 5px rgb(0 0 0 / 50%);
	margin-left: 3px;
	padding-top: 1%;
}

.innerWrapper {
	max-width: 1300px !important;
	margin: 0 auto;
}

h1#pageTitle {
	display: block !important;
	color: #05868e !important;
	margin-top: 3%;
	margin-bottom: 2%;
}

h1#pageTitle p {
	max-width: 1300px !important;
	margin: 0 auto;
	color: #05868e;
}

.meetingBlock1 {
	background: #a9c23f;
	width: 100%;
	height: 300px;
	margin-top: 2.5%;
}

.meetingBlock1Image {
	background: #e8e8e8;
	width: 40%;
	z-index: 1000;
	margin-top: -17%;
	margin-left: 3%;
	margin-bottom: 5%;
	height: 334px;
}

.meetingBlock1Image img {
	width: 85%;
	vertical-align: middle;
	margin-left:8%;
	margin-right: 8%;
	margin-top: 6%;
	margin-bottom: 6%;
}

.meetingBlock1Text {
	float: right;
	text-align: left;
	margin-right: 4%;
	width: 49%;
	margin-top: 2%;
}

.meetingBlock1Text h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 26pt;
	color: #fff !important;
	font-weight: 700;
	text-shadow: none;
	margin-bottom: 2.5%;
}

.meetingBlock1Text p {
	color: #000 !important;
}

.meetingBlock1Text a.btn {
	color: #000 !important;
	background: #fff;
}

.meetingBlock1Text a.btn:hover {
	background-color: #05868e !important;
	color: #fff !important;
}

.whyMeetingHeader h1 {
	font-size: 25pt;
}

.whyMeeting{
	display: flex;
	flex-direction: row;	
}

.whyMeeting1, .whyMeeting2, .whyMeeting3{
	width: 22%;
	background: #e8e8e8;
	margin-right: 4%;
}

.whyMeeting4 {
	width: 22%;
	background: #e8e8e8;
}

.whyMeetingText {
	padding: 14%;
}

.whyMeetingText a {
	color: #000 !important;
}

.meetingBar {
	background-color: #e8c04f;
	margin: 3% 0 3% -1%;
}

.meetingBarInner {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 1% 1% 1% 1%;
}

.meetingBarText {
	width: 80%;
}

.meetingBarButton {
	width: 20%;
}

.meetingBar h1, .meetingBar h2, .meetingBar h3, .meetingBar p {
	color: #fff !important;
}

.meetingBar h1 {
	margin-bottom: 1%;
	margin-top: 1%;
}

.meetingBar a.btn {
	background: #fff;
	color: #000 !important;
	float: right;
}

.meetingBar a.btn:hover {
	background-color: #a9c23f !important;
	color: #fff !important;
}

.meetingBlock2 {
	display: flex;
	width: 100%;
}

.meetingBlock2Text {
	width: 50%;
	margin-right: 3%;
}

.meetingBlock2Text h1 {
	margin-bottom: 1%;
}

.meetingBlock2Image {
	width: 48%;
}

.meetingBlock2Image img {
	float: right;
}

.meetingBlock3 {
	display: flex;
	width: 100%;
}

.meetingBlock3Text {
	width: 53%;
	margin-left: 3%;
}

.meetingBlock3Text h1 {
	margin-bottom: 1%;
}

.meetingBlock3Image {
	width: 44%;
}

.meetingBlock3Image img {
	float: left;
}

.meetingBlock4 {
	background-color: #a9c23f;
	margin: 3% 0;
	padding: 1.5% 5% 2% 5%;
}

.meetingBlock4 h1 {
	color: #fff !important;
	margin-top: 1%;
	margin-bottom: 1%;
}

.meetingBlock4 p {
	color: #000 !important;
}

.meetingBlock4 a.btn {
	background: #fff;
	color: #000 !important;
}

.meetingBlock4 a.btn:hover {
	background-color: #05868e !important;
	color: #fff !important;
}
.sponsorBorder {
	border-top: 9px solid #05868e;
	margin: 3% 0 -1% -1%;
	padding: 0.7% 5%;
}

.meetingSponsors {
	max-width: 1300px !important;
	margin: 0 auto;
	padding-left: 1%;
}

.Footer {
	width: 100%;
	background-color: #e8e8e8 !important;
	color: #000;
	text-align: center;
	background: url(/Style%20Library/images/CerealsGrains.png) no-repeat;
	background-size: 10%;
	background-position: 3em;
	height: 150px;
}

.ms-welcome-root {
	float: left;
}

a#ctl00_ctl45_ExplicitLogin {
	float: left; 
	color: #000;
	font-size: 11pt;
	font-weight: 700;
	margin-left: 2%;
	min-width: max-content;
	padding-right: 10px;
}

a#ctl00_ctl45_ExplicitLogin:hover {
	color: #05868e !important;
}

.footerInner {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    float:  right;
    width: 80%;
    height: 150px;
}

.icons {
	display: flex;
	width: min-content;
	margin: 0 auto;
}

.facebook::before {
	font: var(--fa-font-brands);
	content: "\f09a";
	font-size: 2em;
	color: #05868e;
	margin-right: 12px;
}
	
.twitter::before {
	font: var(--fa-font-brands);
	content: "\f099";
	font-size: 2em;
	color: #05868e;
	margin-right: 12px;
}
	
.linkedIn::before {
	font: var(--fa-font-brands);
	content: "\f0e1";
	font-size: 2em;
	color: #05868e;
}
	
.follow {
	float: right;
	width: 33.333%;
}

.follow h2 {
	color: #000 !important;
	font-weight: bold;
}

.follow img {
	vertical-align: middle;
	margin-left: 6%;
}

.follow a {
	color: #000;
}

.copyright a {
	color: #000;
}

.copyright {
	width: 71%;
	font-size: 12pt;
}

.collapsible-header {
	display:inline-block;
	justify-content: space-between;
	vertical-align: middle;
	width: 98%;
	margin-bottom: 2%;
	padding: 15px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	font-size: 16px;
	font-weight:500;
	line-height:1.4;
	white-space:nowrap;
	webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color:#333;
	background-color:#e8e8e8;
}

.collapsible-header:before {
	font-family: 'fontawesome';
    content: "\f054";
	float: left;
	font-size: .70em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	line-height: 1.5em;
	margin-top: 4.2px;
}

.collapsible-header.open:before {
	font-family: 'fontawesome';
	content: "\f078";
}

.collapsible-header.focus,
.collapsible-header:focus {
	color:#333;
	background: #d8d8d8 !important;
}

.active, .collapsible-header:hover {
	color:#333;
	background: #d8d8d8;
}

ul.collapsible {
	list-style-type:none;
	padding-inline-start: 0 !important;
	margin-left: 0;
}

.collapsible-body {
	text-align:left;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	margin-bottom: 2%;
    font-size: 16px;
    width: 98%;
	}

.collapsible-body p, .collapsible-body h3, .collapsible-body h2, .collapsible-body h1, .collapsible-body h4 {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.collapsible-body ul, .collaspible-body ol {
	padding-inline-start: 40px;
}



/*MOBILE STYLES*/

@media only screen and (max-width: 1300px) {

	.bannerImage {
		background-size: 100%; 
	}
	
	.bannerImageText {
		max-width: 87% !important;
		margin: 0 auto;
	}
	
	.innerWrapper {
		max-width: 95% !important;
	}
	
	.meetingBlock1Image {
		height: 295px;
	}
	
	.meetingBarInner {
		max-width: 93% !important;
	}
	
	.meetingBlock3Image {
		margin-right: 5%;
	}

}

@media only screen and (max-width: 1100px) {
	
	.Header {
		background-size: 11%;
		background-position: 0.5em;	
	}
		
	.bannerImage {
		background-size: 145%; 
		height: 250px;
	}
	
	.bannerImageText h2 {
		font-size: 30pt;
	}
	
	.meetingBlock1Image {
		height: auto !important;
		margin-top: -19%;
	}

}

@media only screen and (max-width: 950px) {
		
	.Header .homeLink {
		width: 12%;
	}
	
	.mainMenu {
		width: 88%;
	}
	
	.bannerImage {
		height: auto;
		padding-bottom: 2%;
		background-size: 110%;
	}
	
	.bannerImageText h1 {
		font-size: 48pt;
	}
	
	.bannerImageText h2 {
		font-size: 25pt;
	}
	
	.bannerImageText h3 {
		font-size: 15pt;
}
	
	.meetingBlock1Text {
		width: 45%;
	}
	
	.meetingBlock1Image {
		margin-top: -20.5%;
		width: 43%;
		margin-left: 3.5%;
	}
	
	.Footer {
		background-size: 16%;
		background-position: 1.5em;
	}
	
	.follow {
		margin-right: 0.5em;
	}


}

@media only screen and (max-width: 900px) {
	
	.bannerImage {
		background-size: 110%;
	}
}



@media only screen and (max-width: 850px) {

	.innerWrapper {
		max-width: 95% !important;
	}
	
	.Header {
		background-size: 18%;
		background-position: 1.5em;
	}
	
	.bannerImage {
		background-repeat: no-repeat;
		background-size: 110%;
		height: 200px;
		padding-bottom: 0;
	}
	
	.bannerImageText {
		max-width: 95% !important;
		margin-left: 5%; 
		margin-right: 2%;
	}
	
	.bannerImageText h1 {
		font-size: 40pt;
	}
	
	.meetingBlock1 {
		background-color: transparent;
		margin-top: 7.5%;
		height: 480px;		
	}
	
	.meetingBlock1Text {
		width: 45%;
		margin-right: 2%;
		margin-top: 0;
		background: #a9c23f;
		padding: 3%;
	}
	
	.meetingBlock1Text h1 {
		margin-top: 0;
		font-size: 20pt;
	}
	
	.meetingBlock1Image {
		margin-left: 0%;
		margin-bottom: 35%;
		width: 51%;
		background: none;
		height: inherit;
		margin-top: -64%;
	}
	
	.whyMeeting {
		margin-left: 2%;
		margin-right: 1%;
	}
	
	.whyMeetingtext {
		padding: 11%;
	}
	
	.whyMeeting1, .whyMeeting2, .whyMeeting3 {
		width: 24%;
		margin-right: 1%;
	}
	
	.whyMeeting4 {
		width: 24%;
	}
	
	.meetingBarInner {
		max-width: 95% !important;
	}
	
	.Footer {
		background-size: 24%;
		background-position: 0.5em;
		padding: 0 7px;
	}
		
	.follow {
		margin-right: 1.5em;
	}	
	
		
	.footerInner {
		width: 77%;
	}

	.mainMenu, .mainMenu>ul {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-flow: column;
	    flex-flow: column;
	    background-color: #0d6e50;
	    width: 100%;
	    -webkit-box-align: start;
	    -ms-flex-align: start;
	    align-items: flex-start;
  }

  .mainMenu ul,
  .mainMenu>ul>li.static ul.level3.dynamic,
  .mainMenu>ul>li.static ul.level3.dynamic>li.dynamic>ul.level4.dynamic,
  .mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic ul.level5.dynamic,
  .mainMenu>ul>li.static ul.level3.dynamic>li.dynamic ul.level4.dynamic>li.dynamic ul.level5.dynamic>li.dynamic ul.level6.dynamic {
	    position: absolute !important;
	    max-width: 100vw;
	    background-color: #e8e8e8 !important;
	    overflow-x: hidden;
	    top: 0 !important;
	    -webkit-box-orient: vertical !important;
	    -webkit-box-direction: normal !important;
	    -ms-flex-flow: column !important;
	    flex-flow: column !important;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    left: 0 !important;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    border: none;
  }

  .mainMenu>ul {
    -webkit-transform: translate(0);
    transform: translate(0);
    top: 4em !important;
  }

  .mainMenu {
    height: 0;
    display: none;
  }

  .mainMenu.isOpen {
    display: flex;
  }

  .mainMenu * {
    opacity: 0
  }

  .mainMenu.isOpen, .mainMenu.isOpen ul {
    height: 45vh;
  }

  .mainMenu.isOpen * {
    opacity: 1
  }

  .mainMenu.isOpen ul li {
    width: 100vw !important;
    text-align: left !important;
    padding: 10px !important;
    height: auto !important;
    border-bottom: 1.5px solid hsla(0, 0%, 100%, 0.35);
    color: #fff;
    position: static !important;
    display: list-item !important;
    margin: 0 !important;
    max-height: 4em;
  }

  #zz1_TopNavigationMenu a {
    display: inline-block !important;
    width: calc(100% - 3em) !important;
    border: none !important;
  }

  .mainMenu .drill::after {
    font-family: FontAwesome;
    font-size: 1.5em;
    content: '\f061';
    width: 2.25em;
    height: 1.75em;
    display: inline-block;
  }

  .Header .back {
    position: relative;
    z-index: 999;
    margin-right: 5px;
    height: 5em;
    float: left;
  }

  .Header .back::after {
    font-family: FontAwesome;
    font-size: 2.5em;
    content: '\f060';
  }

  .navHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 85%;
    height: 4em;
    background-color: #e8e8e8;
    color: #000;
    z-index: 999;
  }
  
  .Header {
    height: 4em;
  }

  .Header .hamburger {
    position: relative;
    z-index: 10;
    display: block !important;
    float: right;
    margin: 1em;
    width: 2em;
    height: 2em;
    cursor: pointer;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 1, 1.05);
    transition-timing-function: cubic-bezier(0.75, 0, 1, 1.05);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: all;
    transition-property: all;
  }

  .Header .hamburger:active span {
    background: #0d6e50;
  }

  .Header .hamburger span,
  .Header .hamburger:active span {
    text-shadow: -1.5px -1.25px 1.25px hsla(0, 0%, 92%, 0.5),
      -3px -2.5px 1.5px hsla(0, 0%, 67%, 0);
  }

  .Header .hamburger span {
    display: block;
    margin: 5px 0;
    padding: 1.5px;
    width: 100%;
    border-radius: 0.1em;
    background: #05868e;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 1, 1.05);
    transition-timing-function: cubic-bezier(0.75, 0, 1, 1.05);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: all;
    transition-property: all;
  }

  .Header .hamburger.bite span {
    padding: 2.5px;
  }

  .Header .hamburger.bite {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .Header .hamburger.bite span:first-child {
    -webkit-transform: rotate(45deg) translate(10px, -4px);
    transform: rotate(45deg) translate(10px, -4px);
    width: 80%;
  }

  .Header .hamburger.bite span:last-child {
    -webkit-transform: rotate(135deg) translate(-10px, -4px);
    transform: rotate(135deg) translate(-10px, -4px);
    width: 80%;
  }

  .Header .hamburger.bite span:first-child,
  .Header .hamburger.bite span:last-child {
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 1, 1.05);
    transition-timing-function: cubic-bezier(0.75, 0, 1, 1.05);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }

}

@media only screen and (max-width: 767px) {
	
	.bannerImage {
		background-size: 120%;
	}
	
	.meetingBlock1Image {
		margin-bottom: 19%;
	}
	
}

@media only screen and (max-width: 640px) {

	.meetingBlock1 {
		height: auto;
	}
	
	.meetingBlock1Image {
		display: none;
	}
	
	.meetingBlock1Text {
		width: 100%;
		margin: 0 0 6% 0;
	}

	.bannerImage {
		background-size: 137%;
		background-position-x: 25%;
	}
	
	.bannerImageText h1 {
		font-size: 30pt;
	}
	
	.bannerImageText h2 {
		font-size: 20pt;
	}
	
	h1 {
	font-size: 20pt;
	}
	
	h2 {
		font-size: 15pt;
	}

}

@media only screen and (max-width: 550px) {

	body {
		font-size: 12pt;
	}
	
	/*#container .Wrapper {
		padding: 0;
	}
	
	#s4-bodyContainer {
		max-width: min-content;
	}*/
	
	#container .Wrapper {
		margin-top: 4em;
		width: 100% !important;
	}
	
	.bannerImageText {
		padding-bottom: 8%;
	}
	
	h1 {
		font-size: 22pt !important;
		color: #05868e !important;
	}
	
	h2 {
		font-size: 16pt;
	}
	
	.Header .hamburger span {
		background: #05868e;
	}
	
	.Header {
		background-size: 28% !important;
		background-position: 1.5em !important;
	}
	
	.mainMenu, .mainMenu>ul {
		background-color: #e8e8e8 !important;
	}
	
	.mainMenu.isOpen ul li {
		color: #000;
		border-bottom: 1.5px solid hsla(0, 0%, 100%, 1.00);
	}
	
	.bannerImage {
		height: inherit !important;
		background-size: 102%;
	}
	
	.bannerImageText h1 {
		font-size: 22pt;
	}
	
	.bannerImageText h2 {
		font-size: 14pt;
	}
	
	.bannerImageText h3 {
		font-size: 10pt;
	}
	
	.meetingBlock1 {
		height: inherit;
		margin-bottom: 3%;
	}
	
	.meetingBlock1Image {
		display: none;
	}
	
	.meetingBlock1Text {
		float: none;
		width: 100% !important;
		text-align: center;
	}
	
	.meetingBlock1Text h1 {
		text-align: center;
	}
	
	.whyMeetingHeader {
		text-align: center;
	}
	
	.whyMeeting {
		display: block;
	}
	
	.whyMeeting1, .whyMeeting2, .whyMeeting3, .whyMeeting4 {
		width: 100% !important;
		margin-bottom: 3%;
		margin-right: 0 !important;
	}
	
	.whyMeetingtext {
		padding: 8% !important;
	}
	
	.meetingBarInner {
		display: block;
		text-align: center;
		padding: 2% 0 4% 0;
	}
	
	.meetingBarText {
		width: 100%;
	}
	
	.meetingBarButton {
		width: 100%;
	}
	
	.meetingBar .btn {
		float: none !important;
	}
	
	.meetingBlock2 {
		display: block;
	}
	
	.meetingBlock2Text {
		width: 100%;
		text-align: center;
	}
	
	.meetingBlock2Image {
		width: 100%;
	}
	
	.meetingBlock2Image img {
		float: none;
	}
	
	.meetingBlock3 {
		display: block;
	}
	
	.meetingBlock3Text {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	
	.meetingBlock3Image {
		width: 100%;
	}
	
	.meetingBlock3Image img {
		float: none;
	}
	
	.copyright {
		display: block;
		float: none;
		text-align: center;
		margin-top: 4%;
		margin-left: 2% !important;;
		margin-right: 2%;
		width: 50% !important;
	}
		
	.follow {
		float: none !important;
		margin: 0 !important;
		width: 50%;
	}
		
}

@media only screen and (max-width: 470px) {

	.bannerImage {
		background-size: 135%;
	}


	.meetingSponsors {
		max-width: 400px !important;
	}

}



