/******* NEW LAUSD FONTS *******/
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins: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');



/******* OLD FONTS *******/
@import url('https://fonts.googleapis.com/css?family=Raleway:600,400');
@import url('https://fonts.googleapis.com/css?family=Nunito|Nunito+Sans');

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #000;
	font: normal 14px/1.5 'Lato', sans-serif;
	line-height: 1.5;
}

.imgborders-small{
	
	border: solid 1px #ffffff;
	}

.imgborders-medium{
	
	border: solid 3px #ffffff;
	}
	
	
.imgborders-large{
	
	border: solid 6px #ffffff;

	}


.Ptitle {
		
	font-family: 'Poppins', sans-serif;
	font-weight: 600; 
	font-size: 35px;
	line-height: 0.9;
	border-bottom: 2px solid black;
}

hr {
	background-color: #ececec;
	height: 1px;
	border: 0;
	clear: both;
}


a.iti:link {
	text-decoration: none;
}
a.iti:visited {
	text-decoration: none;
	color: blue;
}
a.iti:hover {
	text-decoration: underline;
	color: blue;
}

/******************** Animated "Read More" Button *******************/


.ani-button {
	background-color: #fff;
	border: 2px solid  #1777b1;
	color: #1777b1;
	border-radius: 5px;
	padding: 4px 8px;
	text-align: center;
	text-decoration: none;
	display: block;
  transition: all 0.7s;
	font-size: 14px;
	margin: 4px 2px;
	cursor: pointer;
	float: right;
  }
  
  .ani-button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.7s;
  }
  
  .ani-button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
  }
  
  .ani-button:hover  {
  
	 background-color: #42A8DC;
  }
  
  .ani-button:hover span {
	padding-right: 25px;
	color: #fff;
  }
  
  .ani-button:hover span:after {
	opacity: 1;
	right: 0;
  }



.btndiv {								/* button divs */
	font-size: 10px;
	padding: 5px 15px;
	color: #eeeeee;
	font-family: 'Lato', sans-serif;
	background-color: #42A8DC;
	text-align: center;
	border-radius: 3px;
	margin-top: 5px;
	float: left;
	margin-right: 1px;
	

}
.btndiv:hover {
	font-size: 10px;
	padding: 5px 15px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	background-color: #464646;
	text-align: center;
	border-radius: 3px;

} 
.btndiv-right {								/* button divs */
	font-size: 10px;
	padding: 5px 15px;
	color: #eeeeee;
	font-family: 'Lato', sans-serif;
	background-color: #42A8DC;
	text-align: center;
	border-radius: 3px;
	margin-top: 5px;
	float: right;
	margin-right: 1px;

}
.btndiv-right:hover {
	font-size: 10px;
	padding: 5px 15px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	background-color: #464646;
	text-align: center;
	border-radius: 3px;

} 
.container {							/* image crop parents */
	width: 99%;
	height: 325px;
	overflow: hidden;
	border: solid 6px #ffffff;
}
.container img {
	width: 100%;
	
	
}

.devicecontainer{
	
	width: 289px;
height: 200px;
overflow: hidden;
}

.devicecontainer-image{
	width:100%
}



.footerdivs {  					/*Footer*/
width: 33.3%;
min-height: 135px;
float: left;
text-align:center;
background-color:#ffffff;
opacity:0.9;


}
.header-footer{
width: 100%;
font-family: 'Lato', sans-serif;
font-size: 15px;
text-align:center;
padding:10px 0px 10px 0px;
background-color: #42A8DC;
color:#eeeeee;

}



.article-wrap {								/* Home Page annonucements*/
background-color:#F7F6F6;
padding: 5px;
min-height:55px;
font-size:10px;
}
.article-wrap:hover {
	background-color:#eeeeee;
}

#awesomewrap { display: none;}

.distributionprocess {
	box-shadow: 0px 3px 5px 0px rgba(109, 109, 109, 0.75); 
	-moz-box-shadow: 0px 3px 5px 0px rgba(109, 109, 109, 0.75);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(109, 109, 109, 0.75); 
}
						
/* h1.announcement { 
	color: #a52a2a; 
	font-family: "Fira Sans", Arial, sans-serif; 
	font-size: 24px; 
	line-height: 1.5;
}
						
img.announcement {  border: 0px solid; margin: 0px 2% 2% 0px; border-width: 0px; box-shadow: 0px 3px 3px 0px rgba(109, 109, 109, 0.75); } */
						
						
/* .row-01 {
	float: left;
	position: relative;
	width: 100%;
}						
						

		
.row-02 {
	float: left;
	position: relative;
	width: 100%;
}						
				
				
.sections-buttons {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
	position: relative;
} */

.hide { display: none; }

.plandiv {
    float: left;
    margin-right: 2px;
    min-height: 30px;
    background-color: #42A8DC;
    padding: 10px;
    text-align: center;
    color: #eeeeee;
    width: 170px;
    border-radius: 3px;
}

.plandiv a { 
	text-decoration: none;
    color: white;
 }
 
 .plandiv:hover {
	background-color: #464646;
 }
    
       
.btncontainer {
    text-align: center;
    width: 100%;
    margin-bottom: 2px;
    margin-top: 1px;
}

.profile_pic::before {
	background: rgba(0,0,0,0.4);
	z-index: 1;
	transition: all, 0.3s, ease-in-out;
	will-change: opacity;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------------------------------------------- */

/** Readiness Resource Center (RRC) **/

.rrc-button {
    display: block; 
    padding: 20px 40px; 
    background-color: #1777b1; 
    color: white; text-decoration: none; 
    font-size: 14px; 
    border-radius: 25px; 
    width: 250px; 
    height: 20px; 
    text-align: center; 
    font-weight: bold;
    margin-top: 40px;
    margin-left: 100px;
}

img.announcement {
    border: 0px solid; 
    padding: 0 2% 100px 0; 
    border-width: 0px;
    float: left;
    width: 93px;
    height: auto;
}

/* media query */
/*---------------------------------------------------------- */
@media (min-width: 250px) and (max-width: 1023px) {
    .rrc-button {
        margin-top: 20px;
        margin-left: 0;
    }

    img.announcement {
        float:none;
        padding: 0 0 25px;
        width:100%;

	}
}