@charset "UTF-8";

/* --------------------------------------
  Introduction
-------------------------------------- */
.page-intro {
  margin: 60px 0 20px 0;
}

/* --------------------------------------
  Privacy
-------------------------------------- */
.privacy {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 80px;
}
.privacy p {
  text-align: right;
  margin-bottom: 40px;
}

.privacy .container .pdflink {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 30px;
	overflow: hidden;
}
.privacy .container .pdflink dd {
	margin-bottom: 20px;
}
.privacy .container .pdflink dt {
	margin-bottom: 10px;
}
.privacy .container .pdflink dd a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #eee;
}
.privacy .container .pdflink dd a:hover {
	background-color: #cccccc;
}
.privacy .container .pdflink dd a:after {
   content: url(../images/pdf_icon.png);
   margin: 10px;
   position: relative;
   top: 4px;
}

.privacy .link {
	background-image: url(../images/sit_logo.jpg);
	background-position: right 75%;
	background-repeat: no-repeat;
	background-size: 40%
}.privacy .container .logo {
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.privacy__items dd em {
  width: 7%;
}
.privacy__items dd span {
  width: 93%;
}