/*
Theme Name: JCSU Library Site Redesign
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
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
*/

/* Dont delete this */ 
/** Custom Paddings **/
.pad-xl .fl-row-content-wrap{
  padding-top: 12%;
  padding-bottom: 12%;
}
.pad-lg .fl-row-content-wrap{
  padding-top: 10%;
  padding-bottom: 10%;
}
.pad-md .fl-row-content-wrap{
  padding-top: 8%;
  padding-bottom: 8%;
}
.pad-sm .fl-row-content-wrap{
  padding-top: 6%;
  padding-bottom: 6%;
}
.pad-xs .fl-row-content-wrap{
  padding-top: 4%;
  padding-bottom: 4%;
}
.pad-xss > .fl-col-content {
  padding-top: 2%;
  padding-bottom: 2%;
}
/** REMOVE PADDING **/
/* Remove padding top or bottom */
body .remove-pad-top .fl-row-content-wrap, body .remove-col-pad-top > .fl-col-content {
  padding-top: 0 !important;
}
body .remove-pad-bottom  .fl-row-content-wrap, body .remove-col-pad-bottom > .fl-col-content{
  padding-bottom: 0 !important;
}
.fl-module-uabb-heading .fl-module-content{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/** Column Padding **/
.pad-xl-col > .fl-col-content {
  padding: 12% 12% !important;
}
.pad-lg-col > .fl-col-content {
  padding: 10% 10% !important;
}
.pad-md-col > .fl-col-content {
  padding: 8% 8% !important;
}
.pad-sm-col > .fl-col-content {
  padding: 6% 6% !important;
}
.pad-xs-col > .fl-col-content {
  padding: 4% 4% !important;
}
.pad-xss-col > .fl-col-content {
  padding: 2% 2% !important;
}

/** Mobile Paddings **/
@media only screen and (max-width: 670px) {
.pad-xl .fl-row-content-wrap, .pad-lg .fl-row-content-wrap, .pad-md .fl-row-content-wrap, .pad-sm .fl-row-content-wrap, .pad-xs .fl-row-content-wrap, .pad-xss > .fl-col-content{
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }
  .pad-xs-col  .fl-col-content.fl-node-content{ padding-top: 20px !important;
    padding-bottom: 35px !important; }
}
/** Nagative Margins **/
@media only screen and (min-width: 1024px) {
  .neg-top {
    margin-top: -90px;
  }
  .neg-bottom {
    margin-bottom: -120px;
  }
  .neg-left {
    margin-left: -90px;
  }
  .neg-right {
    margin-right: -120px;
  }
  .uabb-new-ib-content {
      display: none;
  }
}

/* Remove element margin */
.remove-margin-top .fl-module-content{
  margin-top: 0 !important;
}
.remove-margin-bottom .fl-module-content{
  margin-bottom: 0 !important;
}
.hide-xs, .show-small-device {
    display: none !important; 
}

p {
    margin-bottom: 20px !important;
}
p:last-child {
    margin-bottom: 0px !important;
}

/**------------------------------ 
 * Buttons
 ----------------------------**/
.uabb-btn.uabb-btn-one.uabb-gradient, .uabb-btn.uabb-btn-two.uabb-gradient, .btn > .fl-button-wrap, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit], .btn.btn-one>.fl-button-wrap, .btn.btn-one a, .btn.btn-one  .uabb-creative-button-wrap a, .btn.btn-two a, .btn.btn-two  .uabb-creative-button-wrap a, body .uabb-gf-style .gform_button.button, .btn.btn-primary, .btn.btn-two>.fl-button-wrap, .btn.btn-primary  {
     padding: 15px 30px !important;
    font-size: 18px;
    border-radius: 0px !important;
    letter-spacing: 0;
    text-transform: initial;
    border: 0px !important;
    font-weight: 400 !important;
}

.btn.btn-two .uabb-creative-button-wrap a, .btn.btn-two a{
    color: #fff !important;
    background: #000!important;
}
.btn.btn-two .uabb-creative-button-wrap a:hover, .btn.btn-two a:hover{
  color: #fff !important;
    background: #454545!important;
}

/* Button two */
.btn.btn-two .uabb-creative-button-wrap a, .btn.btn-two a, .uabb-gf-style .gform_button.button {
        color: #000 !important;
    background:#e9d805 !important;
	line-height:18px !important;
    border:0px solid #ffffff !important;
}
.fl-builder-content .btn.btn-two .uabb-creative-button-wrap a.uabb-button:hover, .uabb-gf-style .gform_button.button:hover { color: #fff !important;
    background: #000 !important;  }
.btn.btn-two .uabb-creative-button-wrap a span, .btn.btn-two a span{  color:#ffffff !important; }
.fl-builder-content .btn.btn-two .uabb-creative-button-wrap a.uabb-button:hover span{ color: #fff !important; }

/* Button three */
.btn.btn-three>.fl-button-wrap {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}
/* Button three > hover */
.btn.btn-three:hover>.fl-button-wrap {
  background-color: #282828 !important;
}
/** General **/
.fl-page {
    
}
body, p, a {
    line-height: 30px;
}
 p:last-child {
    margin-bottom: 0 !important;
}
a, a:hover, .pod .uabb-infobox {  
    /*text-decoration: none !important; */
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.right-content .fl-col-content {
    padding-left: 30px;
}
.left-content .fl-col-content {
    padding-right: 30px;
}

/**------------------------------ 
 * Mobile CTA
 ----------------------------**/
#mobile-phone-cta {

    position: fixed;
    bottom:12px;
 right:80px;
    height: 44px;
    z-index: 9;
    background:linear-gradient(90deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(204,204,204,.3);
        border-radius: 25px;
    padding: 0px 10px 0px 10px;
}
#mobile-phone-cta a {
  display: block;
  height: 44px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-top: 6px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-weight: bold;
}
#mobile-phone-cta a:hover {
  color: #000;
  text-decoration: none;
}
.mobile-phone-cta img {
  margin: 0px 0 0 0;
  padding-right: 10px !important;
  position: relative;
  top: 3px;
  display:none;
}
/** Scroll To Top **/
#fl-to-top {   background-color: #000; }
/** Beaver Builder Remove Module Margins **/
.fl-module-content {
    margin-top: 0;
    margin-bottom: 0;
}
/** 
 * Default header for blog single, search, error...
 **/
 .fl-nav-mobile-offcanvas.fl-responsive-nav-enabled .fl-offcanvas-opacity {
    z-index: 1;
}
.default-header-bg {
  position: relative;
  z-index: 1;
}
.default-header-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.58); /* FF3.6-15 */
}
h1.container.default-header-title {
    position: absolute;
    bottom: 50%;
  /*  background: rgba(112,55,81,0.56);*/
    left: 0;
    right: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0px auto;
   /* max-width: 100%;*/
   font-family: Poppins, sans-serif;
    font-weight: 500;
}
.single.single-post h1.container.default-header-title{bottom: 38%;}
.single.single-post .default-header-img{padding: 15% 0;}

