﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

* {
	margin: 0;
	padding: 0;
}

*,
* :after,
* :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table, tbody, theader, tr, td, th {
  max-width: 90vw !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt !important;
	hyphens: none;
	color: #000;
	overflow: auto !important;
}

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);
}

.slick-dots li button:before {
	font-size: 18pt !important;
	content: '•' !important;
}


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);
}

ol, ul {
  padding-inline-start: 40px;
}


h1 {
	font-size: 24pt;
	color: #1fa824 !important;
	font-weight: 700;
	text-shadow: none;
}

h2 {
	font-size: 18pt;
	color: #1961ae !important;
	font-weight: 700;
	text-shadow: none;
}

h3 {
	font-size: 16pt;
	color: #000 !important;
	font-weight: 700;
	text-shadow: none;
}

.btn, a span.ms-rteStyle-LinkButton {
  -ms-name: "Link Button";
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 2px 10px;
  margin: .5em;
  font-size: 13.5pt;
  line-height: 1.6;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background: #1961ae;
  color: #fff !important;
  -webkit-box-shadow: -1px 1px 3px -1px #2e2e2e;
  box-shadow: -1px 1px 3px -1px #2e2e2e;
  display: inline-block;
  white-space: nowrap;
  margin-left: 0;
}

.btn:hover, a:hover span.ms-rteStyle-LinkButton {
  background-color: #7acc00 !important;
  color: inherit;
  text-decoration: none
}

.btn:active,
.btn:focus,
a:active span.ms-rteStyle-LinkButton,
.ms-rteStyle-LinkButton:focus {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:visited, a:visited span.ms-rteStyle-LinkButton {
  color: #fff;
}

.btn::after, .btn::before, .hidePseudo::after, .hidePseudo::before {
  display: none
}

.btnRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.ms-core-listMenu-horizontalBox {
	max-width: 1500px;
}

#s4-workspace {
  overflow-x: hidden;
}

#s4-bodyContainer {
  padding: 0;
  overflow: hidden;
}

#s4-ribbonrow {
	z-index: 1500;
}

*::-webkit-scrollbar {
  width: 0.5em;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #1961ae;
  box-shadow: inset 0 0 6px #1961ae;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #1961ae;
  box-shadow: inset 0 0 6px #005072;
}

#container {
  /*display: grid;*/
  min-height: calc(100vh - 5em);
  max-width: 100vw;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  position: relative;
  height: auto !important;
  min-height: 100%;
}


#container .Wrapper {
  margin: 2px auto 10px;
  max-width: 1300px;
  width: 100%;
  border-radius: 5px;
  margin-top: 1em;
  padding: 0 10px;
}

[class*="ms-commandLink"] {
  border: none
}

#container .Wrapper img {
  overflow: hidden;
}

.floatRight {
  float: right;
  margin: 0.25em;
}

.floatLeft {
  float: left;
  margin: 0.25em;
}

.Header {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 6em;
  background-color: #fff;
  background-image: url(/Style%20Library/Images/PH2024_Logo.png);
  background-position: calc(9vmin - 1em);
  background-size: calc(2em + 7vmin);
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
  box-shadow: -3px 5px 6px -5px #333;
}

.Header .homeLink {
  float: left;
  width: 15%;
}

.Header .hamburger,
.Header .screenreader {
  display: none;
}

