﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@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");
}

html {
  font-size: 12.5px;
}

body {
  overflow: auto !important;
  width: 100%;
  font-size: calc(0.75em + 1vmin);
  font-family: 'Open Sans', sans-serif !important;
  color: #2e2e2e;
}

#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;
  background-color: #572700;
}

* {
  margin: 0;
  padding: 0;
}

table, tbody, theader, tr, td, th {
  max-width: 90vw !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: #82b941 !important;
  font-size: 120%;
}

h2 {
  font-size: 115%;
  color: #9a5f26 !important;
}

.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText>a {
  font-family: inherit;
  font-size: 130%;
}

h3 {
  color: #2e2e2e !important;
  font-size: 110%;
  text-shadow: none;
}

h3 a:visited {
   color: #0072c6;
}

h4 {
  color: #2e2e2e !important;
  font-size: 110%;
}

h5 {
  color: #2e2e2e !important;
  font-size: 110%;
}

h6 {
  color: #2e2e2e !important;
  font-size: 105%;
}

a:visited {
   color: inherit;
}

p a:visited {
  color: #0072c6; 
}

.groupheader.item.medium {
  font-size: 115%;
  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 {
  margin-left: 2em;
}

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: 0;
  padding: 0 10px;
}

#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: absolute;
  margin-top: 100px;
  width: 100%;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 40px;
  background-color: #572700;
  background-image: none;
  background-position: 2.5em;
  background-size: 3.75em;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  top: 85px;
}

.Header .homeLink {
  float: left;
  width: 10%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100% !important;
  position: relative !important;
  z-index: -1 !important;
}

.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;
  margin-top: -11em;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  height: 20px;
  background-color: #9a5f26 !important;
}

.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-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: 100%;
  height: 40px;
  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;
  position: absolute;
  color: #fff;
}

.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: 7.5px;
  height: 100%;
  height: 40px;
  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: #404041;
}

.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 - 230px);
  position: absolute;
  top: 40px !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: #572700;
  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:hover {
   background-color: #d2c5ba;
}

.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: 80%;
  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: 80%;
}

.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, .searchBox {
   display: none;
}

.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);
}

#smShare {
  margin-top:40px !important;
}
.shareIcon {
  fill: #693e1c !important; 
}

.socialMenu {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
  margin: 0.5em;
}

.socialMenu .socialMenuItem {
  margin: 0.25em 1em;
  text-decoration: none;
}

.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;
}

.Footer {
  width: 100%;
  background-color: #572700;
  color: #fff;
  text-align: center;
  height: 130px;
  padding-top: 1%;
}

.Footer h1 {
  color: #fff !important;
  text-shadow:  none;
  font-size:  100%;
}

.Footer a {
   color: #fff !important;
}


.Footer .upperFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #572700;
}

.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;
}

.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;
}

.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: 0 1em;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 5px;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  background-color: #9a5f26;
  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: #572700;
  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
}

a:hover {
  color: #9a5f26;
}

a:before {
  -webkit-transform-origin: left !important;
  transform-origin: left !important;
}

.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;
}

.collapsible-header {
	display:inline-block;
	justify-content: space-between;
	vertical-align: middle;
	width: 95.8%;
	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;
}

.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: 95.8%;
	}

.collapsible-body p, .collapsible-body h3, .collapsible-body h2, .collapsible-body h1 {
	margin-left: 1.5%;
	margin-right: 1.5%;
}
	

.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;
}

#boxes {
  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;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: .5em;
  min-height: 225px;
  border-radius: 10px;
  padding: 20px;
  min-width: 300px;
}

.box.Left, .box.Right {
  background-color: #ebdfd5;
}

.box.Middle {
  background-color: #e6f1db;
}

.meetingRotator, .meetingRotatorImg {
   max-height: 329px !important;
}
  
.meetingLogo, .meetingLogoImg {
   max-height: 140px !important;
   background-color: #fff !important;
}

.headerBanner {
	background-image: url("/Style Library/images/2021_LandingBanner.jpg");
	background-repeat: no-repeat;
	height: 200px;
	margin-top: 1%;
}


@media screen and (max-width: 500px) {
	
	.headerBanner {
		background-size: 90%;
		background-position: center;
		margin-top: 10.5%;
	}
}



@media screen and (max-width: 480px){
  

  .meetingRotator, .meetingRotatorImg {
    max-height: 120px !important;
  }
  
    .meetingLogo, .meetingLogoImg {
    max-height: 70px !important;
    background-color: #fff !important;
  }


  .accountMenu, .searchBox {
    display: none !important;
  }

  .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;
    margin: 6px;
  }

  .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: 85%;
    font-weight: bold;
  }

  .drill {
    width: 3em;
    height: 3em;
    display: inline-block;
    margin-top: -10px;
  }

  .Header {
    height: 4em;
  }

  .Header .hamburger {
    position: relative;
    z-index: 10;
    display: block !important;
    float: right;
    margin: 0.25em 1em;
    width: 2.75em;
    height: 2.75em;
    padding: 5px;
    background-color: #693e1c;
    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: #693e1c;
  }

  .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;
  }
  
}
