/*
Theme Name: OneStar Foundation 
Author: HMG Creative
Author URI: http://hmgcreative.com
Description: A custom theme for OneStar Foundation
Version: 1.0

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  /*font-size: 62.5%;*/
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}


/* Custom Styles */

/* --------------------------------------------------- GLOBAL */
i{
    font-style: italic;
}
.elementor-widget-text-editor a,
.elementor-widget-heading a{
    transition: all .25s ease-in-out;
}
.elementor-widget-text-editor a:hover,
.elementor-widget-heading a:hover{
    color: #FB9800 !important;
}
.fa{
    font-family: "Font Awesome 5 Free" !important;
}
strong{
    font-weight: bold !important;
}

.elementor-text-editor ul, 
.elementor-tab-content ul,
.elementor-widget-theme-post-content ul{
    margin-bottom: 25px;
}
.elementor-text-editor ul li,
.elementor-tab-content ul li,
.elementor-widget-theme-post-content ul li{
    border-bottom: 1px solid #489EC4;
    margin: 0px 0px 10px 35px;
    padding-bottom: 10px;
    position: relative;
}
.elementor-text-editor ul li::before,
.elementor-tab-content ul li::before,
.elementor-widget-theme-post-content ul li::before{
    content: url(https://onestarfoundation.org/wp-content/uploads/2020/06/bullet.svg);
    position: absolute;
    left: -35px;
    top: -2px;
}
#page-hero .elementor-text-editor ul li:last-of-type,
#page-hero .elementor-tab-content ul li:last-of-type,
#page-hero .elementor-widget-theme-post-content ul li:last-of-type{
    border: none;
    margin-bottom: 0px;
}
.elementor-text-editor ul li ul,
.elementor-tab-content ul li ul,
.elementor-widget-theme-post-content ul li ul{
    margin-top: 12px;
    margin-bottom: 0px;
    list-style: disc;
}
.elementor-text-editor ul li ul li::before,
.elementor-tab-content ul li ul li::before,
.elementor-widget-theme-post-content ul li ul li::before{
    display: none;
}
.elementor-text-editor ol,
.elementor-tab content ol,
.elementor-widget-theme-post-content ol{
    margin-bottom: 25px;
    list-style: decimal;
}
.elementor-text-editor ol li,
.elementor-tab-content ol li,
.elementor-widget-theme-post-content ol li{
    border-bottom: 1px solid #489EC4;
    margin: 0px 0px 10px 25px;
    padding: 0px 0px 10px 0px;
    position: relative;
} 

.curve-bg-from-left{
    position: relative;
}
.curve-bg-from-left::before{
    content: "";
    background: url(https://onestarfoundation.org/wp-content/uploads/2020/06/curve-overlay-top-sml.svg) top left / 100% no-repeat;
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: 10;
}
.curve-bg-from-left::after{
    content: "";
    background: url(https://onestarfoundation.org/wp-content/uploads/2020/06/curve-overlay-bottom-sml.svg) bottom left / 100% no-repeat;
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0px;
    bottom: -1px;
}
#page-hero::after{
    content: "";
    background: url(https://onestarfoundation.org/wp-content/uploads/2020/06/curve-overlay-bottom-reverse-sml.svg) bottom left / 100% no-repeat;
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0px;
    bottom: -1px;
    z-index: 2 !important;
}
#page-footer::after{
    content: "";
    background: url(https://onestarfoundation.org/wp-content/uploads/2020/06/curve-overlay-top-reverse-sml.svg) top left / 100% no-repeat;
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: 2 !important;
}
@media screen and (min-width: 1700px){
    .curve-bg-from-left::before{
        height: 300px;
    }
    .curve-bg-from-left::after{
        height: 300px;
    }
    #page-hero::after{
        height: 300px;
    }
    #page-footer::after{
        height: 300px;
    }
}
img.alignleft{
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    clear: both;
}
img.alignright{
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    clear: both;
}
.uael-timeline-desc-content{
    overflow: hidden;
}


/* --------------------------------------------------- TYPOGRAPHY */
h1{
    font-family: brandon-grotesque, sans-serif !important;
}


