@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');



:root {
	--MSGcyan: #198995;
	--MSGcyanvivid: #17d2e7;
	--MSGcyanmid: #18aebe;
	--MSGcyanlight: #d1e7ea;
}



body {
  font-family: Montserrat, "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: #000;
}

a:hover img {
   opacity: 0.8;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}


h1 {
  font-family: Raleway, "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  font-size: 32pt;
  margin-top: 0;
  margin-bottom: 10pt;
  color: var(--MSGcyan);
}
h2 {
  font-family: Raleway, "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  margin-top: 0;
  font-size: 24pt;
  margin-bottom: 10pt;
  color: var(--MSGcyan);
}
h3 {
  font-family: Raleway, "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  margin-top: 30pt;
  font-size: 21pt;
  margin-bottom: 10pt;
  color: var(--MSGcyan);
}
h4 {
  font-family: Raleway, "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  margin-top: 30pt;
  font-size: 16pt;
  margin-bottom: 10pt;
  color: var(--MSGcyan);
}
p {
  font-family: Montserrat, "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  margin-top: 0;
  font-size: 16pt;
  color: #000;
}
ul {
	padding-left: 18pt;
	margin: 10px 0;
}
li {
  font-family: Montserrat, "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  font-size: 16pt;
  list-style: square;
  color: #000;
  margin-bottom: 5px;
}
a, a:visited {
	color: var(--MSGcyan);
	text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.smaller {
  font-size: medium;
}