body {
  font-family: "Open Sans", serif;
	margin:0px;
}
::selection {
  background-color: #f7f2b5;
  color: #8e8d8f;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600|Hind:400,500,600,700|Cinzel:400,700,900|Merriweather|Cormorant);
.homenavigation {
  background-color: white;
  font-family: "Open Sans", serif;
  color: #35303a;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
  vertical-align: middle;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
max-width: 846px;

}
li {
max-width:55%;
}
.hometitle {
	font-size: 2.8em;
	color: #707070;
	font-family: 'Cinzel', serif;
	  text-align: center;
 	 margin-left: auto;
 	 margin-right: auto;
	padding-bottom:1%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}
.department {
	text-align: center;
	font-size: 2.8em;
	font-family: cinzel, serif;
	color: #707070;
	padding:15px;
	
}
.department a:link,
.department a:hover {
	text-decoration:none;
}
.splashcontent-l {
	max-width:290px;
	position:absolute !important;
	padding:0px;
}
.splashcontent-r {
	float:right !important;
	width:290px;
	
}
.splashcontent-l a:link,
.splashcontent-r a:link {
	text-decoration:none !important;
}

.splashcontent-l,
.splashcontent-r {
	background-color:#f2f1ea;
	padding:50px;
	line-height:19.3pt;
	min-height:33vw;
}

.splashcontent-l:hover,
.splashcontent-r:hover {
	background-color:#e5ded0 !important;
}
h4 {
	font-size:1.9em;
	font-family: "Open Sans", sans-serif;
	color: #5b5075;
	font-weight:400;
	text-decoration:none;
	padding:1px;
    margin-block-start: 0.33em;
    margin-block-end: 0.33em;
}
h4 a:link,
h4 a:hover {
	text-decoration:none !important;
}
.h4 {
	font-style:italic;
	font-family: "Open Sans", sans-serif;
	padding: 0 5%;
}
.aboutus {
	margin-left: auto;
 	margin-right:auto; 
	max-width:60%;
}
@media (max-width: 750px) {
.grid-navigation {
	grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
}
.welcome {
display:none;
}
.hometitle {
	font-size: 1.2em;
}
.hometitle img {
	width:7%;
	height:auto;		
}
.content1 {
  font-size: 80%;
  }
.splashcontent-l,
.splashcontent-r {
	display:none;
}
.department {
	font-size: 1.8em;
 text-align: center;
}
.san {
display:none;
}
.header {
padding: 2px 2px !important;
}
}
@media (min-width: 750.1px) {
.splashcontent-mobile,
.welcome-mobile {
	display:none;
}
}

.navigationbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: none;
  grid-template-rows: none;
  -ms-grid-columns: auto auto auto;
  -ms-grid-rows: none;
}

.navigationbox > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.navigationbox > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.navigationbox > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;

}
.menu a {
  text-decoration: none;
}
.menu a:hover {
  color: #b7abba;
}
.menu {
  position: fixed;
  left:0;
  top:40%;
  background: #ffffff;
  width: 150px;
  color: rgb(22, 21, 21);
  padding: 30px 10px 30px 0px;
  font-family: "Hind", serif;
  font-size: 1.1em;
z-index:100;
}
.menu p {
  margin: 12px;
  border-bottom: 2px solid black;
	padding: 4px;
}
.menu p:hover {
	border-color: #b7abba;
}
.header {
  font-family: "Cinzel", serif;
  font-size: 2em;
  background-color: white;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 12px;
}

.slogan {
  background-color: #f8f0fc;
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto;
-ms-grid-columns: auto;
  font-family: "hind", serif;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  color: #2d2a2e;
  text-align: center;
  padding: 1.4em 10em 1.4em 10em;
  line-height: 1.2em;
}
.slogan:before {
	content: 'The Sydney Diocesan Archives is the private, business, and academic research archive of the Anglican Diocese of Sydney';
    display:none;
}

.covid19 {
  background-color: #f8f0fc;
  grid-template-columns: auto;
-ms-grid-columns: auto;
  font-family: "hind", serif;
  font-size: 1.12em;
  letter-spacing: 0.1em;
  color: #2d2a2e;
  text-align: center;
  padding: 1.4em 10em 1.4em 10em;
  line-height: 1.2em;
}