/* --------------------------------------------------- HEADER AND MENU */
#os-header::after{
    content: "";
    background: url(https://dev.hmgcreative.com/one-star/wp-content/uploads/2020/06/curve-overlay-bottom-reverse-sml.svg) bottom left / 100.1% no-repeat;
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0px;
    bottom: -1px;
    z-index: 0;
}

a.os-button{
    border: 1px solid #FB9800 !important;
    padding: 6px 25px !important;
    border-radius: 100px !important;
    color: #FB9800 !important;
}
a.os-button:hover{
    color: #489EC4 !important;
    border-color: #489EC4 !important;
}

/*
.quadmenu-navbar-nav .quadmenu-text{
    font-family: "jaf-bernina-sans", Sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.quadmenu-navbar-nav .quadmenu-title{
    font-family: "jaf-bernina-sans", Sans-serif;
    font-weight: bold;
    font-size: 16px !important;
}
.quadmenu-navbar-nav .quadmenu-icon{
    font-size: 18px !important;
    padding-right: 10px !important;
}
.quadmenu-navbar-brand{
    height: 60px !important;
}
.quadmenu-navbar-nav{
    margin-top: 15px !important;
}
.quadmenu-dropdown-menu{
    padding: 25px !important;
    border-bottom-left-radius: 35px !important;
    border-bottom-right-radius: 35px !important;
}
#quadmenu.quadmenu-default_theme .widget ul li a:hover{
    color: #031927 !important;
}
#dropdown-224 .col-sm-2,
#dropdown-211 .col-sm-2{
    -webkit-flex: 0 0 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
}
#quadmenu .textwidget{
    color: #494F53 !important;
    font-size: 14px;
    line-height: 1.25em !important;
}
#quadmenu .menu a,
#quadmenu .textwidget a{
    font-size: 14px !important;
    display: inline-block;
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav > li > .quadmenu-dropdown-menu{
    margin-top: 25px !important;
}
*/
.uael-nav-menu .elementor-text-editor ul li{
    margin: 0px 0px 6px; 
    padding: 0px 0px 6px 0px;
    border-bottom: 1px solid #ccc;
}
.uael-nav-menu .elementor-text-editor ul li:last-of-type{
    border: none;
}
.uael-nav-menu .elementor-text-editor ul li a{
    font-size: 1.1em;
    font-weight: bold;
}
.uael-nav-menu .elementor-text-editor ul li a:hover{
    
}
.uael-nav-menu .elementor-text-editor ul li::before{
    display: none;
}
div[data-elementor-type="header"]{
    z-index: 9999 !important;
}
div[data-elementor-type="wp-page"]{
    z-index: 0 !important;
}
@media screen and (max-width: 1080px) and (min-width: 1024px){
    .uael-nav-menu li.menu-item a{
        font-size: .85em;
    }
}
@media screen and (max-width: 767px){
    #page-hero .elementor-background-overlay,
    .gradient-bg .elementor-background-overlay,
    #home-slider .swiper-slide::before{
        background: #1D4C63 !important;
        opacity: .9 !important;
    }
}

/* --------------------------------------------------- SLIDER */
/*#home-slider .elementor-column-wrap{
    padding: 0px !important;
}
#home-slider .elementor-column-wrap{
    padding: 0px !important;
}
#home-slider .swiper-slide-inner{
    padding-bottom: 150px !important;
}
#home-slider .swiper-slide::after{
    content: "";
    background: url(https://dev.hmgcreative.com/one-star/wp-content/uploads/2020/06/curve-overlay-bottom-reverse-sml.svg) bottom left / 100.1% no-repeat;
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0px;
    bottom: -1px;
    z-index: 2 !important;
}
#home-slider .swiper-slide::before{
    content: "";
    background: url(https://dev.hmgcreative.com/one-star/wp-content/uploads/2020/06/gradient-overlay.png) bottom left / 100.1% repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1 !important;
}
#home-slider .swiper-slide-inner{
    max-width: 1400px;
}
#home-slider .swiper-slide-bg{
    z-index: 0 !important;
}
#home-slider .swiper-slide-contents{
    z-index: 3 !important;
}
#home-slider .swiper-pagination-bullet{
    background: #fff;
}
#home-slider .swiper-pagination{
    bottom: 70px;
}*/
.swiper-slide{
    border-radius: 35px;
}

