﻿@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;
}

/*Site Maintenance*/

.siteMaintenance {
	text-align: center;
	padding-bottom: 10px;
}

.siteMaintenance h3 {
	font-size: 11pt;
}


table, tbody, theader, tr, td, th {
  max-width: 90vw !important;
  height: unset !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	hyphens: none;
	color: #000;
	overflow: auto !important;
}

#pageCenter img {
	max-width: 100%;
	height: unset !important;
}

html, body {
	height: 100%;
}

.ms-cui-tabContainer {
	z-index: 3000;
}

.ms-dlgContent {
	z-index: 4000 !important;
}

a, a:visited {
	color: #DF8900;
}

a,
a:before {
  -webkit-transition-timing-function: cubic-bezier(0, 0.15, 0.5, 1.25);
  transition-timing-function: cubic-bezier(0, 0.15, 0.5, 1.25);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: transform, color, background;
  -webkit-transition-property: color, background, -webkit-transform;
  transition-property: color, background, -webkit-transform;
  transition-property: transform, color, background;
  transition-property: transform, color, background, -webkit-transform;
}

a {
  position: relative;
  color: #DF8900;
  text-decoration: none;
}

a:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1.5px;
  background-color: #DF8900;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

a:hover {
  color: #DF8900;
  text-decoration: none;
}

a:hover:before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}


h1 {
	font-size: 24pt;
	font-family: 'Open Sans', sans-serif;
	color: #00849C !important;
	font-weight: 700;
	text-shadow: none;
}

h2 {
	font-size: 18pt;
	font-family: 'Open Sans', sans-serif;
	color: #00a4e0 !important;
	font-weight: 700;
	text-shadow: none;
	margin-bottom: 0.8%;
}

h3 {
	font-size: 16pt;
	font-family: 'Open Sans', sans-serif;
	color: #960064 !important;
	font-weight: 700;
	text-shadow: none;
	margin-bottom: 0.5%;
}

h4 {
	font-size: 14pt;
	font-family: 'Open Sans', sans-serif;
	color: #757575 !important;
	font-weight: 700;
	text-shadow: none;
	margin-bottom: 0.5%;
}

.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: #960064;
  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: #00a4e0 !important;
  color: inherit;
  text-decoration: none
}

.btn:active,
.btn:focus,
a:active span.ms-rteStyle-LinkButton,
.ms-rteStyle-LinkButton:focus {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:visited, a:visited span.ms-rteStyle-LinkButton {
  color: #fff;
}

.btn::after, .btn::before, .hidePseudo::after, .hidePseudo::before {
  display: none
}

.btnRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.ms-core-listMenu-horizontalBox {
	max-width: 1500px;
}

#s4-workspace {
  overflow-x: hidden;
}

#s4-bodyContainer {
  padding: 0;
  overflow: hidden;
}

*::-webkit-scrollbar {
  width: 0.5em;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #00849C;
  box-shadow: inset 0 0 6px #00849C;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #005072;
  box-shadow: inset 0 0 6px #005072;
}

ol, ul {
  padding-inline-start: 40px;
}

.ms-cui-tabContainer {
	z-index: 10000;
}

.ms-dlgContent {
	z-index: 10001 !important;
}

.o365cs-nav-contextMenu {
	z-index: 10001 !important;
}	


#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;
  max-width: 1500px;
  width: 100%;
  border-radius: 5px;
  /*margin-top: 5em;*/
  padding: 0 10px;
  margin-bottom: -4px;
}


[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: 4;
  width: 100%;
  height: 5em;
  background-color: #fff;
  background-image: url(/Style%20Library/Images/Homepage/SSPLogo.png);
  background-position: 2em;
  background-size: 13%;
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
  box-shadow: -3px 5px 6px -5px #333;
}

.Header .homeLink {
  float: left;
  width: 17%;
}

.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;
}

.ms-core-menu-box.ms-core-defaultFont.ms-shadow {
	z-index:1000;
}