.grid-navigation {
  	display: grid;
	margin-left:172px;
	margin-right:172px;
  	background-color: #e8d0ed;
 	 font-family: "Hind", serif;
 	 color: #35303a;
  	-ms-flex-line-pack: space-evenly;
     	 align-content: space-evenly;
  	grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
	-ms-grid-columns: repeat(auto-fit, minmax(215px, 1fr));
 	vertical-align: middle;
 	text-align: center;
  	-webkit-box-pack: center;
    	  -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}


.nav1 {
  background-color: #e0ceff;
}
.nav2 {
  background-color: #d1c0f5;
}
.nav3 {
  background-color: #e2c0f9;
}
.nav4 {
  background-color: #e4dcf8;
}
.nav5 {
  background-color: #d0b3e0;
}
.nav6 {
  background-color: #e8caf9;
}
.nav7 {
  background-color: #c3bee0;
}
.nav8 {
  background-color: #e8d0ed;
}
.nav9 {
  background-color: #ebcff9;
}
.nav10 {
  background-color: #c9afd1;
}
.nav11 {
  background-color: #d0b3e0;
  }
.nav1:hover,
.nav2:hover,
.nav3:hover,
.nav4:hover,
.nav5:hover,
.nav6:hover,
.nav7:hover,
.nav8:hover,
.nav9:hover,
.nav10:hover,
.nav11:hover {
  background-color:#f9f7f9;
  font-weight: 700;

}
.nav1,
.nav2,
.nav3,
.nav4,
.nav5,
.nav6,
.nav7,
.nav8,
.nav9,
.nav10,
.nav11 {
  	font-size: 1.2em;
  	padding: 32% 7% 17% 7%;
	min-height: 125px;
	letter-spacing: 0.05em;
}

.nav1:a,
.nav2:a,
.nav3:a,
.nav4:a,
.nav5:a,
.nav6:a,
.nav7:a,
.nav8:a,
.nav9:a,
.nav10:a,
.nav11:a {
text-decoration:none;
}

@media (max-width: 500px) {
.bishopbior {
	max-width:100%;
	margin: auto;
	padding:13px;
}
}
@media (min-width: 1500px) {
.grid-navigation {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
}
.grid-content {
 	 margin-left:90px;
	  padding: 2% 6% 5% 6%;
 	 background-color: #ece7ee;
 	 font-family: "Open Sans", serif;
 	 color: #35303a;
 	 -ms-flex-line-pack: space-evenly;
 	     align-content: space-evenly;
  	vertical-align: middle;
 	 text-align: left;
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
}

.welcome {
	padding:5% 9% 14% 0%; 
	font-size:2em; 
	color:#452460; 
	margin-right:-12%; 
	margin-bottom: -12%;
	margin-top: 5%;
	text-align:right; 
	font-family:hind, sans-serif;
	line-height: 1.1em;
	color: #62508a;
	position:relative;
}

.content {
  	background-color: #ece7ee;
 	 font-family: "Open Sans", serif;
	font-size: 0.9em;
}
.content1 {
  	font-size: 100%;
	margin: 2% 12% 1% 5%;
  	padding: 2.5% 6%;
	display: block;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: left;
	    align-content: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-color: white;
}
p {
padding-right:25%
}
h1 {
	font-size: 310%;
	max-width: 75%;
	margin: -5% 0% -2% 0%;
	padding: 0.5em 0 1em 0;
	color: #452460;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0.05em;
}
a {
	color: #6b626d;
}
h2 {
	font-size: 140%;
	font-weight:normal;
	max-width: 80%;
}
h3 {
max-width:80%;
}
h2 a:link,
h3 a:link {
	    border-bottom: 3px solid #8178ad !important;
    border-color: rgba(95, 58, 119, .38) !important;
	text-decoration:none;
}
h2 a:hover,
h3 a:hover {
    border-bottom: 3px solid #8178ad !important;
    border-color: rgba(95, 58, 119, .88) !important;
	text-decoration:none;
 }
.discoverheadings {
	font-size:1.8em;
	color:#452460;
	line-height:12px;
	font-family: Open Sans;
	font-weight: 400;
	letter-spacing: 0.05em;
}
 
.daterange {
	font-size:3.2em;
	color:rgba(233,220,239,0.75);
	line-height:12px;
	margin-left:-3%;
	

}
h3 {
	color:#5f3a77;
	font-weight: 600;
	font-size:103%;

}
.title3 {
color: black;
font-weight:600;
font-size:103%;
	letter-spacing: 0.06em;

}

h3 {
	color:#5f3a77;
	font-weight: 600;
	font-size:103%;

}
.title3 {
color: black;
font-weight:600;
font-size:103%;
	letter-spacing: 0.06em;

}

#quote {
	font-family: 'Hind', serif;
	color: grey;
	font-size:90%;
	line-height: 1.6em;
  	content-align: center;
	width:18vw;
	margin:  0% -5% 0% 3%;
	padding: 6%;
	display: inline-block;
	background-color:rgba(252,254,255, 0.9);
	flex: 1;
	
}