.Header .topRight {
  position: absolute;
  top: 0;
  right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.Header .homeLink {
  position: relative;
  z-index: 5;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  height: 90%;
  text-decoration: none;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.Header .homeLink:hover> :before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Header .homeLink:hover:before {
  visibility: hidden;
}

.Header .homeLink>* {
  position: relative;
  z-index: 9;
  color: #fff;
  text-decoration: none;
  text-shadow: -1.5px -1.25px 1.25px rgba(13, 110, 80, 0);
  font-size: 1em;
}

.accountMenu {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: .25em;
  font-weight: 700;
  font-size: 0.75em;
}

.accountMenu .accountMenuItem,
span[id*="_Menu_"] {
  display: block;
  color: #000;
  text-decoration: none;
  font-family: sans-serif;
  height: auto;
  line-height: 1.5em;
  padding: 0;
  position: static;
  background-clip: initial;
  border: none;
}

span[id*="_Menu_"]>* {
  color: inherit !important;
  display: inline;
  height: auto !important;
  line-height: .5em;
}

.accountMenu .accountMenuItem:hover,
span[id*="_Menu_"]:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.accountMenu .accountMenuItem:hover>*,
span[id*="_Menu_"]:hover>* {
  color: #005072;
  text-shadow: -1.5px -1.25px 1.25px hsla(0, 0%, 92%, 0.5);
}

.accountMenu .accountMenuItem:hover> :before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.accountMenu .accountMenuItem:hover:before {
  visibility: hidden;
}

.accountMenu .accountMenuItem>* {
  position: relative;
  z-index: 9;
  color: inherit;
  text-decoration: none;
  font-size: 0.75em;
}

.accountMenu a {
  color: #000 !important;
  padding-left: 10px;
}

.accountMenu .accountMenuItem> :before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 2px;
  background-color: #b5bf00;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}


#headerNavigation {
  height: 5em;
}

#nav {
  /*position: absolute;
  bottom: 0;*/
}

.ms-core-listMenu-horizontalBox {
  width: 86%;
  text-align: center;
  max-width: 1500px;
  display: block;
  margin-left: 14%;
  position: fixed;
  top: 2.5em;
  z-index: 1000;
}

.menu-item-text {
  white-space: normal !important;
  width: 100% !important
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(2), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(2)~* {
  width: 50%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(3), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(3)~* {
  width: 33%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(4), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(4)~* {
  width: 25%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(5), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(5)~* {
  width: 20%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(6), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(6)~* {
  width: 16.66667%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(7), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(7)~* {
  width: 14.28571%
}

.wrap {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.s4-tn li.static>.menu-item {
  color: #000;
  font-size: 14.5pt;
  white-space: nowrap;
  width: 100%;
  padding: 5px 0;
  font-weight: 600;
}

.s4-tn.noindex.ms-core-listMenu-horizontalBox>ul>li.static:nth-child(n + 6) a {
  font-weight: semi-bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 9px solid transparent;
  text-decoration: none;
  padding: 0px 17px !important;
  line-height: 1.5;
  border-radius: 24px;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  background-color: #1fa824;
  color: #fff !important;
  display: inline-block;
  width: auto;
}


.s4-tn li.static>a:hover {
  color: #000 !important;
  text-decoration: none;
}

.s4-toplinks .s4-tn a.selected {
  color: #fff;
  text-decoration: none;
}

.s4-tn UL.dynamic {
  background-color: #fff;
  list-style: none;
  border: none;
  box-shadow: -3px 5px 6px -5px #333;
  width: max-content !important;
  margin-left: -25%;
  min-width: 100%;
}


.s4-tn li.dynamic>.menu-item {
  color: #1961ae;
  text-decoration: none;
  font-size: 14pt;
  text-align: left;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  min-width: auto;
  padding: 3px;
  font-weight: 500;
  
}

.s4-tn li.dynamic>a:hover {
  background-color: #1961ae;
  color: #fff !important;
}

li.dynamic a.dynamic.menu-item.ms-core-listMenu-item.ms-displayInline.ms-navedit-linkNode {
	background-color:transparent !important;
	color: #1961ae !important;
	text-align: left !important;
	padding:0 !important;
	display: block;
	border: 0 !important;
}

.ms-core-listMenu-horizontalBox a.dynamic-children span.additional-background, .ms-core-listMenu-horizontalBox span.dynamic-children span.additional-background {
  padding-right: 0px;
  background-image: none;
}

.ms-core-listMenu-horizontalBox ul, .ms-core-listMenu-horizontalBox li, .ms-core-listMenu-horizontalBox .ms-core-listMenu-item, .ms-core-listMenu-horizontalBox > ul > li > table {
  width:100%;
  list-style: none
}

.s4-ql {
  margin-top: 15px;
  color: #1961ae !important;
}

.ms-core-listMenu-root {
  list-style-type: none;
  padding-inline-start: 0;
}

.s4-ql ul.root>li>a {
  color: #1961ae;
}

.s4-ql a.selected {
  background: none transparent;
  color: #1961ae !important;
  font-weight: bold;
  border: none !important;
}

.s4-ql a.selected:hover {
  background-color: #fff !important;
}

.s4-ql ul.root ul>li>a {
  color: #1961ae;
  text-decoration: none;
  font-size: 15px;
  padding-left: 20px;
}

.s4-ql ul.root ul>li>a:hover, .s4-ql ul.root>li>a:hover {
  text-decoration: none;
  background-color: #1961ae;
  color: #fff
}

.s4-ql ul.root ul {
  margin-bottom: 0px;
  margin-left: 5px;
  list-style-type: none;
  padding-inline-start: 0px !important;
}

.s4-ql ul.root>li>.menu-item {
  color: #1961ae;
}

.breadcrumb {
	display: none;
}

h1#pageTitle {
	display: block !important;
}

#pageAreaLayout {
	width: 102%;
	z-index: 1000;
}

#pageTable {
	width: 100% !important;
	max-width: 100% !important;
}

#pageCenter {
	padding: 0 !important;
}

.ms-srch-sb-border {
	
}

.ms-srch-sb-border:hover {
	border: 0;	
}

.ms-srch-hover-outerContainer {
  display: none !important;
}

.ms-srch-item {
  width: 100%
}
.ms-srch-item-path{
	display:none;
}


#pageAreaLayout {
	min-height: calc(100vh - 15em);
}

td#pageLeft {
  display: none;
}

#pageCenter {
  vertical-align: top
}