/* --------------------------------------------------- POST TYPE MODULES */
.elementor-post__text{
    display: flex;
    flex-wrap: wrap;
}
.elementor-post__meta-data{
    order: 0;
}
.elementor-post__title{
    order: 1;
}
.elementor-post__excerpt{
    order: 2;
}
.elementor-post__read-more{
    order: 3;
}
.elementor-post__read-more{
    border: 5px solid #FB9800;
    border-radius: 100px;
    padding: 8px 25px 8px 50px;
    position: relative;
}
.elementor-post__read-more::before{
    content: "";
    background: url(https://onestarfoundation.org/wp-content/uploads/2020/06/i-article.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 25px;
    height: 18px;
    width: 16px;
}
.elementor-post__read-more:hover{
    border-color: #489EC4;
    color: #489EC4 !important;
}

.uael-post-wrapper .uael-post__bg-wrap{
    border-radius: 35px;
}
.uael-post-wrapper .uael-post__thumbnail{
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}
.uael-posts-thumbnail-ratio .uael-post__thumbnail img{
    object-fit: contain !important;
    padding: 0px 50px !important;
}

#blog-post-content-wrap .curve-bg-from-left{
    margin-left: -10px;
    width: calc(100% + 20px);
}
.uael-posts-thumbnail-ratio .uael-post__thumbnail img{
    object-fit: cover !important;
    padding: 0px !important;
}
.uael-post__header-filter[data-filter=".uncategorized"]{
    display: none;
}
@media screen and (max-width: 767px){
    .uael-post__thumbnail{
        padding-bottom: 250px !important;
    }
}

/* --------------------------------------------------- SEARCH AND FILTER */

#search-filter-form-2609,
#search-filter-form-2888,
#search-filter-form-3057{
    background: #fff;
    border-radius: 35px;
    padding: 25px;
    margin-bottom: 25px;
}
#search-filter-form-2609 ul,
#search-filter-form-2888 ul,
#search-filter-form-3057 ul{
    display: flex;
    justify-content: space-around;
}
#search-filter-form-2609 ul li,
#search-filter-form-2888 ul li,
#search-filter-form-3057 ul li{
    width: 27%;
}
#search-filter-form-2609 label,
#search-filter-form-2888 label,
#search-filter-form-3057 label{
    width: 100%;
}
#search-filter-form-2609 input,
#search-filter-form-2609 select,
#search-filter-form-2888 input,
#search-filter-form-2888 select,
#search-filter-form-3057 input,
#search-filter-form-3057 select{
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 100px;
    color: #494F53;
}
#search-filter-form-2888 ul{
    display: initial;
}
#search-filter-form-2888 select{
    border-radius: 15px;
    padding: 12px;
}
#search-filter-form-2888 h4{
    color: #7A7A7A;
    font-size: 16px !important;
    font-weight: normal;
}
#search-filter-form-2888 ul li{
    width: 100%;
}
.search-filter-reset{
    background: #fff !important;
    color: #489EC4 !important;
    font-family: "PT Sans", sans-serif !important;
    font-size: initial !important;
    padding: 6px 12px !important;
    transition: all .25s ease-in-out;
    border: none !important;
}
.search-filter-reset:hover{
    box-shadow: none !important;
    text-decoration: underline !important;
}
.sf-field-reset{
    width: 100px !important;
}
@media screen and (max-width: 767px){
    #search-filter-form-2609 ul,
    #search-filter-form-2888 ul,
    #search-filter-form-3057 ul{
        flex-wrap: wrap;
    }
    #search-filter-form-2609 ul li,
    #search-filter-form-2888 ul li,
    #search-filter-form-3057 ul li{
        width: 100%;
    }
}
#search-filter-results-2609,
#search-filter-results-3057{
    display: flex;
    flex-wrap: wrap;
}
#search-filter-results-2609 div.program,
#search-filter-results-3057 div.program{
    width: 31%;
    margin-right: 25px;
    background: #fff;
    padding: 50px;
    margin-bottom: 25px;
    border-radius: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#search-filter-results-2609 div.program h3,