#calendar {
	float:right;
	display:block;
	width: 19vw;	
	padding: 6%;
	margin: 0% 3% 0% -5%;
	background-color: rgba(252,254,255, 0.9);
	flex: 1;
}
.calendarheading,
.quoteheading {
	font-size:120% !important;
	color: #654c7a;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.02em;
	z-index: 20;
	position: relative;
	background-color:#e4dcf8;
	padding: 30px;

}
.calendarheading {
	float:left;
	margin:-20px 20px 30px -70px;
	box-shadow: -3px 3px #c1bce0;
}
.calendarheading:hover {
	box-shadow: -3px 3px #8878ad;
}
.quoteheading {
		float:right;
		margin:-10px -70px 40px 30px;
		text-align:right;
			box-shadow:  3px 3px #c1bce0;
}
.quoteheading:hover {
	box-shadow: 3px 3px #8878ad;
}
.calendarquote {
  display: flex;
}

.introbox {
background-color:rgba(252,254,255, 0.9);
	margin: 0% -5% 10% -5%;
	padding: 7% 5% 7% 5%;
}
.pullquote1 {
	background-color: #eadeef;
	font-size: 1.3em;
	font-color: black;
	padding: 4% 5% 4% 5%;
	margin: 3% 3% 3% 43%;
	margin-left:4%;
	width:25%;
	float:right;
	display:block;
	vertical-align: middle;
	clear: both;
}
.pullquote2 {
	clear: both;
	background-color: #e2cce2;
	font-size: 1.3em;
	font-color: black;
	padding: 4% 5% 6% 5%;
	margin: 0% 3% 3% 43%;
	margin-left:4%;
	width:25%;
	float:right;
	display:block;
	position: relative;
	vertical-align: middle;
}
.actionbutton {
	background-color:#f9f4f9;
	font-size: 1.1em;
	letter-spacing: 0.08em;
	font-color: black;
	padding: 2% 5% 2% 5%;
	margin: 2% 3% 3% 43%;
	margin-left:4%;
	width:25%;
	float:right;
	display:block;
	vertical-align: middle;
	text-align: center;
    -webkit-box-shadow:inset 0px 0px 0px 3px #e1d9e2;
    box-shadow:inset 0px 0px 0px 3px #e1d9e2;
	clear: both;
}
.contactbutton {
	border: 1px solid #452460;
	color:black;
 	padding: 4%;
	margin: 4% 0%;
 	max-width:300px;
 	text-align:center;
	 font-family:'hind', sans-serif;
	 line-height:1.2em;
	 font-size:1.1em;
 	background-color: rgba(252,254,255, 0.5);
 	margin-right:auto; 
	margin-left:auto;
}
.contactbutton:hover {
	background-color:#e1d9e2;
	color:#452460;
    -webkit-box-shadow:inset 0px 0px 0px 3px #ddd0e0;
    box-shadow:inset 0px 0px 0px 3px #ddd0e0;
}
.actionbutton:hover {
	background-color:#e1d9e2;
	color:white;
    -webkit-box-shadow:inset 0px 0px 0px 3px #ddd0e0;
    box-shadow:inset 0px 0px 0px 3px #ddd0e0;
}