h1#pageTitle{
	margin-top: 2%;
}

.s4-ql {
  margin-top: 15px;
  color: #1961ae !important;
}

.ms-core-listMenu-root {
	list-style-type: none;
	padding-inline-start: 0;
}

.s4-ql ul.root>li>a {
  color: #000 !important;
}

.s4-ql a.selected {
  background: none transparent;
  color: #1961ae !important;
  font-weight: bold;
  border: none !important;
}

.s4-ql a.selected:hover {
  background-color: #fff !important;
}

.s4-ql ul.root ul>li>a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  padding-left: 20px;
}

.s4-ql ul.root ul>li>a:hover, .s4-ql ul.root>li>a:hover {
  text-decoration: none;
  background-color: #1961ae !important;
  color: #fff !important;
}

.ms-core-listMenu-verticalBox li.static > ul.static > li.static > .ms-core-listMenu-item {
	padding: 5px 5px 3px 35px;
}

.s4-ql ul.root ul {
  margin-bottom: 0px;
  margin-left: 5px;
  list-style-type: none;
  padding-inline-start: 0px !important;
}

.s4-ql ul.root>li>.menu-item {
  color: #1961ae !important;
  font-weight: 500;
}

.bannerImage {
	background: url('/Style Library/Images/2024_LandingBanner.png');
	background-repeat: no-repeat;
	background-size: 108%;
	height: calc(100vw*.175);
	display: block;
	width: 100%;
	margin-left: -1%;
}

.bannerImageText {
	max-width: 1300px !important;
	padding-top: 1.7%;
	padding-bottom: 2%;
	margin: 0 auto;
	display: none;
}

.bannerImageText h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 43pt;
	color: #fff !important;
	font-weight: 700;
	text-shadow: none;
	margin: 0;
}

.bannerImageText h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 27pt;
	color: #1fa824 !important;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
	text-shadow: none;
}

.bannerImageText h4 {
	color: #fff !important;
	line-height: 0.6;
	font-size: 12pt;
	text-shadow: none;
}

.bannerCallout {
	background: #1961ae;
	text-align: center;
	height: 65px;
	margin-left:  -1%;
	margin-right: -1%;
	margin-top: -1.2%;
}

.bannerCallout a {
	color: #fff !important;
}

.bannerCallout a:hover, .bannerCallout a:visited {
	color: #fff !important;
}

