@charset "utf-8";
/* CSS Document */

.external-link-icon {
	display: none;
}

.page-title {
	font-family: 'Ruda', sans-serif;
	font-weight: 600;
  	padding-top: 50px !important;
}
.wp-caption p.wp-caption-text {
	padding-top: 10px
}
.branding .header-organization-banner img{
	max-width: 500px;
}
.h4 {
	padding-bottom: 0px;
}

@media screen and (max-width: 48em) {
 .branding .header-organization-banner img {
     max-width: 100%;
  }
}

/*******************************************/
/***************** BUTTONS *****************/
/******************************************/

.btn {
  appearance: none;
  background-color: #E8E8E8;
  border-radius: 100px;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  list-style: none;
  padding: 10px 20px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}



.btn:hover {
  background-color: #DFDFDF;
  text-decoration: none;
  transition-duration: 0.1s;
}

.btn:disabled {
  background-color: #FAFBFC;
  color: #959DA5;
  cursor: default;
}

.btn:active {
  background-color: #EDEFF2;
  transition: none 0s;
}

.btn:focus {
  outline: 1px transparent;
}

.btn:before {
  display: none;
}

.btn:-webkit-details-marker {
  display: none;
}

.et_pb_button,
.et_pb_button_0,
.et_pb_button_2,
.et_pb_button_3 
{
    appearance: none;
    background-color: #00b0b3;
    border-radius: 100px;
    box-sizing: border-box;
    color: #24292E;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    list-style: none;
    padding: 10px 20px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
}

/*******************************************/
/***************** TYPOGRAPHY *****************/
/******************************************/

/*
font-family: 'Roboto', sans-serif;
font-family: 'Poppins', sans-serif;
*/

.poppins-thin {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: normal;
  }
  
  .poppins-extralight {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
  }
  
  .poppins-light {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
  }
  
  .poppins-regular {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  
  .poppins-medium {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
  }
  
  .poppins-semibold {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
  }
  
  .poppins-bold {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
  }
  
  .poppins-extrabold {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: normal;
  }
  
  .poppins-black {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: normal;
  }
  
  .poppins-thin-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: italic;
  }
  
  .poppins-extralight-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: italic;
  }
  
  .poppins-light-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: italic;
  }
  
  .poppins-regular-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: italic;
  }
  
  .poppins-medium-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: italic;
  }
  
  .poppins-semibold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: italic;
  }
  
  .poppins-bold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: italic;
  }
  
  .poppins-extrabold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: italic;
  }
  
  .poppins-black-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: italic;
  }
  

body
	{
	font-family: 'Roboto', Verdana, sans-serif;
	color: #171F21;
	background-color: #FCFCFC;
	font-size: 1.125rem;
	}

/*----------*/
/*  Text-X */
/*----------*/	
p,.list li,.list-overstated li,.list-understated li,.t-2,.t-3,.t-4
	{
    font-family: 'Roboto', Verdana, sans-serif;
	max-width: 833.333333px;
	margin: 0rem 0rem 0.75rem;
	}
/*----------*/
/*  Text-1  */
/*----------*/
p,
li
	{
	font-size: 1.125rem;
	line-height: 2rem;
	}

/*----------*/
/*  Text-2  */
/*----------*/
.t-2,
.list-block-links li,
.list-block-links li p,
.list-block-links li .block-link-description,
section.footnotes li,
section.footnotes p
	{
	font-size: 1.125rem;
	line-height: 2rem;
	}
/*----------*/
/*  Text-3  */
/*----------*/
.t-3,
ul.list-links li
	{
	font-size: 1.125rem;
	line-height: 2rem;
	}
/*----------*/
/*  Text-4  */
/*----------*/
.t-4,
.list-block-links li .block-link-action,
.breadcrumb li,
.utility-header .settings-links,
.global-footer li,
.list-articles li .list-action
	{
	font-size: 1.125rem;
	line-height: 2rem;
	}