.actionbutton a:hover,
.actionbutton a:link {
	text-decoration:none;
}
.bishopbio {
	width:60%;
}
.bishopbior {
	padding: 2%;
	float:right;
	margin-right:35%;
	display:block;
	vertical-align: middle;
	clear: both;
}
.headerlogosmall {
   display: none;
}
.headerlogolong {
width:100%;
max-width: 900px;
}

@media (max-width: 900px) {
.headerlogolong {
     display: none;
}
.headerlogosmall {
     	display: block;
  	margin-left: auto;
  	margin-right: auto;
	max-width: 100%;
}
.slogan {
	font-size:89%;
}
    .covid19 {
        padding: 1em 6em 1em 6em;
    }

.pullquote1,
.pullquote2 {
	width: 90%;
	margin:0;
	margin-bottom:27px;
	font-size:115%
}
.actionbutton {
	font-size:120%;
	width:90%;
	margin:0;
	margin-bottom:25px;
}
.content1 {
	display:block;
	margin: 2% 2% !important;
}
.grid-content {
	margin:0px 0px;
	padding: 2% 2% !important;
}
h1 {
	font-size:210%;
	max-width: 100%;
}
h2 {
	font-size:115%;
	font-weight:normal;
}
h1 {
margin-top: 0px;
}
.splashcontent-l,
.splashcontent-r {
	display:none;
}
.aboutus {
	max-width:90%;
}
.menu,
.footer,
.swiper-caption {
	display:none !important;
}
.grid-navigation {
 	margin: 0px;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	-ms-grid-columns: repeat(auto-fit, minmax(140px, 1fr));
}
li {
max-width:100%;
}
#calendar {
	margin: -8% 0% 7% 0%;
	width:55vw;
}
#quote {
	width:55vw;
	margin: 0% 0% 0% 0%;
}

.introbox {
	margin-right: -95px;
	margin-left: 0px;
	margin-bottom: 14%;
	width:60vw;
}
.calendarquote {
	flex-direction: column;
}
.archivesintro {
padding-bottom: 0%;
max-width: 100%;
margin-left:10px;
}
.calendarheading,
.quoteheading {
	width:100%;
	box-shadow:  0px 3px #c1bce0;
}
.quoteheading {
	margin: -5px -30px 20px 15px;
}
.calendarheading {
	margin:	-10px 10px 5px -30px
}
ul.breadcrumb {
	margin: 0px 0px 15px 0px !important;
}
.SANForm {
	display:none;
	}
}

.icontable {
  	display: grid;
  	font-family: "open sans", serif;
  	-ms-flex-line-pack: space-evenly;
  	    align-content: space-evenly;
  	-ms-grid-columns: 1fr 1fr 1fr;
  	grid-template-columns: repeat(4, 1fr);
  	-ms-grid-rows: 205px 205px;
  	grid-template-rows: repeat(1, 205px);
  	vertical-align: middle;
  	text-align: center;
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	   justify-content: start;
	max-width:70%;
	padding: 7px 0px;
	font-size:1.4em;
	color:#452460;
	font-weight:600;
  -webkit-column-count: 4;
  -moz-column-count: 4
  column-count: 4;
	margin-left: auto;
	margin-right: auto;
}


.iconcells:hover {
filter: saturate(4);
filter: opacity(65%);
}

.icontable > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.icontable > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.icontable > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.icontable > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.icontable> *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.icontable> *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}




.icontable a {
	text-decoration: none;
	color:#452460;
}
.icontable > img {
  	width: 100% !important;
  	max-height: 100%;
	
}

.copyright {
text-align: right;
font-size: 0.7em;
font-style: oblique;
color:#888888;
padding: 3em 6em 3em 3em;
}

.footer {
    position: -webkit-sticky;
    position: sticky;
      bottom: 0px;
    z-index: -1;
    max-width: auto;
    margin: auto auto;

}

 .swiper-container {
      max-width: 100%;
      height: auto;

    }

.swiper-slide {
      font-size: 18px;
      background: #ece7ee;
	max-width: 100%;
	height: auto;
     }
