@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
background-color: #cad9d9;
color:black;
font-family:raleway;
font-weight:400;
font-size: 0.9em;
}

a {
color:#786f30;
}
a:hover{
color:#dedede;
}
.site-title img {
     max-height: 100%;
     width: 2500px;
}



.site-title {
font-size: 27px;
    text-transform: capitalise;
    letter-spacing: .175em;
    margin: 48px 0 0;
    display: block;
    vertical-align: top;
    text-align: center;
   font-family:raleway;
font-weight:600;
font-size: 32px;
display:inline;
}


.blocks {
width:1000px;;
}

.splash_container {
width: 1050px;
}



#context {margin-top:900px;}


.twitter-feed-box {width: 300px; height: 802px;border-radius: 5px;border-style: solid;border-width: 1px;float:right;}

.splash_text{width: 700px;float:left;}

.blockheading {text-align:center; border-radius: 5px;border-style: solid;border-width: 1px;background-color:white; font-weight:600;}

.collection_block_container {
width:auto;
height: auto;
margin-left: auto;
margin-right: auto;
}

.splash-link{
margin: 0 auto;
width:20%;
height: 260px;
float:left;
margin-left:20px;
margin-right:20px;
margin-top:20px;
}

.splash-link a {
background:#99b1b5;
border-radius: 5px;
  border-style: solid;
  border-width: 1px;
margin: 0 auto;
display: block;
text-align:center;
padding:2px;
}

.splash-link img {width:85%;}

.splash-link-40{
margin: 0 auto;
width:40%;
height: 260px;
float:left;
margin-left:20px;
margin-right:20px;
margin-top:20px;
}

.splash-link-40 a {
background:#99b1b5;
border-radius: 5px;
  border-style: solid;
  border-width: 1px;
margin: 0 auto;
display: block;
text-align:center;
padding:5px;
}

.splash-link-40 img {width:85%;}

.splash-link-30{
margin: 0 auto;
width:30%;
height: 260px;
float:left;
margin-left:10px;
margin-right:10px;
margin-top:10px;
}

.splash-link-30 a {
background:#99b1b5;
border-radius: 5px;
  border-style: solid;
  border-width: 1px;
margin: 0 auto;
display: block;
text-align:center;
padding:5px;
}

.splash-link-30 img {width:85%;}
.collection-title {
text-align:center;
}

.splash-link-60{
margin: 0 auto;
width:60%;
height: 260px;
float:left;
margin-left:10px;
margin-right:10px;
margin-top:10px;
}

.splash-link-60 a {
background:#99b1b5;
border-radius: 5px;
  border-style: solid;
  border-width: 1px;
margin: 0 auto;
display: block;
text-align:center;
padding:5px;
}

.splash-link-60 img {width:85%;}
.collection-title {
text-align:center;
}

.copyright {
font-size:8pt;
line-height:80%;
margin: 0 auto;
display: block;
line-height: 1.7em;
}

.collections {
width:auto;
height:auto;
float:none;
}

button, .input-group-field {width:700px;}

.link-box {overflow:hidden;}

.edu-box {width:500px; float:right; margin-right:19px; }

.edu-panel {width: 500px; margin: 10px; float:right; border-radius: 5px; border-style: solid; border-width: 1px; padding: 10px; background-color:white;}

.edu-panel img {display: block;
  margin-left: auto;
  margin-right: auto;}

h2 {
    font-size: 27px;
    margin-bottom: 24px;
    line-height: 48px;
    font-weight: bold;
text-align: center;
text-transform: uppercase;
    letter-spacing: .175em;
}

img.float-left {float: left;}

.search-filters .filter {
    display: inline-block;
    border: 1px solid #dedede;
background-color:#dedede;
    padding: 5px;
    font-size: 22.5px;
    margin: 0 .5em;

header nav .navigation {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 5px 0;
    margin: 24px 0;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
.otro-blockquote{
  font-size: 1em;
  width:48%;
  margin: auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 60px;
  border-left:8px solid #C88A91 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

.otro-blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#C88A91;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.otro-blockquote::after{
  content: '';
}

.otro-blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

