/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.1
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600');
.fl-accordion-content ul{
  margin-left:20px;
}
.menu-btn > div a{
background-color: #009448 !important;
color:#ffffff !important;
transition:0.2s all ease-in-out;
}
.menu-btn > div a:hover{
opacity:0.85;
}
.blue a {
	text-transform: uppercase;
}
.hori-menu a{
  color:#ffffff;
}
h1 {
	font-size: 42px;
	font-family: 'Roboto Slab', serif;
	color: #009448;
	font-weight: 400;
}

.white h1 {
	color: #ffffff;
}

.jumbo h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
	font-family: 'Roboto Slab', serif;
	color: #009448;
	font-weight: 400;
}

h3 {
	font-size: 28px;
	font-family: 'Roboto Slab', serif;
	color: #009448;
	font-weight: 400;
	margin-top: 0;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: #009448;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0px;
	letter-spacing: 1px;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	color: #005f9e;
	font-weight: 400;
}

.green h5 {
	color: #009448;
}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #8A8D8F;
    font-weight: 400;
    margin-top: 0px;
    line-height: 20px;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #3a3a3a;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #3a3a3a;
}

a {
	text-decoration: none;
	color: #009448;
	font-weight:500;
}

a:hover {
	text-decoration: none;
}
/* Pre Title Green */
.pre-title-green .fl-module-content{
  margin-bottom:0px;

}

.pre-title-green .fl-module-content p{
  margin-bottom:0px;
  font-size:2.4rem;
  text-transform:uppercase;
  font-weight:bold;
  color: #009448;
}
.pre-title-green + .fl-module-heading .fl-module-content{
  margin-top:0px;
}

/* buttons */

.align-bottom{
  margin-top:auto;
  margin-bottom:0px;
}
.primary-btn a.fl-button{
  background-color: #009448;
  border-color: #009448;
  border-radius:0px;
  font-size:14px;
  padding:0.5em 1em;
  font-weight:500;
  -webkit-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
}
.primary-btn a.fl-button:hover{
  opacity:0.8;
  }


  .secondary-btn a.fl-button{
     background-color: #ffffff;
  border-color: #ffffff;
  border-radius:0px;
  padding:0.5em 1em;
  font-weight:500;
  -webkit-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
  }

  .secondary-btn a.fl-button span{
    color: #009448;
  }
 .secondary-btn a.fl-button:hover{
   opacity:0.7;
 }

 .white-txt-btn a.fl-button{
   background-color:transparent;
   border:none;
   padding:0px;
   font-size:14px;
   font-weight:500;
 }
.white-txt-btn a.fl-button:hover{
	background-color:transparent;
   border:none;
   padding:0px;
	opacity:0.7;
}
.white-txt-btn a.fl-button span{
	color: #ffffff;
}
.white-txt-btn a.fl-button span:after{
  content:"→";
  padding-left:8px;
}

 .blue-txt-btn a.fl-button{
   background-color:transparent;
   border:none;
   padding:0px;
   font-size:14px;
   font-weight:500;
 }

.blue-txt-btn a.fl-button:hover{
	opacity:0.7;
	 background-color:transparent;
   border:none;
   padding:0px;
}
.blue-txt-btn a.fl-button span{
	color: #005f9e;
}
.blue-txt-btn a.fl-button span:after{
  content:"→";
  padding-left:8px;
}

/* Green Text Button */

 .green-txt-btn a.fl-button{
   background-color:transparent;
   border:none;
   padding:0px;
   font-size:14px;
   font-weight:500;
 }

.green-txt-btn a.fl-button:hover{
	opacity:0.7;
	 background-color:transparent;
   border:none;
   padding:0px;
}
.green-txt-btn a.fl-button span{
	color: #009448;
}
.green-txt-btn a.fl-button span:after{
  content:"→";
  padding-left:8px;
}
 /* Green Button Group */
.green-btn-group .fl-button-group-button:not(:last-child) a.fl-button{
  background-color: rgb(0, 148, 72);
    border-color: rgb(0, 148, 72);
    border-radius: 0px;
    font-size: 14px;
    padding: 0.5em 1em;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
}
.green-btn-group .fl-button-group-button a.fl-button:hover{
 opacity:0.8;
}

.green-btn-group .fl-button-group-button:last-child a.fl-button{
background-color:transparent;
   border:none;
   padding:0.5em 1em;
   font-size:14px;
   font-weight:500;
}
.green-btn-group .fl-button-group-button:last-child a.fl-button span{
color: #009448;
}
.green-btn-group .fl-button-group-button:last-child a.fl-button span:after{
 content:"→";
  padding-left:8px;}

/* Blue Button */
.blue-btn a.fl-button{
  background-color: #0F4D96;
  border-color: #0F4D96;
  border-radius:0px;
  font-size:14px;
  padding:0.5em 1em;
  font-weight:500;
  -webkit-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
}
.blue-btn a.fl-button:hover{
  opacity:0.8;
  }



