﻿@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');

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: FontAwesome;
  src: url("/Style%20Library/Fonts/fa-regular-400.ttf"), url("/Style%20Library/Fonts/fa-regular-400.woff2") format("woff2"),
    url(/Style%20Library/Fonts/fa-regular-400.woff) format("woff"), url("/Style%20Library/Fonts/fa-regular-400.eot");
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: FontAwesome;
  src: url("/Style%20Library/Fonts/fa-solid-900.ttf"), url("/Style%20Library/Fonts/fa-solid-900.woff2") format("woff2"),
    url(/Style%20Library/Fonts/fa-solid-900.woff) format("woff"), url("/Style%20Library/Fonts/fa-solid-900.eot");
}

.foo {
    height: 100vh;
    width: 100vw;
    background: url(cover.jpg) center center / cover no-repeat;
}

html {
  font-size: 12.5px;
}

body {
  overflow: auto !important;
  width: 100%;
  font-size: 13pt;
  font-family: 'Open Sans', sans-serif !important;
  color: #000;
}

#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 #0d6e50;
  box-shadow: inset 0 0 6px #0d6e50;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #005072;
  box-shadow: inset 0 0 6px #005072;
}

* {
  margin: 0;
  padding: 0;
}

table, tbody, theader, tr, td, th {
  max-width: 90vw !important;
  height: unset !important;
}

*,
* :after,
* :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  position: relative;
  color: #0072c6;
  text-decoration: none;
}

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:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1.5px;
  background-color: #b5bf00;
  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: #b5bf00;
  text-decoration: none;
}

a:hover:before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

p, .ms-rtestate-field p, p.ms-rteElement-P {
  margin: 0.5em 0;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.75em 0;
  font-family: 'Open Sans', sans-serif;
  text-shadow: -1.5px -1.25px 1.25px hsla(0, 0%, 92%, 0.5);
}

hr {
  margin: 0.5em 0;
  height: 2px;
  border-style: none;
  background-color: rgba(0, 80, 114, 0.5);
}

h1 {
  color: #054d6c !important;
  font-size: 25pt;
  font-weight: 600;
}

h2 {
  font-size: 18pt;
  font-weight: 600;
  color: #076138 !important;
}

.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText>a {
  font-family: inherit;
  font-size: 16pt;
}

h3 {
  color: #869e03 !important;
  font-size: 16pt;
  font-weight: 600;
}

h4 {
  color: #2e2e2e !important;
  font-size: 14pt;
}

h5 {
  color: #2e2e2e !important;
  font-size: 14pt;
}

h6 {
  color: #2e2e2e !important;
  font-size: 12pt;
}

.groupheader.item.medium {
  font-size: 14pt;
  color: #076138 !important;
  margin-left: 0px;
  font-weight: normal;
}

blockquote {
  margin: 0 auto;
  padding: 0.75em;
  width: 85%;
  border-left: 2px solid #0d6e50;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), transparent);
  color: #0d6e50;
  font-family: 'Open Sans', sans-serif;
}

.ms-srch-hover-outerContainer {
  display: none !important;
}

.ms-srch-item {
  width: 100%
}

.ms-srch-item-path {
  display: none;
}


ol, ul {
  padding-inline-start: 40px;
}

.blockquote {
	padding-inline-start: 3%;
}

dd {
  margin-left: 2em;
}

#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: 1000px;
  width: 100%;
  border-radius: 5px;
  margin-top: 5em;
  padding: 0 10px;
}

.Wrapper img {
	max-width: 100%;
	height: unset !important;
}

/*#container .Wrapper *:not([class^="ms-"]) {
  max-width: 100%;
}*/

[class*="ms-commandLink"] {
  border: none
}

#container .Wrapper img {
  overflow: hidden;
}

.featuredPersonImage {
  float: right;
  padding: 0 0 .5em .5em;
}

.floatRight {
  float: right;
  margin: 0.25em;
}

.floatLeft {
  float: left;
  margin: 0.25em;
}

.Header {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 5em;
  background-color: #0d6e50;
  background-image: url("/Style%20Library/images/apsLogoReversed.png");
  background-position: 2.5em;
  background-size: 3.75em;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
}

.Header .homeLink {
  float: left;
  width: 10%;
}

.Header .hamburger,
.Header .screenreader {
  display: none;
}

.Header .topRight {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.Header .topRight .searchBox .loaderButton:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.Header .topRight .searchBox .loaderButton:active,
.Header .topRight .searchBox .loaderButton:focus {
  outline: 0;
  outline: none;
  border: none;
  border-color: transparent;
}

.Header .topRight .searchBox .loaderImg {
  fill: #0d6e50;
}

.Header .topRight .searchInput {
  float: right;
  height: 1.5em;
}

.Header .topRight .searchIcon,
.Header .topRight .searchInput {}

.Header .topRight .searchIcon {
  cursor: pointer;
  fill: #0d6e50;
}

.ms-srch-sb {
  background-color: #fff;
}

.ms-srch-pagingNext, .ms-srch-sbLarge-searchImg, .ms-srch-pagingPrev, .ms-promlink-button-right, .ms-promlink-button-left {
	max-width: unset !important;
}

#Paging a {
	text-decoration: inherit !important;
	box-sizing: content-box;
}

.ms-promlink-button-enabled {
	border: 1px solid #ababab !important;
	box-sizing: content-box;
}

.ms-fullWidth {
  table-layout: fixed;
}

.ms-WPBody {
  height: auto !important;
}

.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;
}