.accountMenu .accountMenuItem:hover,
span[id*="_Menu_"]:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.accountMenu .accountMenuItem:hover>*,
span[id*="_Menu_"]:hover>* {
  color: #005072;
  text-shadow: -1.5px -1.25px 1.25px hsla(0, 0%, 92%, 0.5);
}

.accountMenu .accountMenuItem:hover> :before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.accountMenu .accountMenuItem:hover:before {
  visibility: hidden;
}

.accountMenu .accountMenuItem>* {
  position: relative;
  z-index: 9;
  color: inherit;
  text-decoration: none;
  font-size: 0.75em;
}

.accountMenu a {
  color: #000;
  padding-left: 10px;
}

.accountMenu .accountMenuItem> :before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 2px;
  background-color: #b5bf00;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

#DeltaTopNavigation {
	height: min-content;
}

#headerNavigation a:hover {
  text-decoration: none
}

#headerNavigation {
  height: 5em;
}

#nav {
  /*position: absolute;
  bottom: 0;*/
}

#mobileMenu {
	display: none;
}

.ms-core-listMenu-horizontalBox {
  width: 86%;
  text-align: center;
  max-width: 1500px;
  display: block;
  margin-left: 14%;
  position: fixed;
  top: 2.5em;
  z-index: 4;
}

.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: 12pt;
  white-space: nowrap;
  width: 100%;
  padding: 5px 0;
  font-weight: 600;
}

.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: -14%;
}


.s4-tn li.dynamic>.menu-item {
  color: #00849C;
  text-decoration: none;
  font-size: 12pt;
  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: #00849C;
  color: #fff;
}

.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: #00849C !important;
}

.ms-core-listMenu-root {
  list-style-type: none;
  padding-inline-start: 0;
}

.s4-ql ul.root>li>a {
  color: #00849C;
}

.s4-ql a.selected {
  background: none transparent;
  color: #00849C !important;
  font-weight: bold;
  border: none !important;
}

.s4-ql a.selected:hover {
  background-color: #fff !important;
}

.s4-ql ul.root ul>li>a {
  color: #00849C;
  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: #00849C;
  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: #00849C;
}

.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: #91c8d3;
  color: #000;
}

.breadcrumb a:hover:before {
  color: #91c8d3;
}

.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;
}

.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-searchCenter-result-main {
	float: none;
}

.ms-srch-ellipsis {
	white-space: inherit;
}

#pageAreaLayout {
	min-height: calc(100vh - 15em);
	margin-top: 5em;
}

td#pageLeft {
  padding: 5px;
  vertical-align: top;
  border-right: 2px solid #00849C;
  width: 20%;
}

#pageCenter {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  vertical-align: top
}

h1#pageTitle{
	margin-top: 2%;
}

.s4-ql {
  margin-top: 15px;
  color: #00849C !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: #00849C !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: #00849C !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: #00849C !important;
  font-weight: 500;
}

.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;
}

.calloutBar {
	background-color: #e8e8e8;
	margin: 3% 0 3% -1%;
}

.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.5%;
}

.calloutBarText {
	width: 80%;
}

.calloutBarButton {
	width: 20%;
}

.calloutBar h1, .calloutBar h2, .calloutBar h3, .calloutBar p {
	color: #000 !important;
}

.calloutBar h1 {
	margin-bottom: 1%;
}

.calloutBar .btn {
	float: right;
}

/*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%;
}

/*Footer*/
#footer {
  padding: 2% 10px 0 10px;
  color: #fff;
  background: #00849C;
  min-height: calc(75vw*.23);
}

.footerWrapper {
  background: url('/Style%20Library/Images/Homepage/SSPLogo_White.png') calc(25%)/calc(8em + 15vmin) no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  text-align: center;
  width: 70%;
  max-width: 1500px;
  margin: 0 auto;
  min-height: calc(60vw*.15);
}