/* Inline Buttons */
.inline-btn{
  display:inline-block;
}
.grey-cta {
	background-color: #F2F2F2;
	padding: 10px;
	margin: 10px;
}
.news-cta {
	background-color: #002c51;
	min-height: 300px;
	margin: 10px;
}
.news-cta a {
	color: #ffffff!important;
}
.news-cta h2 {
	color: #ffffff!important;
}
.announcements-cta {
	background-color: #004A98;
}
.announcements-cta h6 {
	color: #ffffff;
}
.announcements-cta h3 {
	color: #ffffff;
}
.announcements-cta p {
	color: #ffffff;
}
.quick-link {
	background-color: #fff;
}
.quick-link:hover {
	background-color: rgba(155,155,155, 0.05);
}
.quick-link a {
	color: #8A8D8F;
}

.white-cta {
	background-color: #ffffff;
	min-height: 300px;
}
.white-cta-padding {
	background-color: #ffffff;
	margin: 0px 10px 10px 10px;
	min-height: 220px;
}

@media only screen and (min-width: 600px) {
#special h2 {
 overflow: hidden;
 text-align: center;
}

#special h2:before,
#special h2:after {
	background-color: #99BCD9;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

#special h2:before {
	right: 0.5em;
	margin-left: -50%;
}

#special h2:after {
 	left: 0.5em;
	margin-right: -50%;
}
}
/*
.fl-accordion-item {
	background-color: #ffffff;
	padding: 5px;
	border: none!important;
}

#white .fl-accordion-item {
	border: 1px solid #cccccc!important;
}

.fl-accordion-button-label {
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #005f9e;
    font-weight: 400;
    margin: 0px;
}

.fa-plus:before {
	color: #005f9e;
}
*/

.fl-page-nav-search .fa-search {
	font-size: 14px!important;
	position: inherit!important;
	color: #ffffff!important;
}

.fl-page-nav-search form {
	margin-top: 20px;
}
.fl-row-full-height .fl-row-content-wrap {
	min-height: 70vh;
}

.blue-header {
	background-color: #005f9e;
	margin: 10px 10px 0px 10px;
}
.blue-header-no-margin{
  margin:0px;
}
.blue-header h5 {
	color:#ffffff;
}

.fl-slide-foreground.clearfix {
    display: flex;
    align-items: center;
	flex-direction: row-reverse;
}
.fl-content-slider {
	background-color: #ffffff;
}
.fl-slide-photo {
	margin: 0px!important;
}
#staff .fl-widget ul li {
	padding: 20px 10px 20px 10px;
	border-bottom: 1px solid rgba(155,155,155,0.3);
	font-size: 18px;
}
#staff .fl-widget ul li:hover {
	background-color: #ffffff;
	cursor: pointer;
}
#staff .fl-widget a:hover {
	color: #99BCD9;
	text-decoration: none;
}

/* Full Width Photos in Columns */
.full-width-photos img,
.full-width-photos .fl-photo-content{
  min-width:100%;
}


/* Anchor Menu - Covid Page */
.anchor-menu{
  text-align:center;
}

.anchor-menu div{
  display:inline-block;
  padding:10px;
}

#menu-upper-nav li{
  display:inline-block;
}


/* Careers Page */

.careers-post .fl-post-feed-post{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  background-color: #ffffff;
  padding:20px;
}

.careers-post .fl-post-left{
width:30%;
padding:20px;
}
.careers-post .fl-post-right{
width:70%;
padding:20px;
}

.careers-post h3.fl-post-title{
  text-transform:uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight:bold;
  margin-bottom:20px;
  font-size:18px;
}

.careers-post .locations{
  text-transform:initial;
  color:#005f9e;
  font-weight:500;
}

.careers-post .fl-post-meta{
  padding-bottom:0px;
}

.careers-post .vertical-divider{
  color: #99BCD9;
  padding:0px 5px;
}

.careers-post .job-description{
  margin-bottom:10px;

}

.careers-post .more-info{
  margin-bottom:10px;
}
.careers-post .more-info span:nth-child(2):before{
  content:"or ";
}

@media all and (max-width:768px){
  .careers-post .fl-post-feed-post{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
}
	.careers-post .fl-post-left{
		width:100%;
	}
.careers-post .fl-post-right{
width:100%;
	padding-top:0px;
}
}

/* Staff Directory */
.staff-post .fl-post-grid-post{
  border:none;
  padding:30px;
  max-width:500px;
  margin:0 auto;
  }