#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: 2.5em;
  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: #b5bf00;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.mainMenu>ul>li.static li.dynamic>.selected {
  background-color: rgba(13, 110, 80, 0.25);
  color: #b5bf00;
}

.mainMenu>ul>li.static:hover a.level2.static {
  color: #005072;
}

.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: #0d6e50;
  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: hsla(0, 0%, 100%, 0.8);
}

.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: #b5bf00;
  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: #b5bf00;
}

.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: #b5bf00;
  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: #b5bf00;
}

.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: #b5bf00;
  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: #b5bf00;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic .lvl3:before {
  display: none;
}

.mainMenu>ul>li.static .subMenu:before {
  display: none;
}

.breadcrumb {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  margin-top: 15px;
}

.breadcrumb a {
  display: inline-block;
  font-size: 11pt;
  line-height: 28px;
  color: #222;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.breadcrumb a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -14px;
  width: 28px;
  height: 28px;
  -webkit-transform: scale(0.707) rotate(45deg);
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  -webkit-box-shadow: 1px -1px 0 0 #e1e1e1;
  box-shadow: 1px -1px 0 0 #e1e1e1;
}

.breadcrumb a.home {
  padding-left: 12px;
  padding-right: 15px;
}

.breadcrumb a.bc-node {
  padding-right: 15px;
  padding-left: 20px
}

.breadcrumb .current {
  padding: 0 15px;
  margin-left: 10px;
  font-size: 11pt;
}

.breadcrumb a,
.breadcrumb a:after {
  background: #fff;
  color: #222;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.breadcrumb a:hover,
.breadcrumb a:hover:after {
  background: #005072;
  color: #fff;
}

.breadcrumb a:hover:before {
  color: #005072;
}

.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: #fff;
  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: #fff;
}

.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);
}

.footerMenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 0 0 auto;
  width: 70%;
  color: #0d6e50;
  text-align: left;
}

.footerMenu .footerMenuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0.5em;
  width: 20vw;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}

.footerMenu .footerMenuItem:hover {
  background-color: hsla(0, 0%, 100%, 0.35);
}

.footerMenu .footerMenuItem:hover>* {
  color: #005072;
}

.footerMenu .footerMenuItem:hover> :before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.footerMenu .footerMenuItem:hover:before {
  visibility: hidden;
}

.footerMenu .footerMenuItem>* {
  position: relative;
  z-index: 9;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
}

.footerMenu .footerMenuItem,
.footerMenu .footerMenuItem:hover {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -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;
}

.footerMenu .footerMenuItem>*,
.footerMenu .footerMenuItem> :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;
}

.footerMenu .footerMenuItem> :before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 2px;
  background-color: #b5bf00;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.socialMenu {
  /*-webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
  margin: 0.5em;*/
  display: flex;
  padding-top:0.5%;
}

.socialMenu .socialMenuItem {
  margin: 0.25em 1em;
  text-decoration: none;
  height: max-content;
}

.socialMenu .socialMenuItem:hover {
  background-color: transparent;
}

.socialMenu .socialMenuItem:hover>* {
  color: #005072;
  text-shadow: -1.5px -1.25px 1.25px hsla(0, 0%, 92%, 0.5);
}

.socialMenu .socialMenuItem>* {
  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;
}

.socialMenu .socialMenuItem> :before {
  /*position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;*/
  width: 100%;
  height: 2px;
  /*background-color: #b5bf00;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);*/
}

.socialMenu .socialMenuItem .socialIcon {
  width: 2em;
  height: 2em;
  color: #fff;
  fill: #fff;
}

.facebook::before {
	font: var(--fa-font-brands);
	content: "\f09a" !important;
	font-size: 2em;
	color: #fff;
	margin-right: 12px;
}
	
.twitter::before {
	font: var(--fa-font-brands);
	content: "\e61b" !important;
	font-size: 2em;
	color: #fff;
	margin-right: 12px;
}

.youTube::before {
	font: var(--fa-font-brands);
	content: "\f167" !important;
	font-size: 2em;
	margin-right: 12px;
	color: #fff;
	background: transparent;
	-webkit-text-fill-color: white;
}

.instagram::before {
	font: var(--fa-font-brands);
	content: "\f16d";
	font-size: 2em;
	margin-right: 12px;
	color: #fff;
}


.linkedin::before {
	font: var(--fa-font-brands);
	content: " \f08c" !important;
	font-size: 2em;
	color: #fff;
	margin-right: 12px;
}

.blueSky::before {
	font: var(--fa-font-brands);
	content: "\e671";
	font-size: 2em;
	color: #fff;
	margin-right: 12px;
}


.Footer {
  width: 100%;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.Footer .upperFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #0d6e50;
}

.Footer .upperFooter .tagline {
  display: none;
}

.Footer .upperFooter .contactBoxStyles {
  float: left;
  padding: 1em 0 0 1em;
  width: 30%;
  color: #fff;
  text-align: left;
  font-size: 0.75em;
}

.Footer .upperFooter .contactBoxStyles .addressStyles,
.Footer .upperFooter .contactBoxStyles .phoneStyles {
  margin: 0.5em 0;
  font-size: 1em;
}

.Footer .upperFooter .contactBoxStyles .contactLinkBox {
  width: 50%;
  font-weight: 700;
  font-size: 1.25em;
}

.Footer .upperFooter .contactBoxStyles .contactLinkBox:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.Footer .upperFooter .contactBoxStyles .contactLinkBox:hover>* {
  color: #005072;
  text-shadow: -1.5px -1.25px 1.25px hsla(0, 0%, 92%, 0.5);
}

