/* colors */
.transform {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.transform-none {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.bg-photo {
  background: center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: inline-block;
}
.transition {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.center {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.flex-align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* -------- begin html tag settings --------- */
BODY {
  background: #808080;
  color: #333;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  overflow-x: hidden;
}
TD {
  padding: 4px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #01a1dd;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: .2em;
}
.page-template-page-needservices h1,
.page-template-page-needservices h2,
.page-template-page-needservices h3,
.page-template-page-needservices h4,
.page-template-page-needservices h5 {
  color: #76be43;
}
h1 {
  margin-top: 0;
  font-size: 48px;
}
h2 {
  font-size: 36px;
  text-transform: uppercase;
}
h3 {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 30px;
}
h4 {
  color: #999999;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 20px;
}
h5 {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 18px;
}
ul {
  list-style: square;
  margin: 0 0 18px 0;
}
ol {
  list-style: decimal;
  margin: 0 0 18px 0;
}
ul > li,
ol > li {
  margin-bottom: 1em;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
p,
.p,
li {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  font-weight: 400;
}
div {
  line-height: 1.2em;
}
a {
  color: #01a1dd;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #76be43;
  text-decoration: none;
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  padding: 4px;
}
code {
  white-space: wrap;
}
/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
/* ---------- begin structural settings ---------------- */
#container {
  font-size: 18px;
  float: left;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
section,
.section {
  float: left;
  position: relative;
  width: 100%;
  padding: 70px 0 0 0;
}
.container {
  position: relative;
  text-align: left;
}
#header {
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  z-index: 10;
  padding: 10px 0;
  margin-top: 25px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media only screen and (min-width: 960px) {
  #header.fixed {
    background: white;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  }
  #header.fixed #logo {
    max-width: 150px;
  }
  #header.fixed #nav ul li a {
    padding-top: 5px;
  }
  #header.fixed #nav-top ul li.button a {
    padding: 3px 10px;
  }
}
#header #search {
  float: right;
}
#header #search #searchform {
  position: relative;
}
#header #search #searchform #s {
  border: 1px solid #000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 6px;
}
#header #search #searchform .btn-search {
  position: absolute;
  right: 0px;
  top: 8px;
  text-indent: 1000px;
  overflow: hidden;
  background: url("../images/icons/search.png") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  box-shadow: none;
}
#header #logo {
  float: left;
  max-width: 275px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#header .header-right {
  float: right;
  text-align: right;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header #nav,
#header #nav-top {
  text-align: center;
  clear: both;
}
#header #nav ul,
#header #nav-top ul {
  margin: 0 auto;
}
#header #nav ul li,
#header #nav-top ul li {
  position: relative;
}
#header #nav ul li#menu-item-1725 ul.sub-menu,
#header #nav-top ul li#menu-item-1725 ul.sub-menu {
  width: 150px;
}
#header #nav ul li a,
#header #nav-top ul li a {
  color: #01a1dd;
  display: block;
  padding: 10px 0px 5px 20px;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#header #nav ul li a:hover,