#search-filter-results-3057 div.program h3{
    display: block;
    width: 100%;
}
#search-filter-results-2609 div.program:nth-child(3n),
#search-filter-results-3057 div.program:nth-child(3n){
    margin-right: 0px;
}
@media screen and (max-width: 1025px){
    #search-filter-results-2609 div.program,
    #search-filter-results-3057 div.program{
        width: 48%;
        margin-right: 25px !important;
        padding: 25px;
    }
    #search-filter-results-2609 div.program:nth-child(2n),
    #search-filter-results-3057 div.program:nth-child(2n){
        margin-right: 0px !important;
    }
}
@media screen and (max-width: 767px){
    #search-filter-results-2609 div.program,
    #search-filter-results-3057 div.program{
        width: 100%;
        margin-right: 0px !important;
    }
}
#search-filter-results-2609 img,
#search-filter-results-3057 img{
    max-height: 100px;
    width: auto;
    margin: 0 auto !Important;
    display: block;
}
.search-filter-results{
    color: #494F53;
    font-family: "PT Sans", sans-serif;
}
#search-filter-results-2609 div.program img,
#search-filter-results-3057 div.program img{
    max-width: 150px;
    align-self: flex-start;
}
#search-filter-results-2609 div.program a.program-title,
#search-filter-results-3057 div.program a.program-title{
    width: 100%;
    align-self: flex-end;
}

/* --------------------------------------------------- FORMS */

.gform_wrapper *{
    font-family: jaf-bernina-sans, sans-serif;
    color: #494F53 !important;
}
.gform_wrapper input[type="submit"]{
    background: #fff;
    color: #FB9800 !important;
    transition: all .25s ease-in-out;
    font-weight: normal !important;
}
.gform_wrapper input[type="submit"]:hover{
    color: #fff !important;
    box-shadow: none;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label{
    display: initial !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
    margin-top: 0px  !important;
}
.gform_wrapper input[type="text"],
.gform_wrapper textarea,
.gform_wrapper select{
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px 15px !important;
    background: #F7F7FF;
}
#donation-form-tabs h3{
    color: #031927;
}
#donation-form-tabs .elementor-tab-content{
    padding: 50px;
}
#donation-form-tabs .elementor-tabs-content-wrapper{
    border-radius: 35px;
    border-top-left-radius: 0px;
}
#donation-form-tabs .elementor-tab-title.elementor-active{
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}
#donation-form-tabs .elementor-tab-content ul li{
    border: 0px;
}
#donation-form-tabs .elementor-tab-content ul li.gsection{
    border-bottom: 1px solid #B9C9D3
}
#donation-form-tabs p{
    margin: 0px;
    padding: 0px;
    height: 0px;
}

/* --------------------------------------------------- PAGES */
.home-h1-emphasis{
    font-size: 2em;
    display: block;
    margin-bottom: 25px;
}
/*.home-take-action{
    display: flex;
    justify-content: space-around;
}
.home-take-action a{
    width: 24%;
    height: 200px;
    border-radius: 35px;
    color: #fff !important;
    font-size: 1.25em;
    font-family: jaf-bernina-sans, sans-serif;
    font-weight: bold;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 5px solid #031927;
    transition: all .25s ease-in-out;
}
.home-take-action a:hover{
    border: 5px solid #FB9800;
}
.home-take-action a::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: -moz-linear-gradient(top,  rgba(72,158,196,0) 0%, rgba(72,158,196,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(72,158,196,0) 0%,rgba(72,158,196,1) 100%);
    background: linear-gradient(to bottom,  rgba(72,158,196,0) 0%,rgba(72,158,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00489ec4', endColorstr='#489ec4',GradientType=0 );
    transition: all .25s ease-in-out;
}
.home-take-action a span{
    align-self: flex-end;
    z-index: 10;
    margin-bottom: 25px;
    transition: all .25s ease-in-out;
}
.home-take-action a:hover span{
    margin-bottom: 50px;
}
.home-take-action a.americorps{
    background: url(https://dev.hmgcreative.com/one-star/wp-content/uploads/2021/01/americorps-vista-group-at-table.jpg) center center / cover no-repeat;
}
.home-take-action a.volunteer{
    background: url(https://dev.hmgcreative.com/one-star/wp-content/uploads/2021/01/volunteers-food-drive.jpg) center center / cover no-repeat;
}
.home-take-action a.donate{
    background: url(https://dev.hmgcreative.com/one-star/wp-content/uploads/2021/01/AmeriCorps-Central-Texas-Community-Leadership-Network.jpg) center center / cover no-repeat;
}
.home-take-action a.advocate{
    background: url(https://dev.hmgcreative.com/one-star/wp-content/uploads/2020/06/downtown-austin-blurred.jpg) center center / cover no-repeat;
}*/