.staff-post .staff-header{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
    -ms-flex-direction:row;
        flex-direction:row;
-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.staff-post .staff-image{
  padding-right:20px;
}
.staff-post .staff-image img{
  width:100px;
  height:100px;
  max-width:100px;
  border-radius:100%;
  -o-object-fit:cover;
     object-fit:cover;
}

.staff-post .staff-name h3 a{
      text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
	color: #009448;
}

.staff-post .staff-meta{
  margin-top:30px;
}
.staff-post .staff-meta p{
  margin-bottom:2px;
}
.staff-post .staff-meta .job-title{
  color: #005f9e;
    font-weight: 500;
}

.staff-post .staff-meta .staff-links a{
color: #4A4A4A;
}
.staff-post .staff-meta .staff-links a:hover{
color: #009448;
}
.staff-post .vertical-divider {
    color: #009448;
    padding: 0px 5px;
}

/* Directory Search */
.directory-search form{
  text-align:center;
}
.directory-search form ul{
  padding-left:0px;
  width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	    -ms-flex-direction:row;
	        flex-direction:row;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	margin-left:0px;
}
.directory-search form ul li{
  width:32%;
}
.directory-search form ul li label{
  width:100%;
}
@media all and (max-width:768px){

	.directory-search form ul{
		max-width:400px;
		margin:0 auto;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;

}

	.directory-search form ul li{
  width:100%;
}
}

.directory-search input[type="text"]{
  border-radius:0px;
  border:none;
  padding:12px 20px;
  background-color:#ffffff;
  -webkit-box-shadow:0px 2px 0px 0px rgb(0 0 0 / 8%);
          box-shadow:0px 2px 0px 0px rgb(0 0 0 / 8%);
  color: #4a4a4a;
  width:100%;
	height:47px;
	line-height:47px;
}
.directory-search input[type="text"]{
     background-image: url(/wp-content/uploads/2021/04/mag-glass.png);   /* Add custom arrow */
   background-size:20px;
   background-repeat:no-repeat;
   background-position:right 10px center;
   padding-right:35px;
}

.directory-search select{
   border-radius:0px;
  border:none;
  padding:12px 20px;
  background-color:#ffffff;
    -webkit-box-shadow:0px 2px 0px 0px rgb(0 0 0 / 8%);
            box-shadow:0px 2px 0px 0px rgb(0 0 0 / 8%);
    width:100%;
	    font-weight: 300;
}

.directory-search select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* Remove default arrow */
   background-image: url(/wp-content/uploads/2021/04/down-arrow.png);   /* Add custom arrow */
   background-size:20px;
   background-repeat:no-repeat;
   background-position:right 10px center;
   padding-right:35px;
}



.directory-search input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4a4a4a;
  opacity: 1; /* Firefox */
}
.directory-search input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4a4a4a;
	font-weight:300;
  opacity: 1; /* Firefox */
}
.directory-search input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4a4a4a;
	font-weight:300;
  opacity: 1; /* Firefox */
}
.directory-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4a4a4a;
	font-weight:300;
  opacity: 1; /* Firefox */
}

.directory-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4a4a4a;
	font-weight:300;
}

.directory-search input::-ms-input-placeholder { /* Microsoft Edge */
  color: #4a4a4a;
	font-weight:300;
}

/* Single Staff Page */
.single-page-profile span.job-title{
  color:#005f9e;
  font-weight:700;
  margin-bottom:0px;
}
.single-page-profile a,
.single-page-profile a.fl-button span
{
  color: #009448;
  font-weight:500;
}
.single-page-profile .staff-links a:first-child{
  color: #4A4A4A;
}
.single-page-profile .vertical-divider {
    color: #99BCD9;
    padding: 0px 5px;
}


/* ACF Front End Forms */
.acf-form.fl-row{
  max-width:1000px;
}
.acf-form.fl-row h1{
  text-align:center;
  margin-bottom:30px;
}

.acf-form.fl-row #acf-form input{
  border-radius:0px;
}

.acf-form.fl-row .acf-form-submit{
  text-align:right;
}

.acf-form.fl-row .acf-tab-wrap{
  background-color:transparent;
}

.acf-form.fl-row .acf-tab-wrap .acf-tab-group li a{
  border:none;
}
.acf-form.fl-row .acf-tab-wrap .acf-tab-group li a:hover{
  background-color:#005f9e;
  color: #fff;
}
.acf-form.fl-row .acf-tab-wrap .acf-tab-group li.active a{
  background-color:#005f9e;
  color: #fff;
}

.acf-form.fl-row .acf-form-submit input{
      border: 2px solid #005f9e;
    border-radius: 0px;
    background-color: #005f9e;
    text-transform: uppercase;
    font-weight: 500;
}
.acf-form.fl-row .acf-form-submit input:hover{
    background-color: transparent;
    color: #005f9e;

}






/* Notification Bar */
 .notification-bar p{
   margin-bottom:0px;
 }

  .notification-bar a.notification-link{
    margin-left:8px;
     -webkit-transition:all 0.2s ease-in-out;
     transition:all 0.2s ease-in-out;
  }
  .notification-bar a.notification-link:hover{
    opacity:0.7;
  }
   .notification-bar a.notification-link:after{
     content:"→";
     padding-left:8px;
   }

   /* Featured News */