.Footer .upperFooter .contactBoxStyles .contactLinkBox:hover> :before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Footer .upperFooter .contactBoxStyles .contactLinkBox:hover:before {
  visibility: hidden;
}

.Footer .upperFooter .contactBoxStyles .contactLinkBox>* {
  position: relative;
  z-index: 9;
  color: #fff;
  text-decoration: underline;
  text-shadow: -1.5px -1.25px 1.25px rgba(13, 110, 80, 0);
  font-size: 1em;
}

.Footer .upperFooter .contactBoxStyles .contactLinkBox> :before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 2px;
  background-color: #b5bf00;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.Footer .upperFooter .contactBoxStyles .contactLinkBox a {
  text-decoration: none;
}

.Footer .lowerFooter {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  width: 100%;
  background-color: #0a573f;
  height: 85px;
}

.Footer .lowerFooter .copyright {
 /* -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;*/
  margin: 0.5em;
  color: #fff;
  text-align: left;
  font-size: 0.75em;
  font-family: 'Open Sans', sans-serif;
  display: block;
}

.Footer .lowerFooter .copyright:hover {
  background-color: transparent;
}

.Footer .lowerFooter .copyright:hover>* {
  color: #fff;
  text-shadow: -1.5px -1.25px 1.25px hsla(0, 0%, 92%, 0.5);
}

.Footer .lowerFooter .copyright:hover> :before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Footer .lowerFooter .copyright:hover:before {
  visibility: hidden;
}

.Footer .lowerFooter .copyright>* {
  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;
}

.Footer .lowerFooter .copyright>*,
.Footer .lowerFooter .copyright> :before {}

.Footer .lowerFooter .copyright> :before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 2px;
  background-color: #b5bf00;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.EdCtr-image-fixed-width {
  border: 0;
  width: 125px;
}

/*Carryover from SP 2007 styles*/
.ms-rteCustom-AuthorByline {
  font-size: 11pt
}

.ms-rteCustom-PullQuoteGreen {
  font-size: 10pt;
  color: #006b54;
  font-weight: normal
}

.ms-rteCustom-PullQuote {
  font-size: 10pt;
  font-weight: bold
}

.ms-rteCustom-CollationData {
  font-size: 10pt
}

.ms-rteCustom-PhotoCaption {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0
}

.ms-rteCustom-CreditCaption {
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 0
}

.ms-rteCustom-ParaIndent {
  text-indent: 20px;
  display: block
}

.ms-rteCustom-Reference {
  text-indent: -24px;
  margin-left: 24px;
  margin-bottom: 11px;
  font-weight: normal;
  display: block
}

.ms-rteCustom-PhytoHeader {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0;
  color: #b5c742
}

.ms-rteCustom-FeaturesByline {
  font-size: 11px;
  font-weight: normal;
  margin: 0
}

.ms-rteCustom-EdCtrLessonHeader {
  font-size: 1.3em;
  font-weight: normal;
  color: #036a44
}

.ms-rteCustom-EdCtrDOI {
  font-size: 10px;
  line-height: 100%
}

/*Hide some of the out of the box styles in the ribbon*/
/*All Alternative Headings
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles\.Gallery tr + tr
{display:none}*/
/*Ribbon Styles - ms.rteStyle (page elements section or ms.rteElement for Text Style section*/
.btn {
  margin: 0 2em;
}

.btn, a span.ms-rteStyle-LinkButton {
  -ms-name: "Link Button";
  margin: .5em;
  margin-left: 0;
  font-weight: normal;
  font-size: 13.5pt;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 2px 10px;
  line-height: 1.6;
  border-radius: 3px;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  background-color: #006a4e;
  color: #fff;
  -webkit-box-shadow: -2px 2px 3px -1px #2e2925;
  box-shadow: -2px 2px 3px -1px #2e2925;
  display: inline-block;
}

.btn:hover, a:hover span.ms-rteStyle-LinkButton {
  background-color: rgba(181, 191, 0, 1);
  color: #fff;
  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;
}

#edSearch.btn {
	float: right;
	text-shadow: none !important;
	margin-left: 5%;
}

.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;
}

/*Large Collapsible*/
.collapsible-header-large {
	display: inline-block;
	justify-content: space-between;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 0%;
	padding: 40px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	font-size: 17pt;
	font-weight:700;
	line-height:1.4;
	white-space:nowrap;
	webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color:#054d6c;
	background-color:#ffffff;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	text-wrap: wrap;
}

.collapsible-header-large:before {
	font-family: 'fontawesome';
    content: "\2b";
	float: right;
	font-size: 1em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	line-height: 1.5em;
	margin-top: 0px;
	color: #0d6e50;
}

.collapsible-header-large.open:before {
	font-family: 'fontawesome';
	content: "\f068";
	color: #0d6e50;
}

.collapsible-header-large.open {
	border-bottom: 0;
	background-color: #efefef;
}

.collapsible-header-large.focus,
.collapsible-header-large:focus {
	color:#333;
	background: #efefef !important;
}

.active, .collapsible-header-large:hover {
	color:#054d6c;
	background: #efefef;
}

ul.collapsible-large {
	list-style-type:none;
	padding-inline-start: 0;
}

.collapsible-body-large {
	text-align:left;
	padding: 3% 2%;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;

}