#header #nav-top ul li a:hover,
#header #nav ul li a:active,
#header #nav-top ul li a:active,
#header #nav ul li li:hover,
#header #nav-top ul li li:hover {
  color: #444;
}
#header #nav ul li ul.sub-menu,
#header #nav-top ul li ul.sub-menu,
#header #nav ul li ul.children,
#header #nav-top ul li ul.children {
  position: absolute;
  top: 33px;
  left: 4px;
  z-index: 20000;
  box-shadow: 0 3px 6px #555;
  width: 200px;
  display: none;
}
#header #nav ul li ul.sub-menu li,
#header #nav-top ul li ul.sub-menu li,
#header #nav ul li ul.children li,
#header #nav-top ul li ul.children li {
  float: none;
}
#header #nav ul li ul.sub-menu a,
#header #nav-top ul li ul.sub-menu a,
#header #nav ul li ul.children a,
#header #nav-top ul li ul.children a {
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid #999;
  margin: 0;
  text-align: left;
  padding: 10px;
  color: #01a1dd;
}
#header #nav ul li ul.sub-menu a:hover,
#header #nav-top ul li ul.sub-menu a:hover,
#header #nav ul li ul.children a:hover,
#header #nav-top ul li ul.children a:hover,
#header #nav ul li ul.sub-menu a:active a:hover,
#header #nav-top ul li ul.sub-menu a:active a:hover,
#header #nav ul li ul.children a:active a:hover,
#header #nav-top ul li ul.children a:active a:hover {
  background: #ccc;
}
#header #nav ul li:hover ul.sub-menu,
#header #nav-top ul li:hover ul.sub-menu,
#header #nav ul li:hover ul.children,
#header #nav-top ul li:hover ul.children {
  display: block;
}
#header #nav .mobile-header-button,
#header #nav-top .mobile-header-button {
  display: none;
}
#header .disabled a {
  cursor: default;
}
#header .disabled ul.sub-menu a {
  cursor: pointer;
}
#header #nav-top ul {
  float: right;
  /*li:first-of-type {
			  a {
				font-size: 16px;
				color: black!important;
				text-decoration: none;
				display: inline-block;
				padding-left: 10px;
			  }
			  &:before {
				font-family: 'Font Awesome 5 Free';
				font-weight: 700;
				content: '\f053';
				font-size: 15px;
			  }
		  }	*/
}
#header #nav-top ul li.button a {
  margin-left: 10px;
  background: #76be43;
  font-size: 17px;
  color: white;
  padding: 7px 10px;
  text-transform: uppercase;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#header #nav-top ul li.button:nth-of-type(3) a {
  background: #01a1dd;
}
#header #nav-top ul li.button:nth-of-type(2) a {
  background: #de5400;
}
#header #nav-top ul li.button ul.sub-menu a {
  background: rgba(255, 255, 255, 0.85);
  color: #01a1dd;
  width: 100%;
}
#header #nav-top ul li ul.sub-menu li:first-of-type:before {
  display: none!important;
}
#header #nav-top ul#menu-looking-for-help-top li:nth-of-type(2) a {
  background-color: #de5400;
}
#header .mobile-nav {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 10px;
  display: none;
  float: right;
  z-index: 1000;
}
.translator {
  position: fixed;
  width: 100%;
  background: #01a1dd;
  z-index: 99;
  height: 25px!important;
}
.translator .switcher,
.translator .gt_switcher {
  float: right;
}
.translator .switcher a,
.translator .gt_switcher a {
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-size: 12px!important;
}
.nav,
.nav ul,
.menu,
.menu ul {
  margin: 0;
  padding: 0;
}
.nav li,
.menu li {
  float: left;
  list-style: none;
  margin: 0;
}
.nav a,
.menu a {
  text-decoration: none;
}
.page-template-page-needservices .translator {
  background: #76be43;
}
.page-template-page-needservices #header #nav ul li a,
.page-template-page-needservices #header #nav-top ul li a {
  color: #76be43;
}
.page-template-page-needservices #header #nav ul li .sub-menu li a,
.page-template-page-needservices #header #nav-top ul li .sub-menu li a {
  color: #76be43;
}
.page-template-page-needservices #header #nav-top ul li.button a {
  background: #01a1dd;
  color: white;
}
.page-template-page-needservices #header #nav-top ul li.button ul.sub-menu {
  color: #76be43;
}
.page-template-page-needservices #header #nav-top ul li.button ul.sub-menu li a {
  background: rgba(255, 255, 255, 0.85);
  color: #76be43;
}
@media only screen and (min-width: 1051px) and (max-width: 1350px) {
  #header #nav ul li#menu-item-1725 ul.sub-menu,
  #header #nav-top ul li#menu-item-1725 ul.sub-menu {
    width: 120px;
    left: -10px;
  }
}
@media only screen and (max-width: 1199px) {
  #header .container {
    width: 100%;
    padding: 0px 15px;
  }
  #header .header-right {
    right: 10px;
  }
}
/* Tablet (Portrait) ------------------------------------- */
@media only screen and (max-width: 1050px) {
  #header .mobile-nav {
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
  }
  #header #nav .menu-header {
    display: none;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 1000;
    width: 250px;
  }
  #header #nav .menu-header ul.sub-menu a {
    background: rgba(255, 255, 255, 0.85);
    color: #01a1dd;
    width: 100%;
  }
  #header #nav .menu-header ul li {
    width: 100%;
    text-align: left;
    padding-left: 15px;
  }
  #header #nav .menu-header ul li.mobile-header-button {
    padding-left: 0;
  }
  #header #nav .menu-header ul li a {
    padding: 10px;
    border-bottom: 1px solid #999;
  }
  #header #nav .menu-header ul li.menu-item-has-children {
    position: relative;
  }
  #header #nav .menu-header ul li.menu-item-has-children:after {
    font-family: "Font Awesome 5 Free";
    color: #01a1dd;
    content: '\f107';
    position: absolute;
    right: 10px;
    pointer-events: none;
    top: 10px;
    font-weight: 700;
  }
  #header #nav .menu-header ul li:hover ul.sub-menu {
    position: relative;
    width: 100%!important;
    left: 0px;
    top: 0px;
    box-shadow: none;
  }
  #header #nav .menu-header ul li:hover ul.sub-menu a {
    text-align: left;
    font-size: 16px;
    color: #76be43;
    padding: 7px 10px;
  }
  #header .container .row {
    text-align: center;
  }
  #header img#logo {
    max-width: 200px;
  }
  #header #nav-top {
    margin-top: 40px;
  }
  #header #nav-top ul {
    float: none;
  }
  #header #nav-top ul li {
    display: inline-block;
  }
}
@media only screen and (max-height: 850px) and (max-width: 1050px) {
  #header #nav .menu-header {
    height: 480px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: none;
  }
  #header #nav .menu-header li {
    background: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (max-width: 767px) {
  #header {
    position: absolute;
  }
  #header .mobile-nav {
    top: 0;
  }
  #header #nav ul li.mobile-header-button {
    display: block!important;
  }
  #header #nav ul li.mobile-header-button.menu-item-1233 a {
    background: #de5400;
  }
  #header #nav ul li.mobile-header-button.menu-item-1231 a {
    background: #01a1dd;
  }
  #header #nav ul li.mobile-header-button a {
    margin: 10px auto;
    background: #76be43;
    font-size: 17px;
    color: white;
    padding: 7px 10px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 200px;
  }
  #header #nav ul li.mobile-header-button:nth-of-type(3) a {
    background: #01a1dd;
  }
  #header #nav ul li.mobile-header-button:nth-of-type(2) a {
    background: #de5400;
  }
  #header img#logo {
    float: left;
    width: 165px;
  }
  #header #nav-top #menu-top-menu li:first-of-type,
  #header #nav-top #menu-top-menu li:nth-of-type(3) {
    display: none;
  }
  #header #nav-top #menu-top-menu li.button a {
    font-size: 15px;
    padding: 3px 5px;
  }
}
@media only screen and (max-width: 520px) {
  .translator .container {
    text-align: center;
  }
  .translator .switcher {
    float: none;
    margin: auto;
  }
}
@media only screen and (max-width: 350px) {
  #header #nav-top ul li.button a {
    padding: 3px 5px;
    font-size: 15px;
  }
  #header #nav-top ul li:first-of-type a {
    font-size: 15px;
  }
  #header {
    height: 130px;
  }
  #header .mobile-nav {
    top: -90px;
  }
  #header img#logo {
    float: none;
  }
  #header #nav .menu-header {
    top: -50px;
    min-width: 200px;
    width: 100%;
  }
  #header .header-right {
    width: 100%;
    top: -10px;
    position: relative;
    float: none;
    right: 0px;
  }
  #header .header-right li {
    float: none;
  }
  #header .mobile-nav {
    top: - / 0px;
  }
}
#page {
  background: #fff;
  padding-top: 0px;
  text-align: left;
}
#content {
  text-align: left;
}
#footer {
  color: white;
  padding: 20px 0;
  background-color: black;
}
#footer .container {
  width: 100%!important;
  max-width: 1170px;
}
#footer h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  opacity: 0.8;
}
#footer ul {
  padding: 0px;
  list-style: none;
}
#footer ul li {
  margin-bottom: 4px;
}
#footer i {
  font-size: 20px;
  margin-right: 7px;
}
#footer p {
  line-height: 1.6;
}
#footer .col-sm-3 {
  padding-left: 30px;
}
#footer .menu-footer-services-container li.color a,
#footer .menu-footer-help-container li.color a {
  color: #01a1dd;
}
#footer .newsletter-form {
  color: #01a1dd;
}
#footer .newsletter-form:hover {
  color: #76be43;
}
#bottom {
  background-color: #01a1dd;
  color: white;
  font-size: 14px;
  padding: 20px 0;
}
#bottom a {
  color: white;
  text-decoration: none;
}
#bottom a:hover {
  opacity: 0.8;
}
#bottom .copyright {
  text-align: center;
}
.fl-builder-content-1181,
.fl-builder-content-1288 {
  padding: 0;
}
.page-template-page-needservices #footer .menu-footer-services-container li.color a,
.page-template-page-needservices #footer .menu-footer-help-container li.color a {
  color: #76be43;
}
.page-template-page-needservices #footer .mailing-list-modal {
  color: #01a1dd;
}
.page-template-page-needservices #bottom {
  background-color: #76be43;
}
/* Tablet (Portrait) ------------------------------------- */
@media only screen and (max-width: 959px) {
  #footer a,
  #footer p {
    font-size: 15px;
    line-height: 1.4;
  }
}
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 767px) {
  #footer .col-xs-12 {
    text-align: center;
  }
  #bottom .copyright {
    width: 100%;
    text-align: center;
  }
  #bottom .informed {
    padding: 0 5%;
    margin-bottom: 10px;
  }
}
img.alignright {
  float: right;
  margin: 0 0 6px 10px;
}
img.alignleft {
  float: left;
  margin: 0 10px 6px 0;
}
.hide {
  display: none;
}
.date,
.help {
  color: #777;
  font-size: .9em;
}
.no-paragraph-space p {
  margin-bottom: 0;
}
.divider {
  clear: both;
  border-bottom: 3px solid #ff6666;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.videoblock {
  background: center center no-repeat;
  background-size: cover;
  height: 250px;
  border: 2px solid #000;
  display: inline-block;
  position: relative;
  width: 80%;
  margin: 0 10%;
  text-align: center;
}
.videoblock .play-button {
  background: url("../images/play-button.svg") center center no-repeat;
  background-size: 30%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 20px;
  opacity: 0.4;
}
.videoblock .play-button:hover {
  opacity: 0.7;
}
.videoblock strong {
  position: absolute;
  background: url("../images/transparent-black.png");
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 1px #000;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* Bootstrap */
.row {
  margin-left: 0px;
  margin-right: 0px;
}
/* slider */
#container {
  padding: 0;
  overflow: hidden;
}
#container .cs,
#container .cs-viewport,
#container .cs-viewport div {
  height: 450px;
}
#container .cs-slide {
  background: center center no-repeat;
  background-size: cover;
}
.entry-content ul li,
.uabb-modal-text ul li {
  margin-bottom: 7px;
  list-style-type: disc;
}
#hero {
  margin-bottom: 40px;
}
#hero .fl-row-content-wrap {
  height: 450px;
  position: relative;
}
#hero .fl-row-content-wrap .fl-row-content {
  margin-top: 80px;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#hero .fl-row-content-wrap .fl-row-content h1 {
  text-transform: uppercase;
  color: white;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