.featured-news .fl-module-content{
  margin:10px;
}
.featured-news .featured-post-item{
  background-color: #f2f2f2;
  padding:30px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.featured-news .featured-post-item .fl-post-text{
  width:33%;
}
.featured-news .featured-post-item .fl-post-meta{
  padding-bottom:0px;
}
.featured-news .featured-post-item .fl-post-category{
  color: #005f9d;
  text-transform:uppercase;
  font-weight:500;
  letter-spacing:1px;
}
.featured-news .featured-post-item .fl-post-text h3{
  margin-bottom:30px;
}
.featured-news .featured-post-item .fl-post-text h3 a{
  color: #009347;
  font-size:2.7rem;
  line-height:1.2em;
  margin-bottom:20px;
}

.featured-news .featured-post-item .fl-post-more-link{
  margin-bottom:30px;
  margin-top:auto;
}
.featured-news .featured-post-item .fl-post-more-link a{
  color: #005f9d;
}
.featured-news .featured-post-item .fl-post-more-link a:hover{
  opacity:0.7;

}
.featured-news .featured-post-item .fl-post-more-link a:after{
  content:"→";
     padding-left:8px;
}

.featured-news .featured-post-item .fl-post-image{
	width: 67%;
  background-size: inherit;
  min-height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}
@media all and (max-width:992px){
	.featured-news .featured-post-item{
 flex-direction:column;
}
  .featured-news .featured-post-item .fl-post-text{
  width:100%;
}
	.featured-news .featured-post-item .fl-post-image{
		width:100%;
  	}
}
/* News Posts */
.news-post .fl-post-grid .fl-post-column{
  padding-bottom:0px;
}
.news-post .fl-post-grid-post{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  border:none;
  min-height:260px
}
.news-post .fl-post-text{
  background-size:cover;
  background-position:center;
  position:relative;
  padding:50px 40px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
	flex-grow:1;
}
.news-post .fl-post-text *{
  position:relative;
}
.news-post .fl-post-text:before{
  content:"";
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  z-index:0;
background-color: rgba(0, 95, 158, 0.9);
}
.news-post .fl-post-meta{
  padding-bottom:8px;
}
.news-post .fl-post-text .post-category{
  color: #99bcd9;
  text-transform:uppercase;
  font-weight:500;
  letter-spacing:1px;
}
.news-post .fl-post-text h3{
  margin-bottom:20px;
}
.news-post .fl-post-text h3 a{
  color: #ffffff;
  font-size: 2.3rem;
  line-height:1.3em;

}
.news-post .fl-post-more-link{
  margin-top:auto;
}

.news-post .fl-post-more-link a{
  color: #ffffff;
}
.news-post .fl-post-more-link a:hover{
  opacity:0.7;

}
.news-post .fl-post-more-link a:after{
  content:"→";
     padding-left:8px;
}

@media all and (max-width:768px){
	.news-post .fl-module-content{
		margin:0px 10px;
	}
	.news-post .fl-post-grid-post{
		margin-bottom:20px;
	}
}
/* News List */
.news-list .fl-post-feed{
  padding:0px 10px;
}
.news-list .fl-post-meta{
  padding-bottom:0px;
}
.news-list .post-category{
  color: #99bcd9;
  text-transform:uppercase;
  font-weight:500;
  letter-spacing:1px;
	font-size:14px;
}
.news-list .fl-post-text{
  padding:18px 0px;
}
.news-list .fl-post-text h3{
  font-weight: regular;
}
.news-list .fl-post-text h3 a{
  color: #ffffff;
  font-size: 1.6rem;
  line-height:1.2em;
}
.news-list .fl-post-feed-post{
  margin-bottom:0px;
  border-bottom:0px;
border-top:1px solid #ffffff;
}


/* ===== News Boxes ===== */
.news-boxes .fl-post-feed{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:20px;
  padding:0 20px;
  align-items:stretch;
}

/* Card (override BB float/width rules) */
.news-boxes .fl-post-feed-post{
  float:none !important;
  width:auto !important;
  margin:0 !important;

  background:#092b49;
  padding:20px;

  display:flex !important;
  flex-direction:column;
  align-self:stretch;

  /* 3 across */
  flex:0 0 calc(33.333% - 13.333px);
}

/* Top-align and stretch the actual content wrapper */
.news-boxes .fl-post-text{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  height:100%;
  width:100%;
  padding:0;
  margin:0;
}

/* Date/meta */
.news-boxes .fl-post-meta{
  margin:0 0 8px 0;
  padding:0;
  font-size:14px;
}

/* Date text (your "category" span is actually the date) */
.news-boxes .post-category{
  color:#99bcd9;
  text-transform:uppercase;
  font-weight:500;
  letter-spacing:1px;
  font-size:14px;
  margin:0;
}

/* Title */
.news-boxes .fl-post-title{
  margin:0;
  font-weight:400;
}

.news-boxes .fl-post-title a{
  color:#ffffff;
  font-size:1.6rem;
  line-height:1.2em;
  text-decoration:none;
}

/* ===== Responsive ===== */
@media (max-width: 992px){
  .news-boxes .fl-post-feed{ padding:0 15px; }
  .news-boxes .fl-post-feed-post{
    flex:0 0 calc(50% - 10px); /* 2 across */
  }
}

@media (max-width: 600px){
  .news-boxes .fl-post-feed{ padding:0 15px; gap:15px; }
  .news-boxes .fl-post-feed-post{
    flex:0 0 100%;            /* stack */
  }
}

/* Key Facts */
.key-fact-number p,
.key-fact-txt p{
  margin-bottom:0px;
}
.key-fact-number .fl-module-content{
  margin-bottom:0px;
}
.key-fact-txt .fl-module-content{
  margin-top:0px;
  margin-bottom:0px;
}
.key-fact-number p{
  color: #009448;
      font-family: 'Roboto Slab', serif;
  text-align:center;
  font-size:8rem;
  line-height:1.3em;
}

.key-fact-txt p{
  text-align:center;
  color: #005f9e;
  font-size:2.2rem;
  line-height:1.2em;
}

/* Testimonial Section */
.testimonials-wrapper{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;

}
.testimonial-item{
  padding:30px;
  position:relative;
  background-size:cover;
  background-position:center;
  width:33.33%;
}
.testimonial-item:nth-child(2){
  margin:0px 20px;
}
@media all and (max-width:992px){
.testimonials-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.testimonial-item{
  width:100%;
  margin:20px;
  max-width:380px;
min-height:300px;
}
}
.testimonial-item *{

position:relative;}
.testimonial-item .testimonial-cat{
 color:#004a98;
 text-transform:uppercase;
 display:block;
 overflow:hidden;
}
.testimonial-item .testimonial-cat:after{
  content:"";
 width:150px;
  height:1px;
  background-color: #004a98;
  display:inline-block;
  margin-right:0px;
}

.testimonial-item p{
  color:#092b49;
      font-family: 'Roboto Slab', serif;
      padding-top:10px;
      padding-bottom:10px;
}
.testimonial-item .testimonial-author{
  color:#004a98;
  font-weight:500;
}
.testimonial-item .testimonial-content{
  opacity:0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.testimonial-item:hover .testimonial-content{
  opacity:1;
}
.testimonial-item:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }

.testimonial-item:hover:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background-color: rgba(255, 255, 255, 0.8);
}