.collapsible-body-large p, .collapsible-body-large h2, .collapsible-body-large h3, .collapsible-body-large a.btn, .collapsible-body-large img, .collapsible-body-large h4 {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.greyPromotion {
	background-color: #e7e7e7;
	height: auto;
	width: 100%;
}

table.greyPromoTable {
	width: 100%;
	margin: 0 auto;
	height: 100px;
	max-width: 600px;
}

.Promotion .btn {
	float: right;
	margin: 0;
}

/*Callout Bar*/

.calloutBar {
	background-color: #0d6e50;
	margin: 3% 0 3% -1%;
	box-shadow: 10px 15px 45px rgba(13,41,71,.15);
}

.calloutBarInner {
	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: 90% !important;
    margin: 0 auto;
    padding: 2%;
    justify-content: space-between;
}

.calloutBarText {
	width: 78%;
	margin-right: 2%;
}

.calloutBarText * {
	text-shadow: none;
}

.calloutBarText h2, .calloutBarText h3, .calloutBarText p {
	margin: 0;
}

.calloutBarButton {
	width: 20%;
}

.calloutBar h1, .calloutBar h2, .calloutBar h3, .calloutBar p {
	color: #fff !important;
}

.calloutBar2 h1, .calloutBar2 h2, .calloutBar2 h3, .calloutBar2 p {
	color: #fff !important;
}

.calloutBar h1 {
	margin-bottom: 1%;
}

.calloutBar .btn {
	background: #fff;
	color: #0d6e50 !important;
	float: right;
}

.calloutBar .btn:hover {
	background-color: #e8e8e8;
	text-decoration: none;
}

/*Float Right*/

img.floatRight {
	float: right; 
	margin-left: 3%;
	margin-bottom: 3%;
	width: 35%;
}

/*Float Left*/

img.floatLeft {
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	width: 35%;
}

/*Fellows*/

.fellow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 3%;
}

.fellowImage {
	width: 23%;
}

.fellowImage img {
	width: 100%;
}

.fellowText {
	width: 73%;
}

.fellowText h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.fellowText h4 {
	margin: 0.5% 0;
}

/*Named & Excellence Awards*/

.namedAward {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 3%;
}

.namedAwardImage {
	width: 15%;
}

.namedAwardImage img {
	width: 100%;
}

.namedAwardText {
	width: 83%;
}

.namedAwardText h4 {
	margin-top: 0;
	margin-bottom: 0;
}
	

/*Leadership Columns*/

.leadershipColumns {
	display: flex;
}

.leadershipColumn {
	width: 50%;
	padding: 2%;
}

.leadershipColumn2 {
	width: 50%;
	padding: 2%;
}

/*Webinar*/

.webinarPresenter {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 3%;
}

.webinarPresenterImage {
	width: 30%;
}

.webinarPresenterImage img {
	width: 100%;
}

.webinarPresenterText {
	width: 66%;
}

.webinarPresenterText h3  {
	margin-top: 0;
	margin-bottom: 0.5%;
}

.webinarPresenterText h4 {
	margin-top: 0;
	margin-bottom: -1%;
}

/*Sponsor Logos*/

.sponsorsGrid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sponsor {
	flex: 0 1 calc( 100% / 4 );
	flex-grow: 0;
	text-align: center;
}

.sponsor img {
	width: 80%;
}


/*Content Delivery Chart*/