.home-take-action .elementor-cta{
    border-radius: 35px;
}

#home-promos .elementor-cta{
    border-radius: 35px;
}

.past-awards{
    background: #fff;
    padding: 25px;
    border-radius: 35px;
}
.past-awards table{
    margin-bottom: 0px;
}
.past-awards table td{
   padding: 6px;
}
.past-awards table tr:nth-child(even){
    background: #F7F7FF
}

.funding-tables{
  background: #F7F7FF;
}
.funding-tables tr,
.funding-tables td,
.funding-tables th{
    border-top: 1px solid #ccc;
}
.funding-tables th{
    padding: 12px;
}
.funding-tables td{
    padding: 12px;
    text-align: left !important;
}
.funding-tables th,
.funding-tables tr td:first-of-type{
    color: #489EC4 !important;
}
.funding-tables{
    width: 100% !important;
}
/*@media screen and (max-width: 930px){
    .funding-tables tr{
        border: none;
    }
    .funding-tables td{
        display: block;
    }
}*/

.flickr-embed-frame{
    border-radius: 35px !important;
}

#award-categories h5{
    color: #494F53
}
.grantee-resource{
    font-family: "PT Sans", sans-serif;
    color: #7A7A7A;
    margin-bottom: 25px;
}
.grantee-resource small{
    display: block;
    margin-top: 6px;
}
.grantee-resource small span{
    background: #fff;
    padding: 3px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 100px;
    display: inline-block;
}
.grantee-resource a:hover{
  color: #FB9800;
}

#nofo-content h1,
#nofo-content h2,
#nofo-content h3,
#nofo-content h4,
#nofo-content h5,
#nofo-content h6{
    color: #494F53;
    margin-top: 25px
}

.rounded-edges .uael-grid-img-thumbnail{
    border-radius: 35px;
}

.apexcharts-datalabels text{
    font-size: 2em !important;
    text-shadow: 0px 2px 8px #031927;
}

.uael-post__header-filter[data-filter=".americorps-texas"],
.uael-post__header-filter[data-filter=".americorps-vista"],
.uael-post__header-filter[data-filter=".disaster-resilience"],
.uael-post__header-filter[data-filter=".volunteerism"]{
    background: #fff !important;
    color: #FB9800;
}
.uael-post__header-filter[data-filter=".americorps-texas"]:hover,
.uael-post__header-filter[data-filter=".americorps-vista"]:hover,
.uael-post__header-filter[data-filter=".disaster-resilience"]:hover,
.uael-post__header-filter[data-filter=".volunteerism"]:hover{
    background: #FB9800 !important;
    color: #fff;
}
.uael-post__header-filter.uael-filter__current[data-filter=".americorps-texas"],
.uael-post__header-filter.uael-filter__current[data-filter=".americorps-vista"],
.uael-post__header-filter.uael-filter__current[data-filter=".disaster-resilience"],
.uael-post__header-filter.uael-filter__current[data-filter=".volunteerism"]{
    background: #FB9800 !important;
    color: #fff;
}

#board #uael-post-term-board,
#board #uael-post-term-uncategorized{
    display: none;
}
#board .uael-post__terms{
    background: none;
    padding: 0px;
    margin: 0px !important;
}
#board .uael-listing__terms-link::after{
    display: none;
}
#board .uael-listing__terms-link{
    display: inline-block;
    background: #e4e4e4;
    margin-bottom: 3px;
    padding: 5px 20px;
    border-radius: 35px;
}
#board .uael-post__terms{
  margin-bottom: 25px !important;
  display: block;
}
#board .uael-post__terms-wrap{
    margin-bottom: 0px;
}
#board .uael-listing__terms-link:last-of-type{
    display: none;
}
#board .uael-post__thumbnail,
#vistas-list .uael-post__thumbnail{
    max-height: 300px;
}

.team-featured-image-button a{
    width: 100% !important;
    min-height: 300px;
}
.team-featured-image-button .elementor-widget-container{
    border-radius: 35px 35px 0px 0px !important;
}