/* Our Schools */
.our-schools h3.fl-callout-title{
  font-size:1.5rem;
  padding-bottom:5px;
}

/* School News PFS */
.news-download-wrapper{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}

.news-download-wrapper .news-download-item{
  width:48%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  padding:30px;
  border:1px solid #f1f1f1;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
	margin-bottom:10px;
	box-shadow: 0 0 10px -6px rgb(0 0 0 / 30%);
}

.news-download-wrapper .news-download-item .news-download-image{
  width:20%;
}
.news-download-wrapper .news-download-item .news-download-text{
  width:80%;
  padding-left:20px;
}

.news-download-wrapper .news-download-item .news-download-text h2{
  font-size:14px;
  font-family: 'Montserrat', sans-serif;
  font-weight:bold;
  margin:0px;
}

.news-download-wrapper .news-download-item .news-download-text a.news-download-btn{
  font-size:13px;
  font-family: 'Montserrat', sans-serif;
  font-weight:500;
  margin:0px;
  background-color: #009448;
  color:#ffffff;
  padding:0.3em 0.7em;
  margin-top:10px;
  display:inline-block;
}

@media all and (max-width:980px){
  .news-download-wrapper{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
.news-download-wrapper .news-download-item{
  width:100%;
  max-width:350px;
   margin-bottom:10px;
}
}

/* District Policies */
.district-policies-tb table{
  width: 100%;
  border-collapse: collapse;
  margin:20px 0px;
}
.district-policies-tb table:not(:first-child){
  border-top:1px solid #005f9e;
}
.district-policies-tb tr.line-header td{
  font-size: 19px;
    color: #005f9e;
    font-weight: 500;
    padding:20px 10px 10px 10px;
}
.district-policies-tb tr td{
  padding:10px;
}
.district-policies-tb tr td:first-child{
  width:70px;
}

/* News Listing Page */
.news-page.news-list .fl-post-feed{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

.news-page.news-list h3 a{
  color:#092b49;

}

.news-page.news-list .fl-post-feed-post{
      border-top: 1px solid #99bcd9;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
          -ms-flex-direction:row;
              flex-direction:row;
      padding:20px 10px;
	width:45%;
}
.news-page.news-list .fl-post-feed-post .post-image img{
  width:100px;
  min-width:100px;
  height:100px;
  -o-object-fit:cover;
     object-fit:cover;
}
.news-page.news-list .fl-post-feed-post .fl-post-text{
  padding:0px 20px;
  -webkit-box-flex:auto;
      -ms-flex-positive:auto;
          flex-grow:auto;
}
.news-page.news-list .fl-builder-pagination-load-more a{
background-color: #009448;
    border-color: #009448;
    border-radius: 0px;
    font-size: 14px;
    padding: 0.5em 1em;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.news-page.news-list .fl-post-feed-post:first-child,
.news-page.news-list .fl-post-feed-post:nth-child(2)
{
  border-top:none;
}
.news-page.news-list .fl-builder-pagination-load-more a:hover{
opacity:0.7;
}
@media all and (max-width:992px){
.news-page.news-list .fl-post-feed{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
     -ms-flex-direction:column;
         flex-direction:column;
 justify-items:center;
 -webkit-box-pack:center;
     -ms-flex-pack:center;
         justify-content:center;
	-ms-flex-line-pack:center;
	    align-content:center;
}
.news-page.news-list .fl-post-feed-post{
  width:100%;
  max-width:600px;

}
	.news-page.news-list .fl-post-feed-post:nth-child(2)
{
  border-top:1px solid #99bcd9;
}
}

/* Schedule Area */
.schedule-table{
  width:100%;
}

.schedule-table tr td{
 padding: 8px 12px !important;
    vertical-align: top !important;
    line-height: 1.1em;
}
.schedule-table tr:nth-child(odd){
  background-color: rgba(153, 188, 217, 0.3) !important
}
.schedule-table tr:nth-child(even){
  background-color: #ffffff;
}

/* Gravity Forms */
.gform_wrapper .gform_required_legend{
  display:none;
}

.gform_wrapper.gravity-theme .gfield_label{
  color:#99bcd9;
  font-size:14px !important;

}

.gform_wrapper.gravity-theme .gfield_description{
  font-size:13px;
  color:#99bcd9;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large,
.gform_wrapper.gravity-theme .ginput_container_date input{
  border-radius:0px;
  width:100% !important;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large{
  border:none;
}
.gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input{
background-color: #009448;
border:none;
font-weight:500;
border-radius:0px;
padding:0.6em 2em;
font-size:14px;

}
.gform_wrapper.gravity-theme .gform_footer{
  justify-content:end;
}
.gform_wrapper.gravity-theme #field_submit input:hover, .gform_wrapper.gravity-theme .gform_footer input:hover{

    background: #428bca;
    color: #fff;
    border: none;

}
.bold-blue{
  color:#0F4D96;
  font-weight:600;
}

.watch-video-btn .fl-icon{
	padding:10px;
}
.watch-video-btn .fl-icon i{
  width:100px;
height:100px;
border:2px solid rgba(255, 255, 255, 0.65);
position:relative;
border-radius:100%;

}
.watch-video-btn .fl-icon i:before{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);

}

.watch-video-btn .fl-callout:hover i {
  -webkit-animation: pulse-black 2s infinite;
          animation: pulse-black 2s infinite;
}

@-webkit-keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}


/* Watch Video Inline Button Small */
.watch-video-btn-s  .fl-callout{
  margin:0 auto;
}
.watch-video-btn-s  .fl-callout-title{
  padding:0px;
}
.watch-video-btn-s .fl-icon{
  padding:10px;
}
.watch-video-btn-s .fl-callout-content{
      vertical-align: middle;
}
.watch-video-btn-s .fl-icon i{
  width:60px;
height:60px;
border:2px solid #ffffff;
position:relative;
border-radius:100%;

}
.watch-video-btn-s .fl-icon i:before{
position:absolute;
top:50%;
left:55%;
transform:translate(-50%, -50%);
color:#009448;
}

.watch-video-btn-s .fl-callout:hover i {
  -webkit-animation: pulse-black 2s infinite;
          animation: pulse-black 2s infinite;
}

@-webkit-keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* Live Stream Page */
.theme--dark.application{
  background-color:#ffffff !important;
  color:#333333 !important;
}
#blueframe .search-box,
#blueframe .v-expansion-panel__header{
  background-color:#0258a1 !important;
  color:#ffffff !important;
}
#blueframe .v-btn{
  background-color:#ffffff !important;
  border-radius:0px !important;
}
#blueframe .primary-bg{
  background-color:#0258a1 !important;
}