.contentDelivery {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.contentDeliveryText {
	width: 62%;
}

.contentDeliveryText h4 {
	margin-top: 0;
}

.contentDeliveryImage {
	width: 35%;
}

.contentDeliveryImage img {
	width: 100%;
}

/*Course Library*/

.courseBlock {
	width: 100%;
	background: linear-gradient(121deg,#f8faff 0,#fff 72.88%);
	box-shadow: 10px 15px 45px rgba(13,41,71,.15),inset 2px 2px 3px #fff;
	margin-bottom: 2%;
	border-radius: 9px;
	transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}

.courseBlock:hover {
	transform: scale3d(1.03, 1.03, 1.08) translate3d(0.1rem, -0.25rem, 20rem);
	
}

.courseBlock a {
	text-decoration: none;
	color: inherit;
}

.courseBlockInner {
	padding: 2% 4%;
	display: flex;
	justify-content: space-between;
}

.courseBlockImage {
	width: 25%;
	margin: auto 0;
}

.courseBlockImage img {
	width: 100%;
	padding-top: 22px;
}

.courseBlockText {
	width: 72%;
}


.ms-rteStyle-AuthorByline {
  -ms-name: "Author Byline";
  font-size: 11pt;
}

.ms-rteStyle-PullQuoteGreen {
  -ms-name: "PullQuote Green";
  font-size: 10pt;
  color: #006b54;
  font-weight: normal;
}

.ms-rteStyle-PullQuote {
  -ms-name: "PullQuote";
  font-size: 10pt;
  font-weight: bold;
}

.ms-rteStyle-CollationData {
  -ms-name: "Collation Data";
  font-size: 10pt;
}

.ms-rteStyle-PhotoCaption {
  -ms-name: "Photo Caption";
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
}

.ms-rteStyle-CreditCaption {
  -ms-name: "Credit Caption";
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.ms-rteStyle-ParaIndent {
  -ms-name: "ParaIndent";
  text-indent: 20px;
  display: block;
}

.ms-rteStyle-Reference {
  -ms-name: "Reference";
  text-indent: -24px;
  margin-left: 24px;
  margin-bottom: 11px;
  font-weight: normal;
  display: block;
}

.ms-rteStyle-PhytoHeader {
  -ms-name: "Phyto Header";
  font-size: 1.2em;
  font-weight: normal;
  margin: 0;
  color: #b5c742;
}

.ms-rteStyle-FeaturesByline {
  -ms-name: "Features Byline";
  font-size: 11px;
  font-weight: normal;
  margin: 0;
}

.ms-rteStyle-EdCtrLessonHeader {
  -ms-name: "Ed Ctr Lesson Header";
  font-size: 1.3em;
  font-weight: normal;
  color: #036a44;
}

.ms-rteStyle-EdCtrDOI {
  -ms-name: "Ed Ctr DOI";
  font-size: 10px;
  line-height: 100%;
}

.ms-ToolPaneOuter {
  position: relative;
}

.fa, .fab, .fal, .far, .fas {
  font-family: FontAwesome;
}

.share {
  font-size: 12.5px;
}

.shareIcon {
  fill: #0d6e50;
}

.flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.webinars {
	max-width: 65%;
	height: auto;
	margin: 0 auto;
}

/*Ed Center Styles*/


.PHIBanner {
	width: 100%;
	padding: 2% 0;	
}

.edRow1, .edRow2 {
	display: flex;	
}

.PHIText, .volume, .year, .dateAccepted, .datePublished {
	border-right: 1px solid #000;
	padding-right: 10px;
}

.volume, .year, .articleType {
	margin: 0.5em 0.5em;
}

.datePublished, .DOI {
	padding-left: 10px;
}

.year {
	margin: 0.5em 0;
}

.edDisplayTitle {
	color: #054d6c !important;
  	font-size: 22pt;
  	font-weight: bold;
}

.edRow2 {
	font-size: 12pt;
	margin-bottom: 1em;
}

.DOI {
	display: flex;
}

.DOI p {
	margin: 0;
}


.cbq-layout-main {
	position: relative;
	height: auto;
	margin: 0 auto;
	background-color: transparent;
	display: flex;
}

.dfwp-column.dfwp-list:has(.EdCtrItem) {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.dfwp-item:has(.EdCtrItem) {
	position: relative;
	width: 31%;
	list-style: none;
	display: inline-block;
	border-style: solid;
	border-width: 0;
	border-radius: 25px;
	border-color: transparent;
	margin: 0 0 5%;
	padding-bottom: 5%;
	background-color: #e8e8e8;
}

.dfwp-item .EdCtrItem {
	text-align: center;
	padding-top: 6%;
}

.dfwp-item .EdImageLeft {
	float: none;
	padding-right: 0;
}

.EdCtrImageWidth {
	max-width: 75%;
	max-height: 150px;
	width: inherit;
}

.dfwp-item .EdCtrLink {
	max-width: 90%;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	padding-top: 5%;
}

.dfwp-item .EdCtrLink a {
	color: #000;
}


/*EdCtr Landing*/

.EdCtrBanner img {
	max-width: 100%;
}

.EdCtr_Blocks {
	width: 100%;
	display: flex;
	margin-top: 2%;
	margin-bottom: 3%;
}

.EdCtr_12 {
	display: flex;
	column-gap: 2%;
	width: 50%;
}

.EdCtr_34 {
	display: flex;
	column-gap: 2%;
	width: 50%;
	margin-left: 0.5%;
}

.EdCtr_1, .EdCtr_2, .EdCtr_3, .EdCtr_4 {
	width: 48.5%;
	filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
	color: #fff;
	padding: 1% 4.5% 4% 4.5%;
}

.EdCtr_1 i.fas.fa-arrow-right, .EdCtr_2 i.fas.fa-arrow-right, .EdCtr_3 i.fas.fa-arrow-right, .EdCtr_4 i.fas.fa-arrow-right {
	color: #fff;
	margin-left: 12%;
	font-size: 1em;
}

.EdCtr_1 h2, .EdCtr_2 h2, .EdCtr_3 h2, .EdCtr_4 h2 {
	color: #fff !important;
	text-shadow: none;
}

.EdCtr_1 p, .EdCtr_2 p, .EdCtr_3 p, .EdCtr_4 p {
	font-size: 12pt;
	text-shadow: none;
}

.EdCtr_1 a.arrow, .EdCtr_2 a.arrow, .EdCtr_3 a.arrow, .EdCtr_4 a.arrow {
	font-size: 11pt;
	color: #fff;
}

.EdCtr_1, .EdCtr_4 {
	background-color: #0d6e50;
}

.EdCtr_2 {
	background-color: #869e03;
}

.EdCtr_3 {
	background-color: #054d6c;
}

.EdCtr_Text {
	margin-bottom: 3%;
}

.PHIJournal {
	display: flex;
	column-gap: 4%
}

.journalCover {
	width: 25%;
}

.PHI {
	width: 43%;
}

.PHI h2 {
	margin-top: -1.5%;
	color: #000 !important;
	font-weight: 700;
	font-size: 18pt;
}

.PHI p {
	margin-bottom: 10%;
	font-size: 14pt;
}

.PHIButtons {
	width: 25%;
	text-align: right;
}

.PHIButtons .btn {
	width: 100%;
}

.PHIArticleType {
	padding-bottom: 1%;
}

.PHITitle {
	color: #054d6c;
	font-size: 19pt;
	font-weight: bold;
}

.PHIAuthors {
	padding-bottom: 1%;
}

.PHIAuthors p {
	display: inline;
	
}

.PHIDateDOI p {
	display: inline;
}

.PHIDescription {
	padding-top: 1%;
	padding-bottom: 4%;
	margin-bottom: 3%;
	border-bottom: 2px solid rgba(0, 80, 114, 0.5);
}

.EdCenterArticleType {
	padding-bottom: 1%;
}

.EdCenterTitle {
	color: #076138;
	font-size: 16pt;
	font-weight: 600;
	margin: 0;
}

.EdCenterAuthors {
	padding-bottom: 1%;
}

.EdCenterAuthors p {
	display: inline;
	
}

.EdCenterDateDOI p {
	display: inline;
}

.EdCenterDescription {
	padding-top: 1%;
	padding-bottom: 4%;
	margin-bottom: 3%;
	border-bottom: 2px solid rgba(0, 80, 114, 0.5);
}


.EdCenterImageRight {
	float: right;
	width: 30%;
}

.EdCenterImageWidth {
	float: right;
	max-height: 120px;
	max-width: 100%;
}

.IssueArticleType {
	padding-bottom: 1%;
}

.IssueTitle {
	color: #076138;
	font-size: 16pt;
	font-weight: 600;
	margin: 0;
}

.IssueAuthors {
	padding-bottom: 1%;
}

.IssueAuthors p {
	display: inline;
	
}

.IssueDateDOI p {
	display: inline;
}

.IssueDescription {
	padding-top: 1%;
	padding-bottom: 4%;
	margin-bottom: 3%;
	border-bottom: 2px solid rgba(0, 80, 114, 0.5);
}


/*Ed Ctr Crop*/


ul.dfwp-list:has(.EdCtrItemCrop) {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	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;
}

ul.dfwp-column.dfwp-list:has(.EdCtrItemCrop) {
	width: inherit;
	list-style: none;
	padding: inherit;
	margin: inherit;
	display: block;
	justify-content: normal;
	flex-wrap: inherit;
	list-style-type: none;
	padding-inline-start: 0 !important;
	margin-left: 0;
	border: 0;
}
 
.dfwp-item:has(.EdCtrItemCrop) .dfwp-item {
	position: relative;
	width: 31%;
	list-style: none;
	display: inline-block;
	border-style: solid;
	border-width: 0;
	border-radius: 25px;
	border-color: transparent;
	margin: 0 0 5%;
	padding-bottom: 5%;
	background-color: #e8e8e8;
}

.EdCtrItemCrop {
	text-align: center;
	padding-top: 6%;
}

.EdCtrLinkCrop {
	max-width: 90%;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	padding-top: 5%;
}

.EdCtrLinkCrop a {
	color: #000;
}

.dfwp-item:has(.EdCtrItemCrop) .groupheader.item.medium {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 3%;
	display: inline-block;
	justify-content: space-between;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 2%;
	padding: 15px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	font-weight:600;
	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;
}

.dfwp-item:has(.EdCtrItemCrop) .groupheader.item.medium: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;
}

.dfwp-item:has(.EdCtrItemCrop) .groupheader.item.medium.open:before {
  font-family: 'fontawesome';
	content: "\f078";
}

#ctl00_ctl31_g_2d437d1d_698b_4d31_bda8_805133e953db_csr {
	position: relative;
	height: auto;
	margin: 0 auto;
	background-color: transparent;
	display: flex;
}

/*Ed Ctr Group*/


ul.dfwp-list:has(.EdCtrItemGroup) {
	width: 100%;
	list-style: none;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	margin-bottom: 2%;

}

ul.dfwp-column.dfwp-list:has(.EdCtrItemGroup) {
	width: inherit;
	list-style: none;
	padding: inherit;
	margin: inherit;
	display: block;
	justify-content: normal;
	flex-wrap: inherit;
	list-style-type: none;
	padding-inline-start: 0 !important;
	margin-left: 0;
	border: 0;
}
 
.dfwp-item:has(.EdCtrItemGroup) .dfwp-item {
}

.EdCtrItemGroup {
	max-width: 90%;
	margin: 0 auto;
}

.EdCtrLinkGroup {
}

.EdCtrLinkGroup a {
	color: #000;
}

.dfwp-item:has(.EdCtrItemGroup) .groupheader.item.medium {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 3%;
	display: inline-block;
	justify-content: space-between;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 2%;
	padding: 15px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	font-weight:600;
	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;
}

.dfwp-item:has(.EdCtrItemGroup) .groupheader.item.medium: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;
}

.dfwp-item:has(.EdCtrItemGroup) .groupheader.item.medium.open:before {
  font-family: 'fontawesome';
	content: "\f078";
}

#ctl00_ctl31_g_2d437d1d_698b_4d31_bda8_805133e953db_csr {
	position: relative;
	height: auto;
	margin: 0 auto;
	background-color: transparent;
	display: flex;
}