.footerlinks {
	text-align: left;
	border-inline-start: #fff solid 3px;
	width: 50%;
	padding-inline-start: 10%;
	padding-top: 1%;
}

.footerlinks p {
	margin-bottom: 2%;
}

.footerlinks a {
	color: #fff;
}

.footerBottom {
	background-color: #005F71;
	height: 65px;
}

.copyright {
	float: left;
	margin-left: 4%;
	margin-top: 1.2%;
}

#copyYear {
	color: #fff;
}

#copyYear a {
	color: #fff !important;
}

#homeLinkFooter {
  display: none;
}


.follow {
	float: right;
	margin-right: 3%;
	margin-top: 1%;
}

.follow img {
	vertical-align: middle;
	margin-left: 6%;
}

.follow a {
	color: #fff;
}

.icons {
	display: flex;
	width: min-content;
	margin: 0 auto;
}

.icons .facebook::before {
	font: var(--fa-font-brands);
	content: "\f09a";
	font-size: 2em;
	color: #fff;
	margin-right: 12px;
}

.icons .facebook, .icons .twitter {
	display: none;
}
	
.icons .twitter::before {
	font: var(--fa-font-brands);
	content: "\e61b";
	font-size: 2em;
	color: #fff;
	margin-right: 12px;
}

.icons .linkedin::before {
	font: var(--fa-font-brands);
	content: " \f08c";
	font-size: 2em;
	color: #fff;
	margin-right: 12px;
}

/*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-lemon {
	color: #DF8900;
	font-size: 24pt;
	margin: auto 0;
	margin-right: 12px;
	vertical-align: middle;
}

ul.pageNotFound i.fa-solid.fa-magnifying-glass {
	color: #00a4e0;
	font-size: 24pt;
	margin: auto 0;
	margin-right: 12px;
	vertical-align: middle;
}

ul.pageNotFound i.fa-solid.fa-envelope {
	color: #960064;
	font-size: 24pt;
	margin: auto 0;
	margin-right: 12px;
	vertical-align: middle;
}

/*Two Grid Item*/

.twoGrid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.twoGridItem {
	flex: 0 1 calc(97% / 2);
    flex-grow: 0;
}

/*FAQ Grid*/

.faqGrid {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.faqGridItem {
	flex: 0 1 calc(100% / 5);
    flex-grow: 0;
    padding: 0 2%;
}

.faqGridItem p {
	text-align: center;
}

/*MOBILE STYLES*/

@media screen and (max-width: 1550px) {
	
	.footerWrapper {
		max-width: 95%;
	}
	
	#footer {
		min-height: calc(75vw*.22)
	}
}

@media screen and (max-width: 1200px) {
	
	#footer {
		padding-top: 1%;
	}
	
	.footerWrapper {
		background: url('/Style%20Library/Images/Homepage/SSPLogo_White.png') calc(4%)/calc(11em + 11vmin) no-repeat;
	}
	
	.follow {
		margin-right: 9%;
	}

}

@media only screen and (max-width: 1100px) {
	
	.faqGridItem {
		flex: 0 1 calc(100% / 3);
		padding: 1% 2%;
	}
}

@media screen and (max-width: 1000px) {

	#copyYear {
		width: 50%;
	}

	#footer {
		min-height: calc(75vw*.28);
		padding-top: 2%;
		padding-bottom: 2%;
	}
	
	.footerWrapper {
		background: url('/Style%20Library/Images/Homepage/SSPLogo_White.png') calc(0%)/calc(11em + 11vmin) no-repeat;
		width: 80%;
	}

	
	.copyright {
		margin-top: 2%;
	}

	.follow {
		margin-right: 14%;
		margin-top: 1.6%;
	}

}

@media screen and (max-width: 900px) {
		
	#copyYear {
		font-size: 11pt;
	}
	
}