.bannerCallout h2, .bannerCallout h1, .bannerCallout h3, .bannerCallout h4, .bannerCallout p {
	color: #fff !important;
	font-size: 22pt;
	padding-top: .8%;
	margin: 0;
}

.innerWrapper {
	max-width: 1300px !important;
	margin: 0 auto;
}

h1#pageTitle {
	display: block !important;
	color: #1fa824 !important;
	margin-top: 3%;
	margin-bottom: 2%;
}

h1#pageTitle p {
	max-width: 1300px !important;
	margin: 0 auto;
	color: #1fa824;
	padding-top: 0.5%;
}

.meetingTheme {
	background: #7acc00;
	width: 100%;
	height: calc(16em + 6vmin);
	margin-top: 2.5%;
}

.meetingThemeImage {
	background: #e8e8e8;
	width: 40%;
	z-index: 1000;
	margin-top: -19%;
	margin-left: 3%;
	margin-bottom: 5%;
	height: 330px;
}

.meetingThemeImage img {
	width: 85%;
	vertical-align: middle;
	margin-left:8%;
	margin-right: 8%;
	margin-top: 6%;
	margin-bottom: 6%;
}

.meetingThemeText {
	float: right;
	text-align: left;
	margin-right: 4%;
	width: 47%;
	margin-top: 1%;
}

.meetingThemeText h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22pt;
	color: #1961ae !important;
	font-weight: 700;
	text-shadow: none;
}

.whyPH{
	display: flex;
	flex-direction: row;	
}

.whyPH1, .whyPH2, .whyPH3{
	width: 22%;
	background: #e8e8e8;
	margin-right: 4%;
}

.whyPH4 {
	width: 22%;
	background: #e8e8e8;
}

.whyPHtext {
	padding: 14%;
}

.whyPHtext a {
	color: #000 !important;
}

.meetingBar {
	background-color: #1961ae;
	margin: 3% 0 3% -1%;
}

.meetingBarInner {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 1300px !important;
    margin: 0 auto;
}

.meetingBarText {
	width: 100%;
	margin-top: 1%;
	margin-bottom: 2%;
}

.meetingBarButton {
	width: 20%;
}

.meetingBar h1, .meetingBar h2, .meetingBar h3, .meetingBar p {
	color: #fff !important;
}

.meetingBar h1 {
	margin-bottom: 1%;
}

.meetingBar .btn {
	background: #fff;
	color: #1fa824 !important;
	float: right;
}

.speakers {
	display: flex;
	width: 100%;
	margin-top: 4%;
}

.speakersText {
	width: 100%;
	margin-right: 3%;
}

.speakersText h1 {
	margin-bottom: 1%;
	margin-top: 0;
}

.speakersImage {
	width: 48%;
}

.speakersImage img {
	float: right;
}

.program {
	display: flex;
	width: 100%;
}

.programText {
	width: 53%;
	margin-left: 3%;
}

.programText h1 {
	margin-bottom: 1%;
	margin-top: 0;
}

.programImage {
	width: 44%;
}

.programImage img {
	float: left;
}

.extra {
	width: 100%;
	margin-top: 3%;
}

.healthSafety {
	background-color: #7acc00;
	margin: 3% 0;
	padding: 0.5% 5% 1.5% 5%;
}

.healthSafety h1 {
	color: #1961ae !important;
}

.sponsorBorder {
	border-top: 9px solid #7acc00;
	margin: 3% 0 -1% -1%;
	padding: 0.7% 5%;
	display: none;
}

.sponsors {
	max-width: 1300px !important;
	margin: 0 auto;
	padding-left: 1%;
	display: none;
}


.Footer {
	width: 100%;
	background-color: #e8e8e8 !important;
	color: #000;
	text-align: center;
	background: url(/Style%20Library/Images/PH2024_Logo.png) no-repeat;
	background-size: 10%;
	background-position: 1.5em;
	height: 150px;
}

.footerInner {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    float:  right;
    width: 80%;
    height: 150px;
}

.follow {
	float: right;
	margin-right: 3.5em;
	width: 29%;
}

.follow h2 {
	color: #000 !important;
	margin-bottom: 0.5em;
}

.follow a {
	color: #000;
}

