@charset "utf-8";
/* Extension: SFYL/Counties - Extension F6v3 - CSS Document 5-19-23*/

/*SFYL - County Events page */

#calendar-description {
  padding-right: 3rem;
}

#calendar-description h1 {
  font-family: gentona_medium,ariel !important;
  text-transform: capitalize;
  color: #0021A5;
  font-weight: bold !important;
  font-size: 2rem;
	margin-bottom: -.5rem;
}
#calendar-description p {
  font-family: gentona_medium;
  font-size: 1.8rem;
  line-height: 2.25rem;
}

#events-sidebar h2 {
  font-family: gentona_medium,ariel !important;
  text-transform: capitalize;
  color: #0021A5;
  font-weight: bold !important;
  font-size: 2rem;
  margin-bottom: .2rem;
  padding-top: .7rem;
}

#events-sidebar h3 {
  color: #343741;
}

#fgcsearch p.event_search_label strong {
  font-family: gentona_medium !important;
  font-size: 1.8rem;
  text-transform: uppercase!important;
  font-weight: bold !important;
}

button#submit_search {
  padding:.5rem 1rem .5rem 1rem;
  border-radius: 55px;
  font-size: 1.2rem;
  margin-top: .5rem;
  text-transform: capitalize;
  background-color: #0021A5;
  position: relative;
  bottom: 0!important;
  margin-left: 2rem;
}

#submit_search:hover {background-color:#343741;}

div.featured_event_story{
    
}
div.featured_event_story button {
  height: 120px;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 55px;
}

div.featured_event_story button a h3, div.featured_event_story button a p {
  color: #fff !important;
}

div.featured_event_date {
 float: left;
  color: #fff;
  font-size: 2rem;
  border-right: 2px solid #fff;
  width: 25%;
}

.featured_event_right {
	width: 75%;
  float: right;
  padding-left: 1.5rem;
	text-align: left;
}

h3.featured_event_title {
	text-transform: capitalize !important;
	margin-bottom: 0;
	font-size: 1.3rem !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.featured_event_location {
	font-size: 1rem;
	line-height: 1.15rem;
	font-weight: 300;
	margin-top: -.4rem;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#featured_event_1 button, #featured_event_4 button {
  background-color: #0021A5;
}
#featured_event_2 button, #featured_event_3 button {
  background-color: #FA4616;
}

#featured_event_1 button:hover,#featured_event_2 button:hover,#featured_event_3 button:hover,#featured_event_4 button:hover {
  background-color:#343741;
}

#featured_event_stories_container{
    background-image: url('/media/ifasufledu/white/images/testing-images/uf-stripe-background1705x400.jpg');
      background-repeat: repeat-y;
  	padding-top: 1rem;
	padding-bottom: 0rem;
	margin-bottom: 3rem;
  margin-top: 2rem;
	
  }


.ics_download_button .fa-solid.fa-circle-plus {
    color: #FA4616;
    background-color: #D8D4D7;
    border-bottom: transparent solid; 	
} 

form.ics_download{
  display: inline-block;
}


div.feedsb {
  background-color: #D8D4D7;
  padding: 1.5rem;
  margin-bottom: 3rem;
font-family: gentona_medium, arial;
	width: 98%;
	margin-top: 1px;
  display: inline-block;
	margin-top: 1px;
	/*styles for animated pseudo elements*/
	position:relative;
	border-radius: 1px;
    -webkit-transform: translateY(0);
    transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}




div.feedsb::after {
    content: "";
   border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	box-shadow: 20px 21px 0px -1px rgba(199,201,200,1);
	-webkit-box-shadow: 20px 21px 0px -1px rgba(199,201,200,1);
	-moz-box-shadow: 20px 21px 0px -1px rgba(199,201,200,1);
	/*end added css*/
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index:-10;
}

div.feedsb:hover::after {
    opacity: 1;
}
div.feedsb:hover {
    transform: scale(1.02, 1.02);
	margin-bottom:3rem;
}

div.feedsb .item{
display: inline-block;
  background-color: #fff;
  width: 600px;
  height: 200px;
  border-radius: 5px;
  margin: 10px;	
}
/*END Pseudo element styles*/
#content .display_google_event h1, #content .display_google_event h2, #content .display_google_event h3 {
  text-transform: initial !important;
  font-size: 1.5rem !important;
  line-height: 2.25rem !important;
  font-family: gentona_medium !important;
  font-weight: 300 !important;
}

.feedsb p {
  font-size: 1.5rem;
	line-height: 2.25rem;
}