.fl-page-bar .fl-page-bar-container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
.fl-page-bar .container .col-md-6.text-left {

}
.fl-page-bar .container .col-md-6.text-right {
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    display: flex;
    flex-direction: row-reverse;
}
.fl-page-bar{
  border:none;
}
header .fl-social-icons span {font-size: 17px !important;font-weight: 500 !important;font-family: 'Jost', sans-serif !important;padding-right: 30px;}
header .fl-social-icons a {color: #fff;font-size: 18px !important;font-weight: normal !important;margin: 20px;}
header .fl-social-icons a:hover {color: #f5e411;}
ul.top-contact-info {margin: 0;padding: 0;list-style: none;padding-left: 35px;
}
ul.top-contact-info li {display: inline-block;vertical-align: middle;font-size: 17px;/*line-height: 45px;*/color: #b0c7d3;font-weight: 500 !important;font-family: 'Jost', sans-serif !important;}
ul.top-contact-info li a {color: #fff;}
ul.top-contact-info li a:hover {color: #f5e411;}

ul.top-contact-info li:last-child:after{
  display: none;
}
.fl-page-bar-text {
    padding: 0;
}
i.fa.fa-phone{
	    transform: scale(-1, 1);
}
.fl-page-bar a:hover{
	text-decoration:none !important;
}
.get-btn{
    font-size: 20px;
    line-height: 45px;
    font-weight: 400;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    padding: 0px 40px;
    height: 45px;
    background: rgb(0,155,111);
    background: -moz-linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    background: linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009b6f",endColorstr="#a7cf69",GradientType=1);
}
.get-btn:hover{
  color:#FFF;
  text-decoration: none;
  background: rgb(167,207,105);
  background: -moz-linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
  background: linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7cf69",endColorstr="#009b6f",GradientType=1);
}
.fl-page-bar .fl-social-icons {
    white-space: nowrap;
    z-index: 9;
    font-size: 10px;
    margin: 0px 25px 0px;
}
.fl-page-bar .fl-social-icons *{
  color:#FFF;
}
.fl-page-bar .fl-social-icons i.fas, .fl-page-bar .fl-social-icons i.fab {
    width: 35px;
    line-height: 35px;
}
.fl-page-bar .fl-social-icons a i:hover{
  color:#039c6f;
}
.mobile-top-header {
    display: none;
}
.fl-page-nav-right .fl-page-nav-collapse {
    display: inline-flex !important;
    align-items: end;
    text-align: right;
}

@media (max-width:1045px){
.mobile-top-header {
    display: none;
    text-align: center;
    padding: 0;
    line-height: normal;
    position: relative;
    margin-top: 0;
    height: 4px;
    background: rgb(0,155,111);
    background: -moz-linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    background: linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009b6f",endColorstr="#a7cf69",GradientType=1);
}
.fl-page-bar .fl-social-icons i.fas, .fl-page-bar .fl-social-icons i.fab {
    font-size: 16px;
    width: 34px;
}
ul.top-contact-info li:after {
  display: none;
}
.mobile-top-header.active {
    text-align: center;
    height: 4px;
    z-index: 99999;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgb(167,207,105);
    background: -moz-linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
    background: linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7cf69",endColorstr="#009b6f",GradientType=1);
}
.mobile-top-header span.toggler {
    color: #FFF;
    z-index: 99999;
}
.mobile-top-header span.toggler i{
    border-radius: 100%;
    margin-top: 0;
    position: absolute;
    top: -25px;
    padding-top: 27px;
    left: 50%;
    width: 45px;
    height: 45px;
    transform: translate(-50%, 0%);
    color: #FFF;
    z-index: 9999;
    font-size: 15px;
    background: rgb(0,155,111);
    background: -moz-linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    background: linear-gradient(90deg, rgba(0,155,111,1) 0%, rgba(167,207,105,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009b6f",endColorstr="#a7cf69",GradientType=1);
}
.fl-page-bar-row .fl-page-bar-text {
    text-align: center;
    width: 100%;
}
.mobile-top-header.active span.toggler i{
background: rgb(167,207,105);
    background: -moz-linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
    background: linear-gradient(90deg, rgba(167,207,105,1) 0%, rgba(0,155,111,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7cf69",endColorstr="#009b6f",GradientType=1);
}
.mobile-top-header.active span.toggler i:before{
    content: "\f30c";
}
.fl-page-bar .container .col-md-6.text-left, 
.fl-page-bar .container .col-md-6.text-right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.fl-page-bar-row {
    text-align: center;
}
ul.top-contact-info, .fl-page-bar .container .col-md-6.text-right {
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: left !important;
    /* For IE, the outcast */
    zoom:1;
}

ul.top-contact-info li+li {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}

ul.top-contact-info {
    padding-left: 0;
}
.get-btn {
    line-height: 30px;
    padding: 6px 20px;
    font-weight: 500;
    width: 85%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.fl-page-bar .fl-social-icons {
    font-size: 8px;
    right: auto;
    position: relative;
    left: 0px;
    top: 0;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top: 0 !important;
}
.fl-page-bar .container .col-md-6.text-right .fl-page-bar-text {
    text-align: center;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
}
.fl-page-bar-text {
    text-align: left;
}
.home .fl-page-bar {
    position: absolute;
    top: -50%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
    width: 50%;
    margin: 0 auto;
    border-radius: 4px;
    z-index: 9999;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 3px 8px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 3px 8px 0px rgba(255, 255, 255, 0.5);
    -webkit-transition-property: top, bottom !important;
    -webkit-transition-duration: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
}
.fl-page-bar.active{
top: 200px;
    transform: translateY(-200px);
    opacity: 1;
    visibility: visible;
}
.popupactive{
  overflow-y: auto;
}
.popupactive:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 500ms;
    z-index: 99;
}
.fl-page-bar {
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.fl-page-bar {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fl-page-bar.active {
    opacity: 1;
    visibility: visible;
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
.fl-page-bar.active {
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    position: fixed;
}
@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}60%{opacity:1;transform:translateY(50.8%)}80%{transform:translateY(-49.8%)}100%{transform:translateY(-50%)}}@-moz-keyframes bounceInDown{0%{opacity:0;-moz-transform:translateY(-2000px)}60%{opacity:1;-moz-transform:translateY(50.8%)}80%{-moz-transform:translateY(-49.8%)}100%{-moz-transform:translateY(-50%)}}@-o-keyframes bounceInDown{0%{opacity:0;-o-transform:translateY(-2000px)}60%{opacity:1;-o-transform:translateY(50.8%)}80%{-o-transform:translateY(-49.8%)}100%{-o-transform:translateY(-50%)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(50.8%)}80%{transform:translateY(-49.8%)}100%{transform:translateY(-50%)}}
.fl-page-bar {
    background-color: #ffffff;
}
ul.top-contact-info li,
ul.top-contact-info li a,
ul.top-contact-info li span {
    /*color: #000;*/
    font-weight: 400;
    font-size: 16px;
}
ul.top-contact-info li a i{
  #099d6e
}
.fl-page-bar .fl-page-bar-text-2 .getaquote-btn, .fl-page-bar .fl-page-bar-text-2 .top-right-btn {
    display: block;
}
.get-btn, .get-btn3, .top-right-btn p {
    display: block;
    margin: 0px;
    padding: 0px 0px;
    line-height: 45px;
    font-size: 18px;
}
.fl-page-bar .fl-social-icons * {
    color: #099d6e;
}
.fl-page-bar .container {
    padding-left: 0 !important;
}
.top-right-btn {
    margin-top: 10px;
}
.top-right-btn p{
  line-height: 21px;
}
  
}
@media only screen and (max-width: 640px) {
.home .fl-page-bar {
    width: 94%;
  }
}










/** Single Page **/
.fl-sidebar aside ul li a:hover {   margin-left: 10px; }

/** Search **/
#bb-custom-search-result article.fl-post {
    width: 70%;
    margin: 0px auto;
}
.search-article {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.search-article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
h3.search-query {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
/** 404 Error page **/
.fl-404 {  padding: 0; }
.error404 .fl-post-content.clearfix, .error404  .fl-post-header {   display: none; }

/** Icons Animation **/
.footer-social-icon a:hover{
    opacity: .8;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
}
.footer-social-icon a{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
/** Custom CSS 
 * ---------------------**/
/** Image Scale **/
.uabb-post-wrapper:hover .uabb-post-thumbnail  img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    opacity: .8;
}
.uabb-post-wrapper .uabb-post-thumbnail img{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.uabb-post-wrapper .uabb-blog-posts-shadow{
  position: relative;
}
.uabb-post-wrapper .uabb-blog-posts-shadow:hover::after {
    width: 100%;
}
.uabb-post-wrapper .uabb-blog-posts-shadow::after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #ffcf01;
    position: absolute;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

/** Testimonial **/


.shadow-effect {
    padding: 40px 25px;
    border-radius: 4px;
    text-align: left;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
    background-color: #ffffff;
}
.customers-testimonials .shadow-effect p {
    text-align: center;
}
.customers-testimonials .owl-nav {
    display: none;
}
.testimonial-name {
    text-shadow: none;
    font-size: 20px;
    line-height: 22px;
    color: #002040;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.customers-testimonials .item {
    transition: all .3s ease-in-out
}
.customers-testimonials .owl-item.active.center .item {
    opacity: 1;
}
.customers-testimonials.owl-carousel .owl-item img {
    width: 50px;
    text-align: left;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0;
}
.customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
.customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background:#2ca86f;
}
.customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.customers-testimonials.owl-carousel .owl-dots .owl-dot span {
background: #FFF;
    display: inline-block;
    height: 12px;
    border-radius: 100%;
    margin: 0 6px;
    transition: all 250ms ease-out 0s;
    width: 12px;
}
.customers-testimonials.owl-carousel .owl-dots.disabled{
  display: block !important;
  margin-top: 32px;
}
.customers-testimonials .testi-img {
    text-align: center;
    position: absolute;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f2f5f4;
    border-radius: 100%;
    padding: 40px 30px;
    width: 110px;
    height: 110px;
}
.customers-testimonials.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    padding-top: 60px;
}
.customers-testimonials .testi-text {
    margin-top: 40px;
}
button.owl-next span, button.owl-prev span{
  text-indent: -999px;
}


@media screen and (max-width: 768px) {
  /** font size for smaller devices */
  .fl-col-small {  max-width: 100% !important;  }
  h1 {  font-size: 28px !important; line-height: 42px !important; }
  h2 {  font-size: 26px !important; line-height: 36px !important; }
  h3 { font-size: 22px !important; line-height: 30px !important  }

}
@media screen and (max-width: 991px) {

}
/** Graviry Form Styles **/

.gform_body input::-webkit-input-placeholder, 
.gform_body textarea::-webkit-input-placeholder, 
.gform_body select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #002040;
}
.gform_body input::-moz-placeholder, 
.gform_body textarea::-moz-placeholder, 
.gform_body select::-moz-placeholder { /* Firefox 19+ */
  color: #002040;
}
.gform_body input:-ms-input-placeholder, 
.gform_body textarea:-ms-input-placeholder, 
.gform_body select:-ms-input-placeholder { /* IE 10+ */
  color: #002040;
}
.gform_body input:-moz-placeholder, 
.gform_body textarea:-moz-placeholder, 
.gform_body select:-moz-placeholder { /* Firefox 18- */
  color: #002040;
}
.gform_wrapper textarea.large{ 
 height: 100px !important; 
}
label.gfield_label {  
  display: none !important; 
}
.gform_wrapper { 
 margin-bottom: 0px !important;
  margin-top: 0; 
}
.gform_wrapper .gform_footer { 
 padding-bottom: 0 !important;
  }
.uabb-gf-style { 
 padding: 0 !important;
}
.gform_body input, .gform_body textarea, .gform_body select {
    height: 50px;
    background-color: #fafafa;
    border: 1px solid #d4d9d7;
    border-radius: 0;
    font-size: 16px;
    padding-left: 20px;
    display: block;
    margin-top: 0px !important;
    width: 100%;
    padding: 10px 12px !important;
    line-height: 1.428571429;
    color: #002040 !important;
    vertical-align: middle;
    background-image: none;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#gform_fields_1 textarea{
  height: 150px;
}
.gform_wrapper .top_label li{
    margin-bottom: 15px;
}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
    width: auto;
    margin: 0;
    color: #fff;
    background: linear-gradient(90deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    font-weight: 400;
    font-size: 16px;
    border-radius: 4px;
    height: 45px;
    padding: 6px 25px;
    line-height: 1.35;
    border-style: solid;
    border-width: 1px;
    border-color: #1a4057;
}
.gform_wrapper.gf_browser_ie .gform_footer input.button{
      padding: 6px 25px;
}
.gform_wrapper .gform_footer {
    padding-bottom: 0 !important;
    margin: 0;
    padding: 0;
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:hover{
    background-color: #039c6f;
        border-color: #039c6f;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
    position: relative;
}
body .gform_wrapper img.ui-datepicker-trigger {
    width: 17px!important;
    height: 16px!important;
    display: -moz-inline-stack;
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 13px;
    width: 32px !important;
    height: auto !important;
    border-left: 1px solid #e6e6e6;
    padding-left: 10px;
}
body .uabb-gf-style input, body .uabb-gf-style textarea {
    border-radius: 0 !important;
    border-color: #e5e5e5 !important;
}
.gform_wrapper .top_label li {  margin-top: 0 !important; }

.gform_wrapper .ginput_container_radio li{
    vertical-align: middle !important;
}
/*Form Error CSS*/
.gform_wrapper div.validation_error {
    color: #ff0000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    border-top: none;
    border-bottom: none;
    padding: 0;
    clear: both;
    width: 100%;
    text-align: left;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 16px;
    color: #f00;
    font-weight: normal;
    letter-spacing: normal;
    padding: 0;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #ff0000 !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 6px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}
.gform_wrapper .validation_message, .gform_wrapper .gfield_error .gfield_label {
    color: #ff0000;
    font-weight: 400;
    letter-spacing: normal;
}

/*Custom CSS*/
header.fl-page-header.fl-page-header-primary {
/*    color: #fff;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 9;
    border: none;*/
}
.fl-page-header{
	    background-color: rgba(255,255,255,1) !important;
}
.fl-page-nav-right .fl-page-header-wrap{
	    box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.1);
}

@media (max-width: 1020px){ 
.fl-page-header .fl-page-header-row.row {
    flex-direction: row;
    text-align: left;
}
}
.fl-page-header.header-scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
.scroll-bottom{
    -webkit-animation: sdb05 2s infinite;
  animation: sdb05 2s infinite;
    -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translate(0px, 20px);
    opacity: 0;
  }
}

.slidet-title{
  filter: drop-shadow(1.236px 3.804px 2px rgba(0,0,0,0.4));
}
.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
    padding: 10px 34px;
}
.offer-box .uabb-infobox{
  position: relative;
  overflow: hidden;
}
.offer-box .fl-col-group.fl-col-group-equal-height .fl-col-content {
    margin: 0px 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    background-color: #FFF;
}
.offer-box .fl-col-group.fl-col-group-equal-height .fl-col-content:hover{
    box-shadow: 0px 15px 15px rgba(0,0,0,0.15);
 }
.offer-box .fl-col-group.fl-col-group-equal-height .fl-col-content:before {
    position: absolute;
    z-index:0;
    top: 50%;
    right: 20px;
    bottom: 50%;
    left: 20px;
    content: '';
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transform: rotate(-70deg);
}
.offer-box .fl-col-group.fl-col-group-equal-height .fl-col-content:hover:before {
    background: rgba(0, 153, 97, 0.05);
    top: 20px;
    bottom: 20px;
    opacity: 1;
    border: 0;
}
.offer-box .uabb-infobox .uabb-image .uabb-photo-img {
    width: 60px;
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 
}
.offer-box .fl-col-group.fl-col-group-equal-height .fl-col-content:hover .uabb-module-content img {
    transform: translate3d(0px, -5px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.45s ease 0s;
}
.cta{
  position: relative;
}
.cta:before{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*background-image: url(/wp-content/uploads/sites/46/2020/04/Footer-Mask.png);*/
  left: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
      background-position: center top;
    background-attachment: scroll;
    background-size: contain;
}
.fl-node-5e871cf5b32f5 > .fl-row-content-wrap{
	    background-size: contain !important;
}
.uabb-module-content.uabb-creative-button-wrap a{
  border:none !important;
  border-radius: 0px !important;
}
.uabb-module-content.uabb-creative-button-wrap a:hover {
    /*background: -webkit-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -o-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -ms-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -moz-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: linear-gradient(270deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    border:none;*/
}
.home-form #gform_fields_1 textarea {
    height: 120px;
}
.home-form .gform_footer input[type=submit]{
    height: 50px;
    border-radius: 50px !important;
    background: -webkit-linear-gradient(0deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -o-linear-gradient(0deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -ms-linear-gradient(0deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -moz-linear-gradient(0deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: linear-gradient(90deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
}
.home-form .gform_footer input[type=submit]:hover{
    height: 50px;
    border-radius: 50px !important;
    background: -webkit-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -o-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -ms-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: -moz-linear-gradient(180deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
    background: linear-gradient(270deg, rgb(255,105,78) 0%, rgb(222,34,0) 100%);
}
.home-form .gform_wrapper form {
    position: relative;
}
.home-form .gform_wrapper .top_label li.home-capcha {
    margin-bottom: 0;
}
.home-form .gform_wrapper .gform_footer {
    position: absolute;
    right: 20px;
    bottom: 15px;
    text-align: right;
    width: 50%;
}
p.uabb-post-meta.uabb-blog-post-section {
    border-bottom: 1px solid #d4d9d7;
    padding-bottom: 5px !important;
}
span.uabb-read-more-text.uabb-blog-post-section a {
    border-bottom: 1px solid #002040;
}
span.uabb-read-more-text.uabb-blog-post-section a .uabb-next-right-arrow{
  display: none;
}

/*Footer CSS*/
.fl-page-footer-widgets-row .col-md-3.col-lg-3:first-child {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    text-align: center;
        border-bottom: 1px solid #183b5f;
    margin-bottom: 40px;
    height:60px;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(2){
    width: 40%;
    max-width: 40%;
    flex: 40%;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(3){
width: 40%;
    max-width: 40%;
    flex: 40%;
}
.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(4){
    width: 20%;
    max-width: 20%;
    flex: 20%;
}
.footer-add li img{
  margin-right: 10px;
}
.footer-add li {
    display: block;
    margin-bottom: 12px;
}
footer .fl-widget .fl-widget-title {
    margin-bottom: 20px;
    color: #2ca86f;
    font-size: 20px;
}
footer .fl-page-footer-widgets {
    padding-top: 180px;
    border: none;
    padding-bottom: 40px;
    background-size: contain !important;
   /* background-image: url(https://templates.responsively.com/template40/wp-content/uploads/sites/46/2020/05/Footer-Mask.png) !important;*/
}
.footer-links {
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
}
.footer-links li {
    margin-right: 5px;
    margin-bottom: 0px !important;
    display: inline-block !important;
}
.footer-links li:first-child a i {
    padding: 6px 9px;
}
.footer-links li:last-child a i {
    padding: 6px 5px;
}
.footer-links li a i {
    width: 30px;
    height: 30px;
    z-index: 9999;
    font-weight: 300;
    font-size: 16px;
    color: #FFF;
    border-radius: 100%;
    padding: 6px 7px;
    display: block;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
        border: 1px solid transparent;
}
.footer-links li a i:hover{
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
    color:#FFF;
}
.footer-links li a:hover{
  text-decoration: none;
}
.footer-links li a i.fa-facebook-f{
  background-color: #3b5998;
}
.footer-links li a i.fa-twitter{
  background-color: #55acee;
}
.footer-links li a i.fa-instagram{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.footer-links li a i.fa-linkedin-in{
  background-color: #007ab9;
}
.footer-links li a i.fa-youtube{
  background-color: #c4302b ;  
}
#menu-footer-menu li.current-menu-item a {
    color: #2ca86f;
}

.fl-page-footer {
    border-top: none;
    font-size: 14px;
    border-color: #048;
    background-color: #002346;
    color: #d4d9d7;
}
.fl-page-footer-text, .fl-page-footer-text a{
    color: rgba(255, 255, 255, 0.5);
}

/*Innerpage CSS*/

.uabb-image .uabb-photo-img{
	width:100% ! important;
}

.service .uabb-infobox-content .uabb-image .uabb-photo-img {
    width: 100%;
}
.service- .uabb-infobox{
    box-shadow: 0 10px 20px 0 rgba(51,77,128,.12);
    position: relative;
}
.service .uabb-infobox-content .uabb-infobox-title-wrap,
.service .uabb-infobox-content .uabb-infobox-separator,
.service .uabb-infobox-content .uabb-infobox-text-wrap{
    /*padding: 0px 25px;*/
}
.service .uabb-image{
  position: relative;
    overflow: hidden;
}
.service .uabb-infobox{
	    box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.1);
	   
}
.service .uabb-image:before, .service .uabb-image:after{
      background: rgba(255,255,255,.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -ms-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}

.service .uabb-infobox:hover .uabb-image:before{
   left: 50% !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important;
    opacity: 1!important;
    right: 50%!important;
}

.service .uabb-infobox:hover .uabb-image:after {
    bottom: 50%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 50%;
}


.service .uabb-infobox:hover:before {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.service .uabb-infobox:before {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -1px;
    height: 4px;
    width: 100%;
    background: #ffcf01; 
    /*background: rgba(36,184,140,1);
    background: -moz-linear-gradient(left, rgba(36,184,140,1) 0%, rgba(5,88,110,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,184,140,1)), color-stop(100%, rgba(5,88,110,1)));
    background: -webkit-linear-gradient(left, rgba(36,184,140,1) 0%, rgba(5,88,110,1) 100%);
    background: -o-linear-gradient(left, rgba(36,184,140,1) 0%, rgba(5,88,110,1) 100%);
    background: -ms-linear-gradient(left, rgba(36,184,140,1) 0%, rgba(5,88,110,1) 100%);
    background: linear-gradient(90deg, rgb(255 207 1) 0%, rgb(255 207 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b88c', endColorstr='#05586e', GradientType=1 );*/
    content: "";
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.service .uabb-module-content{
  position: relative;
}
.service .uabb-infobox-content:after{
    border-radius: 100%;
    padding: 12px;
    position: absolute;
    bottom: 0;
    content: "\e97e";
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    padding: 12px;
    color:#FFF;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #ffcf01;
    border: 1px solid #ffcf01;
    font-family: 'Ultimate-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.service .uabb-infobox:hover .uabb-infobox-content:after{
    opacity: 1;
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
.service .uabb-imgicon-wrap img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    
}
.service .uabb-infobox:hover .uabb-imgicon-wrap img {
    opacity: 0.8;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.cta1 .circles {
    width: 100%;
    /*margin: -90px 0;*/
    height: 240px;
    position: relative;
    overflow: hidden;
}
.cta1 .circle-1 {
    width: 450px;
    height: 450px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin-top: -226px;
    margin-left: -226px;
    border: 1px solid #f5f5f5;
}

.cta1 .circle-2 {
    width: 330px;
    height: 330px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #eee;
    top: 50%;
    left: 50%;
    margin-top: -166px;
    margin-left: -166px;
    position: absolute;
}

.cta1 .circle-3 {
    width: 220px;
    height: 220px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    top: 50%;
    left: 50%;
    margin-top: -111px;
    margin-left: -111px;
    position: absolute;
}

.cta1 .circle-4 {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #ddd;
    top: 50%;
    left: 50%;
    margin-top: -61px;
    margin-left: -61px;
    position: absolute;
}

.cta1 .circle-center {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin-top:-35px;
    margin-left: -21px;
    position: absolute;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cta1 .circle-center i {
    font-size: 16px;
    display: block;
        color: #FFF;
    margin-top: 11px;
    background: #2ca86f;
    border-radius: 100%;
    padding: 12px 0px;

}

.cta1 .circle-center:hover i {
    color: #fff;
}

.cta1 .circle-center .circle-center-tip {
    position: absolute;
    font-size: 13px;
    color: #fff;
    width: 200px;
    padding: 7px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: -100px;
    left: 50%;
    margin-top: -37px;
    background: #2ca86f;
}

.cta1 .circle-center .circle-center-tip:after {
    width: 6px;
    height: 6px;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    transform: rotate( 45deg );
    content: ' ';
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: -3px;
    background: #2ca86f;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale( 1 ); opacity: 0.3; }
    50% { -webkit-transform: scale( 1.1 ); opacity: 1; }
    100% { -webkit-transform: scale( 1 ); opacity: 0.3; }
}

@-moz-keyframes pulse {
    0% { -moz-transform: scale( 1 ); opacity: 0.3; }
    50% { -moz-transform: scale( 1.1 ); opacity: 1; }
    100% { -moz-transform: scale( 1 ); opacity: 0.3; }
}

@-o-keyframes pulse {
    0% { -o-transform: scale( 1 ); opacity: 0.3; }
    50% { -o-transform: scale( 1.1 ); opacity: 1; }
    100% { -o-transform: scale( 1 ); opacity: 0.3; }
}

@keyframes pulse {
    0% { transform: scale( 1 ); opacity: 0.3; }
    50% { transform: scale( 1.1 ); opacity: 1; }
    100% { transform: scale( 1 ); opacity: 0.3; }
}
.cta1 .circle-pulse {
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    opacity: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cta1 .gform_wrapper form {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}
.cta1 .gform_wrapper .gform_body {
    width: 60%;
}
.cta1 .gform_wrapper .gform_footer {
    width: 40%;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.cta1 .gform_wrapper .gform_footer input[type=submit]{
    width: 100%;
    margin: 0px;
    text-align: left;
    padding-left: 40px !important;
}
.cta1 .gform_wrapper .gform_footer:hover:after{
    color:#FFF;
}
.cta1 .gform_wrapper .gform_footer:after{
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    right: 40px;
    top: 16px;
}
.cta1 .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    margin: 0px;
    position: relative;
}
body .cta1 .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
.cta1 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    border: 1px solid #ccc;
    background: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 15px !important;
    font-size: 16px !important;
    height: 45px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    width: 95%;
    outline: none;
}

.cta1 .validation_error, .cta .instruction.validation_message{
  display: none !important;
}
.cta1 .gform_wrapper.gform_validation_error .top_label input.medium{
  width:100%;
}
.cta1 .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.cta1 .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ff0000;
}
.cta1 .gform_wrapper .gform_ajax_spinner {
    padding-left: 10px;
    position: absolute;
    right: 10px;
    top: 15px;
}
.cta1 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 0;
    margin: 0px;
    color: #f00;
    font-weight: 400;
    position: absolute;
    top: -11px;
    left: 1px;
    background-color: #fff;
    width: auto;
    padding: 0px 5px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
}
.cta .gform_wrapper li.gfield.gfield_error{
    background-color: transparent;
    margin-bottom: 0px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
    max-width: 100% !important;
    width: 100% !important;
}
.fl-post-feed-meta {
    margin-top: -10px;
}
.fl-post-feed-text a.fl-post-feed-more {
    border: 1px solid #ffcf01 !important;
    padding: 3px 15px !important;
    color: #000000 !important;
    background-color: #ffcf01 !important;
        margin-top: -20px;
}
.fl-post-feed-header {
     margin-bottom: 0px;
  }  

.fl-post-feed-text a.fl-post-feed-more:hover{
    border: 1px solid #002040 !important;
    background-color: #002040 !important;
}
.fl-post-feed .fl-post-feed-post {
    /*border-bottom: 1px solid #e6e6e6 !important;*/
    margin-bottom: 20px !important;
    padding-bottom: 37px !important;
}
.fl-node-5d5fb3d2d6502 > .fl-col-content {
    background-color: #2ca86f;
    }
.fl-node-5d5fb3d2d6be2 > .fl-col-content {
    background-color: #2ca86f;
}
.fl-node-5d5fb3d2d688e > .fl-col-content{
	 background-color: #2ca86f;
}

.blog .fl-widget-title, .single .fl-widget-title,
.fl-module-sidebar .fl-widget-title, .single .fl-module-sidebar .fl-widget-title{
      font-weight: 800;
    font-size: 25px;
    display: inline-block;
    text-transform: capitalize;
    color: #000;
	
}
.blog .fl-sidebar .fl-widget ul, .single .fl-sidebar .fl-widget ul, .single .fl-module-sidebar .fl-widget ul, .fl-module-sidebar .fl-widget ul{
    position: relative;
    padding-left: 25px;
}



.blog .fl-sidebar aside.fl-widget ul:before, .single .fl-sidebar aside.fl-widget ul:before,
.fl-module-sidebar aside.fl-widget ul:before, .single .fl-module-sidebar aside.fl-widget ul:before{
    width: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #E2E2E4;
    background: #E2E2E4;
    height: 100%;
    content: ' ';
    left: 0;
    top: 8px;
    position: absolute;
}
.blog .fl-sidebar aside.fl-widget ul li:before, .single .fl-sidebar aside.fl-widget ul li:before,
.fl-module-sidebar aside.fl-widget ul li:before, .single .fl-module-sidebar aside.fl-widget ul li:before{
    content: ' ';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #ffffff99;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: -4px;
    margin-top: 8px;
    border: 3px solid #2ca86f;
}
.blog .fl-sidebar aside.fl-widget ul:after, .single .fl-sidebar aside.fl-widget ul:after,
.fl-module-sidebar aside.fl-widget ul:after, .single .fl-module-sidebar aside.fl-widget ul:after{
    width: 4px;
    height: 15px;
    left: 0;
    content: ' ';
    position: absolute;
    bottom: -14px;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0, #E2E2E4 ), color-stop( 1, #f6f5fc ) );
    background-image: -o-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc 100% );
    background-image: -moz-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc 100% );
    background-image: -webkit-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc 100% );
    background-image: -ms-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc 100% );
    background-image: linear-gradient( to bottom, #E2E2E4 0%, #f6f5fc 100% );
}
.blog .fl-sidebar ul li a, .single .fl-sidebar ul li a,
.fl-module-sidebar ul li a, .single .fl-module-sidebar ul li a{
    list-style: none;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 20px;
	color: #0a0000;

}
.blog .fl-sidebar ul li a:hover, .single .fl-sidebar ul li a:hover,
.fl-module-sidebar ul li a:hover, .single .fl-module-sidebar ul li a:hover{
  color:#f1c402;
  text-decoration: none;
}
.fl-page button:not(.customize-partial-edit-shortcut-button):hover{

	    color: #fff;
    background-color: #ffcf01 !important;
    border-style: solid;
    border-width: 1px;
    border-color: #002040;
    border-radius: 10px !important;
}
.owl-carousel button.owl-dot{
	    font:inherit1 !important;
}
.fl-row-content-wrap .uabb-table-header, .table-data{
  display: none;
}
.fl-row-content-wrap .uabb-table-inner-wrap .uabb-table-features .table-body-td {
    border: none;
    padding: 10px 0px;
    border-bottom: 1px dashed #d6d6d6;
    font-weight: 600;
}
.fl-row-content-wrap .uabb-table-features{
      text-align: left;
}
.fl-row-content-wrap .uabb-table-inner-wrap tr td:last-child .content-text{
      color: #b1b1b1;
}
.download-btn:hover{
  background-color: transparent !important;
    color: #0b2f6d !important;
    text-decoration: none;
}
.download-btn{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 10px;
        color: #0b2f6d !important;
    padding-bottom: 5px;
    display: inline-block;
    border: none !important;
}
.uabb-creative-button-wrap .uabb-creative-button.download-btn .uabb-creative-button-icon-before{
    color: #f00 !important;
    font-size: 58px;
}
.download-btn span{
    border-bottom: 1px solid #0b2f6d;
    padding-bottom: 3px;
}

.testimonial-content {
    text-align: center;
    padding: 30px 25px 40px !important;
    margin: 30px 0px 30px 0px;
    background-color: #fff !important;
    border-radius: 4px;
        box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.1);
}

.testi img{
	    margin-bottom: 15px;
}
.border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
    }
.border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.19);
}
.border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.uabb-info-circle-wrap {
    width: 80%;
}
.uabb-info-list {
    position: relative;
     padding-left: 40px;
}
.uabb-info-list:before {
    width: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #E2E2E4;
    background: #E2E2E4;
    height: 100%;
    content: ' ';
    left: 10px;
    top: 8px;
    position: absolute;
}
.uabb-info-list:after {
    width: 4px;
    height: 55px;
    left: 10px;
    content: ' ';
    position: absolute;
    bottom: -8px;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0, #E2E2E4 ), color-stop( 1, #f6f5fc  ) );
    background-image: -o-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc  100% );
    background-image: -moz-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc  100% );
    background-image: -webkit-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc  100% );
    background-image: -ms-linear-gradient( bottom, #E2E2E4 0%, #f6f5fc  100% );
    background-image: linear-gradient( to bottom, #E2E2E4 0%, #f6f5fc  100% );
}
.uabb-info-list .uabb-info-list-item:before {
    content: ' ';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #ffffff99;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: -34px;
    margin-top: 8px;
    border: 3px solid #47ba99;
}

	.slider-title{

	}
	input#fl-comment-form-submit {
    background: #2ca86f;
    color: #fff;
}
.uabb-post-wrapper .uabb-blog-posts-shadow{
box-shadow: 1px 1px 14px rgb(145 140 140 / 40%) !important;
}
.fl-post-feed {
    border-right: 1px solid #e6e6e6;

}

/*responsive CSS*/

@media (min-width: 991px){
.fl-page-nav-right .fl-page-header-container {
    padding: 15px 0px;
 }
.posts1 .fl-module.fl-module-sidebar {
    margin-top: 30px;
}

/*.mobile-row .fl-col-group .fl-col.fl-col-small:first-child{
	padding-bottom: 40px;
}*/
footer .fl-page-footer-widgets{
	    padding-top:100px;
    padding-bottom: 10px;
}
}

@media only screen and (min-width: 640px) and (max-width: 990px) {
   .fl-builder-content .fl-node-5e871cf5b3ee0{
	padding-top:20px;
}
.fl-builder-content .fl-node-5e871cf5b3f57{
	padding-top:20px;
}
}


@media (max-width: 768px){

.posts1 .fl-post-feed-post.fl-post-feed-image-beside{
    max-width: 100% !important;
}
.fl-sidebar{
	display:block !important;
}
.fl-page-nav-right .fl-page-header-logo{
	padding-left:0px;
}
footer .fl-page-footer-widgets{
	    padding-top:70px;
    padding-bottom: 10px;
}
.cta1{
	    margin-top: 60px;;
}
.fl-builder-content .fl-node-5e871cf5b3f57{ 
	padding-top:20px;
}
.fl-builder-content .fl-node-5e871cf5b3def{
	padding-top:20px;
}
.fl-builder-content .fl-node-5e871cf5b3e68{
	padding-top:20px;
}
.fl-builder-content .fl-node-5e871cf5b3ee0{
	padding-top:20px;
}
}


@media (max-width: 1120px){

.fl-page-nav .navbar-nav>li>a.nav-link {
    padding: 15px 10px;
}
}



@media only screen and (max-width: 1024px){

	body {
    
}
.mobile-top-header{
	display:none;
}
.fl-page-bar {
    display: none;
    }
    .fl-page-nav .navbar-nav>li>a.nav-link {
    padding: 15px 10px;
}
}

@media (max-width: 1019px){
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
    top: 50%;
    transform: translateY(-50%);
}
.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled .fl-nav-offcanvas-active {
    overflow: hidden;
}
}

@media only screen and (max-width: 640px){

    .fl-page-bar {
    display: none;
}
	.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(2){
		     width: 100%;
    max-width: 100%;
    flex: 100%;
	}
	.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(3){
		     width: 100%;
    max-width: 100%;
    flex: 100%;
	}
	.fl-page-footer-widgets-row .col-md-3.col-lg-3:nth-child(4){
		     width: 100%;
    max-width: 100%;
    flex: 100%;
	}
	.home-form .gform_wrapper .gform_footer{
		position:relative;
		    margin-top: 20px;

	}
	.posts1 .fl-post-feed-post{
padding:20px;
}
.posts1 .fl-post-feed-image-beside .fl-post-feed-text{
	padding:0px;
}
.posts1 .fl-post-feed-title{
font-size: 20px !important;
    line-height: 20px !important;
}
.fl-sidebar{
	display:block !important;
}
h1.container.default-header-title{
	    font-size: 19px !important;
    line-height: 24px !important;
}
footer .fl-page-footer-widgets{
	    padding-top: 60px;
    padding-bottom: 10px;
}
.scroll-bottom img{
	display:none;
}

}
ul.top-contact-info li{position:relative; margin:0 17px !important;}
ul.top-contact-info li:after {
	content:"";
    color: #000000;
    width: 1px;
    height: 30px;
    background: #000;
    position: absolute;
	top:0px;
	right:-18px;
}

.uabb-creative-menu .menu li a{font-family: 'Jost', sans-serif !important; font-weight:normal !important;}
.uabb-creative-menu .menu li.donate-btn a {font-weight: 500 !important;color: #fff !important;}
.uabb-creative-menu .menu li.donate-btn a span {font-weight: 500 !important;color: #000 !important;}
.uabb-creative-menu .menu li.donate-btn a {padding: 14px 47px !important;background: #f5e411 !important;}
.uabb-creative-menu .menu li.donate-btn a:hover {background: #012240 !important;color: #fff !important;}
.uabb-creative-menu .menu li.donate-btn a:hover span{color: #fff !important;}



.slider-title span{color:#ffcf01;}
.tp-bullet.selected:after, .tp-bullet:hover:after {background: #ffcf01 !important;}
.hermes .tp-bullet{background-color: #0f4381; box-shadow: none; !important}
.hermes .tp-bullet.selected{background: #ffcf01 !important;}
.tp-bullet:after{background: #0f4381 !important;}
.hermes.tp-bullets {bottom: -40px !important;top: inherit !important;right: -5% !important;left: inherit !important;}
.hermes .tp-bullet{ width: 10px;height: 10px;}


body.home {background: url(images/banner-bg.jpg) no-repeat left top;}

ul.address {padding: 0px;list-style: none;margin: 0px;}
ul.address li {margin-bottom: 6px;}
ul.address li a {color: #666666;}
ul.address li a:hover {color: #0f4381 !important; }
ul.address li img {margin-right: 12px;}
footer ul.social-links {list-style: none;margin: 0px;padding: 0px;}
footer ul.social-links li img {margin-right: 4px;}
footer ul.social-links li img:hover{opacity:0.7;}

ul.top-contact-info li.ph img {margin-right: 5px;}

.mob-banner-text h2.uabb-infobox-title{ border-left: 5px solid #012e56; line-height: 40px;}

.sect-two .uabb-blog-post-content h6{}
.sect-two .uabb-blog-post-content h6 a {}
.sect-two .uabb-blog-post-content{ }
.sect-two .uabb-blog-post-content .uabb-post-meta{margin-bottom: 7px !important;}
.sect-two .uabb-blog-post-content {padding-top: 10px !important;padding-bottom: 10px !important;}

.home .uabb-blog-posts{ overflow: initial;}


.uabb-infobox-text p a, .fl-rich-text p a{color:#f1c402;} 
.uabb-infobox-text p a:hover, .fl-rich-text p a:hover{color:#0a0909;} 
.contact-left-col p a {color: #0a0909;}
.contact-left-col p a:hover {color: #f1c402;}

.blog .fl-sidebar aside.fl-widget ul, .single .fl-sidebar aside.fl-widget ul, .fl-module-sidebar aside.fl-widget ul, .single .fl-module-sidebar aside.fl-widget ul{padding-left:0px;}
.blog .fl-sidebar aside.fl-widget ul:before, .single .fl-sidebar aside.fl-widget ul:before, .fl-module-sidebar aside.fl-widget ul:before, .single .fl-module-sidebar aside.fl-widget ul:before{border:none;}
.blog .fl-sidebar aside.fl-widget ul li:before, .single .fl-sidebar aside.fl-widget ul li:before, .fl-module-sidebar aside.fl-widget ul li:before, .single .fl-module-sidebar aside.fl-widget ul li:before{border:none; background: none;}
ul.subjects li{background:#012e56; margin-bottom:0px;}
ul.subjects li a{color: #fff !important;display: block;margin: 0px;padding: 12px 20px 12px 45px;font-size: 16px;line-height: 23px; border-bottom: 1px solid #093b66; text-decoration: none !important;}
ul.subjects li:hover {background: #063c6c;}
ul.subjects li:hover a {margin-left: 10px;}
ul.subjects li a {background: no-repeat 10px center; margin-bottom: 0px !important;}
ul.subjects li.one a {background-image: url(images/audio-archive-icon.png);}
ul.subjects li.two a {background-image: url(images/church.png);}
ul.subjects li.three a {background-image: url(images/digital-collection-icon.png);}
ul.subjects li.four a {background-image: url(images/spot-light-icon.png);}
ul.subjects li.five a {background-image: url(images/audio-archive-icon.png);}
ul.subjects li.six a {background-image: url(images/photographs-icon.png);}
ul.subjects li.seven a {background-image: url(images/oral-histories-icon.png);}
ul.subjects li.eight a {background-image: url(images/clipboard.png);}
.fl-comments{ display: none;}
.single.single-post p strong {}

.color-link a:hover {background: #063c6c;}
.color-link a {background: #012e56;color: #FFF !important;display: block;padding: 10px; text-decoration: none !important;}
.color-bg {background: #012e56;padding: 10px;}
.color-bg a{text-decoration: none !important;}
.blog .fl-sidebar aside.fl-widget ul:after, .single .fl-sidebar aside.fl-widget ul:after, .fl-module-sidebar aside.fl-widget ul:after, .single .fl-module-sidebar aside.fl-widget ul:after{ width: 0px;}
.widget_search input[type=search]{font-size: 16px;     border: 1px solid #646363;}
.fl-post-feed-text a.fl-post-feed-more:hover {color: #fff !important;}

.cat-post-widget a.cat-post-title {margin-bottom: 3px !important; padding-top: 9%;}
.cat-post-widget span.cat-post-date {font-size: 14px;color: #979191;}
.cat-post-widget li.cat-post-item:first-child {margin-bottom: 0px !important;border-bottom: 1px solid #ddd;padding-bottom: 10px !important; margin-top: 0px !important; padding-top: 0px !important;}
.fl-module-sidebar .fl-widget-title{margin-bottom:10px !important;}

.single.single-post .fl-post-content .fl-rich-text a {color: #ddb301;}
.single.single-post .fl-post-content a:hover {color: #0a0909;}
.single.single-post .fl-post-content h2 {padding-left: 7px !important;border-left: 5px solid #ffdc45;font-size: 33px;line-height: 40px;margin-bottom: 17px;}
.fl-builder-pagination li a.page-numbers:hover, .fl-builder-pagination li span.current {background: #002d56;text-decoration: none;color: #fff;}
.fl-post-feed .fl-post-feed-image img{border:1px solid #e6e6e6;}
.page-id-1889 .fl-post-feed, .page-id-1929 .fl-post-feed, .page-id-1942 .fl-post-feed, .page-id-1961 .fl-post-feed, .page-id-1974 .fl-post-feed {border-right: 0px solid #e6e6e6;}
.content-link .fl-rich-text a {color: #0a0909;}
.content-link .fl-rich-text a:hover {color: #ddb301;}

.top-nav .menu .sub-menu li a {border-bottom: 0px;font-size: 18px; padding: 18px 10px 14px 10px!important;}
.menu .uabb-has-submenu .sub-menu{border: none !important;}
.service h3.uabb-infobox-title {padding-left: 18px;border-left: 6px solid #012e56;}

.collections-col .uabb-image-carousel-item {text-align: left;background: #fff;margin: 0 7px;padding: 20px 25px; min-height: 466px;}
.collections-col .uabb-image-carousel-item h3 {display: none;}
.collections-col .uabb-image-carousel-item h2 {padding-left: 18px;border-left: 6px solid #012e56;font-weight: 400;font-size: 26px;color: #000000;margin-top: 45px;margin-bottom: 17px;}
.collections-col .uabb-image-carousel-item p {padding-bottom: 10px;}
.uabb-image-carousel ul.slick-dots{bottom: -30px;}
.collections-col .uabb-image-carousel-item:hover {background-color: #ffcf01;}
ul.menu > li > div a{position:relative;}
ul.menu > li > div a:after {
    content: "";
    width: 16px;
    height: 11px;
    position: absolute;
    background: url(images/drop.png) no-repeat 2px 3px;
    bottom: 15px;
    right: -11px;
}


.single.single-post .fl-post-meta{display:none;}
.postid-281 .default-header-bg, .postid-1626 .default-header-bg, .postid-290 .default-header-bg, .postid-298 .default-header-bg, .postid-304 .default-header-bg, .postid-300 .default-header-bg, .postid-515 .default-header-bg{display: none;}

ul.slide-btns {padding: 0px;margin: 8px 0 0px 0;list-style: none;}
ul.slide-btns li a {padding: 10px 15px;background: #ffcf01;color: #000;text-transform: uppercase;}
ul.slide-btns li {display:inline-block;}
ul.slide-btns li {display: inline-block;margin: 10px 10px 10px 0;}

table.table-bordered {border: 1px solid #dee2e6 !important;margin-bottom:20px;     text-align: center;}
.table-bordered th {border: 1px solid #dee2e6 !important;}
.table-bordered td {display: table-cell;font-weight:normal;padding: 14px 8px; width: auto;border: 1px solid #dee2e6 !important;}
.table-bordered tr:nth-child(even) {background-color: #f9f9f9;}
.table-bordered td p{margin-bottom:0px !important;}
.uabb-infobox-content .uabb-infobox-text p{padding-bottom:0px;}
.uabb-faq-before-text .uabb-faq-question-label{ outline: none !important;}

h3.ea-header {font-weight: 400;font-size: 21px; }
h3.ea-header a {font-weight: 400 !important;}
a.link-btn {padding: 10px 20px;background: #f5e411;display: inline-block;color: #00204f;}
a.link-btn:hover {background: #00204f; color: #fff;}
.fl-module-sidebar .fl-widget-title {position: relative;padding-bottom: 18px;}
.fl-module-sidebar .fl-widget-title:after {content: "";background: #f5e411;height: 2px;width: 80px;position: absolute;bottom: 7px;left: 0;}
.row.faq-cols h3 {margin-bottom: 10px;}
ul.list {padding: 0px;list-style: none;}
ul.list li {padding-left: 25px;background: url(images/list-icon.png) no-repeat 2px 9px;margin-bottom: 9px; margin-left: 0px !important;}
.fl-widget ul{padding: 0px;list-style: none;}
.fl-widget ul li {padding-left: 25px;background: url(images/list-icon.png) no-repeat 2px 9px;}
.fl-widget ul li a{color: #0a0909;}
.fl-widget ul li a:hover{color: #f1c402;}
a.fl-post-more-link {padding: 8px 15px;background: #e9d805;color: #000;text-decoration: none;}
a.fl-post-more-link:hover {background: #000;color: #fff;}
.row div ul {margin-bottom: 0px;}
.fl-module-heading .fl-heading span span {display: block;font-size: 18px;padding-top: 8px;}

.fl-button-wrap a:focus span {color: #fff !important;}
.leftimg-content div:first-child{text-align: center;}
.leftimg-content div:first-child span {display: block;}
.leftimg-content div img {display: block; margin: 0 auto 6px auto;}
.row.leftimg-content {margin: 30px 0;}
.ginput_recaptcha > div {float: left;}

.right-title-bg .fl-col-content.fl-node-content {background-size: 100%;}
.default-header-img {padding: 300px 0;background-size: cover !important;background-position: center !important;}


@media only screen and (max-width:359px){
	ul.address li {text-align: center;}
	ul.address li img {display: block;margin: 10px auto 2px auto;}
	.fl-widget ul li:last-child {margin-bottom: 8px;}
}

@media only screen and (min-width:400px) and (max-width:992px) {
	.service .fl-col.fl-col-small{width: 350px !important;margin: 0 auto 20px auto;float: none !important;}
	.over-title {width: 350px;margin: 0 auto;}
}

@media only screen and (max-width:400px){
	ul.topbuttons li a{ font-size: 14px; padding: 8px 10px;}
	.over-title .uabb-infobox-title-wrap{padding-left:20px;}
	.single.single-post .default-header-img{padding: 20% 0;}
	.single.single-post h1.container.default-header-title{ bottom: 35%;}
	
}
@media only screen and (max-width:640px){
	.ginput_recaptcha iframe{transform: scale(0.8);margin-left: -30px;}
}
@media only screen and (max-width:660px){
	.sect-two .uabb-blog-post-content h6{width: 93%; padding-left:20px !important;}
	.sect-two .uabb-blog-post-content h6 a{font-size: 20px !important;}
}
@media only screen and (max-width:400px){
	.sect-two .uabb-blog-post-content h6 a{font-size: 16px !important;}
	.slide-text h5.uabb-infobox-title-prefix {font-size: 16px;}
	.slide-text h1.uabb-infobox-title {font-size: 43px !important;line-height: 52px !important;}
	.titles .fl-module-content {margin-left: 20px;margin-top: 20px;}
	.don-btn .fl-module-content {margin-left: 20px;     margin-bottom: 20px;}
	.titles h2.uabb-infobox-title {font-size: 56px !important;line-height: 52px !important;}
	.titles .uabb-infobox-text p{ line-height: 27px !important;}
	ul.top-contact-info a {display: inline-block;}
	.b-hours .uabb-infobox-text{font-size: 14px;}
	
}
@media only screen and (max-width:768px){
.uabb-creative-menu-mobile-toggle.hamburger {top: -73px !important;}
.row.faq-cols .col-sm-6 {flex: none;max-width: 100%;margin: 10px 0;}
.list-row > div{float: none;flex: 0 0 100%;max-width: 100%;}
.leftimg-content > div{float: none;flex: 0 0 100%;max-width: 100%;}
.leftimg-content div:first-child{ margin-bottom: 10px;}
header .fl-social-icons a{ margin: 11px;}
.top-logo-set .fl-photo-img {padding: 0 10px;}
.right-title-bg .fl-col-content.fl-node-content{background-position: center top;}
.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited{ padding: 10px 17px;}
img.alignright, img.alignleft {display: block;margin: 10px auto;float: none;}
.table-for{overflow: auto;}
.table-for table {width: 768px !important;}
.slider-set .fl-row-content-wrap {padding-bottom: 66px;margin-bottom: 15px !important;}
}
@media only screen and (max-width:500px){

.table-for table td {width: 150px;}
table.table-bordered{ width: 500px !important;}
}

@media only screen and (min-width:769px){
.fl-col.left-img-design {position: relative;}
.fl-col.left-img-design .fl-photo-img-jpg img {z-index: 999;position: relative;}
.fl-col.left-img-design .fl-photo-img-jpg:after {border: 5px solid #f5e411;width: 300px;height: 300px;content: "";position: absolute;right: -37px;top: -37px;}
.gform_footer.top_label {text-align: right !important;float: right;margin-top: -80px !important;width: auto !important;}
}
@media only screen and (min-width:400px) and (max-width:768px){
	.slide-text h5.uabb-infobox-title-prefix {font-size: 21px;}
	.slide-text h1.uabb-infobox-title {font-size: 53px !important;line-height: 78px !important;}
	.titles .fl-module-content {margin-left: 20px;margin-top: 20px;}
	.don-btn .fl-module-content {margin-left: 20px;     margin-bottom: 20px;}
	.titles h2.uabb-infobox-title {font-size: 69px !important;line-height: 63px !important;}
	.titles .uabb-infobox-text p{ line-height: 27px; !important}
}
@media only screen and (min-width:540px) and (max-width:768px){
	.sect-three .fl-col.fl-col-small{    width: 500px !important; margin: 0 auto;}
}
@media only screen and (min-width:769px) and (max-width:992px){
	.sect-two .posts .fl-module-content {width: 724px;margin: 0 auto;}
	.leftimg-content div:first-child{flex: 0 0 26%;max-width: 26%;}
	.leftimg-content div:last-child{flex: 0 0 74%;max-width: 74%;}
}

@media only screen and (max-width:992px){
	.rev_slider .tp-caption {display: none;}
	header .fl-social-icons span{ padding-right: 0px;}
ul.top-contact-info li {font-size: 15px;font-weight: 200;text-align: center;line-height: 34px; padding: 6px 20px !important;width: 100%;}
ul.top-contact-info li, .fl-page-bar .container .col-md-6.text-right .fl-page-bar-text, .fl-page-bar .container .col-md-6.text-right .fl-social-icons {display: block;padding: 5px 0px;width: 100%;}
ul.top-contact-info li{margin:0px !important;}
.uabb-creative-menu-mobile-toggle.hamburger {position: absolute;top: -58px;right: 20px;}
.slide-text .uabb-infobox-left-right-wrap {text-align: center;}

.fl-col.left-menu {position: absolute;}
.uabb-creative-menu-mobile-toggle{padding: 8px 0;}
.uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container{font-size: 18px;}
.fl-col.left-add .uabb-infobox-content {text-align: center;}
.fl-col.midd-links .uabb-infobox-content, .fl-col.midd-links ul.menu, .fl-col.right-links ul.menu, .fl-col.right-links .uabb-infobox-content {text-align: center;}
.fl-col.right-contact .uabb-infobox-content {text-align: center;}
.midd-links > .fl-col-content {padding-top: 14px !important;}
.midd-links .fl-module-uabb-advanced-menu .fl-module-content, .right-links .fl-module-uabb-advanced-menu .fl-module-content{margin:0px;}

.fl-col.sidebar-right {width: 350px !important;margin: 0 auto 0 auto!important;float: none;clear: both;}
ul#menu-footer-menu li {display: inline-block;}
ul#menu-footer-menu li a {padding-top: 5px;padding-bottom: 5px;}
.midd-links .fl-col-content.fl-node-content {padding: 20px 0 10px 0 !important;margin: 7px 0 20px 0;}
.midd-links h3.uabb-infobox-title, .right-contact h3 {margin-bottom: 10px !important;}
.uabb-image-carousel ul.slick-dots{ bottom: -19px; margin-bottom: 15px;}
.uabb-creative-menu .uabb-off-canvas-menu{background: rgb(0 45 86);}
.uabb-creative-menu.off-canvas .menu > li > a {color: #fff; font-size:16px !important;}
.uabb-creative-menu .menu > li > .uabb-has-submenu-container > a, .uabb-creative-menu .menu > li > .uabb-has-submenu-container > a span{font-size:16px !important; color: #fff;}
.uabb-creative-menu.off-canvas .menu > li > a:hover{ color: #ffcf01;}
.uabb-creative-menu .uabb-off-canvas-menu .uabb-menu-close-btn {color: #fff;}
.uabb-creative-menu.off-canvas .menu .sub-menu li > a, .uabb-creative-menu.off-canvas .menu .sub-menu li > a span {color: #fff;}
.uabb-creative-menu.off-canvas .menu .sub-menu li > a:hover, .uabb-creative-menu.off-canvas .menu .sub-menu li.current_page_item > a, .uabb-creative-menu.off-canvas .menu .sub-menu li.current_page_item > a span{color: #ffcf01;}
.uabb-creative-menu.off-canvas .menu .sub-menu {background: #052644;}
.uabb-creative-menu.off-canvas .menu .sub-menu li {border-color: #0e3a62 !important;}
ul.menu > li > div a:after{bottom: 16px;right: 6px;}
.single .fl-sidebar.fl-sidebar-right, .single .right-side-bar{width: 350px;margin: 0 auto;flex: 350px;max-width: 350px;     float: none;}
article.fl-post{margin-bottom: 0px;}
.single .pad-xs .fl-col {width: 100%; margin-bottom: 20px;}
.top-logo-set .fl-module-content.fl-node-content {margin-left: 0px;}
.top-nav .fl-module-uabb-advanced-menu > .fl-module-content {}
.right-btns .fl-module-content.fl-node-content {}
.top-nav .fl-row-fixed-width{max-width: 100%;}
.sect-3 .fl-row-content-wrap {padding-bottom: 0px !important;}


}

@media only screen and (min-width:993px){
ul.top-contact-info {text-align: right !important;}
ul.top-contact-info li:after { display: block;}
.fl-col.midd-links {}
#menu-footer-menu{}

.top-nav .menu li { margin-top: 0px !important;margin-bottom: 0px !important;}
.top-nav .menu li a {padding: 28px 10px 21px 10px!important; border-bottom:6px solid #002d56; }
.top-nav .uabb-creative-menu .menu > li.current-menu-item > a {border-color:#ffcf01;}
.top-nav .fl-row-content-wrap{padding-top:0px; padding-bottom:0px;}
#menu-footer-menu li {width: 196px;}
.service .uabb-infobox.infobox-left {min-height: 463px;}
.single .fl-sidebar.fl-sidebar-right {flex: 0 0 28.33333%;max-width: 28.33333%; padding-left: 20px; margin-top: 74px !important; border-left: 1px solid #e6e6e6; display:none;}
.single .fl-content-left.col-lg-8 {/*flex: 0 0 71.66667%;max-width: 71.66667%;*/ flex: 0 0 100%;max-width: 100%; padding-right: 20px;     border: none; margin-top: 74px;}
.fl-col.right-side-bar {border-left: 1px solid #e6e6e6;}
.slide-text h1.uabb-infobox-title {width: 129%;position: relative;z-index: 99; line-height: 121px; margin-bottom: 0px !important;}
#menu-main-menu li ul.sub-menu {min-width: 260px;}
#menu-main-menu li .sub-menu > li > a{padding-top: 10px; padding-bottom: 10px;}
}

@media only screen and (min-width:993px) and (max-width:1150px){
	footer h3.uabb-infobox-title, h3.uabb-infobox-title-prefix {font-size: 20px !important;}
	.fl-col.left-img .fl-module-content {margin-top: 0px;margin-bottom: 50px;}
	.fl-col.midd-links{ width: 18%;}
	.fl-col.right-contact {width: 35%;}
	.fl-col.left-add {width: 47%;}
	#menu-footer-menu{-moz-column-count: 1 !important;column-count: 1 !important; -webkit-column-count: 1 !important;}
	footer .uabb-creative-menu .menu a{padding-top:5px !important; padding-bottom:5px !important;}
	.fl-widget ul li:last-child a {font-size: 14px;}
	
	.top-nav .menu li a {font-size: 14px !important;padding-right: 7px !important;padding-left: 7px !important;}
	.fl-col.left-menu {width: 61.58%;}
	.fl-col.right-btns {width: 17.42%;}
	ul.topbuttons {padding-left: 0px;}
	ul.topbuttons li a{padding: 8px 10px !important; font-size: 15px;}
}
@media only screen and (max-width:1150px){
	.fl-col.left-img{width: 100%;}
	.fl-col.left-img .fl-photo-align-left {text-align: center;}
}
	
@media only screen and (min-width:993px) and (max-width:1200px){
	.right-side-bar ul.address li, .fl-sidebar-right ul.address li {text-align: center;}
	.right-side-bar ul.address li img, .fl-sidebar-right ul.address li img {display: block;margin: 10px auto 2px auto;}
	.right-side-bar .fl-widget ul li:last-child, .fl-sidebar-right .fl-widget ul li:last-child {margin-bottom: 8px;}
	.tp-caption.rev-btn.but2 {left: 59%;}
	
	.uabb-creative-menu.uabb-menu-default .menu > li > a{ padding-left: 6px !important; padding-right: 6px !important;}
	.uabb-creative-menu.uabb-menu-default .menu > li{ margin-right: 9px !important;}
	.uabb-creative-menu .menu > li > a{ font-size: 14px !important;}
	.uabb-creative-menu .menu li.donate-btn a{padding: 14px 18px !important;}
	
}

@media only screen and (min-width:993px) and (max-width:1270px){
		.top-logo-set .fl-module-photo .fl-module-content {margin-left: 20px;}
	.uabb-creative-menu .menu li.donate-btn{margin-right: 0px;}
	.top-logo-set .fl-row-content-wrap {padding: 0px;}
	.slider-set .fl-row-content-wrap > .fl-row-content {max-width: 100%;}
	.slider-set .fl-row-content-wrap {padding-right: 0px; padding-left: 0px;}
	.slide-text .uabb-infobox-content {padding-left: 20px;}
}
	
@media only screen and (min-width:993px) and (max-width:1023px){
	.tp-caption.rev-btn.but2 {left: 6%;}
	.slide-text h1.uabb-infobox-title{font-size: 50px; line-height: 69px;}
	.slide-text h5.uabb-infobox-title-prefix{font-size: 17px; }
	.slide-text .fl-module-content {margin-left: 0px;}
	.titles h2.uabb-infobox-title {font-size: 85px;line-height: 87px;}
	.titles .uabb-infobox-text p {font-size: 43px !important;}
	.don-btn .fl-module-content {margin-bottom: 19%;}
}
@media only screen and (min-width:1024px) and (max-width:1200px){
	.tp-caption.rev-btn.but2 {left: 69%;}
	.slide-text h1.uabb-infobox-title{font-size: 54px; line-height: 74px;}
	.slide-text h5.uabb-infobox-title-prefix{font-size: 18px; }
	.slide-text .fl-module-content {margin-left: 0px;}
	.titles h2.uabb-infobox-title {font-size: 85px;line-height: 87px;}
	.titles .uabb-infobox-text p {font-size: 43px !important;}
	.don-btn .fl-module-content {margin-bottom: 19%;}
}
@media only screen and (min-width:1200px) and (max-width:1400px){
	.tp-caption.rev-btn.but2 {left: 49%;}
	.slide-text h1.uabb-infobox-title{font-size: 65px; line-height: 90px;}
	.slide-text h5.uabb-infobox-title-prefix{font-size: 21px; }
	.slide-text .fl-module-content {margin-left: 0px;}
	.titles h2.uabb-infobox-title {font-size: 112px;line-height: 113px;}
	.titles .uabb-infobox-text p {font-size: 58px !important;}
	.don-btn .fl-module-content {margin-bottom: 19%;}
	.uabb-creative-menu .menu li.donate-btn a{padding: 14px 32px !important;}
	.uabb-creative-menu.uabb-menu-default .menu > li{ margin-right: 8px !important;}
	.uabb-creative-menu.uabb-menu-default .menu > li > a{ padding-left: 13px !important; padding-right: 13px !important;}
}
@media only screen and (min-width:1400px) and (max-width:1600px){
	.tp-caption.rev-btn.but2 {left: 30%;}
	.slide-text h1.uabb-infobox-title{font-size: 60px; line-height: 86px;}
	.slide-text h5.uabb-infobox-title-prefix{font-size: 22px; }
	.slide-text .fl-module-content {margin-left: 0px;}
	.titles h2.uabb-infobox-title {font-size: 112px;line-height: 113px;}
	.titles .uabb-infobox-text p {font-size: 58px !important;}
	.don-btn .fl-module-content {margin-bottom: 19%;}
}
@media only screen and (min-width:1400px){
.menu-set .fl-module-content {margin-right: 0px;}
.uabb-creative-menu .menu li.donate-btn{margin-right:0px;}
}

@media only screen and (min-width:1600px) and (max-width:1800px){
	.tp-caption.rev-btn.but2 {left: 20%;}
	.slide-text h1.uabb-infobox-title{font-size: 90px; line-height: 100px;}
}
@media only screen and (min-width:1151px) and (max-width:1270px){
	.top-nav .menu li a {font-size: 16px !important;padding-right: 7px !important;padding-left: 7px !important;}
	.fl-col.left-menu {width: 61.58%;}
	.fl-col.right-btns {width: 17.42%;}
	ul.topbuttons {padding-left: 0px;}
	ul.topbuttons li a{padding: 8px 10px !important; font-size: 15px;}
}
@media only screen and (min-width:1270px) and (max-width:1600px){
	.top-nav .menu li a {font-size: 18px !important;padding-right: 7px !important;padding-left: 7px !important;}
	.fl-col.left-menu {width: 61.58%;}
	.fl-col.right-btns {width: 17.42%;}
	ul.topbuttons {padding-left: 0px;}
	
	.fl-row-bg-none.fl-node-6243d1234f5ba .fl-row-content {max-width: 96%;}
	.top-nav .fl-row-fixed-width {max-width: 100%;}
	.fl-row.top-nav {max-width: 94%;}
}
@media only screen and (max-width:1270px){
	.fl-row-bg-none.fl-node-6243d1234f5ba .fl-row-content {max-width: 100%;}
	
	.fl-row.top-nav {max-width: 100%;}
}
@media only screen and (min-width:993px){
	.top-nav .fl-row-fixed-width {max-width: 100%;}
	.top-contact-info li.social-links {margin-right: 0px !important;}
}


@media only screen and (max-width:1024px){
	.tp-bgimg.defaultimg {background-size: 100% !important;}
	.single .fl-sidebar.fl-sidebar-right, .single .right-side-bar{display: block;}
	
}