/* Video Module with Poster for Lightbox player*/
.fl-video-poster{
  position:relative;

}
.fl-video-poster:after{
  content:"";
  background-image:url(https://www.minnewaska.k12.mn.us/wp-content/uploads/2023/09/play-button.png);
  background-repeat:no-repeat;
  background-size:80px 80px;
  background-position:center center;
  position:absolute;
  color:#ffffff;
  top:0;
  left:0;
  text-align:center;
  width:100%;
  height:100%;
  vertical-align:middle;
  display:inline-block;
  font-family: dashicons;
  font-size:100px;
  line-height:1em;
  opacity:0.7;
  transition:0.2s all ease-in-out;
}
.fl-video-poster:hover:after{
  opacity:1;

}

.fl-video-lightbox-wrap .mfp-content{
	background:transparent;
}

.mfp-wrap.fl-video-lightbox-wrap .mfp-close, .mfp-wrap.fl-video-lightbox-wrap .mfp-close:hover{
	color: #ffffff !important;
}

.dashboard-section .fl-button{
  border:none;
}



.resources-block-list .fl-module-content{
  margin:0px;
}
.resources-block-list .fl-rich-text ul{
  list-style:none;
  margin-left:0px;
  padding-left:0px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -webkit-column-gap:1%;
     -moz-column-gap:1%;
          column-gap:1%;
  row-gap:10px;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  

}
.resources-block-list .fl-rich-text ul li{
  background-color: #0258a1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-flex:1;
      -ms-flex:1 250px;
          flex:1 250px;
  min-height:250px;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
       -webkit-transition: all ease-in-out 0.2s;
       -o-transition: all ease-in-out 0.2s;
       transition: all ease-in-out 0.2s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.resources-block-list .fl-rich-text ul li a{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-flex:1;
      -ms-flex-positive:1;
          flex-grow:1;
  width:100%;
  height:100%;
  text-align:center;
  color:#ffffff;
  line-height:1.2em;
  padding:20px;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size:20px;
  font-weight:500;

}
.resources-block-list .fl-rich-text ul li:hover{
background-color: #028342;
}


.careers-list .fl-rich-text ul,
.courses-list .fl-rich-text ul{
list-style-type: square;
margin-left:20px;
margin-bottom:0px;
}
.careers-list .fl-rich-text ul li,
.courses-list .fl-rich-text ul li{
padding-bottom:10px;

}

.careers-list .fl-rich-text p,
.courses-list .fl-rich-text p{
  margin-bottom:0px;
}

.not-break{
   display:inline-block;
}

.callout-img-inline .fl-callout-photo{
  width:75px;
  padding-right:10px;
}

.callout-img-inline .fl-callout-content{
  width:auto;
}

/* Resources Post Module */

.resources-post .fl-post-grid-post{
background-color:#0258a1;
aspect-ratio: 1.2/1;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:center;
    -ms-flex-pack:center;
        justify-content:center;
padding:0px;

}
.resources-post .fl-post-grid-post > a{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.resources-post .fl-post-grid-post .fl-post-text{
  -webkit-box-flex:1;
      -ms-flex-positive:1;
          flex-grow:1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding:40px;
}

.resources-post .fl-post-grid-post .fl-post-title{
  font-size:20px;
  font-family:'Montserrat', sans-serif;
  text-align:center;
  font-weight:500;
}
.resources-post .fl-post-grid-post:hover{
  background-color:#009448;
}


.fl-video-lightbox-wrap iframe{
  border:none;
  background:transparent;
  box-shadow:none;
}


.pre-title .fl-rich-text p{
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #009448;
    margin-bottom:0px;
}

.pre-title .fl-rich-text p:last-child{
  margin-bottom:0ps;
}

.dark-section .pre-title {
  color: #5dd49a;
}



/* The actual visible card (Beaver uses .fl-module-content) */
.hero-overlay-card .fl-module-content {
  position: absolute;
  right: 60px;
  bottom: 0px;

  background: #ffffff;
  border-top: 4px solid #009448;
  padding: 24px 30px;
  width: 250px;

  z-index: 10;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Prevent Beaver from centering text */
.hero-overlay-card .fl-module-content,
.hero-overlay-card .fl-module-content * {
  text-align: left;
}

/* Label */
.hero-overlay-card .label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7a8a;
  margin-bottom: 8px;
  padding:0px;
}

/* Date */
.hero-overlay-card .date {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 700;
  color: #005F9E;
  margin-bottom: 6px;
}

/* Sub label */
.hero-overlay-card .sublabel {
  font-size: 13px;
  color: #6b7a8a;
  line-height: 1.4;
}

/* Mobile behavior */
@media (max-width: 768px) {
  .hero-overlay-card .fl-module-content {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 24px;
  }
}


/* =========================
   OFFER CARDS
   ========================= */

/* Spacing between columns */
.offer-card {
  padding-left: 10px;
  padding-right: 10px;
}

/* Grey card container */
.offer-card .fl-col-content {
  background: #F2F2F2;
  padding: 10px;
  border-top: 3px solid #009448;
}

/* Card title (H3) */
.offer-card h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 700;
  color: #005F9E;
  line-height: 1.3;
  margin: 0 0 10px;
}

/* Card paragraph */
.offer-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #6b7a8a;
  margin: 0;
}


/* =========================
   LITTLE LAKERS TIMELINE
   ========================= */

.ll-timeline {
  position: relative;
  padding-left: 36px;
}

.ll-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: rgba(255, 255, 255, 0.10);
}