h4.event_title a strong {
  color: #0021A5;
  font-size: 1.8rem;
  font-family: gentona_medium,arial;
}
.event_title {
  text-transform: capitalize !important;
	font-size: 1.5rem !important;
	line-height: 2.25rem;
}

h5.event_date {
  float: left;
  height: 30px;
  width: 50%;
  color: #0021A5 !important;
  font-size: 1.8rem !important;
}
h5.event_time {
  float: right;
  text-align: right;
  height: 30px;
  width: 50%;
  color: #0021a5 !important;
  font-size: 1.8rem !important;
}



 p.event_search_label strong{
    font-weight:bold;
    text-transform: uppercase;
  }
  
  div#sfyl_events_container{
    max-width:75rem;
    margin:auto;
  }

div.featured_event_month {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: -.5rem;
}
div.featured_event_day{
  font-size: 3.5rem;
  font-weight: bold;
}
div.featured_event_time{
    font-size: 1rem;
}
  
div#loader{
  display:none;
  text-align:center;
  margin:20px;
}
  

.no-results {
    color: red;
    font-weight: bold;
    font-size: 1.3rem;
}
/*off grid full width photo at the top of Extension pages*/
#top-feature-photo-off-grid img {
  width: 100% !important;
  height: auto !important;
}


/*right column social media icons*/
#county-sm-icons img {
  position: relative;
  top: -.65rem;
}

.sfyl-topic-sub-topics h1, .sfyl-topic-sub-topics p.main-topic-description,.sfyl-topic-sub-topics p.dots {
  text-align: center;
}

.sfyl-topic-sub-topics p.dots {
  margin-top: -.5rem;
  font-family: gentona_medium !important;
  letter-spacing: 5px;
}

.sfyl-subtopic img {
  padding-bottom: 1rem;
}

#sfyl-resource-box {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
}

/*WHO WE ARE 6 boxes*/
.county-page-help-topics {
    margin-left: -1rem;
    margin-right: -1rem;
}

.county-page-help-topics h2 {
  padding-left: 1rem;
}

.county-page-help-topics .lower-content img {
    padding-bottom: 0.5rem;
}

.sfyl-subtopic p {
  padding-right: 1rem !important;
}

.blog-F6-heading {
  padding-left: 1rem !important;
}

.wp-images-left h3 {
  font-size: 1.4rem !important;
  margin-top: -.6rem!important;
}

/*large and up left and right button padding*/
@media screen and (min-width: 64em) {
#featured_event_stories_container{
	padding-left: 10%;
	padding-right: 10%;
	}
}
/**************************************
MEDIUM AND DOWN STYLES
**************************************/
/*medium down featured event buttons */
@media screen and (max-width: 63.9375em) {
	div.featured_event_day {
    font-size: 2.5rem;
    font-weight: bold;
	padding-top: 0.15rem;
	padding-right: 0.5rem;
}
	.featured_event_right {
    width: 75%;
    float: right;
    padding-left: 0.75rem;
    text-align: left;
}
	div.featured_event_date {
    float: left;
    color: #fff;
    font-size: 2rem;
    border-right: 2px solid #fff;
    width: 25%;
    padding-right: 0.5rem;
}

	h4.event_title a strong {
    color: #0021A5;
    font-size: 1.5rem;
    font-family: gentona_medium,arial;
}
	h5.event_date {
    float: none;
    height: 30px;
    width: 100%;
    color: #0021A5 !important;
    font-size: 1.7rem !important;
	text-align: inherit;
}
	h5.event_time {
    float: none;
    height: 30px;
    width: 100%;
    color: #0021a5 !important;
    font-size: 1.7rem !important;
	text-align: inherit;
}	
	
#event-timeframe, #event-location {
  clear: both;
}

.county-page-help-topics h4 {
  font-size: 1.15rem !important;
}
	.district {display:none;}
	.statewide {display:none;}
}

/********
MEDIUM ONLY
******/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.wp-images-left img {
  padding-left: 1.6rem;
}

.blog-F6-heading {
  padding-left: 2.5rem !important;
}

