<html>
<head>
	<title></title>
	<style type="text/css">body {
  margin-right:0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding:0;
  overflow: auto;
}

a.Body:link, a.Body:visited {
  color: #39707e;
  text-decoration: underline;
}

a.Body:hover, a.Body:visited {
  color: #39707e;
  text-decoration: none;
}

a.Button:link {
  color: #ffffff;
  text-decoration: none;
}

a.Button:hover {
  color:#ffffff;
  text-decoration: underline;
}

td {
  width: 25%;
  position: relative;
}

td:after {
  content: '';
  display: block;
  margin-top: 100%;
}

td .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
td .numbercell {
  margin-top: 10%;
}
td .header {
  padding: 0 0 0 50px;
  margin-top: 20%;
  -ms-text-size-adjust: auto;
}

td .headlineCaseStudy {
  padding: 0 0 0 50px;
  margin-top: 10%;
  -ms-text-size-adjust: auto;
}


td .headlineEEBenefits {
  padding: 0 50px 0 0;
  margin-top: 10%;
  -ms-text-size-adjust: auto;
}

td .headlineHCPartners {
  padding: 0 0 0 50px;
  margin-top: 4%;
  -ms-text-size-adjust: auto;
}

td .headlineGVMTPartners {
  padding: 0 50px 0 0;
  margin-top: 5%;
  -ms-text-size-adjust: auto;
}

td .headlineARCH {
  padding: 0 0 0 50px;
  margin-top: 12%;
  -ms-text-size-adjust: auto;
}

td .headlineSummit {
  padding: 0 50px 0 0;
  margin-top: 5px;
  -ms-text-size-adjust: auto;
}

td .headlineClientData {
  padding: 0 0 0 50px;
  margin-top: 5%;
  -ms-text-size-adjust: auto;
}

td .headlineSocialEnterprise {
  padding: 0 50px 0 0;
  margin-top: 5%;
}

.square {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* = width for a 1:1 aspect ratio */
    margin:1% 1% 1% 1%;
    overflow-x: visible;
    overflow-y: visible;
}


.square1 {
    float: left;
    position: relative;
    width: 200%;
    padding-bottom: 100%; /* = width for a 1:1 aspect ratio */
    margin:1% 1% 1% 1%;
    overflow-x: visible;
    overflow-y: visible;
}

.inboxcontent {
    position:absolute;
    height: 100%; /* = 100% - 2*10% padding */
    width: 100%; /* = 100% - 2*5% padding */
}

.scroll {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.25vw;
  -ms-writing-mode: tb-lr;
}

.buttonTeal {
  background-color: #39707e;
  border: none;
  color: white;
  padding: 2.5% 6%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2vw;
  margin: 6% 1%;
  border-radius: 50px;
}

.buttonTurquoise {
  background-color: #67c8c7;
  border: none;
  color: white;
  padding: 2.5% 6%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2vw;
  margin: 6% 1%;
  border-radius: 50px;
}

.buttonCitrine {
  background-color: #ef4629;
  border: none;
  color: white;
  padding: 2.5% 6%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2vw;
  margin: 6% 1%;
  border-radius: 50px;
}


.buttonGold {
  background-color: #fbae47;
  border: none;
  color: white;
  padding: 2.5% 6%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2vw;
  margin: 6% 1%;
  border-radius: 50px;
}

.buttonEggplant {
  background-color: #711e46;
  border: none;
  color: white;
  padding: 2.5% 6%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2vw;
  margin: 6% 1%;
  border-radius: 50px;
}

img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

img. se {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
	</style>
</head>