@media only screen and (max-width: 850px) {

	.Wrapper {
		max-width: 100% !important;
		width: 100% !important;
	}
	
	#container .Wrapper {
		padding-right: 0;
	}
	
	.Header {
		background-size: 20%;
	}
	
	.innerWrapper {
		max-width: 95% !important;
	}
	
	#pageTable {
		max-width: 100% !important;
	}
	
	#pageCenter {
		max-width: calc(100vw) !important;
	}
    
	td#pageLeft {
		display: none;
	}
	
	.breadcrumb {
		display: none;
	}
	
	#footer {
		min-height: calc(75vw*.33);
	}
	
	.footerWrapper {
		width: 100%;
		background: url('/Style%20Library/Images/Homepage/SSPLogo_White.png') calc(14%)/calc(11em + 11vmin) no-repeat;
	}
	
	
	/*Menu Styles*/
	
	#headerNavigation {
		height: 5em;
	}
	
	.ms-core-listMenu-horizontalBox{		
		display:none;
	}
	
	#nav {
        background: transparent !important;
        height: 35px;
        margin-top: -0.7%;
    }       
    
    #mobileMenuToggle {
        height: 5em;
        line-height: 5em;
        width: 65px !important;
        display: block;
        overflow: hidden;
        margin-left: 8px;
        padding-left: 38px;
        z-index: 200;
      	position: absolute;
      	right: 0;
    }
        
    a#mobileMenuToggle::before {
		font: var(--fa-font-solid);
		content: " \f0c9";
		font-size: 3em;
		color: #00849C;
		height: unset;
		transform: none;
		visibility: visible;
		background-color: transparent;
		margin-bottom: 3.5%;
	}
	
	#mobileMenuToggle:link {
        color: #000;
    }
    #mobileMenuToggle:visited {
        color: #000;
    }
    #mobileMenuToggle:hover {
        text-decoration: underline;
    }
    #mobileMenu {
        display: none;
        margin: 0;
        padding: 0;
        background: #00849C;
        margin-top: 3em;
    }
    #mobileMenu li {
        list-style: none;
        display: block;
        padding: 0;
    }
    #mobileMenu li a {
        color: #fff;
        font-weight: 600;
        display: block;
        line-height: 30px;
        margin: 0;
        padding: 3px 10px;
        background: #00849C;
        border-bottom: 1px solid black;
    }
    #mobileMenu li a:hover {
        background: #91c8d3;
    }
    .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%;
    }
    
}

@media screen and (max-width: 800px) {

	#copyYear {
		width: 45%;
	}
	
	#footer {
		min-height: calc(75vw*.35);
	}
	
	.footerWrapper {
		background: url('/Style%20Library/Images/Homepage/SSPLogo_White.png') calc(7%)/calc(11em + 11vmin) no-repeat;
	}

	
	.footerBottom {
		height: 58px;
	}
	
	.copyright {
		margin-top: 2%;
	}
	
	.follow {
		margin-top: 2%;
		margin-right: 4%;
	}
	
}


@media screen and (max-width: 750px) {

	#mobileMenu {
		/*margin-top: 9.5%;*/
	}
	
	.calloutBarInner {
		display: block;
		text-align: center;
	}
	
	.calloutBarText {
		width: 100%;
		padding-right: 0;
	}
	
	.calloutBarButton {
		width: 100%;
	}
	
	.calloutBar .btn {
		float: none;
	}
}

@media screen and (max-width: 700px) {

	#copyYear {
		width: 48%;
		font-size: 10pt;
	}

}

@media screen and (max-width: 650px) {

	/*Webinar*/
	
	.webinarPresenter {
		flex-direction: column;
	}
	
	.webinarPresenterImage {
		width: 75%;
		margin: 0 auto;
	}
	
	.webinarPresenterText {
		width: 75%;
		margin: 0 auto;
	}
	
	#footer {
		min-height: calc(75vw*.4);
	}
	
	.footerWrapper {
		background: url('/Style%20Library/Images/Homepage/SSPLogo_White.png') calc(8%)/calc(9em + 11vmin) no-repeat;
	}

}

