/* fonts */
/* colors */
.transition {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
}
.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-justify-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-justify-right {
  -webkit-box-pack: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  justify-content: right;
}
.animate {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  animation-delay: 0;
}
.translate-y {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
}
#header * {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  animation-delay: 0;
}
#header img {
  border: solid 3px white;
}
#header .fl-module-photo {
  margin-top: 100px;
  position: absolute;
  left: 0;
  width: 200px;
}
#header .fl-module-menu {
  margin-top: 20px;
}
#header ul li a {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-left: 18px;
  padding-right: 18px;
}
#header ul li.btn {
  background: #cc1e41;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  margin-left: 15px;
}
#header ul li.btn a {
  padding: 5px 25px;
  color: white;
}
#header ul li.btn:hover {
  background: #015696;
}
#header.fixed-header {
  background: white;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.34);
}
#header.fixed-header .fl-row-content-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
#header.fixed-header img {
  width: 90px;
}
#header.fixed-header .fl-module-photo {
  margin-top: 0;
}
#header.fixed-header .fl-module-photo .fl-module-content {
  margin-top: 0;
  margin-bottom: 0;
}
#header.fixed-header .fl-col-group-equal-height {
  height: 110px;
}
#header.fixed-header .fl-module-menu {
  margin-top: 0;
}
@media only screen and (max-width: 950px) {
  #header {
    padding: 20px;
  }
  #header .fl-row-content {
    position: relative;
  }
  #header button.hamburger {
    padding: 0;
  }
  #header .fl-menu-mobile-clone {
    background: white;
    -webkit-box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.34);
    width: 300px;
    position: absolute;
    top: 80px;
    right: 20px;
  }
  #header .fl-menu-mobile-clone li a {
    text-align: left;
  }
  #header .fl-menu-mobile-clone li.btn {
    width: fit-content;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #header {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  #header.nav-up {
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (max-width: 550px) {
  #header .fl-menu-mobile-clone {
    left: 20px;
    right: 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  body:not(.page-template-page-rcfol) #header:not(.fixed-header) img {
    width: 120px;
    margin-top: -40px;
  }
}
body {
  background-color: white;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
}
#fl-main-content {
  padding-top: 130px;
}
h1,
h2,
h3 {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 30px;
}
p,
li {
  color: black;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
p strong,
li strong {
  font-weight: 700!important;
}
p {
  margin-bottom: 25px;
}
article .fl-row.fl-row-full-width .fl-row-content-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.fl-module-rich-text a,
#post-content a {
  color: #015696;
  border-bottom: 2px solid #015696;
}
.fl-module-rich-text a:hover,
#post-content a:hover {
  color: #cc1e41;
  border-bottom: 2px solid #cc1e41;
}
#secondary-hero {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 20px;
}
#secondary-hero .fl-row-content-wrap {
  padding-bottom: 0;
}
#secondary-hero:not(.no-eyebrow) h1 {
  margin-bottom: 10px;
  font-weight: 700!important;
}
#secondary-hero:not(.no-eyebrow) h1 span {
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  letter-spacing: .03em;
  border-bottom: 3px solid #acb177;
  padding-bottom: 10px;
  display: inline-block;
  line-height: 1.2;
  font-weight: 700!important;
}
#secondary-hero .fl-col-group > div:first-of-type {
  position: relative;
  z-index: 1;
  margin-bottom: 125px;
}
#secondary-hero .fl-col-group > div:first-of-type:after {
  background: #80aaca;
  top: 60px;
  border-radius: 0 25px 0 25px;
  -moz-border-radius: 0 25px 0 25px;
  -webkit-border-radius: 0 25px 0 25px;
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
  width: 100px;
  height: 70px;
  left: -webkit-calc(100% - 100px);
  left: -moz-calc(100% - 100px);
  left: calc(100% - 100px);
  opacity: .5;
}
#secondary-hero .column-layer-down {
  position: relative;
  /* &:after {
			background: @med-blue;
			top: 60px;
			.border-radius(0 25px 0 25px);
			display: block;
			position: absolute;
			z-index: 0;
			content: '';
			width: 100px;
			height: 70px;
			left: -100px;
			opacity:  .5;
		} */
}
#secondary-hero .column-layer-down .fl-col-content {
  position: absolute;
}
.blue h1,
.blue h2,
.blue h3 {
  color: #015696;
}
.blue h1 em,
.blue h2 em,
.blue h3 em {
  color: #cc1e41;
  font-style: normal;
  display: inline-block;
}
.text-large p {
  font-size: 25px;
}
.left-border {
  position: relative;
}
.left-border:before {
  position: absolute;
  content: '';
  top: 30%;
  bottom: 30%;
  left: 0;
  width: 3px;
  background-color: #015696;
  display: block;
}
.column-layer-down .fl-col-content {
  z-index: 3;
}
.blue-box-bottom-right,
.blue-box-bottom-left {
  position: relative;
}
.blue-box-bottom-right:after,
.blue-box-bottom-left:after {
  background: #80aaca;
  right: -50px;
  bottom: 0;
  width: 150px;
  height: 130px;
  border-radius: 0 25px 0 25px;
  -moz-border-radius: 0 25px 0 25px;
  -webkit-border-radius: 0 25px 0 25px;
  display: block;
  position: absolute;
  z-index: 5;
  content: '';
}
.blue-box-bottom-left:after {
  left: 0;
  bottom: -160px;
}
.front {
  position: relative;
  z-index: 5;
}
.fl-builder-edit .front {
  z-index: auto;
}
.fl-builder-edit .anchor {
  padding-top: 0;
  margin-top: 0;
}
.blue-box-bottom-right {
  position: relative;
}
.blue-box-bottom-right:after {
  background: #80aaca;
  right: -50px;
  bottom: 0;
  width: 150px;
  height: 130px;
  border-radius: 0 25px 0 25px;
  -moz-border-radius: 0 25px 0 25px;
  -webkit-border-radius: 0 25px 0 25px;
  display: block;
  position: absolute;
  z-index: 5;
  content: '';
}
.anchor {
  margin-top: -100px;
  padding-top: 100px;
  pointer-events: none;
}
.anchor .fl-row-content-wrap,
.anchor .fl-col-content {
  pointer-events: all;
}
.fl-builder-edit .anchor {
  pointer-events: all;
}
.last-bottom-align .fl-col-content {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
}
.last-bottom-align .fl-col-content > div:last-of-type {
  margin-top: auto;
}
.testimonial-slider p:last-of-type {
  font-size: 20px!important;
  font-weight: bold;
}
.last-group-1000px .fl-row-content > div:last-of-type {
  max-width: 1000px;
  margin: auto;
}
.cutaway-top-left {
  position: relative;
}
.cutaway-top-left:before {
  background: white;
  display: block;
  content: '';
  border-radius: 0 0 25px 0;
  -moz-border-radius: 0 0 25px 0;
  -webkit-border-radius: 0 0 25px 0;
  top: 0;
  left: 0;
  width: 30%;
  height: 30px;
  z-index: 1;
  position: absolute;
}
.cutaway-top-left.anchor:before {
  top: 100px;
}
.cutaway-bottom-right {
  position: relative;
}
.cutaway-bottom-right:after {
  background: white;
  display: block;
  content: '';
  border-radius: 25px 0 0 0;
  -moz-border-radius: 25px 0 0 0;
  -webkit-border-radius: 25px 0 0 0;
  bottom: 0;
  left: 70%;
  width: 30%;
  height: 30px;
  z-index: 1;
  position: absolute;
}
.background-500px .fl-row-content-wrap {
  background-size: 500px;
}
.staff-list .fl-col-content {
  padding-left: 2px;
  padding-right: 2px;
}
.staff-list .fl-col-content > div:last-of-type p {
  font-size: 16px;
}
.staff-list .fl-col-content > div:last-of-type .fl-module-content {
  margin-left: 0;
  margin-right: 0;
}
.staff-list p {
  margin-bottom: 10px;
}
.staff-list p a {
  border-bottom: 0!important;
}
#adult-youth #adult {
  position: relative;
}
#adult-youth #adult:after {
  position: absolute;
  top: 100%;
  right: 100px;
  background-image: url('/wp-content/uploads/2024/09/Adult-tutoring_2665.webp');
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 400px;
  height: 300px;
  border-radius: 25px 0 25px 0;
  -moz-border-radius: 25px 0 25px 0;
  -webkit-border-radius: 25px 0 25px 0;
  overflow: hidden;
}
#adult-youth #youth {
  position: relative;
}
#adult-youth #youth:before {
  position: absolute;
  top: -170px;
  left: 0;
  background-image: url('/wp-content/uploads/2024/09/Youth-tutor_2728.webp');
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 400px;
  height: 300px;
  border-radius: 25px 0 25px 0;
  -moz-border-radius: 25px 0 25px 0;
  -webkit-border-radius: 25px 0 25px 0;
  overflow: hidden;
}
#awards p strong {
  color: #cc1e41;
}
.cta-two-columns .fl-row-content-wrap {
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.cta-two-columns a.fl-button {
  width: fit-content;
  margin: auto;
}
.disable-number a {
  color: black!important;
  border-bottom: 0!important;
  pointer-events: none;
}
.page-id-500 h2 {
  font-size: 30px;
}
#home-hero .fl-col-group {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#home-hero .fl-col-group p {
  font-size: 20px;
}
.content-shift-up .fl-row-content {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1300px) {
  #home-hero .fl-row-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  #home-hero .text-box .fl-col-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 1230px) {
  #home-hero .image-column {
    width: 80%;
  }
  #home-hero .text-box {
    width: 20%;
  }
}
@media only screen and (max-width: 1075px) {
  .customized-learning-row .fl-row-content > div:last-of-type > div:first-of-type {
    width: 60%;
  }
  .customized-learning-row .fl-row-content > div:last-of-type > div:first-of-type .fl-module-rich-text .fl-module-content {
    margin-right: 80px;
  }
  .customized-learning-row .fl-row-content > div:last-of-type > div:last-of-type {
    width: 40%;
  }
  .customized-learning-row .column-layer-down .fl-photo {
    text-align: right;
  }
}
@media only screen and (max-width: 1050px) {
  #stats-row .fl-row-content-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  #stats-row h2.uabb-number-string {
    font-size: 65px;
  }
  #stats-row span.uabb-number-after-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  #home-hero h1 {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 950px) {
  #home-hero h1 {
    font-size: 35px;
  }
  #home-hero p {
    font-size: 18px;
  }
  #home-hero a.fl-button {
    font-size: 18px;
  }
  #home-hero .text-box .fl-col-content {
    margin-left: -150px;
  }
  #stats-row .fl-row-content > div:last-of-type .blue-box-bottom-left .fl-col-content {
    margin-left: -60px;
    margin-top: 0;
  }
  #stats-row .fl-row-content > div:last-of-type .column-layer-down {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 950px) and (min-width: 769px) {
  #home-hero {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 875px) {
  #stats-row .fl-col-content {
    margin: 10px;
  }
}
@media only screen and (max-width: 850px) {
  #home-hero .image-column .fl-col-content {
    aspect-ratio: 1.25;
  }
}
@media only screen and (max-width: 768px) {
  #home-hero {
    margin-bottom: 60px;
  }
  #home-hero .fl-col-group {
    display: block;
  }
  #home-hero .image-column .fl-col-content {
    aspect-ratio: 1.66666667;
  }
  #home-hero .text-box {
    max-width: 90%;
  }
  #home-hero .text-box .fl-col-content {
    margin-left: 0;
    margin-top: -40px;
  }
  .home-above-become .fl-row-content-wrap {
    aspect-ratio: 2;
  }
  .content-shift-up .fl-row-content-wrap {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
  .content-shift-up .fl-row-content {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: -50px;
  }
  .content-shift-up .left-border:before {
    left: 30%;
    right: 30%;
    top: 0;
    width: 40%;
    height: 3px;
  }
  .customized-learning-row .fl-row-content-wrap {
    margin-top: 0!important;
  }
  .customized-learning-row .fl-row-content > div:last-of-type > div:first-of-type .fl-module-rich-text .fl-module-content {
    margin-right: 20px;
  }
  .customized-learning-row .fl-row-content > div:last-of-type .blue-box-bottom-right {
    margin-left: 20px;
    margin-right: 20px;
  }
  .customized-learning-row .column-layer-down {
    max-width: 400px;
  }
  .customized-learning-row .column-layer-down .fl-photo {
    text-align: center;
  }
  #stats-row .fl-row-content > div:last-of-type .blue-box-bottom-left {
    width: 100%!important;
    margin-top: -60px;
  }
  #stats-row .fl-row-content > div:last-of-type .blue-box-bottom-left .fl-col-content {
    margin-left: 0;
    padding: 30px;
  }
  #stats-row .fl-row-content > div:last-of-type .column-layer-down {
    max-width: 400px;
    width: 90%!important;
  }
}
.fl-module-button a.fl-button {
  border: 0!important;
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: #015696;
  padding: 12px 27px;
}
.fl-module-button a.fl-button span {
  font-weight: 500;
}
.fl-module-button a.fl-button:hover {
  background: #cc1e41;
}
.fl-module-button .fl-button-has-icon a.fl-button {
  background: transparent;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 18px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fl-module-button.red .fl-button-has-icon a.fl-button span,
.fl-module-button.red .fl-button-has-icon a.fl-button i {
  color: #cc1e41;
}
.fl-module-button.red .fl-button-has-icon a.fl-button:hover span,
.fl-module-button.red .fl-button-has-icon a.fl-button:hover i {
  color: #015696;
}
.fl-module-modal-popup a.uabb-button {
  border: 0!important;
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  background: #015696;
  padding: 12px 27px;
}
.fl-module-modal-popup a.uabb-button span {
  font-weight: 500;
}
.fl-module-modal-popup a.uabb-button:hover {
  background: #cc1e41;
}
input[type=submit] {
  border: 0!important;
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  font-weight: 500;
  background: #015696;
  padding: 12px 27px;
}
input[type=submit]:hover {
  background: #cc1e41;
}
body.page-template-page-rcfol #header .fl-module-photo {
  position: relative;
  margin-top: 0;
  width: 300px;
}
body.page-template-page-rcfol #header ul > li > a {
  color: #71645c;
}
body.page-template-page-rcfol #header ul > li > a:hover {
  color: #b50626;
}
body.page-template-page-rcfol #header ul > li.btn {
  background: #b50626;
}
body.page-template-page-rcfol #header ul > li.btn > a {
  color: white;
}
body.page-template-page-rcfol #header ul > li.btn:hover {
  background: #71645c;
}
body.page-template-page-rcfol #header.fixed-header .fl-col-group-equal-height {
  height: auto;
}
body.page-template-page-rcfol #header.fixed-header img {
  width: 200px;
}
body.page-template-page-rcfol .blue h1,
body.page-template-page-rcfol .blue h2,
body.page-template-page-rcfol .blue h3 {
  color: #71645c;
}
body.page-template-page-rcfol .blue h1 em,
body.page-template-page-rcfol .blue h2 em,
body.page-template-page-rcfol .blue h3 em {
  color: #b50626;
}
body.page-template-page-rcfol .blue-box-bottom-right:after,
body.page-template-page-rcfol .blue-box-bottom-left:after {
  background: #b8b1ad;
}
body.page-template-page-rcfol .fl-module-button.red .fl-button-has-icon a.fl-button span,
body.page-template-page-rcfol .fl-module-button.red .fl-button-has-icon a.fl-button i {
  color: #b50626;
}
body.page-template-page-rcfol .fl-module-button.red .fl-button-has-icon a.fl-button:hover span,
body.page-template-page-rcfol .fl-module-button.red .fl-button-has-icon a.fl-button:hover i {
  color: #71645c;
}
body.page-template-page-rcfol .gform_wrapper input,
body.page-template-page-rcfol .gform_wrapper textarea,
body.page-template-page-rcfol .gform_wrapper select {
  border: 1px solid #71645c !important;
}
body.page-template-page-rcfol .gform_wrapper .gfield_required {
  color: #b50626;
}
body.page-template-page-rcfol .gform_wrapper .gform_footer input[type="submit"] {
  background: #b50626 !important;
}
body.page-template-page-rcfol .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #71645c !important;
}
body.page-template-page-rcfol .gform_wrapper .gfield--type-total label {
  color: #71645c;
}
body.page-template-page-rcfol .gform_wrapper .gfield--type-total input {
  color: #71645c !important;
  border: 0!important;
}
body.page-template-page-rcfol .gform_wrapper #gform_2 #ginput_product_price_2_13 {
  color: #71645c;
}
body.page-template-page-rcfol .gform_wrapper #gform_2 #ginput_product_price_2_13 span {
  color: #71645c;
}
body.page-template-page-rcfol #footer a {
  border-bottom: 0;
}
body.page-template-page-rcfol #footer a:hover {
  color: #eae8e7;
}
body.page-template-page-rcfol #footer a.uabb-button {
  background: #71645c;
}
body.page-template-page-rcfol #footer a.uabb-button:hover {
  background: white;
  color: #b50626;
}
@media only screen and (max-width: 1000px) {
  body.page-template-page-rcfol .blue-box-bottom-right:after {
    width: 100px;
    height: 70px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 970px) {
  body.page-template-page-rcfol #footer .fl-col-group > div:first-of-type,
  body.page-template-page-rcfol #footer .fl-col-group > div:nth-of-type(2) {
    width: 50%!important;
    margin-bottom: 20px;
  }
  body.page-template-page-rcfol #footer .fl-col-group > div:nth-of-type(3) {
    width: 100%!important;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.page-template-page-rcfol #footer .fl-col-group > div:nth-of-type(3) .fl-col-content {
    border-top: 1px solid white;
  }
  body.page-template-page-rcfol #footer .fl-col-group > div:nth-of-type(3) .fl-module-content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  body.page-template-page-rcfol #footer .fl-col-group > div:nth-of-type(3) .copyright .fl-rich-text {
    text-align: center;
  }
  body.page-template-page-rcfol #footer .fl-col-group > div:nth-of-type(3) .copyright p {
    font-size: 14px;
    display: inline-block;
  }
  body.page-template-page-rcfol #footer .fl-col-group > div:nth-of-type(3) .copyright p a {
    font-size: 14px!important;
  }
  body.page-template-page-rcfol #footer .fl-col-group > div:nth-of-type(3) .copyright p:after {
    content: " | ";
    margin-left: 10px;
    margin-right: 10px;
  }
  body.page-template-page-rcfol #footer .fl-col-group > div:nth-of-type(3) .copyright p:last-of-type:after {
    display: none;
  }
  body.page-template-page-rcfol .uabb-module-content .uabb-modal-text {
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 950px) and (min-width: 769px) {
  body.page-template-page-rcfol #home-hero {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.page-template-page-rcfol #header .fl-col-group-equal-height > div:first-of-type .fl-col-content {
    display: block;
  }
  body.page-template-page-rcfol #header .fl-module-menu:not(.fl-menu-mobile-clone) {
    position: absolute;
    top: 0;
    right: 0;
  }
  body.page-template-page-rcfol #home-hero {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 620px) {
  body.page-template-page-rcfol #footer .fl-col-group > div:first-of-type,
  body.page-template-page-rcfol #footer .fl-col-group > div:nth-of-type(2) {
    width: 100%!important;
    max-width: 100%;
  }
  body.page-template-page-rcfol #footer .fl-col-group > div:first-of-type .fl-button-left,
  body.page-template-page-rcfol #footer .fl-col-group > div:nth-of-type(2) .fl-button-left {
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  body.page-template-page-rcfol #header .fl-module-photo {
    position: relative;
    margin-top: 0;
    width: 240px;
  }
  body.page-template-page-rcfol #home-hero {
    margin-top: 10px;
  }
}
.single-post #fl-main-content,
.single-fl-theme-layout #fl-main-content {
  padding-top: 130px;
}
.single-post .blog-meta .iawp-view-counter,
.single-fl-theme-layout .blog-meta .iawp-view-counter {
  float: left;
  margin-right: 10px;
  color: black;
  display: flex!important;
}
.single-post .blog-meta .iawp-view-counter svg,
.single-fl-theme-layout .blog-meta .iawp-view-counter svg {
  display: none;
}
.single-post .blog-meta a,
.single-fl-theme-layout .blog-meta a {
  border-bottom-color: black;
}
.single-post .blog-meta a:hover,
.single-fl-theme-layout .blog-meta a:hover {
  color: #015696 !important;
  border-bottom-color: #015696;
}
.single-post #post-content .iawp-view-counter,
.single-fl-theme-layout #post-content .iawp-view-counter {
  display: none;
}
.single-post .fl-module-fl-post-content,
.single-fl-theme-layout .fl-module-fl-post-content,
.single-post #comment-section,
.single-fl-theme-layout #comment-section {
  padding-left: 20px;
  padding-right: 20px;
}
.single-post .fl-module-button .fl-module-content,
.single-fl-theme-layout .fl-module-button .fl-module-content {
  margin-left: 40px;
}
.single-post .fl-module-fl-post-navigation a,
.single-fl-theme-layout .fl-module-fl-post-navigation a {
  color: #015696;
  font-weight: 500;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}