.swiper-caption {
      position: relative;  
	display: block;
  	vertical-align: middle;
  	text-align: center;
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
	bottom-margin: 0px;
	width: 100%;
	color: white;
	background: #908f91; 
	padding: 10px;
	height: 38px;
	font-size: 92%;
	font-family: hind, sans serif;
	line-height:2.5em;
}
.copyright:before {
content: "Copyright Sydney Diocesan Archives, Anglican Church Diocese of Sydney";
}
#date_dependent {
 font-family:'hind', sans-serif;
 color:#5f3a77;
 z-index:60;
}
@media (max-width: 910px) {
.nav1,
.nav2,
.nav3,
.nav4,
.nav5,
.nav6,
.nav7,
.nav8,
.nav9,
.nav10,
.nav11
 {
  	font-size: 97%;
}
.bishopbio {
	width: 90%;
	margin:0;
	margin-bottom:15px
}

.bishopbior {
	margin: 0;
	padding:13px;
}
.icontable,
.icontableindex {
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	-ms-grid-columns: repeat(auto-fit, minmax(110px, 1fr));
	max-width:87%;
}
}
@media (max-width: 1200px) {
p {
padding-right:0%;
}
h2, h3 {
	max-width:90%;
}
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	margin-right:0px;
	padding-right:0px;
}
.splashcontent-mobile {
	background-color:#f2f1ea;
	padding:30px 20px 20px 20px;
	line-height:19.3pt;
	min-height:33vw;
	border: 26px solid white;
}

.splashcontent-mobile a:link {
	text-decoration:none !important;
}

.splashcontent-mobile:hover {
	background-color:#e5ded0 !important;
}

.archivesintro {
 	max-width:45vw;
	margin:auto;
	padding-top: 1%;
	padding-bottom: 5%;
	font-size:125%;
}
@media (max-width: 550px) {
.slogan, .covid19 {
	padding: 2.3em 2em 2.3em 2em;
	font-size:85%;
}
    
.archivesintro,
.quote {
	max-width:94% !important;
	width:88%;
	padding-bottom:20px;
}
#calendar,		
#quote,
.introbox {		
	width:94%;		
	margin: -5% -2% 22% -4%;
}
.welcome {
	padding:7% 0%;
	width:100%;
	margin: 0px;
	font-size: 1.6em;
}
}
@media (max-width: 615px) {
.daterange {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	line-height:0.8em !important;
	font-size:11vw !important;
	color:rgba(233,220,239,0.9) !important;
	margin-left:0;
	padding-bottom:7%;
	display: block;
}
.decoline {
	display:none;
}
h2, h3 {
	max-width:100%;
}
}
@media (min-width: 800.1px) {
.openSidebarMenu,
.sidebarIconToggle,
.sidebarMenuInner {
	display:none;
}
}

#frontpage {
	width:100%;
	margin-bottom:-6px;

}

	

#sidebarMenu {
  height: 100%;
  position: fixed;
  left: 0;
  width: 190px;
  margin-top: 75px;
  transform: translateX(-250px);
  transition: transform 250ms ease-in-out;
  background: white;
  z-index: 40;
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
  padding-right: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner li {
  list-style: none;
  color: rgb(22, 21, 21);
  font-family: "Hind", serif;
  font-size: 1em;
  padding: 20px;
  cursor: pointer;
  border-bottom: 2px solid black;
}

.sidebarMenuInner li span {
  display: block;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.50);
}

.sidebarMenuInner li a {
  color: rgb(22, 21, 21);
  font-family: "Hind", serif;
  font-size: 1.1em;
  cursor: pointer;
  text-decoration: none;
}

.sidebarMenuInner a:hover,
.sidebarMenuInner p:hover,
.sidebarMenuInner:hover {
	color: #b7abba;
}
input[type="checkbox"]:checked ~ #sidebarMenu { transform: translateX(0); }

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 52px;
  left: 15px;
  height: 25px;
  width: 25px;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #c9afd1;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

/* Style the list */
ul.breadcrumb {
	margin: 0px 0px 70px 0px;
	padding:0px !important;
	  list-style: none !important;
  background-color: #fff;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline !important;
  font-size: 14px !important;
font-family: hind, sans-serif !important;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px !important;
  color: black !important;
  content: "/\00a0" !important;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: rgba(95, 58, 119, 0.8);
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color:  #5f3a77;
  text-decoration: underline;
}

.depositformicon:hover {
	filter: saturate(4);
	filter: opacity(65%);
}