.icons {
	display: flex;
	width: min-content;
	margin: 0 auto;
}

.facebook::before {
	font: var(--fa-font-brands);
	content: "\f09a";
	font-size: 2em;
	color: #4267b2;
	margin-right: 12px;
}

.twitter::before {
	font: var(--fa-font-brands);
	content: "\e61b";
	font-size: 2em;
	color: #000;
	margin-right: 12px;
}

.linkedIn::before {
	font: var(--fa-font-brands);
	content: "\f0e1";
	font-size: 2em;
	color: #0e76a8;
}


.copyright a {
	color: #000;
}

.copyright {
	width: 71%;
}

.collapsible-header {
	display:inline-block;
	justify-content: space-between;
	vertical-align: middle;
	width: 98%;
	margin-bottom: 2%;
	padding: 15px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	font-size: 16px;
	font-weight:500;
	line-height:1.4;
	white-space:nowrap;
	webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color:#333;
	background-color:#e8e8e8;
}

.collapsible-header:before {
	font-family: 'fontawesome';
    content: "\f054";
	float: left;
	font-size: .70em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	line-height: 1.5em;
	margin-top: 4.2px;
}

.collapsible-header.open:before {
	font-family: 'fontawesome';
	content: "\f078";
}

.collapsible-header.focus,
.collapsible-header:focus {
	color:#333;
	background: #d8d8d8 !important;
}

.active, .collapsible-header:hover {
	color:#333;
	background: #d8d8d8;
}

ul.collapsible {
	list-style-type:none;
	padding-inline-start: 0 !important;
	margin-left: 0;
}

.collapsible-body {
	text-align:left;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	margin-bottom: 2%;
    font-size: 16px;
    width: 98%;
	}

.collapsible-body p, .collapsible-body h3, .collapsible-body h2, .collapsible-body h1, .collapsible-body h4 {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.collapsible-body ul, .collaspible-body ol {
	padding-inline-start: 40px;
}



/*MOBILE STYLES*/

@media screen and (max-width: 1750px) {

	.Header {
		background-size: 7%;
	}
	
}

@media screen and (max-width: 1500px) { 
	
	.Footer {
		background-size: 12%;
	}
	
	.whyPHtext img {
		width: 100%;
	}
	
	.programImage img {
		width: 100%;
	}
	
}

@media screen and (max-width: 1300px) {

	.Header {
		background-size: 11%;
	}
		
	.bannerImageText {
		max-width: 87% !important;
		margin: 0 auto;
	}
	
	.innerWrapper {
		max-width: 95% !important;
	}
	
	.meetingTheme {
		height: calc(16em + 10vmin);
	}
	
	.meetingThemeImage {
		height: 295px;
	}
	
	.meetingBarInner {
		max-width: 93% !important;
	}
	
	.Footer {
		background-size: 16%;
	}


}

@media screen and (max-width: 1100px) {
	
	.Header {
		background-size: 10%;
		background-position: 1em;	
	}
	
	.s4-tn li.static>.menu-item {
		font-size: 10pt;
	}
	
	.meetingThemeText h1 {
		font-size: 18pt;
	}
	
	.meetingTheme {
		height: calc(16em + 6vmin);		
	}
		
	.meetingThemeImage {
		height: auto !important;
		margin-top: -19%;
	}
	
	.bannerCallout h2, .bannerCallout h1, .bannerCallout h3, .bannerCallout h4, .bannerCallout p {
		font-size: 19pt;
		padding-top: 1.2%;
	}

}

@media screen and (max-width: 1050px) {
	
	.meetingTheme {
		height: calc(16em + 9vmin);
	}

	
}

@media screen and (max-width: 950px) {
		
	#container .Wrapper *:not([class^="ms-"]) {
		max-width: 100%;
	}
	
	#container .Wrapper {
		max-width: 100% !important;
		width: 100% !important;
		padding: 0;
	}
	
	.bannerImage {
	}
	
	.bannerCallout h2, .bannerCallout h1, .bannerCallout h3, .bannerCallout h4, .bannerCallout p {
		font-size: 17pt;
	}
		
	.meetingThemeText {
		margin-right: 1%;
		width: 51%;
		margin-top: 0;
	
	}
	
	
	.meetingThemeImage {
		margin-top: -20.5%;
		width: 43%;
		margin-left: 1.5%;
	}
	
	.Footer {
		background-size: 16%;
		background-position: 1.5em;
	}
	
	.follow {
		margin-right: 0.5em;
	}


}