/* Item + dots */
.ll-timeline-item {
  position: relative;
  margin-bottom: 38px;
}

.ll-timeline-item:last-child {
  margin-bottom: 0;
}

.ll-timeline-item::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  border: 3px solid rgba(255, 255, 255, 0.15);
}

.ll-timeline-item.complete::before {
  background: #009448;
  border-color: #009448;
}

.ll-timeline-item.active::before {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12);
}

/* Meta row */
.ll-timeline-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.ll-timeline-date {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5dd49a;
  font-family: "Source Sans 3", sans-serif;
}

/* Badges */
.ll-timeline-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: 2px;
  font-family: "Source Sans 3", sans-serif;
}

.ll-timeline-badge.badge-complete {
  background: rgba(0, 148, 72, 0.28);
  color: #5dd49a;
}

.ll-timeline-badge.badge-active {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.90);
}

.ll-timeline-badge.badge-upcoming {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.32);
}

/* Content card */
.ll-timeline-content {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 3px solid rgba(255, 255, 255, 0.10);
  padding: 22px 26px;
}

.ll-timeline-item.complete .ll-timeline-content {
  border-left-color: #009448;
}

.ll-timeline-item.active .ll-timeline-content {
  border-left-color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
}

.ll-timeline-content h4 {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 8px;
  font-family: "Roboto Slab", serif;
}

