@import url(https://fonts.googleapis.com/css?family=Cinzel);
@import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
.intro {
	font-family: 'Playfair Display';
	font-size: 1.2em;
	line-height: 1.6em;
	font-style: italic;
	margin-bottom: 20px;
}

.logo {
	font-family: 'Cinzel', 'Cinzel Decorative';
}

body {
	font-family: 'Source Sans Pro', Calibri, 'Gil Sans', "Lucida Grande", 'Lucida Sans Unicode', Optima, sans-serif;
	font-size: .9em;
	background-color: #f1f1f1;
	background-image: url(images/ds-logo.png), url(images/fingerprintL.png);
	background-repeat: no-repeat;
	background-position: left 50% bottom 97px, top 60px left 140px;
	background-attachment: scroll, fixed;
	color: #141414;
	margin: 0 0 100px 0;
	padding: 0;
}

a:link, a:visited {
	color: #5c8988;

}

.middot {
	color: #5c8988;
}

a:hover {
	color: #a63529;
}

.masthead {
	padding: 20px 20px 20px 20px;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	border-bottom: 10px solid #5c8988;
}
.heading {
	font-size: 3em;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
	color: #406768;
	font-family: 'Playfair Display';
}

.red {
	color: #a63529;
}
.masthead h1 {
	font-size: .9em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
	color: black;
}
.logo {
	margin-top: 40px;
}
.content-wrapper {
	max-width: 920px;
	margin: auto;
}
html {
	position: relative;
	min-height: 100%;
	overflow-y: scroll;
}
.content {
	padding: 30px 40px 20px 40px;
	font-size: 1em;
	line-height: 1.5em;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: rgba(255, 255, 255, .80);
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	background: white;
	margin-bottom: 180px;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	margin-bottom: 10px;
}
.footer {
	background-color: rgba(255, 255, 255, .8);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	margin-bottom: 0;

	border-top: 10px solid #5c8988;
}
 .footer p {
	text-align: center;
	line-height: 1em;
	margin-top: 10px;
	font-size: 1.2em;

}

.cookies {
	font-size: .9em !important;
	text-transform: uppercase;
}
 .tel {
	font-size: 1.2em;
}
h1{
	font-size: 1.5em;

	margin: 0 0 10px 0;
	color: #406768;
	font-family: 'Playfair Display';
}

h2 {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 4px;
	color: #406768;
	border-bottom: 1px solid #406768;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 20px;
}

h2.pagetop {
	margin-top: 20px;
}

h2.noline {
	border-bottom: none !important;
}

p {
	margin: 0 0 10px 0;
}


h4 {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #a63529;
	font-style: italic;
	margin-bottom: 10px !important;
	margin-top: 20px !important;
}

.greenbox h2 {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: normal;
	padding-bottom: 4px;
	color: white;
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 1.3em;
	font-style: normal;
	border-bottom: 4px solid white;
}
.greenbox {
	background-color: #5c8988;
	color: white;
}




.greenbox a {
	color: white;
border-bottom: 1px dotted white;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.greenbox a:hover {
	color: white;
	border-bottom: 1px solid white;
	text-decoration: none;

}
p.copyright {
	border-top: 1px solid #406768;
	padding-top: 20px;
	margin-top: 40px;
	font-variant: small-caps;
	text-align: center;
	font-size: .9em;
	color: gray;
	letter-spacing: 1px;
}
.green {
	color: #406768;
}

ul
  {
    list-style-type: disc;
    margin: 0;
  }
  li
  {
    padding:5px;
  }
  
ul li ul li{
  	list-style-type: circle;
  }


  

blockquote{
  font-size: 1em;
  width:50%;
  margin:20px auto;
  font-family: 'Playfair Display', Georgia, serif;
  font-style:italic;
  color: black;
  padding:1.2em 30px 1.2em 75px;
  border-bottom: 10px solid #5c8988;
  line-height:1.6;
  position: relative;
  background:#efefef;
}

blockquote::before{
  font-family:Georgia, Times, serif;
  content: "\201C";
  color:#a63529;
  font-size:5.5em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#636363;
  font-style: normal;
  font-weight: normal;
  margin-top:1em;
  text-align: left;
  font-size: .8em;
  font-family: calibri;
}

img {
	max-width: 100%;
  height: auto;
}

img.r {
	float: right;
	margin: 0 0 10px 10px;
}

.slideshow {
	margin: auto;
}

.clear {
	clear: both;
}

.quotes {
	font-size: 1.2em;
}

.quotes p {
	border-bottom: 1px dotted gray;
	padding: 4px 0;
}

.indent {
	margin-left: 30px;
}

.center {
	text-align: center;
}

video {
  max-width: 100%;
  height: auto;
}

iframe {
	position:absolute;top:0;left:0;width:100%;height:100%;
}
  

@media only screen and (min-width: 0px) and (max-width: 700px) {
p.cookies {
	display: none;
}
}