@media screen and (max-width: 850px) {
	
	.innerWrapper {
		max-width: 95% !important;
	}
	
	.Header {
		background-position: 0.5em;
	}
	
	.s4-tn li.static>.menu-item {
		font-size: 10pt;
	}
	
	.ms-core-listMenu-horizontalBox {
		width: 93%;
		margin-left: 6%;
	}
	
	.bannerImage {
		background-repeat: no-repeat;
		background-size: 100%;
		padding-bottom: 0;
		background-position-x: 100%;
		background-position-y: 64%;
	}
	
	.bannerCallout h2, .bannerCallout h1, .bannerCallout h3, .bannerCallout h4, .bannerCallout p {
		font-size: 14pt; 
		padding-top: 2.2%;
	}
	
	.meetingThemeImage {
		width: 37%;
	}
	
	.meetingThemeText {
		width: 57%;
	}
	
	.meetingBlock1 {
		background-color: transparent;
		margin-top: 0.5%;
		height: auto;		
	}
	
	.meetingBlock1Text {
		width: 45%;
		margin-right: 2%;
		margin-top: 0;
		background: #03573d;
		padding: 3%;
	}
	
	.meetingBlock1Text h1 {
		margin-top: 0;
		font-size: 20pt;
	}
	
	.meetingBlock1Image {
		margin-left: 0%;
		margin-bottom: 35%;
		width: 51%;
		background: none;
		height: inherit;
		margin-top: 0%;
	}
	
	.meetingBlock1Image img {
		margin-top: 0%;
	}
	
	.whyMeeting {
		margin-left: 2%;
		margin-right: 1%;
	}
	
	.whyMeetingtext {
		padding: 11%;
	}
	
	.whyMeeting1, .whyMeeting2, .whyMeeting3 {
		margin-right: 1%;
	}
		
	.meetingBarInner {
		max-width: 95% !important;
	}
	
	.meetingBar h1, .meetingBar h2, .meetingBar h3 {
		font-size: 15pt;
	}
	
	.Footer {
		background-size: 15%;
		background-position: 1.5em;
	}
		
	.follow {
		margin-right: 1.5em;
	}	
	
		
	.footerInner {
		width: 70%;
	}

}