#hero.no-margin {
  margin-bottom: 0;
}
.cta {
  margin-top: 40px;
}
.cta .fl-col-group {
  background: rgba(255, 255, 255, 0.85);
  width: 30%;
  margin-left: 0px;
}
.cta .fl-col-group h3 {
  line-height: 1.1;
}
.cta .fl-col-group div {
  line-height: 1.4em;
}
.cta .fl-col-group .fl-module-content {
  padding: 20px;
}
.cta .fl-col-group a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  content: '\f105';
  padding-right: 7px;
}
.cta .fl-col-group a:hover {
  color: #76be43;
}
.page-template-page-needservices .cta .fl-col-group .fl-module-content {
  padding: 10px 0px;
}
.two-column ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
/*



.cta-2-col {
	margin-top: 40px;
	.fl-col-group {
		.fl-col-small {
			background: rgba(255,255,255,.85);
			width: 30%;
			margin-left: 0px;
			h2 {
				line-height: 1.1;
			}
			div {
				line-height: 1.4em;
			}
			.fl-module-content {
				padding: 40px 20px;
			}
			ul {
				padding: 0px;
			}
			a {
				display: block;
				margin-top: 20px;
				&:before {
					font-family: 'FontAwesome';
					content: '\f105';
					padding-right: 7px;
				}
			}

			a:nth-of-type(2), a:nth-of-type(3){
				margin-top: 0px;
			}
			&.spacer {
				background: none;
			}
		}
	
	}
	.widgets_on_page ul li {
		list-style-type: none;
	}
}
*/
a.arrow-link:before {
  content: '\f061';
  padding-right: 10px;
  margin-left: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #01a1dd;
}
.page-template-page-needservices a.arrow-link:before {
  color: #76be43;
}
.page-template-page-needservices .fl-col-group a {
  color: #76be43;
}
.page-template-page-needservices .fl-col-group a:before {
  color: #76be43;
}
.color-background {
  background-color: #e5f6fc;
  padding: 40px;
}
.page-template-page-needservices .color-background {
  background-color: #f1f8ec;
}
/*Our Programs */
.fl-accordion {
  background: rgba(255, 255, 255, 0.5);
}
.wp-image-273 {
  max-width: 250px!important;
}
.page-id-95 .fl-node-5d922925c4df2 {
  background-color: #ececec;
}
/* Volunteer */
.uabb-modal .uabb-content {
  padding: 25px;
}
.uabb-modal .uabb-modal-text {
  font-size: 18px;
  text-align: left;
}
/* Board */
.board-pics .fl-col-content {
  margin-bottom: 40px;
}
.board-pics .fl-col-content h3,
.board-pics .fl-col-content h5 {
  text-align: center;
}
.board-pics .fl-photo {
  padding: 0 40px;
}
.board-pics .fl-col {
  margin-bottom: 40px;
}
.board-pics .fl-photo-content {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
/* How to help */
#photo-caption img {
  position: relative;
}
#photo-caption .fl-photo-content:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
#photo-caption .photo-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  font-weight: 500;
  z-index: 2;
  pointer-events: none;
}
#photo-caption .fl-photo-caption-hover {
  top: 0px;
  bottom: 0px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  white-space: pre-wrap;
  line-height: 1.5;
  z-index: 2;
  pointer-events: none;
  right: 0;
}
/* Frequently Asked Questions */
.fl-accordion-small .fl-accordion-content {
  padding: 30px 15px;
}
/* Strategic Plan */
.page-id-646 .four-column .fl-module-heading,
.page-id-665 .four-column .fl-module-heading {
  background: #01a1dd;
}
.page-id-646 .four-column .fl-module-heading h3 span,
.page-id-665 .four-column .fl-module-heading h3 span {
  color: white;
}
.page-id-646 .four-column .fl-col-small,
.page-id-665 .four-column .fl-col-small {
  background: #e5f6fc;
}
.page-id-646 .four-column .fl-col-small h2,
.page-id-665 .four-column .fl-col-small h2 {
  margin-top: -20px;
  margin-bottom: -10px;
}
.page-id-646 .four-column .fl-col-small h5,
.page-id-665 .four-column .fl-col-small h5 {
  margin-bottom: 20px;
}
.page-id-646 .four-column .fl-col-small p,
.page-id-665 .four-column .fl-col-small p {
  text-align: center;
}
.page-id-646 .vision h2,
.page-id-665 .vision h2 {
  background: #01a1dd;
  color: white;
  margin-bottom: 40px;
}
.page-id-665 .four-column .fl-module-heading {
  background: #76be43;
}
.page-id-665 .four-column .fl-col-small {
  background: #f1f8ec;
}
.page-id-665 .vision h2 {
  background: #76be43;
}
#impact .uabb-flip-box .uabb-face {
  /*position: absolute;
			height: 100%!important;
			.uabb-flip-box-section {
				position: initial;
			} */
}
#impact .uabb-flip-box .uabb-face .uabb-module-content {
  margin-top: 0;
}
#impact .uabb-flip-box .uabb-face h4 {
  position: absolute;
  bottom: 0;
  color: white;
  margin-bottom: 0;
  background: rgba(1, 161, 221, 0.8);
  padding: 5px 10px;
  font-weight: 500;
  width: 100%;
}
#impact .uabb-flip-box .uabb-face .uabb-image-content,
#impact .uabb-flip-box .uabb-face img {
  width: 100%;
}
#impact .uabb-flip-box .uabb-back span.number {
  font-size: 25px;
  font-weight: bold;
}
#impact .uabb-flip-box .uabb-back p {
  margin-bottom: 15px;
}
#impact span.number {
  font-size: 25px;
  font-weight: bold;
}
/*
#timeline .fl-module-info-list, #tour .mejs-overlay-play, #impact .fl-col-bg-photo {
	z-index: 0;
	position: relative;
} */
/* Mission History */
.page-id-18 .fl-module-info-list .uabb-info-list-icon {
  width: 100px;
  /*.custom-character0, .custom-character1, .custom-character2, .custom-character3, .custom-character4, .custom-character5 {
				width: 100%;
				margin-top: -8px;
			}
			.custom-character5 {
				font-size: 30px;
			}*/
}
.page-id-18 .fl-module-info-list .uabb-info-list-icon > div:nth-of-type(2) {
  width: 100%;
  margin-top: -8px;
}
.page-id-18 .fl-module-info-list ul li:last-of-type .uabb-info-list-icon > div:nth-of-type(2) {
  font-size: 30px;
}
.page-id-18 .fl-module-info-list .uabb-info-list-content {
  width: -webkit-calc(100% - 120px) !important;
  width: -moz-calc(100% - 120px) !important;
  width: calc(100% - 120px) !important;
}
.page-id-18 .fl-module-info-list .uabb-info-list-connector {
  left: 50px!important;
}
.vision h2 {
  background: #76be43;
  color: white;
  margin-bottom: 40px;
}
.timeline .uabb-info-list-icon {
  width: 100px;
  /*.custom-character0, .custom-character1, .custom-character2, .custom-character3, .custom-character4, .custom-character5 {
			width: 100%;
			margin-top: -8px;
		}
		.custom-character5 {
			font-size: 30px;
		}*/
}
.timeline .uabb-info-list-icon > div:nth-of-type(2) {
  width: 100%;
  margin-top: -8px;
}
.timeline ul li:last-of-type .uabb-info-list-icon > div:nth-of-type(2) {
  font-size: 30px;
}
.timeline .uabb-info-list-content {
  width: -webkit-calc(100% - 120px) !important;
  width: -moz-calc(100% - 120px) !important;
  width: calc(100% - 120px) !important;
}
.timeline .uabb-info-list-connector {
  left: 50px!important;
}
/* Search */
.error-404 {
  max-width: 1170px;
  margin: 150px auto;
  float: none;
}
/* Capital Campaign */
.page-template-page-noheader #header {
  display: none;
  padding: 0;
}
.page-id-768 .color-background {
  padding: 20px;
}
.page-id-768 ul#menu-capital-campaign {
  display: block!important;
}
.page-id-768 ul#menu-capital-campaign li {
  float: none;
}
.page-id-768 ul#menu-capital-campaign li a {
  border: 0;
  font-size: 18px;
  background: #01a1dd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.page-id-768 ul#menu-capital-campaign li a span {
  color: white;
}
.page-id-768 ul#menu-capital-campaign li a:hover {
  background: #76be43;
  color: white;
}
.page-id-768 ul#menu-capital-campaign li:first-of-type a {
  background: #de5400;
}
.page-id-768 ul#menu-capital-campaign li:nth-of-type(2) a {
  background: #76be43;
}
.page-id-768 #vision .fl-row-content-wrap {
  background-size: 400px;
}
.page-id-768 #vision .strong {
  color: #76be43;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
}
.page-id-768 #reasons .fl-row-content-wrap {
  background-size: 600px;
}
.page-id-768 .fl-node-5f11b9a9a1846 .color-background {
  background: white;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.page-id-768 .donation-feed-card,
.page-id-768 .donation-total-feed-card {
  margin: 0!important;
}
.page-id-768 .fl-node-5f35a2169e406 .fl-photo-caption {
  color: #777777;
}
.fl-photo-caption {
  position: absolute;
  bottom: 0;
  right: 10px;
  color: white;
  padding-bottom: 10px;
}
#container .uabb-image-carousel button {
  background: none;
}
/* COVID */
.quote {
  color: #01a1dd;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 0;
}
.quote-name {
  color: #01a1dd;
}
.covid-timeline p {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 0;
}
/* IMO POrtal */
.page-id-1074 form.post-password-form {
  padding: 200px;
}
/* Get FOod page */
.page-id-310 :target::before {
  content: "";
  margin-top: -200px;
  height: 200px;
  display: block;
  pointer-events: none;
}
/* Donate */
.donation-gift .outer {
  margin: 20px 0;
  border: 1px solid #01a1dd;
  max-width: 500px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.donation-gift .outer .left,
.donation-gift .outer .right {
  -webkit-flex: 1 0 40%;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
}
.donation-gift .outer .left {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.donation-gift .outer .left .inner {
  padding: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  color: #01a1dd;
  font-weight: bold;
  line-height: 1.5;
  font-size: 15px;
}
#container,
form {
  /* buttons */
}
#container a.btn,
form a.btn,
#container .btn,
form .btn,
#container button,
form button,
#container input[type="submit"],
form input[type="submit"],
#container .btn a,
form .btn a,
#container a.fl-button,
form a.fl-button,
#container li.button a,
form li.button a {
  background-color: #01a1dd;
  border: 0;
  color: #fff!important;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px 20px;
}
#container a.btn .fl-button-text,
form a.btn .fl-button-text,
#container .btn .fl-button-text,
form .btn .fl-button-text,
#container button .fl-button-text,
form button .fl-button-text,
#container input[type="submit"] .fl-button-text,
form input[type="submit"] .fl-button-text,
#container .btn a .fl-button-text,
form .btn a .fl-button-text,
#container a.fl-button .fl-button-text,
form a.fl-button .fl-button-text,
#container li.button a .fl-button-text,
form li.button a .fl-button-text {
  color: #fff;
}
#container a.btn:hover,
form a.btn:hover,
#container .btn:hover,
form .btn:hover,
#container button:hover,
form button:hover,
#container input[type="submit"]:hover,
form input[type="submit"]:hover,
#container .btn a:hover,
form .btn a:hover,
#container a.fl-button:hover,
form a.fl-button:hover,
#container li.button a:hover,
form li.button a:hover {
  opacity: 0.8;
}
#container button,
form button,
#container input[type="submit"],
form input[type="submit"] {
  padding: 4px 16px;
  -webkit-appearance: none;
}
#container .orange a.fl-button,
form .orange a.fl-button {
  background: #de5400;
}
#container .red a.fl-button,
form .red a.fl-button {
  background: #ed1c24;
}
#container .mejs-container button,
form .mejs-container button {
  background-color: transparent;
  padding: 0;
}
.page-template-page-needservices #container a.btn,
.page-template-page-needservices #container .btn,
.page-template-page-needservices #container button,
.page-template-page-needservices #container input[type="submit"],
.page-template-page-needservices #container .btn a,
.page-template-page-needservices #container a.fl-button,
.page-template-page-needservices #container li.button a {
  background: #76be43;
}
.snippet {
  margin-bottom: 40px;
}
.snippet h2 {
  margin-top: 0;
}
.blog-thumb {
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}
.blog-thumb img {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.entry-footer {
  color: #999;
  font-size: .8em;
  text-decoration: none;
}
.entry-footer a {
  color: #999;
}
.entry-footer > span {
  margin-right: 6px;
}
.entry-footer .updated {
  display: none;
}
.navigation a,
.navigation span {
  padding-right: 6px;
}
/* Tablet (Portrait) ------------------------------------- */
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 768px) {
  .blog-thumb {
    margin-bottom: 10px;
  }
}
/* forms */
#container .frm_forms br {
  display: none;
}
#container .frm_style_formidable-style.with_frm_style .frm_submit button {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
#container input {
  border-radius: 4px;
}
#container label,
#container .frm_primary_label {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
#gform_1 {
  /*#field_1_27 {
		margin-top: -80px;
   	 	margin-bottom: 50px;
		padding-left: 20px;
		max-width: 200px;
		input {
			vertical-align: top;
			margin-top: 6px!important;
		}
	} */
}
#gform_1 #field_1_25 {
  margin-top: 0px;
  /*.ginput_container_checkbox {
			margin-top: -30px;
		} */
}
#gform_1 label {
  font-weight: normal;
}
#gform_1 .gifts-receive {
  border: 1px solid #01a1dd;
  padding: 20px;
  padding-bottom: 60px;
  margin-top: 20px;
}
#gform_1 .gifts-receive-checkbox {
  margin-top: -60px;
  margin-left: 20px!important;
  margin-bottom: 40px;
}
.gform_required_legend {
  display: none!important;
}
.gform_heading {
  margin-bottom: 40px;
}
#container .gform_body button {
  margin-bottom: 10px;
  display: inline;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
  margin-top: 0px!important;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  line-height: 1.5;
}
.StripeElement--card {
  border: 1px solid #ccc!important;
  background: #f9f9f9!important;
  border-radius: 4px!important;
  padding: 10px!important;
}
/* Capital campaign */
/* 
.cfmm_donation_type .gfield_radio li.gchoice_4_27_1 label, li#field_4_2 button {
	background: @green!important;
}

.gchoice_4_27_1, .gchoice_4_27_0 {
	input {
		display: none!important;
	}
	label {
		.border-radius(4px);
		padding: 10px 20px!important;
		color: white;
		width: 180px!important;
		text-align: center;
	}
}

.gchoice_4_27_0 {
	label {
		background: #555555;	
		width: 220px!important;
	}

} */
#gform_1 .donate-btn-container > button[id="500"] {
  position: relative;
}
#gform_1 .donate-btn-container > button[id="500"]:after {
  position: absolute;
  background-image: url('/wp-content/uploads/2024/04/Donate-500-circle-v2.svg');
  left: -50px;
  top: -5px;
  right: -50px;
  bottom: -125px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  pointer-events: none;
  content: '';
}
@media only screen and (max-width: 741px) {
  #gform_1 .donate-btn-container > button[id="500"] {
    display: block;
  }
  #gform_1 .donate-btn-container > button[id="500"]:after {
    position: absolute;
    background-image: url('/wp-content/uploads/2024/04/Donate-500-circle-mobile-v2.svg');
    left: -5px;
    top: -5px;
    right: -230px;
    bottom: -5px;
  }
}
@media only screen and (max-width: 640px) {
  li#field_4_31 {
    display: block!important;
  }
  li.gchoice_4_27_0 {
    float: left;
  }
}
/* #Site Styles // rewrite original
================================================== */
img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .cta .fl-col-group {
    width: 40%;
  }
}
@media only screen and (max-width: 1140px) {
  /* Capital Campaign */
  .page-id-768 #reasons {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .cta .fl-col-group {
    width: 50%;
  }
}
/* Tablet (Portrait) ------------------------------------- */
@media only screen and (max-width: 959px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 100%;
    line-height: 1em;
    font-size: 1em;
  }
  .container {
    width: 90%;
  }
  #sticky-menu {
    top: 160px!important;
  }
}
@media only screen and (max-width: 768px) {
  .fl-col-small {
    max-width: 100%;
  }
  .mobile-full-width,
  .mobile-full-width .fl-col {
    max-width: 100%!important;
  }
  .page-id-79 .fl-module-map {
    background-color: #f1f8ec;
    padding: 0px 40px 20px 40px;
  }
  .page-id-240 .fl-module-map {
    background-color: #e5f6fc;
    padding: 0px 40px 20px 40px;
  }
  .board-pics .fl-photo-content {
    width: auto;
  }
  .covid-timeline .fl-col-group {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
  }
  .covid-timeline .fl-col-small {
    width: 20%!important;
    float: left;
    clear: none;
  }
  /* Capital Campaign */
  .page-id-768 #vision .fl-col {
    max-width: 100%;
  }
  .page-id-768 #vision .fl-col p {
    text-align: center!important;
  }
  .page-id-768 #reasons {
    margin-bottom: 40px;
  }
}
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 100%;
    line-height: 1em;
    font-size: 1em;
  }
  .covid-timeline .fl-col-small {
    width: 33.3%!important;
    max-width: 33.3%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 600px) {
  .cta .fl-col-group {
    width: 90%;
    margin: auto;
  }
  .color-background {
    padding: 20px;
  }
  .page-id-79 .fl-module-map,
  .page-id-240 .fl-module-map {
    padding: 0px 20px 20px 20px;
  }
  h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 500px) {
  /* Donate */
  .donation-gift .outer {
    display: block;
  }
  .donation-gift .outer img {
    max-width: 100%!important;
  }
}
@media only screen and (max-width: 400px) {
  #hero .fl-row-content-wrap .fl-row-content h1 {
    font-size: 45px;
  }
  .covid-timeline .fl-col-small {
    width: 100%!important;
    max-width: 100%;
  }
}