ul.cbs-List {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.cbs-List li.ms-promlink-header {
	display: block;
	width: inherit;
	background: transparent;
}

ul.cbs-List > li, .cbs-diagnosticItemContainer > li {
	position: relative;
	width: 31%;
	list-style: none;
	display: inline-block;
	border-style: solid;
	border-width: 0;
	border-radius: 25px;
	border-color: transparent;
	margin: 0 0 5%;
	background-color: #e8e8e8;
}

.cbs-pictureOnTopContainer {
	width: 90%;
	margin: 0 auto;
}

.cbs-pictureOnTopImageContainer {
	width: 100%;
	height: inherit;
	margin-top: 8%;
}

.cbs-pictureOnTopContainer, .cbs-largePictureContainer {
	display: block;
	padding: 0;
}

.cbs-pictureOnTopDataContainer h4 {
	font-size: 13pt;
	font-weight: 600 !important;
	text-align: center;
}

.cbs-pictureOnTopImg {
	max-width: 75%;
	max-height: 150px;
	display: block;	
}

.cbs-pictureOnTopLine2, .cbs-picture3LinesLine2 {
	height: inherit;
}

/*Registration Table - Responsive*/

.responsiveTable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.responsiveTable caption {
  font-size: 16pt;
  margin: .5em 0 .75em;
}

.responsiveTable tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.responsiveTable th {
	background-color: #0d6e50;
	color: #fff;
}

.responsiveTable th,
.responsiveTable td {
  padding: .625em;
  text-align: center;
}

.responsiveTable th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/*Responsive Flex Grids*/

.flexGrid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.twoGridItem {
	flex: 0 1 calc(100% / 2);
    flex-grow: 0;
    text-align: center;
}

.threeGridItem {
	flex: 0 1 calc(100% / 3);
    flex-grow: 0;
    text-align: center;
}

.fourGridItem {
	flex: 0 1 calc(100% / 4);
    flex-grow: 0;
    text-align: center;
}

.fiveGridItem {
	flex: 0 1 calc(100% / 5);
    flex-grow: 0;
    text-align: center;
}

.sixGridItem {
	flex: 0 1 calc(100% / 6);
    flex-grow: 0;
    text-align: center;
}



/*Foundation Awardees*/

.travelAwardees {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.travelAwardee {
	flex: 0 1 calc(100% / 3);
    flex-grow: 0;
    padding-bottom: 3%;
    text-align: center;
}

.travelAwardeeImage img {
	width: 90%;
}

.travelAwardeeText h3 {
	margin: 3% 0 0 0;
}

.travelAwardeeText h4, .travelAwardeeText p {	
	margin: 0;
}

.fourAwardees {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fourAwardeesItem {
	flex: 0 1 calc(100% / 4);
    flex-grow: 0;
    text-align: center;
}

.fourAwardeesItem img {
	width: 80%;
}

.sevenAwardees {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sevenAwardeesItem {
	flex: 0 1 calc(100% / 4);
    flex-grow: 0;
    text-align: center;
}

.sevenAwardeesItem img {
	width: 80%;
}

.twoAwardees {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 50%;
}

.twoAwardeesItem {
	flex: 0 1 calc(100% / 2);
    flex-grow: 0;
    text-align: center;
}

.twoAwardeesItem img {
	width: 80%;
}

.awardee {
	width: 25%;
	text-align: center;
}

.awardee img {
	width: 80%;
}

/*Page Not Found*/


.pageNotFoundBanner {
	float: right;
	width: 40%;
	margin-left: 2%;
	margin-bottom: 2%;
}

ul.pageNotFound {
	list-style-type: none;
}

ul.pageNotFound li {
	line-height: 3;
}

ul.pageNotFound li a {
	vertical-align: middle;
}

ul.pageNotFound i.fa-solid.fa-leaf {
	color: #0d6e50;
	font-size: 24pt;
	margin: auto 0;
	margin-right: 12px;
	vertical-align: middle;
}

ul.pageNotFound i.fa-solid.fa-magnifying-glass {
	color: #b5bf00;
	font-size: 24pt;
	margin: auto 0;
	margin-right: 12px;
	vertical-align: middle;
}

ul.pageNotFound i.fa-solid.fa-envelope {
	color: #054d6c;
	font-size: 24pt;
	margin: auto 0;
	margin-right: 12px;
	vertical-align: middle;
}

@media only screen and (max-width: 1000px) {

	.calloutBarInner {
		max-width: 96%;
	}
	
	.calloutBarButton {	
		width: 27%;
	}
}

@media only screen and (max-width: 850px) {

	.travelAwardeeText {
		padding: 0 5%;
	}
	
	.fiveGridItem {
		flex: 0 1 calc(100% / 3);
	    flex-grow: 0;
	    text-align: center;
	}
	
	.sixGridItem {
		flex: 0 1 calc(100% / 3);
	    flex-grow: 0;
	    text-align: center;
	}
	
	.courseBlockImage {
		width: 27%;
	}
	
	.courseBlockText {
		width: 69%;
	}

}

@media only screen and (max-width: 750px) {

	.calloutBarInner {
		display: block;
		text-align: center;
	}
	
	.calloutBarText {
		width: 100%;
		padding-right: 0;
	}
	
	.calloutBarButton {	
		width: 100%;
	}
	
	.calloutBar .btn {
		float: none;
	}
	
	.PHIText {
		display: none;
	}
		
	.edRow2 {
		display: block;
	}
	
	.datePublished, .dateAccepted {
		border-right: 0;
	}
	
	.datePublished, .DOI {
		padding-left: 0;
	}
	
	.sponsor {
		flex: 0 1 calc( 100% / 3 );
	}
}


@media only screen and (max-width: 650px) {

	/*Webinar*/
	
	.webinarPresenter {
		flex-direction: column;
	}
	
	.webinarPresenterImage {
		width: 75%;
		margin: 0 auto;
	}
	
	.webinarPresenterText {
		width: 75%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 600px) {
  .responsiveTable {
    border: 0;
  }

  .responsiveTable caption {
    font-size: 1.3em;
  }
  
  .responsiveTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .responsiveTable tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .responsiveTable td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .responsiveTable td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .responsiveTable td:last-child {
    border-bottom: 0;
  }
  
  .travelAwardee {
  	flex: 0 1 calc(100% / 2);
  }
  
  .fourAwardeesItem, .sevenAwardeesItem {
		flex: 0 1 calc(100% / 2);
	}
	
	.twoAwardees {
		width: 100%;
	}
	
	.awardee {
		width: 50%;
	}
	
	.threeGridItem {
	flex: 0 1 calc(100% / 2);
    flex-grow: 0;
    text-align: center;
	}
	
	.fourGridItem {
		flex: 0 1 calc(100% / 2);
	    flex-grow: 0;
	    text-align: center;
	}
	
	.fiveGridItem {
		flex: 0 1 calc(100% / 2);
	    flex-grow: 0;
	    text-align: center;
	}
	
	.sixGridItem {
		flex: 0 1 calc(100% / 2);
	    flex-grow: 0;
	    text-align: center;
	}

}

@media only screen and (max-width: 800px){

	.EdCtr_Blocks {
		display: block;
	}
	
	.EdCtr_12 {
		width: 100%;
		margin-bottom: 2%;
	}
	
	.EdCtr_34 {
		width: 100%;
		margin-left: 0;
	}
	
	.EdCtr_1, .EdCtr_2, .EdCtr_3, .EdCtr_4 {
		padding: 1% 2.5% 3% 2.5%;
	}
	
	.journalCover img {
		width: 100%;
	}
	
	.ExplorePHI {
		width: 100% !important;
	}
	
}

@media only screen and (max-width: 700px){
 
  .btn, a span.ms-rteStyle-LinkButton {
	font-size: 11.5pt;
	}

  .accountMenu{
    display: none !important;
  }
  
  .Header .topRight {
		top: 26%;
		right: 17%;
	}

  .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: #0d6e50 !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: #0d6e50;
    color: #fff;
    z-index: 999;
  }

  .crumbs {
    font-size: 11pt;
    font-weight: bold;
  }

  .drill {
    width: 3em;
    height: 3em;
    display: inline-block;
    margin-top: -10px;
  }

  .Header {
    height: 4em;
    background-position: 1em;
  }

  .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: #fff;
    -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;
  }

  .Header .topRight .searchIcon {
    display: none !important;
  }

  .Footer .lowerFooter .copyright {
    text-align: center;
  }

  .footerMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 2em;
    width: 100%;
  }

  .footerMenu .footerMenuItem {
    padding: 0.25em;
    width: 100%;
    border-bottom: 1.5px solid hsla(0, 0%, 100%, 0.35);
    font-size: 1.5em;
  }

  .Footer .upperFooter {
    padding-top: 5em;
    background-image: url("/Style%20Library/images/apsLogoReversed.png");
    background-position: 50% 1em;
    background-size: 4em;
    background-repeat: no-repeat;
    text-align: center;
  }

  .Footer .upperFooter .tagline {
    display: inline-block;
    color: #fff;
    font-style: italic;
    font-size: 0.8em;
    font-family: serif;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }

  .Footer .upperFooter .contactBoxStyles {
    display: none;
  }

  .socialMenu .socialMenuItem .socialIcon {
    width: 2.75em;
    height: 2.75em;
  }
  
    
}

@media only screen and (max-width: 768px) {
	
	.greyPromotion {
		height: auto;
	}
	
	.greyPromotion .btn {
		margin-right: 1.5em;                                                                }
	}
}


@media only screen and (max-width: 600px) {
	
  .responsiveTable {
    border: 0;
  }

  .responsiveTable caption {
    font-size: 1.3em;
  }
  
  .responsiveTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .responsiveTable tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .responsiveTable td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .responsiveTable td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .responsiveTable td:last-child {
    border-bottom: 0;
  }
}


@media only screen and (max-width: 550px) {
	
	.courseBlockInner {
		padding: 4%;
		flex-direction: column;
	}
	
	.courseBlockImage {
		width: 97%;
		margin: 0 auto;
		height: 150px;
		overflow: hidden;
	}
	
	.courseBlockImage img {
		margin-top: -25%;		
	}
	
	.courseBlockText {
		width: 100%;
	}
	
}

@media only screen and (max-width: 515px){

	img {
		max-width: 100% !important;
	}
	
	#edSearch.btn {
		display: block;
		margin-bottom: 5%;
		float: none;
	}
	
	.pageNotFoundBanner {
		float: none;
		width: 100%;
		margin: 0;
	}

}