/*-------------*/
/*  Display-X  */
/*-------------*/
h1,h2,h3,h4,h5,.h3,.h4,
.card .card-title,
.list-events .event-title,
.list-block-links li a,
.event-date,
.event-title,
.list-events .list-title,
.list-agenda .list-title,
.list-date,
.list-title
	{
	font-family: 'Poppins', sans-serif;
	margin-left: auto;
	margin: 1.125rem 0rem 0.75rem;
	max-width: 833.333333px;
	font-weight: 600;
	}
.panel-title
	{
	max-width: inherit;
	}
/*-------------*/
/*  Display-0  */
/*-------------*/
.d-0
	{
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 700;
	}
/*-------------*/
/*  Display-1  */
/*-------------*/
h1, .title-header h1
	{
	font-size: 2.125rem;
	line-height: 2.25rem;
	font-weight: 600;
	}
/*-------------*/
/*  Display-2  */
/*-------------*/
h2
	{
	font-size: 1.75rem;
	line-height: 2.25rem;
	margin-top: 2.5rem;
	}
/*-------------*/
/*  Display-3  */
/*-------------*/
h3,
.card.card-sgc .card-title,
.list-events .event-title,
.list-events .list-title
	{
	font-size: 1.5rem;
	line-height: 1.875rem;
	}
/*-------------*/
/*  Display-4  */
/*-------------*/
h4,
.h4,
.card.card-sgc h3:not(.card-title),
.list-block-links li a,
.list-articles li a,
.list-agenda .event-title,
.list-agenda .list-title,
.event-date,
.list-date,
blockquote,
section.footnotes h2
	{
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-top: 1rem;
    color: #444444;
	}
/*-------------*/
/*  Display-5  */
/*-------------*/
h5, 
.h5,
.card.card-sgc h4:not(.card-title),
.event-title,
.list-title,
.list-articles > li > .list-date
	{
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 600;
	font-style: italic;
	}
.list-agenda .event-title,
.list-agenda .list-title
	{
	font-style: normal;
	}

/*---------*/
/*  LISTS  */
/*---------*/
ol.list li,
ul.list li
	{
	margin-bottom: 0.5rem;
	position: relative;
	}
ol.list-alpha-lower,
ol.list-alpha
	{
	list-style-type: lower-alpha;
	}
ol.list.list-alpha-upper
	{
	list-style-type: upper-alpha;
	}
ol.list-roman-lower
	{
	list-style-type: lower-roman;
	}
ol.list.list-roman-upper
	{
	list-style-type: upper-roman;
	}
.list ol,
.list ul
	{
	margin-top: 0.5rem;
	}
.list p + ol,
.list p + ul
	{
	margin-top: 0rem;
	}
ol.list,
ol.list ol,
ul.list ol
	{
	padding-inline-start: 2rem;
	}
ol.list li
	{
	padding-inline-start: 0.5rem;
	}
ul.list,
ul.list ul,
ol.list ul
	{
	padding-left: 0rem;
	}
ul.list li,
.list ul > li
	{
	list-style: none; 
	position: relative;
	padding-inline-start: 1rem;
	}
ul.list li::before,
.list ul > li::before
	{
	font-family: "Font Awesome 6 Pro";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-size: 0.75rem;
	line-height: 1.4;
	font-weight: 900;
	color: #3c434a;
	content: "\f0da";
	position: absolute;
	/*top: 10px;*/
	left: 2px;
	}
.list ul li::before
	{
	font-weight: 400;
	color: #7E828A;
	content: "\f0da";
	}
.list ul ul li::before
	{
	content: "\f105";
	}
.list-articles > li > .list-date
	{
	color: #656970;
	margin: 1rem 0rem 0rem;
	font-weight: 600;
	font-style: normal;
	}

	a .ca-gov-icon-external-link {
		display: none;
		padding: 0;
		position: relative;
		text-decoration: none
	}