html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a {
  outline: 0;
  text-decoration: none;
  font-weight: 300;
  cursor: pointer;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}
blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}

/* Reset */

html {
  height: 100%;
}

body, html {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: 'Source Sans 3', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 18px;
  height: 100%;
  background-image: linear-gradient(to right, rgb(230, 230, 230), rgb(255, 255, 255), rgb(255, 255, 255), rgb(230, 230, 230));
}

figure img {
  max-width: 768px;
  width: 100%;
}

figure {
  font-size: 80%;
  display: block;
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
  padding: 30px 0 0 0;
}

h2, h3, h4, h5 {
  color: #00325F;
  margin: .5em 0;
}

h1 {
  font-size: 2.5em;
  line-height: 1.25;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

a {
  text-decoration: none;
  color: #a1a192;
}

a:visited:hover,
a:hover {
  transition: all .3s;
}

a:visited {
 color: #bb7cbd;
}

.homelink {
  position: absolute;
  top: 10px;
  right: 20px;
}

p {
  margin: .25em 0 .5em 0;
}

ol {
  list-style: initial;
  list-style-type: decimal;
  padding-left: 1em;
}

ul {
  list-style: initial;
  padding-left: 1em;
}

li {
  font-size: .85em;
}

.general-container {
  width: 100%;
  margin: 0 auto;
}

.mast {
  max-width: 1180px;
  margin: 20px auto 0px auto;
  position: relative;
  text-align: center;
}

.sponsor {
  width: 100%;
  position: fixed;
  top: 0;
  text-align: center;
  z-index: 2;
}

.sponsor article {
  max-width: 1420px;
  position: relative;
  margin: 0 auto;
}

.become-a-sponsor {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 300px;
  padding: 15px;
  margin: 0 auto;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fefefe;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px;
}
.become-a-sponsor h3 {
  text-align: center;
}

.become-a-sponsor p {
  line-height: 1.25;
  font-size: 85%;
  margin: .5em 0 .75em 0;
  padding: 0 5px;
}

.become-a-sponsor a {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.myButton {
  width: 100%;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	background-color:#f24537;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.packageinformation:hover a,
.myButton:hover {
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	background-color:#c62d1f;
}
.packageinformation:active a,
.myButton:active {
	position:relative;
	top:1px;
  color: #ffffff;
}

.sponsorshippage {
  max-width: 400px;
  color: white !important;
  font-size: 20px !important;
  padding: 10px !important;
}

.sponsorshippage a,
.sponsorshippage a:visited
{
  color: white !important;
}

.calltoaction h1,
.calltoaction h2 {
  color: gold;
}

.AES70py-logo {
  background-image: url('../images/aes70-py.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 125px;
  width: 100%;
  height: 185px;
}

.content.strip {
  width: 100%;
  margin: 0 auto;
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(63, 63, 63), rgb(63, 63, 63), rgb(0, 0, 0));
}

.content.strip article {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content.strip article.white div {
  flex: 1 0 20%; 
  margin: 20px 10px;
  padding: 15px;
  background-color: rgba(255,255,255,.9);
  color: #222;
  border-radius: 5px;
}
.content.strip article.white div p {
  font-size: .9em;
}
.content.strip article.column-1 div {
  color:rgb(255, 255, 255);
  padding: 60px;
  flex: 1 0 100%; 
}

.content.strip article.column-1 h1,
.content.strip article.column-1 h2 {
  text-align: center;
  line-height: 2em;
}

.content.remaining {
  padding-bottom: 50px;
}

.content.remaining.single {
  text-align: center;
}

.content.remaining.single.privacy {
  text-align:justify;
  max-width: 600px;
  margin: 0 auto;
}

.content.remaining article {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.content.remaining article div {
  flex-basis: 100%;
  flex: 1;
  padding: 15px 25px;
  color: #222;
}

.content.remaining.sponsorship-history article div {
  background-color: #dedede;
  border-radius: 6px;
}

.first-colfill div:nth-child(1) {
  background-color: #dedede;
  border-radius: 6px;
}

.content.remaining.sponsorlogos,
.content.remaining.padding {
  padding: 30px 0;
}

.content.remaining p {
  font-size: .85em;
}

.sponsorlogos .logos {
  display: flex;
  gap: 15px;
	width: 100%;
  align-items: center;
  align-content: center;
}

.sponsorlogos .logos div {
  flex: 1;
  align-self: center;
  justify-self: center;
  text-align: center;
  margin: auto;
}

.sponsorlogos .logos img {
  max-width: 225px;
  width: 100%;
}

.tm-media-logo {
  max-height: 126px;
}

h2.sponsors {
  display: block;
  text-align: center;
  width: 100%;
}

.certificate img {
  max-width: 100%;
}

.certificate.sml {
  text-align: center;
}

.certificate.sml img {
  max-width: 80%;
}

footer {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
  font-size: 75%;
  color: white;
  background-color: black;
}

.packageinformation {
  text-align: center;
  display: block;
  padding: 20px 0 10px 0;
}

.packageinformation a {
  width: 60%;
  margin: 0 auto;
  padding: 5px 10px;
  box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	background-color:#f24537;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}

.roadmapsvg {
  margin: 30px 0 0 0;
}

.github-grab {
  float: right;
  max-width: 200px;
  margin: 5px 0 0 20px;
  transform: scale(1, 1);
  transition: all .3s;
}

.github-grab:hover {
  transform: scale(2.5, 2.5);
  transition: all .3s;
  z-index: 10;
  position: relative;
}

.mattbill {
  float: right;
  max-width: 45%;
  margin: 5px 0 0 20px;
  transform: scale(1, 1);
  transition: all .3s;
}

.markmatt {
  max-width: 100%;
  margin: 5px 0;
  transform: scale(1, 1);
  transition: all .3s;
}

.mattbill:hover {
  transform: scale(1.5, 1.5);
  transition: all .3s;
  z-index: 10;
  position: relative;
  box-shadow: rgba(2,2,2,0.5) 0px 0px 6px;
}

.markmatt:hover {
  transform: scale(1.5, 1.5);
  transition: all .3s;
  z-index: 10;
  position: relative;
  box-shadow: rgba(2,2,2,0.5) 0px 0px 6px;
}

.content.remaining.bordered {
  padding-bottom: 0;
}

.content.remaining.bordered article {
  border: 1px solid #222;
  border-radius: 6px;
  padding-bottom: 0;
}

.content.remaining.middle50 {
  padding-bottom: 0;
}

.content.remaining.middle50 article div {
  text-align: center;
}

.column50 {
  width: 50%;
  margin: 0 auto;
}

[data-termynal] {
  width: 100%;
  max-width: 530px;
  height: 550px;
  background-color: #252a33;
  color: white !important;
  font-size: 13px;
  font-family: Monaco, 'Courier New', Courier, monospace;
  border-radius: 4px;
  padding: 45px 35px !important;
  position: relative;
  box-sizing: border-box;
}

[data-termynal]:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /* A little hack to display the window buttons in one pseudo element. */
  background: #d9515d;
  -webkit-box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930;
          box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930;
}

[data-termynal]:after {
  content: 'Infocomm Terminal Demo `zsh`';
  position: absolute;
  color: #ffffff;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}

[data-ty] {
  display: block;
  line-height: 1.5;
}

[data-ty]:before {
  /* Set up defaults and ensure empty lines are displayed. */
  content: '';
  display: inline-block;
  vertical-align: middle;
}

[data-ty="input"]:before,
[data-ty-prompt]:before {
  margin-right: 0.75em;
  color: #ffffff;
}

[data-ty="input"]:before {
  content: '$';
}

[data-ty][data-ty-prompt]:before {
  content: attr(data-ty-prompt);
}

[data-ty-cursor]:after {
  content: attr(data-ty-cursor);
  font-family: monospace;
  margin-left: 0.5em;
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
}


/* Cursor animation */

@-webkit-keyframes blink {
  50% {
      opacity: 0;
  }
}

@keyframes blink {
  50% {
      opacity: 0;
  }
}

.nav {
  text-align: center;
}

.nav ul {
  display: inline-block;
  margin: 10px auto;
  text-align: center;
}

.nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0 20px;
}

.nav ul li a {
  padding: 5px;
  text-decoration: none;
  color:#00325F;
  font-size: 120%;
} 

.nav ul li a.active {
  text-decoration: underline;
}