@media only screen and (max-width: 500px){
	.socialMenu {
		display: none;
	}
	
	.PHI p {
		font-size: 12pt;
	}
	
	.EdCtr_container .wrapper-dropdown {
		font-size: 11pt;
	}
	
	.edRow1 {
		font-size: 11pt;
	}
	
	.Footer .lowerFooter .copyright {
		margin: 0; 
	}
	
	.leadershipColumns {
		display: block;
	}
	
	.leadershipColumn {
		width: 100%;
	}
	
}

@media only screen and (max-width: 430px){

	.PHIButtons {
		width: 34% !important;
	}
	
	.EdCtr_container .wrapper-dropdown {
		font-size: 10pt;
		padding: 10px 5px;
	}
	
	.edRow1 {
		font-size: 10pt;
	}

}

@media only screen and (max-width: 400px) {
	
	.travelAwardee {
		flex: 0 1 calc(100% / 1);
	}
	
	.fourAwardeesItem, .sevenAwardeesItem {
		flex: 0 1 calc(100% / 1);
	}
	
	.twoAwardeesItem {
		flex: 0 1 calc(100% / 1);
	}
	
	.awardee {
		width: 100%;
	}
	
	.twoGridItem {
		flex: 0 1 calc(100% / 1);
	    flex-grow: 0;
	    text-align: center;
	}
	
	.threeGridItem {
		flex: 0 1 calc(100% / 1);
	    flex-grow: 0;
	    text-align: center;
	}
	
	.fourGridItem {
		flex: 0 1 calc(100% / 1);
	    flex-grow: 0;
	    text-align: center;
	}
	
	.fiveGridItem {
		flex: 0 1 calc(100% / 1);
	    flex-grow: 0;
	    text-align: center;
	}
	
	.sixGridItem {
		flex: 0 1 calc(100% / 1);
	    flex-grow: 0;
	    text-align: center;
	}


	
}