@media screen and (max-width: 800px) { 
		
	#container .Wrapper {
		margin-top: -4%;
	}
	
	.Header {
		height: 5em;
	}	

	/*Menu Styles*/
	
	.ms-core-listMenu-horizontalBox{		
		display:none;
	}
	
	#nav {
        background: #1961ae !important;
        margin-top: -1%;
        height: 35px;
        z-index: 200;
    }       
    
    #mobileMenuToggle {
        height: 35px;
        line-height: 35px;
        width: 90px !important;
        display: block;
        overflow: hidden;
        margin-left: 8px;
        padding-left: 38px;
        /*background: url('/Style Library/Images/menu-alt-32.png') left center no-repeat;*/
        z-index: 200;
    }
    
	 a#mobileMenuToggle::before {
		font: var(--fa-font-solid);
		content: " \f0c9";
		font-size: 1.5em;
		color: #fff;
		height: unset;
		transform: none;
		visibility: visible;
		background-color: transparent;
		margin-bottom: 3.5%;
	}
	
    
    #mobileMenuToggle:link {
        color: #FFF !important;
    }
    #mobileMenuToggle:visited {
        color: #FFF !important;
    }
    #mobileMenuToggle:hover {
        text-decoration: underline;
    }
    #mobileMenu {
        display: none;
        margin: 0;
        padding: 0;
        background: #1961ae;
        position: relative;
        z-index: 5;
    }
    #mobileMenu li {
        list-style: none;
        display: block;
        padding: 0;
    }
    #mobileMenu li a {
        color: #fff;
        font-weight: 600;
        font-size: 11pt;
        display: block;
        line-height: 30px;
        margin: 0;
        padding: 3px 10px;
        background: #1961ae !important;
        border-bottom: 1px solid white;
    }
    #mobileMenu li a:hover {
        background: #009bcf;
    }
    .subMenu {
        display: none;
        padding: 0;
        border: none;
    }
    .subMenu li a {
        padding-left: 40px !important;
        line-height: 18px !important;
        border: none !important;
    }
    .submenuToggle {
        float: right;
        margin-top: -37px !important;
        background: transparent !important;
        border: none !important;
    }
    /* LOCAL NAVIGATION */
    #mobileMenuCurrent {
        padding: 4px;
    }
    #mobileMenuCurrent>span {
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 4px;
    }
    #mobileMenuCurrent select {
        max-width: 300px;
        overflow: hidden;
    }
    #mobileMenuCurrent option {}
    .ms-rteStyle-AutoSchedule {
        -ms-name: Auto Size Schedule;
        width: 100%;
    }
    #pageAreaLayout {
    	margin-top:50px;
    }
    
	#headerNavigation {
		height: 3em;
		margin-top: 5.4em;
	}
	
	.bannerImageText {
		max-width: 67% !important;
		margin-left: 2%;
	}
	
	#zz1_TopNavigationMenu a {
		font-size: 9pt;
	}
	
	.innerWrapper {
		max-width: 97% !important;
	}
	
	.Header {
		background-size: 13%;
		background-position: 0.5em;
	}
	
	.bannerCallout {
		height: 61px;
	}
	
	.bannerCallout h2, .bannerCallout h1, .bannerCallout h3, .bannerCallout h4, .bannerCallout p {
		font-size: 13pt;
		padding-top: 2%;
	}
		
	.bannerImageText {
		max-width: 95% !important;
		margin-left: 5%; 
		margin-right: 2%;
	}
	
	.meetingTheme {
		background-color: transparent;
		height: calc(28em + 9vmin);
	}
	
	.meetingThemeText {
		width: 45%;
		margin-right: 2%;
		margin-top: 0;
		background: #7acc00;
		padding: 3%;
	}
	
	.meetingThemeText h1 {
		margin-top: 0;
	}
	
	.meetingThemeImage {
		margin-left: 0%;
		margin-bottom: 35%;
		width: 51%;
		background: none;
		height: auto !important;
		margin-top: -69%;
	}
	
	.whyPH {
		margin-left: 2%;
		margin-right: 1%;
	}
	
	.whyPHtext {
		padding: 11%;
	}
	
	.whyPH1, .whyPH2, .whyPH3 {
		width: 24%;
		margin-right: 1%;
	}
	
	.whyPH4 {
		width: 24%;
	}
	
	.meetingBarInner {
		max-width: 95% !important;
	}
	
	.speakersImage img {
		width: 100%;
		float: none;
	}
	
	.Footer {
		background-size: 24%;
		background-position: 1.5em;
	}
		
	.follow {
		margin-right: 1.5em;
	}
	
	.follow a {
		font-size: 8pt;
	}
	
	.footerInner {
		width: 70%;
	}
	
	.copyright {
		font-size: 8pt;
		width: 72%;
	}
	

	
}

 @media screen and (max-width: 768px) {
	.greyPromotion {
		height: auto;
	}
	
	.greyPromotion h2 {
		margin: 15px;
	}

	.greyPromotion .btn {
		margin-right: 1.5em;                                                                }
	}
	
}


@media 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%;
	}

 }


@media screen and (max-width: 640px) {

	.bannerCallout {
		height: 50px;
	}
	
	.bannerCallout h2, .bannerCallout h1, .bannerCallout h3, .bannerCallout h4, .bannerCallout p {
		font-size: 13pt;
		padding-top: 2%;
	}
	
	.meetingTheme {
		height: auto;
	}
	
	.meetingThemeImage {
		display: none;
	}
	
	.meetingThemeText {
		width: 100%;
		margin: 0 0 6% 0;
	}
	
	img {
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;	
	}
	
	#container .Wrapper *:not([class^="ms-"]) {
		max-width: 100%;
	}
	

}