.single-post .fl-module-fl-post-navigation a:hover,
.single-fl-theme-layout .fl-module-fl-post-navigation a:hover {
  color: #cc1e41;
}
.single-post .fl-module-fl-post-navigation a i.fa-arrow-left,
.single-fl-theme-layout .fl-module-fl-post-navigation a i.fa-arrow-left {
  margin-right: 6px;
}
.single-post .fl-module-fl-post-navigation a i.fa-arrow-right,
.single-fl-theme-layout .fl-module-fl-post-navigation a i.fa-arrow-right {
  margin-left: 6px;
}
.single-post .fl-module-fl-post-navigation .nav-next a,
.single-fl-theme-layout .fl-module-fl-post-navigation .nav-next a {
  -webkit-box-pack: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  justify-content: right;
}
.single-post #fl-comment-form textarea,
.single-fl-theme-layout #fl-comment-form textarea {
  border: 1px solid #acb177 !important;
  background: white;
}
.single-post #fl-comment-form label,
.single-fl-theme-layout #fl-comment-form label {
  color: black;
  font-size: 16px;
}
.single-post #comment-section a,
.single-fl-theme-layout #comment-section a {
  color: #015696;
}
.single-post #comment-section a:hover,
.single-fl-theme-layout #comment-section a:hover {
  color: #cc1e41;
}
.single-post h2,
.single-fl-theme-layout h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 40px;
}
.single-post .fl-module-fl-post-content .fl-module-content > p:last-of-type .fluid-width-video-wrapper,
.single-fl-theme-layout .fl-module-fl-post-content .fl-module-content > p:last-of-type .fluid-width-video-wrapper {
  margin-bottom: 20px;
}
.single-post .fluid-width-video-wrapper,
.single-fl-theme-layout .fluid-width-video-wrapper {
  margin-bottom: 100px;
}
.single-post .iawp-view-counter,
.single-fl-theme-layout .iawp-view-counter {
  display: none!important;
}
.single-post form.fl-comment-form input[type="text"],
.single-fl-theme-layout form.fl-comment-form input[type="text"],
.single-post form.fl-comment-form textarea,
.single-fl-theme-layout form.fl-comment-form textarea {
  border: 1px solid #acb177 !important;
  background: white;
}
.single-post form.fl-comment-form p.comment-form-cookies-consent,
.single-fl-theme-layout form.fl-comment-form p.comment-form-cookies-consent {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.single-post form.fl-comment-form p.comment-form-cookies-consent input[type="checkbox"],
.single-fl-theme-layout form.fl-comment-form p.comment-form-cookies-consent input[type="checkbox"] {
  margin-top: 6px;
}
.blog-feed .uabb-blog-posts-shadow {
  height: auto!important;
  border-radius: 0 25px 0 25px;
  -moz-border-radius: 0 25px 0 25px;
  -webkit-border-radius: 0 25px 0 25px;
}
.blog-feed .uabb-blog-post-content {
  padding: 0!important;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.blog-feed .uabb-blog-post-content .left,
.blog-feed .uabb-blog-post-content .right {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1  0 50%;
  flex: 1 0 50%;
}
.blog-feed .uabb-blog-post-content .uabb-post-thumbnail {
  border-radius: 0 0 0 25px;
  -moz-border-radius: 0 0 0 25px;
  -webkit-border-radius: 0 0 0 25px;
  width: 100%;
  height: 100%;
}
.blog-feed .uabb-blog-post-content .right {
  padding: 40px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.blog-feed .uabb-blog-post-content .right h3,
.blog-feed .uabb-blog-post-content .right h5 {
  text-align: left;
}
.blog-feed .uabb-blog-post-content .right h3 {
  margin-bottom: 10px;
}
.blog-feed .uabb-blog-post-content .right h5 {
  font-size: 18px;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
}
.blog-feed .uabb-blog-post-content .right .uabb-blog-posts-description p {
  font-size: 18px;
  text-align: left;
  color: black;
}
.blog-feed .uabb-blog-post-content .right p.uabb-read-more-text {
  text-align: left;
  padding-top: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-feed .uabb-blog-post-content .right p.uabb-read-more-text a {
  color: #015696;
  font-weight: 500;
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}
.blog-feed .uabb-blog-post-content .right p.uabb-read-more-text a:hover {
  color: #cc1e41;
}
.blog-feed .uabb-blog-post-content .right .views {
  margin-top: auto;
  border-top: 1px solid black;
  padding-top: 10px;
  color: black;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.blog-feed .uabb-blog-post-content .right .views .iawp-view-counter svg {
  display: none;
}
.blog-feed .uabb-blog-post-content .right .views .iawp-view-counter .view-counter-value {
  margin-right: 5px;
}
.blog-feed .uabb-blogs-pagination ul.page-numbers li * {
  font-weight: 500;
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}
.blog-feed .uabb-blogs-pagination ul.page-numbers li span.current {
  color: black;
  background: transparent!important;
}
.blog-feed .uabb-blogs-pagination ul.page-numbers li a {
  color: #015696;
  background: transparent!important;
}
.blog-feed .uabb-blogs-pagination ul.page-numbers li a:hover {
  color: #cc1e41;
}
@media only screen and (max-width: 1300px) {
  .single-post #under-hero .fl-row-content-wrap,
  .single-fl-theme-layout #under-hero .fl-row-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-feed .uabb-blog-post-content {
    display: block;
  }
  .blog-feed .uabb-blog-post-content .uabb-post-thumbnail {
    height: 300px;
    width: 100%;
  }
  .blog-feed .uabb-blog-post-content .uabb-post-thumbnail {
    border-radius: 0 25px 0 0;
    -moz-border-radius: 0 25px 0 0;
    -webkit-border-radius: 0 25px 0 0;
  }
  .single-post #secondary-hero h1.fl-heading,
  .single-fl-theme-layout #secondary-hero h1.fl-heading {
    font-size: 40px;
  }
  .single-post nav.post-navigation .nav-previous,
  .single-fl-theme-layout nav.post-navigation .nav-previous,
  .single-post nav.post-navigation .nav-next,
  .single-fl-theme-layout nav.post-navigation .nav-next {
    text-align: center;
  }
  .single-post nav.post-navigation .nav-previous a,
  .single-fl-theme-layout nav.post-navigation .nav-previous a,
  .single-post nav.post-navigation .nav-next a,
  .single-fl-theme-layout nav.post-navigation .nav-next a {
    display: inline;
  }
}
@media only screen and (max-width: 520px) {
  .single-post #under-hero .fl-row-content-wrap .fl-col,
  .single-fl-theme-layout #under-hero .fl-row-content-wrap .fl-col {
    width: 100%!important;
  }
  .single-post #under-hero .fl-row-content-wrap .fl-col .fl-module-content,
  .single-fl-theme-layout #under-hero .fl-row-content-wrap .fl-col .fl-module-content {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .single-post #under-hero .fl-row-content-wrap .fl-rich-text,
  .single-fl-theme-layout #under-hero .fl-row-content-wrap .fl-rich-text {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .single-post #under-hero .fl-row-content-wrap .fl-rich-text a,
  .single-fl-theme-layout #under-hero .fl-row-content-wrap .fl-rich-text a {
    display: inline-block;
  }
  .single-post #under-hero .fl-row-content-wrap .fl-rich-text .view-counter-value,
  .single-fl-theme-layout #under-hero .fl-row-content-wrap .fl-rich-text .view-counter-value {
    margin-top: 2px;
  }
}
.gform_wrapper .gform_heading {
  margin-bottom: 40px;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
  border: 1px solid #acb177 !important;
}
.gform_wrapper legend,
.gform_wrapper label,
.gform_wrapper .gform-field-label,
.gform_wrapper select,
.gform_wrapper input {
  font-size: 18px!important;
}
.gform_wrapper .gfield_required {
  color: #cc1e41;
  font-size: 18px;
}
.gform_wrapper .gform_footer {
  margin-top: 40px;
}
.gform_wrapper .gform_footer input[type="submit"] {
  border: 0!important;
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif !important;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  font-weight: 500!important;
  background: #cc1e41 !important;
  padding: 12px 27px!important;
  font-size: 20px!important;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #015696 !important;
}
.gform_wrapper .gfield--type-total label {
  float: left;
  margin-right: 5px;
  color: #015696;
  font-weight: 700;
}
.gform_wrapper .gfield--type-total input {
  border: 0!important;
  color: #015696 !important;
}
.gform_wrapper label {
  flex-flow: row!important;
}
.gform_confirmation_message,
.gform_confirmation_message p {
  font-size: 18px!important;
  color: black!important;
}
.gform_wrapper #gform_2 #field_2_4 {
  margin-left: 0;
  margin-top: -25px;
  width: 200px;
}
.gform_wrapper #gform_2 legend,
.gform_wrapper #gform_2 label.gfield_label_before_complex,
.gform_wrapper #gform_2 .gfield--input-type-email label,
.gform_wrapper #gform_2 .gfield--input-type-phone label {
  font-weight: bold;
}
.gform_wrapper #gform_2 #ginput_product_price_2_13 {
  color: #015696;
}
.gform_wrapper #gform_2 #ginput_product_price_2_13 .gform-field-label {
  font-weight: bold;
}
.gform_wrapper #gform_2 #ginput_product_price_2_13 span {
  color: #015696;
}
.gform_wrapper #gform_2 .gfield_radio {
  display: block;
}
.gform_wrapper #gform_2 .gfield_radio .gchoice {
  float: left;
  width: fit-content;
  margin-right: 60px;
}
#field_3_10 label {
  color: black;
  font-weight: 400;
  margin-bottom: -30px;
}
@media only screen and (max-width: 740px) {
  .gform_wrapper #gform_2 .gfield_radio .gchoice {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .gform_wrapper #gform_2 .gfield_radio .gchoice {
    width: 100%;
    float: none;
  }
}
#footer .fl-row-content-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
#footer .fl-module-icon p {
  font-size: 16px;
}
#footer .fl-module-icon:hover p {
  color: #e5eef4;
}
#footer a:hover {
  color: #e5eef4;
}
#footer li.btn {
  background: #cc1e41;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  margin-left: 0;
  margin-top: 10px;
  display: inline-block;
}
#footer li.btn a {
  padding: 7px 25px;
  color: white;
  font-weight: 500;
}
#footer li.btn:hover {
  background: white;
}
#footer li.btn:hover a {
  color: #cc1e41 !important;
}
#footer li.current_page_item a {
  color: white;
}
#footer li.current_page_item a:hover {
  color: #e5eef4;
}
#footer .disable {
  color: white!important;
  border: 0!important;
  pointer-events: none;
}
#footer p a:hover {
  border-bottom: 1px solid white;
}
#footer .copyright p {
  margin-bottom: 0;
}
@media only screen and (max-width: 970px) {
  #footer .fl-col-group > div:first-of-type {
    width: 190px!important;
  }
  #footer .fl-col-group > div:nth-of-type(2) {
    width: -webkit-calc(100% - 490px) !important;
    width: -moz-calc(100% - 490px) !important;
    width: calc(100% - 490px) !important;
    margin-bottom: 20px;
  }
  #footer .fl-col-group > div:nth-of-type(3) {
    width: 300px!important;
  }
  #footer .fl-col-group > div:nth-of-type(4) {
    width: 100%!important;
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .fl-col-group > div:nth-of-type(4) .fl-col-content {
    border-top: 1px solid white;
  }
  #footer .fl-col-group > div:nth-of-type(4) .fl-module-content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  #footer .fl-col-group > div:nth-of-type(4) .copyright .fl-rich-text {
    text-align: center;
  }
  #footer .fl-col-group > div:nth-of-type(4) .copyright p {
    font-size: 14px;
    display: inline-block;
  }
  #footer .fl-col-group > div:nth-of-type(4) .copyright p a {
    font-size: 14px!important;
  }
  #footer .fl-col-group > div:nth-of-type(4) .copyright p:after {
    content: " | ";
    margin-left: 10px;
    margin-right: 10px;
  }
  #footer .fl-col-group > div:nth-of-type(4) .copyright p:last-of-type:after {
    display: none;
  }
}
@media only screen and (max-width: 815px) {
  #footer .fl-col-group > div {
    float: left;
    clear: none;
  }
  #footer .fl-col-group > div:first-of-type {
    width: 175px!important;
  }
  #footer .fl-col-group > div:nth-of-type(2) {
    width: -webkit-calc(100% - 375px) !important;
    width: -moz-calc(100% - 375px) !important;
    width: calc(100% - 375px) !important;
  }
  #footer .fl-col-group > div:nth-of-type(3) {
    width: 200px!important;
  }
  #footer .fl-col-group > div:last-of-type {
    max-width: 100%;
  }
}
@media only screen and (max-width: 620px) {
  #footer .fl-row-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .fl-col-group > div:first-of-type .fl-photo {
    text-align: center;
  }
  #footer .fl-col-group > div:first-of-type,
  #footer .fl-col-group > div:nth-of-type(2),
  #footer .fl-col-group > div:nth-of-type(3) {
    width: 100%!important;
    max-width: 100%;
  }
  #footer .fl-col-group > div p,
  #footer .fl-col-group > div .fl-module-content,
  #footer .fl-col-group > div ul li a,
  #footer .fl-col-group > div .fl-icon-group {
    text-align: center;
  }
  #footer .fl-col-group > div:nth-of-type(2) {
    margin-bottom: 0;
  }
  #footer .fl-col-group > div:nth-of-type(2) .fl-module-icon-group {
    margin-top: -20px;
  }
  #footer .fl-col-group > div:nth-of-type(3) {
    margin-bottom: 20px;
  }
  #footer .fl-col-group > div .copyright p {
    display: block!important;
  }
  #footer .fl-col-group > div .copyright p:after {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .blue em,
  .blue h2 em {
    display: inline;
  }
  #secondary-hero {
    padding-left: 20px;
    padding-right: 20px;
  }
  #secondary-hero .fl-row-content-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  #secondary-hero .fl-row-content-wrap .column-layer-down {
    position: inherit;
  }
  #secondary-hero .fl-row-content-wrap .column-layer-down .fl-col-content {
    position: absolute;
    bottom: -60px;
  }
}
@media only screen and (max-width: 1200px) {
  #secondary-hero .fl-row-content-wrap {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  #secondary-hero .fl-row-content-wrap .fl-col {
    width: 100%;
  }
  #secondary-hero .fl-row-content-wrap .fl-col-group > div:first-of-type {
    margin-bottom: 40px;
    max-width: 100%!important;
  }
  #secondary-hero .fl-row-content-wrap .fl-col-group > div:first-of-type h1,
  #secondary-hero .fl-row-content-wrap .fl-col-group > div:first-of-type h2 {
    line-height: 1.1;
  }
  #secondary-hero .fl-row-content-wrap .column-layer-down {
    float: none;
    max-width: 500px;
    margin: auto;
  }
  #secondary-hero .fl-row-content-wrap .column-layer-down .fl-col-content {
    position: relative;
    bottom: 0;
  }
  #secondary-hero .fl-row-content-wrap .column-layer-down .fl-col-content .fl-module-photo {
    margin-bottom: -60px;
  }
  #secondary-hero h1,
  #secondary-hero h2,
  #secondary-hero .fl-button-wrap {
    text-align: center;
  }
  #secondary-hero .fl-button-has-icon a.fl-button {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fl-module-heading h2.fl-heading {
    line-height: 1.1;
    font-size: 45px;
  }
  .testimonial-slider .bx-viewport .fl-slide .fl-slide-text * {
    line-height: 1.2;
    font-size: 35px;
  }
}
@media only screen and (max-width: 950px) {
  #volunteer-points .fl-col-group-equal-height {
    display: block;
  }
  #volunteer-points .fl-col-group-equal-height .fl-col-small {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .staff-list {
    display: block;
  }
  .staff-list .fl-col-small {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (max-width: 850px) {
  .uabb-modal-close {
    right: 10px;
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .fl-module-heading h2.fl-heading {
    font-size: 40px;
  }
  .mobile-full-width {
    max-width: 100%!important;
  }
  #secondary-hero .fl-row-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blue-box-bottom-right:after {
    width: 80px;
    height: 60px;
    right: -20px;
    bottom: -20px;
  }
  .blue-box-bottom-left:after {
    width: 80px;
    height: 60px;
    bottom: -80px;
    left: -20px;
  }
  .testimonial-slider .fl-module-content {
    margin-left: 0;
    margin-right: 0;
  }
  .testimonial-slider .bx-viewport .fl-slide .fl-slide-content {
    padding-left: 45px;
    padding-right: 45px;
  }
  .testimonial-slider .bx-viewport .fl-slide .fl-slide-text * {
    font-size: 30px;
  }
  .testimonial-slider .bx-viewport .fl-slide .fl-slide-text * p:Last-of-type {
    font-size: 18px;
  }
  .cta-two-columns .fl-module-rich-text .fl-module-content {
    margin-bottom: 0;
  }
  .cta-two-columns .fl-module-button .fl-module-content {
    margin-bottom: 40px;
  }
  #programs-row .fl-col:not(.mobile-full-width) {
    max-width: 450px;
  }
  #teen-tutoring .fl-col-group > div:first-of-type {
    float: none;
    max-width: 450px;
  }
  #sign-up .fl-col-group > div:first-of-type {
    float: none;
  }
  .page-id-500 h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .fl-module-heading h2.fl-heading {
    line-height: 1.1;
    font-size: 35px;
  }
}
@media only screen and (max-width: 390px) {
  .contact-sidebar .fl-module-icon .fl-icon {
    display: none;
  }
  .contact-sidebar .fl-module-icon .fl-icon-text {
    padding-left: 0;
  }
  #stats-row .fl-row-content-wrap {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
}
/*Cookie Yes*/
.cky-consent-bar .cky-banner-btn-close img{
	height: 15px!important;
    width: 15px!important;
    margin: 10px!important;
}
.cky-consent-container .cky-consent-bar{
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif!important;
	border: 0px!important;
	border-radius: 10px 0px 10px 0px!important;
}
.cky-title {
	color:#015696!important;
}