.ll-timeline-content p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.57);
  margin: 0;
}

/* Update note */
.ll-update-note {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.38);
  font-style: italic;
}

/* =========================
   About Image Tag
   ========================= */

/* Make the column the positioning container */
.about-img-wrap {
  position: relative;
}

/* Remove spacing below image */
.about-img-wrap .fl-module-photo {
  margin-bottom: 0;
}

/* The overlay tag */
.about-img-tag .fl-rich-text {
  position: absolute;
  bottom: 40px;
  right: 0px;
  background: #005F9E;
  padding: 18px 22px;
  font-size: 13px;
  line-height: 1.4;
  z-index: 5;

}
.about-img-tag .fl-rich-text p{
  color:#ffffff;
  font-weight:600;
  margin-bottom:0px;
  font-size:12px;
}
/* Big number */
.about-img-tag strong {
  display: block;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 0px;
  line-height:1em;
}


/* =========================
   COORDINATOR CARD (BB column class: coordinator-card)
   ========================= */

/* Card container */
.coordinator-card .fl-col-content {
  background: #ffffff;
  border: 1px solid #d0dce8;
  border-top: 4px solid #005F9E;
  margin:0 20px;
}

/* Optional: remove Beaver default column padding if it fights your padding */
.coordinator-card.fl-col .fl-col-content {
  padding: 20px 20px;
}

/* Small label at top (use a Text module with class: card-label OR just a <div class="card-label">) */
.coordinator-card .card-label p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #6b7a8a;
}

/* Photo module inside the card (BB image/photo module) */
.coordinator-card .fl-module-photo img,
.coordinator-card img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 0 14px;
  border: 3px solid #F2F2F2;
}

/* Name (use Heading module H4 or H3) */
.coordinator-card h3,
.coordinator-card h4 {
  font-family: "Roboto Slab", serif;
  font-size: 19px;
  font-weight: 700;
  color: #005F9E;
  margin: 0 0 4px;
}

/* Role line (add a Text module with class: role) */
.coordinator-card .role {
  font-size: 13px;
  color: #6b7a8a;
  font-family: "Source Sans 3", sans-serif;
}

/* Contact lines (add Text modules with class: contact-line) */
.coordinator-card .contact-line {
  font-size: 14px;
  color: #2c2c2c;
  font-family: "Source Sans 3", sans-serif;
}

.coordinator-card .contact-line a {
  color: #005F9E;
  text-decoration: underline;
}

.coordinator-card .fl-rich-text p:last-child{
  margin-bottom:0px;
}

/* =========================
   FAQ BLOCK (Strong + P)
   ========================= */

.faq-block .fl-rich-text strong {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: 700;
  color: #005F9E;
  margin: 0;
  padding: 16px 0 0px;
  border-top: 1px solid #d0dce8;
}

.faq-block .fl-rich-text p {
  font-size: 14px;
  line-height: 1.65;
  color: #6b7a8a;
  margin: 0;
  padding-bottom: 16px;
}

/* Bottom border on very last answer only */
.faq-block .fl-rich-text p:last-of-type {
  border-bottom: 1px solid #d0dce8;
  padding-bottom: 16px;
}

.faq-block .fl-rich-text p:nth-child(odd){
  padding-bottom:5px;
}