button#submit_search {
  position: relative;
  top: 2.7rem !important;
}

}
/**************
SMALL STYLES
***************/
@media screen and (max-width: 39.9375em) {
	
	#calendar-description h1{
	line-height: 2.4rem;
	padding-bottom: 1rem;
	}
	
	#calendar-description p {
 	 padding-left: 1.25rem;
	}
	
	h5.event_time strong {
    font-size: 1.6rem;
}
	
	#location h3, #timeframe h3, #keyword h3 {
	font-size: 1.7rem;
	width: auto!important;
	float: left;
	padding-left: .8rem;
	}

	.select-selected::before{
	position: absolute;
	top: 5px;
	left: 12px;
	}
	
	button#submit_search {
	float: right;
	position: relative;
	top: 0 !important;
	right: -1.5rem!important;
	margin-left: 0;
	}
	
	#event-location,#timeframe {
		clear: both !important;
}
	#events-sidebar {
	padding-left: 2rem;
    padding-right: 3.5rem;
}
	#events-sidebar h2 {
	font-size: 1.8rem;
}
	
	.select-selected {
    text-align: left;
}

#county-sm-icons img {
  position: relative;
  top: .25rem!important;
}

#county-sm-icons p {
  width: 250px;
  text-align: left;
  margin-left: 10%;
}
#county-sm-icons p .image-left {
  float: none;
  margin: 8px 20px 10px 10px!important;
  padding-right: 0rem !important;
}
	
.sfyl-subtopic p {
  padding: 0rem 1.25rem 1rem 1.25rem;
}
}

/*******************************
EVENT DROPDOWN CSS
*******************************/

/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	font-family: gentona_medium,arial;
	top: -.5rem;
}

.custom-select select {
	display: none; /*hide original SELECT element:*/
}

#location .select-selected {
	min-width: 250px;
}

#location .select-items{
/*overflow: hidden;*/
  overflow-y: hidden;
overflow-y: scroll;
height: 450px;
}

.select-selected {
	font-weight: bold;
	margin-left: 1rem;
	padding-top: 0.8rem!important;
	font-size: 1.3rem;
}

/*style the arrow inside the select element:*/
.select-selected:before {
	position: absolute;
	top: 5px;
	left: 10px;
	font-family: "Font Awesome 6 Pro"; 
	font-weight: 900; 
	content: "\f0ab";
	width:32px;
	height:24px;
	background-color: #fff;
	font-size:2rem;
	color:#FA4616;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:before {
	content: "\f0aa";
	top: 5px;
}

/*style the items (options), including the selected item:*/
.select-selected {padding-left:2rem!important;}

.select-items div,.select-selected {
  color: #0021A5;
  padding: 8px 8px;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
	position: absolute;
	background-color: #fff;
	top: 3.8rem;
	left: 0;
	right: 0;
	margin-left: 2.6rem;
	font-size: 1.3rem;
    font-weight: bold;
	border: 1px solid #C7C9C8;
	margin-top: -1.1rem;
    z-index: 2;
	width: 230px;
}
		
#timeframe .select-selected {
	
}

div.select-items div:first-child {
			padding-top:1rem;
}
		
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-items div.general-location {
	color:#FA4616;
}
		
#location h3,#timeframe h3,#keyword h3 {
	font-size: 1.7rem;
	width: 195px;	
	float: left;
}

/*EXTENSION RIGHT SIDEBAR STYLES*/
#county-right-sidebar span {
  display: block;
}
#county-right-sidebar div.extra-content{margin-top:1.5rem;}
  
#county-right-sidebar div.social-icons{margin-top:1.5rem;}
  
#county-right-sidebar h1:empty,#county-right-sidebar h2:empty,#county-right-sidebar h3:empty,#county-right-sidebar p:empty#county-right-sidebar span:empty,#county-right-sidebar span strong:empty,div.social-icons:empty,div.extra-content:empty, p.agent-image:empty {display:none;}
  
#county-right-sidebar i.fa-lg{
  font-size:1.75rem;
    margin-inline:1rem;
  }
  
#county-right-sidebar p strong.agent-name {
    font-size:1.3rem;
    color:#0021A5;
	font-family:gentona_medium, arial;
}
  
#county-right-sidebar p.agent-image img{
	border: 4px solid #D8D4D7;
      max-width:275px!important;
      height:auto!important;
}
  
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #county-right-sidebar i.fa-lg{
  font-size:1.5rem;
    margin-inline:.75rem;
  }
    
 #county-right-sidebar p strong.agent-name {
    font-size:1.2rem;
}
    #county-right-sidebar p.agent-image img{
      max-width:215px!important;
      height:auto!important;
}
  }
  
  
  @media screen and (max-width: 39.9375em) {
  #county-right-sidebar p.agent-image img{
      max-width:200px!important;
      height:auto!important;
}
    
    #county-right-sidebar i.fa-lg{
  font-size:1.6rem;
    margin-inline:.75rem;
  }
}

              
/*MAILCHIMP*/
.display_archive {
    padding-left: 1rem;
}