@media screen and (max-width: 610px) {

	
	#container .Wrapper{
		margin-top: 0.6em;
	}
	
	.bannerImage {
	}
	
	.meetingThemeText {
		float: none;
		width: 97% !important;
		text-align: center;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.whyPHtext p {
		font-size: 11pt;
	}
	
	.Footer {
		background-size: 20%;
		background-position: 0.5em;
	} 
	
	.footerInner {
		width: 81%;
	}
	
	.copyright {
		width: 56% !important;
		font-size: 10pt;
	}
	
}


@media screen and (max-width: 550px) {

	body {
		font-size: 12pt;
	}
	
	h1 {
		font-size: 22pt;
		color: #1fa824 !important;
	}
	
	h2 {
		font-size: 16pt;
	}
	
	.Header .hamburger span {
		background: #1fa824;
	}
	
	.Header {
		background-size: 13% !important;
		background-position: 1.5em !important;
	}
	
	.mainMenu, .mainMenu>ul {
		background-color: #e8e8e8 !important;
	}
	
	.mainMenu.isOpen ul li {
		color: #000;
		border-bottom: 1.5px solid hsla(0, 0%, 100%, 1.00);
	}
		
	.bannerImageText h1 {
		font-size: 22pt;
	}
	
	.bannerImageText h2 {
		font-size: 14pt;
	}
	
	.bannerCallout h2, .bannerCallout h1, .bannerCallout h3, .bannerCallout h4, .bannerCallout p {
		font-size: 11pt;
		padding-top: 3%;
	}
	
	.meetingTheme {
		height: inherit;
		margin-bottom: 3%;
	}
	
	.meetingThemeImage {
		display: none;
	}
	
	.meetingThemeText {
		float: none;
		width: 97% !important;
		text-align: center;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.meetingThemeText h1 {
		text-align: center;
	}
	
	.whyPlantHealth_Header {
		text-align: center;
	}
	
	.whyPH {
		display: block;
	}
	
	.whyPH1, .whyPH2, .whyPH3, .whyPH4 {
		width: 100% !important;
		margin-bottom: 3%;
		margin-right: 0 !important;
	}
	
	.whyPHtext {
		padding: 8% !important;
	}
	
	.whyPHtext p {
		font-size: 13pt;
	}
	
	.whyPHtext img {
		width: 41% !important;
	}
	
	.meetingBarInner {
		display: block;
		text-align: center;
		padding: 2% 0 4% 0;
	}
	
	.meetingBarText {
		width: 100%;
	}
	
	.meetingBarButton {
		width: 100%;
	}
	
	.meetingBar .btn {
		float: none;
	}
	
	.program {
		display: block;
	}
	
	.programText {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	
	.programImage {
		width: 100%;
	}
	
	.programImage img {
		float: none;
	}
	
	.speakers {
		text-align: center;
	}
	
	.copyright {
		display: block;
		float: none;
		text-align: center;
		margin-top: 4%;
		margin-left: 2% !important;;
		margin-right: 2%;
	}
	
	.follow {
		float: none !important;
		margin: 0 !important;
	}
	
	.Footer {
		
	}	
	
}



@media screen and (max-width: 515px){

	img {
		width: 100% !important;
	}

}

@media screen and (max-width: 500px){
	.socialMenu {
		display: none;
	}
}


@media screen and (max-width: 490px) {

	.Header {
		background-position: 1.5em !mportant 98%;
	background-size: 20% !important;
		}
	
	.bannerImage {
		background-size: 161%;
		background-position-x: revert-layer;
		height: calc(100vw*.27);
	}
	
	#headerNavigation {
		height: 1em;
		margin-top: 5.4em;
	}
	
	.bannerImage {
	}
	
	.bannerCallout {
		height: 73px;
	}
	
	.bannerCallout h2, .bannerCallout h1, .bannerCallout h3, .bannerCallout h4, .bannerCallout p {
		font-size: 13pt;
	}
	
	
	

}