@media only screen and (max-width: 600px) {
	
	.ms-srch-sbLarge-fullWidth {
		width: 375px;
	}
}

@media only screen and (max-width: 550px) {

	body {
		font-size: 12pt;
		line-height: 1.2 !important;
	}
	
	#container .Wrapper {
		padding: 0;
	}
	
	.ms-rtestate-field p, p.ms-rteElement-P {
		line-height: 1.2;
	}
	
	h1 {
		font-size: 20pt !important;
		color: #00849C !important;
		line-height: 1.2;
	}
	
	h2 {
		font-size: 16pt;
		line-height: 1.2;
	}
	
	h3 {
		font-size: 13pt;
		line-height: 1.2;
	}
	
	.Header .hamburger span {
		background: #00849C;
	}
	
	.Header .homeLink {
		width: 45%;
		
	}
	
	.Header {
		background-size: 31% !important;
		background-position: 1.5em !important;
	}
		
	#footer {
		min-height: calc(93vw*.3);
		padding: 3% 10px 2% 10px;
	}
	.copyright {
		margin-top: 4%;
	}
	
	.follow {
		margin-top: 3%;
		margin-right: 3%;
	}
	
	.follow h2 {
		font-size: 12pt !important;
	}
	
	.icons .facebook::before {
		font-size: 1.5em;
	}
	
	.icons .instagram::before {
		font-size: 1.5em;
	}


	.icons .twitter::before {
		font-size: 1.5em;
	}


	.icons .linkedin::before {
		font-size: 1.5em;
	}
	
	.accountMenu {
		display:none;
	}
	
	.pageNotFoundBanner {
		float: none; 
		width: 100%;
		margin: 0;
	}
	
	.twoGridItem {
		flex: 0 1 calc(100% / 1);
		margin-bottom: 3%;
	}


		
}

@media only screen and (max-width: 500px) {
	
	.webinarPresenterImage {
		width: 90%;
		margin: 0 auto;
	}
	
	.webinarPresenterText {
		width: 90%;
		margin: 0 auto;
	}

}

@media screen and (max-width:480px) {

	.footerWrapper {
		background: url('/Style%20Library/Images/Homepage/SSPLogo_White.png') calc(9%)/calc(8em + 11vmin) no-repeat;
	}
	
	#footer {
		min-height: calc(93vw*.35);
		padding: 3% 10px 0 10px;
	}

	#copyYear {
		font-size: 9pt;
		margin-top: 20%;
	}
  
}

@media only screen and (max-width: 475px) {
	
	.ms-srch-sbLarge-fullWidth {
		width: 300px;
	}
}


@media screen and (max-width: 450px) {

	#mobileMenu {
		/*margin-top: 10.5%;*/
	}
}


@media screen and (max-width:415px) {

	#copyYear {
		font-size: 7pt;
	}
	
	#footer {
		min-height: calc(93vw*.4);
	}
	
	.footerWrapper {
		background: url('/Style%20Library/Images/Homepage/SSPLogo_White.png') calc(5%)/calc(7em + 11vmin) no-repeat
	}

}

@media only screen and (max-width: 400px) {
	
	.ms-srch-sbLarge-fullWidth {
		width: 250px;
	}
	
	.webinarPresenterImage {
		width: 100%;
		margin: 0 auto;
	}
	
	.webinarPresenterText {
		width: 100%;
		margin: 0 auto;
	}

}



@media screen and (max-width: 375px) {

	#copyYear {
		font-size: 6pt;
	}
	
	#mobileMenu {
		margin-top: 13.5%;
	}


}

@media screen and (max-width: 300px) {

	.footerWrapper {
		background: url('/Style%20Library/Images/Homepage/SSPLogo_White.png') calc(0%)/calc(3em + 11vmin) no-repeat;
	}
	
	.follow {
		margin-top: 0%;
	}


}


