@charset "UTF-8";
/* CSS Document */

a { 
	color: #AD1D00;
}

h1 { 
	font-family: Poppins;
	font-size: 46px;
	font-weight: 300; 
	font-style: normal; 
	color: rgb(0, 0, 0);
	margin-top: 0.1em;
    margin-bottom: 0.1em;
	line-height: 1em;
}

h2 { 
	font-family: Poppins;
	font-size: 30px;
    font-style: italic;
	font-weight: 300; 
	color: rgb(0, 0, 0);
	margin-top: 0px;
    margin-bottom: 0px;
	line-height: 1em;
}


h3 { 
	font-family: Poppins;
	font-weight: 600;
	font-size: 22px;
	font-style: normal; 
	color: #000000;
	margin-top: 0.1em;
    margin-bottom: 0.1em;
}


leading-para { 
	font-family: Poppins;
	font-weight: 300;
	font-style: normal; 
	font-size: 24px;
	color: #000000;
	margin-top: 0.1em;
    margin-bottom: 0.1em;
}


body { 
	font-family: Poppins;
	font-size: 18px;
	color: rgb(0, 0, 0);
	font-weight: 300;
	margin-top: 0.1em;
    margin-bottom: 0.1em;
}
	
p { 
	font-family: Poppins;
	font-family: Poppins;
	font-size: 18px;
	color: rgb(0, 0, 0);
	font-weight: 300;
	margin-top: 1em;
	margin-bottom: 1em;
}
		

ul {
  list-style: none; /* Remove default bullets */
	font-size: 18px;
	font-family: Poppins;
	font-weight: 300;
	color: rgb(0, 0, 0);
	margin-top: 1em;
	margin-bottom: 1em;
}

ul li::before { 
	content: "\2022";
  	color: #F5825E;
  	font-weight: bold; 
  	display: inline-block; 
  	width: 1em; 
 	margin-left: -1em; 

}	

.scrolledHide {
    display: none;
}

.screen-reader-notice:focus {
	width: 0px;
    opacity: 0;
    display: none;

}

.screen-reader-notice:hover {
	visibility: visible;
    opacity: 1;    
    width: 960px;
}

.button-link {

}

