/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



/*TICKER ANIMATION*/
.ticker-wrap-inner {
    -webkit-transition: 40s linear;
    -moz-transition: 40s linear;
    -o-transition: 40s linear;
    transition: 40s linear;
}
.ticker-wrap-inner.active {
    -webkit-transform: translate(0,-435px);
    -moz-transform: translate(0,-435px);
    -o-transform: translate(0,-435px);
    -ms-transform: translate(0,-435px);
    transform: translate(0,-435px);
}


/*General*/
.circle-image .vc_single_image-wrapper {
    border-radius: 50%;
    overflow: hidden;
}
.hidden {display:none;}
.theme-button-wrap a {
    max-width: 100%
}
.theme-button.outline {
    border-width:1px;
    text-align: center;
    max-width:100%;
}
.theme-button.outline.solid-btn:hover {
    border: 1px solid #6a6a6a!important;
}
a.social-icons {
    color: #eee;
}
/*
a.lnk-slide:hover {
    background-color: rgba(255,255,255,.1);
}*/
a.lnk-slide {
    overflow: hidden;
}
a.lnk-slide::after {
    background-color: rgba(255,255,255,.25);
    position: absolute;
    top: 150%;
    left: -150px;
    right: -150px;
    bottom: -100%;
    content: '';
    -webkit-transform: rotateZ(-7.5deg);
    transform: rotateZ(-7.5deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: top .5s ease-in-out;
    -moz-transition: top .5s ease-in-out;
    -o-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;
    outline: 1px solid transparent;
}
a.lnk-slide:hover:after {
    top: 0%;
}
.ff-show {
    background: #eee!important;
    color: #333;
}
a.ff-name, #ff-stream-1 h4, #ff-stream-1-slideshow h4, #ff-stream-1 .ff-name, #ff-stream-1-slideshow a.ff-name {
    color: rgb(30, 129, 217)!important;
}
main#main {
    position: relative;
    /*padding-top: 82px;*/
}

/*Kimbia forms*/
label.formDefLabel {
    display: none!important;
}
label.groupLabel.section.k_askArrayMain.k_donation {
    font-size: .9em;
    margin-top: .6em;
    font-weight: 400!important;
}
div.kimbiaDiv label.k_required {
    font-weight: 400!important;
}
label.groupLabel.section.k_profileSection {
    display: none;
}
div.kimbiaDiv.columnsPerPage2 input.k_text, div.kimbiaDiv.columnsPerPage2 input.k_money, div.kimbiaDiv.columnsPerPage2 select.k_select {
    width: 98%!important;
    min-width: 132px;
}
button.k_button.forward {
    width: 100%;
    color: #888;
    background: none;
    border-radius: 2px;
    border: 1px solid #eee;
    font-weight: 600;
    font-size: 13px!important;
    transition: all 0.25s ease-in-out;

}
button.k_button.forward:hover {
    border: 1px solid #6a6a6a!important;
    color: #fff;
    background: #4a97c2;

}


/* Top Notification */
.header-notification .widget-title, .header-notification p.tribe-events-widget-link {
    display: none;
}
.header-notification .tribe-events-list-widget, .header-notification li.tribe-events-list-widget-events {
    margin-bottom:0;
    overflow:hidden;
}
.header-notification .tribe-event-image img {
    height: 95px!important;
    width: auto!important;
    margin-right: 2em;
}
/*Override*/
.header-notification .tribe-event-image img {
    height: 75px!important;
    width: auto!important;
    margin-right: 2em;
    margin-top: 10px;
    margin-left: 10px;
}

.header-notification .tribe-event-image {
    float: left;
}
.header-notification {
    overflow: hidden;
    position: relative;
    display:none;
        z-index: 102;
}
.header-notification .tribe-events-list-widget-events {
    background-color: #e5e2dd!important;
    padding-bottom: 0px;
}
.header-event-content {
    font-size: 16px;
    line-height: 20px;
    padding-top: 1em;
    width: 1000px;
    font-family: 'cabin';
    max-width: 100%;
    padding-right: 90px;
}
div#header-event-hide {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}


/*Footer*/
.inthenews-wrap {
    width: 100%!important;
}
div#footer-bottom-inner {
    border-top: 1px solid #cfcfcf
}
.footer-menu a {
    color: #8b8b8b;
    font-size: 13px;
    line-height: 28px
}
div#footer-callout-wrap {
    z-index: 102;
    position: relative;
    background: none;
    border: 0;
    padding: 60px 0 130px;
}
main#main::after {
    -webkit-transform: rotateZ(-3.1deg);
    transform: rotateZ(-3.1deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -200px;
    right: -200px;
    bottom: -750px;
    height: 750px;
    z-index: 101;
    display: block;
    background: #249cf8;
    visibility: visible;
}
div#footer-callout-wrap::after {
    -webkit-transform: rotateZ(-2deg);
    transform: rotateZ(2deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -600px;
    right: -600px;
    bottom: -750px;
    height: 800px;
    z-index: 101;
    display: block;
    background: #ffffff;
    visibility: visible;
}
.nya-top-bg {
    overflow: hidden;
    display: flex;
}

div#footer-builder, #footer-bottom {
    z-index: 110;
    position: relative;
}
div#footer-callout {
    color: #123981;
}
#cust-footer-bottom {
    z-index:110;
}
#footer-builder {
    padding-top: 20px;
}
.footer-builder-content.entry {
    width: 100%!important;
    max-width: 100%!important;
}
.inthenews-wrap {
    color:#083172;
    font-family: 'cabin';
}
.inthenews-content {
    font-size: 37px;
    font-weight: bold;
    line-height: 43px;
}
.inthenews-content a, .inthenews-content a:hover {
    color:#083172;
    text-decoration:none;
}
.inthenews-share {
    text-align: right;
}

/*Homepage*/
.ticker-item {
    margin-bottom: 10px;
}
.ticker-item span {
    font-size: 12px;
    display: block;
    line-height: 1em;
}
.ticker-wrap {
    height: 105px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: right;
    font-size: 30px;
    color: #9ad3ff;
    font-weight: 500;
    position: relative;
}
.ticker-wrap-inner {
    position: absolute;
    right: 0;
    top: 0;
}
/*
.home .not-sticky a.main-logo {
    height: 52px!important;
    display: block;
    background-image: url(/wp-content/uploads/2017/01/logo.png);
    width: 357px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.home .not-sticky img.logo-img {
    visibility: hidden;
}
.home .not-sticky #site-header, .home div#site-header-sticky-wrapper.not-sticky {
    background-color: transparent!important;
}
.home .not-sticky #site-navigation .dropdown-menu >li >a {
    color: #ffffff;
}
.home .not-sticky a.main-logo {
    height: 52px!important;
    display: block;
    background-image: url(/wp-content/uploads/2017/01/logo.png);
    max-width: 357px;
    width: 100%!important;
    background-size: 100%;
    background-repeat: no-repeat;
}
body.blog .not-sticky a.main-logo, body.single-post .not-sticky a.main-logo, body.archive.category .not-sticky a.main-logo, body.page-template-template-galleries .not-sticky a.main-logo, body.tax-locations .not-sticky a.main-logo {
    height: 52px!important;
    display: block;
    background-image: url(/wp-content/uploads/2017/01/logo.png);
    max-width: 357px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}


.home .not-sticky img.logo-img {
    visibility: hidden;
}
body.tax-locations .not-sticky img.logo-img, body.blog .not-sticky img.logo-img, body.single-post .not-sticky img.logo-img, body.archive.category .not-sticky img.logo-img, body.page-template-template-galleries .not-sticky img.logo-img {
    visibility: hidden;
}

.home .not-sticky #site-header, .home div#site-header-sticky-wrapper.not-sticky {
    background-color: transparent!important;
}
body.tax-locations .not-sticky #site-header, body.blog .not-sticky #site-header, body.single-post .not-sticky #site-header, body.archive.category .not-sticky #site-header, body.page-template-template-galleries .not-sticky #site-header {
    background-color: transparent!important;
}
body.tax-locations div#site-header-sticky-wrapper.not-sticky, body.blog div#site-header-sticky-wrapper.not-sticky, body.single-post div#site-header-sticky-wrapper.not-sticky, body.archive.category div#site-header-sticky-wrapper.not-sticky, body.page-template-template-galleries div#site-header-sticky-wrapper.not-sticky {
    background-color: transparent!important;
}


body.tax-locations header#site-header, body.blog header#site-header, body.single-post header#site-header, body.archive.category header#site-header, body.page-template-template-galleries header#site-header  {
    visibility: hidden;
}
#site-header-sticky-wrapper header#site-header {
    visibility: visible;
}




.home .not-sticky #site-navigation .dropdown-menu >li >a {
    color: #ffffff;
}
body.tax-locations .not-sticky #site-navigation .dropdown-menu >li >a, body.blog .not-sticky #site-navigation .dropdown-menu >li >a, body.single-post .not-sticky #site-navigation .dropdown-menu >li >a, body.archive.category .not-sticky #site-navigation .dropdown-menu >li >a, body.page-template-template-galleries  .not-sticky #site-navigation .dropdown-menu >li >a {
    color: #ffffff!important;
}
*/



a.circle-btn {
    height: 130px;
    width: 130px;
    border: 1px solid #ffffff;
    display: block;
    text-align: center;
    margin: 10px auto 0;
    line-height: 130px;
    text-decoration: none!important;
    border-radius: 50%;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out
}
a.circle-btn:hover {
    color: #6a6a6a;
    background-color: #ffffff
}
.feat-grant {
    background: #ffffff;
    color: #636363;
    font-family: "Cabin";
    border-left: 8px solid #f7941d;
    padding: 1.5em;
    margin-bottom: 1em;
    position: relative
}
.feat-grant-sup {
    color: #f7941d;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase
}
.feat-grant-hl {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25em
}
.feat-grant p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 1em 0 0
}
.feat-grant::after {
    content: '+';
    position: absolute;
    top: 3px;
    right: 8px;
    color: #f7941d;
    font-size: 75px
}
.feat-grant::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 80px solid #1aa18d;
    border-left: 80px solid transparent;
    position: absolute;
    right: 0;
    top: 0
}
.feat-phy-section {
    text-align: center;
    width: 545px;
    margin: 0 auto;
    max-width: 100%
}
.feat-phy-hl {
    color: #164492;
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
        text-transform: capitalize;
}
.feat-phy-sup {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2em
}
.feat-phy-section p {
    font-size: 14px;
    line-height: 2em;
    font-style: italic
}
.feat-phy-section a {
    color: #164492
}
#home-group1,
#home-group2,
#home-group2-2018,
#home-group3,
#home-group4,
#home-stories-2018,
#home-group5 {
    z-index: 100
}
.feat-phy-photo {
    background-image: url(/wp-content/uploads/2017/01/feat-grant-man.jpg);
    background-position: center center;
    width: 250px;
    height: 250px;
    margin: .5em auto 1em;
    border-radius: 50%;
    overflow: hidden;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    background-size: contain;
}
#home-group1::after {
    -webkit-transform: rotateZ(-11deg);
    transform: rotateZ(-11deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -450px;
    right: -450px;
    bottom: -150%;
    height: 150%;
    z-index: 10;
    display: block;
    background: #1eb89a;
    background: -moz-radial-gradient(top, ellipse cover, #1eb89a 10%, #0e7762 75%, #0e7762 100%);
    background: -webkit-radial-gradient(top, ellipse cover, #1eb89a 10%, #0e7762 75%, #0e7762 100%);
    background: radial-gradient(ellipse at top, #1eb89a 10%, #0e7762 75%, #0e7762 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1eb89a', endColorstr='#0e7762', GradientType=1);
}
div#home-group1::before {
    -webkit-transform: rotateZ(-8.4deg);
    transform: rotateZ(-8.4deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -450px;
    right: -450px;
    bottom: -93.5%;
    height: 100%;
    z-index: 10;
    display: block;
    background: #0d7560
}
.home-group1-inner::after {
    content: '';
    position: absolute;
    width: 452px;
    height: 568px;
    background-image: url(/wp-content/uploads/2017/01/hand-trans2.png);
    background-repeat: no-repeat;
    left: -150px;
    top: 10%;
    opacity: .3
}
#home-group2::after {
    -webkit-transform: rotateZ(4.1deg);
    transform: rotateZ(4.1deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 100% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -200px;
    right: -200px;
    bottom: -200%;
    height: 200%;
    background-color: #fff;
    z-index: 10;
    display: block
}
#home-group3::after {
    -webkit-transform: rotateZ(-6.1deg);
    transform: rotateZ(-6.1deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -200px;
    right: -200px;
    bottom: -515px;
    height: 500px;
    z-index: 10;
    display: block;
    background: #1a62bb

}
#home-group4 {
    overflow: hidden;
    background: #ce1820;
    /* Old browsers */
    
    background: -moz-radial-gradient(top, ellipse cover, #ce1820 0, #c2121b 55%, #aa0d1b 100%);
    /* FF3.6-15 */
    
    background: -webkit-radial-gradient(top, ellipse cover, #ce1820 0, #c2121b 55%, #aa0d1b 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: radial-gradient(ellipse at top, #ce1820 0, #c2121b 55%, #aa0d1b 100%);
    /* W3C,IE10+,FF16+,Chrome26+,Opera12+,Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ce1820', endColorstr='#aa0d1b', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
#home-group4::before {
    -webkit-transform: rotateZ(-3.1deg);
    transform: rotateZ(-3.1deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -200px;
    right: -200px;
    top: -450px;
    height: 500px;
    z-index: 10;
    display: block;
    background: #db3432
}
/*
div#research-section2::after {
    content: '';
    position: absolute;
    width: 452px;
    height: 568px;
    background-image: url(/wp-content/uploads/2017/01/hand-trans2.png);
    background-repeat: no-repeat;
    right: -150px;
    top: 35%;
    opacity: .3;
}
div#research-section3::after {
    content: '';
    position: absolute;
    width: 452px;
    height: 568px;
    background-image: url(/wp-content/uploads/2017/01/hand-trans2.png);
    background-repeat: no-repeat;
    left: -150px;
    top: 15%;
    opacity: .5;
    z-index: 102;
}
*/
.home-side-boxes .vc_column-inner {
    padding-top: 0!important
}
img.home-top-mil {
    margin: 20px 0 35px 35px
}
.home-top-whitespace {
    max-width: 100%!important;
    width: 1400px;
    margin: 0 auto
}
.home-top-havehope {
    max-width: 100%!important;
    width: 980px;
    margin: 0 auto
}
div#home-group2::before, div#home-group2-2018::before {
    content: '';
    position: absolute;
    width: 452px;
    height: 568px;
    background-image: url(/wp-content/uploads/2017/01/hand-trans2.png);
    background-repeat: no-repeat;
    right: -250px;
    top: 10%;
    opacity: .5
}
div#home-group4::after {
    content: '';
    position: absolute;
    width: 452px;
    height: 568px;
    background-image: url(/wp-content/uploads/2017/01/hand-trans2.png);
    background-repeat: no-repeat;
    left: -150px;
    top: 15%;
    opacity: .5
}

div#home-group3 {
    -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 4deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 4deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 4deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 4deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 4deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
    margin-top: -105px;
    background: #ffffff;
    overflow: hidden;
}
#home-group3 .wpex-vc-columns-wrap {
    -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -4deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -4deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -4deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -4deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -4deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
    background: #ffffff url(/wp-content/uploads/2017/01/home-mid-bg-featured-recipient.jpg?id=4598) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left top!important;
    padding-top: 350px;
    padding-bottom: 200px;
    margin-top: -100px;
}
.home-side-boxes a {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    padding: 1em 1em 1em 1em;
    text-decoration: none!important
}
.home-side-boxes a span {
    position: absolute;
    bottom: .5em;
    left: .5em;
    font-size: 38px
}
div#woh-wrap {
    position: relative;
    margin-top: 3em;
    margin-bottom: 5em
}
div#woh-grant-tl,
div#woh-grant-tr,
div#woh-grant-bl,
div#woh-grant-br {
    text-align: center
}
div#woh-grant-tl {
    position: absolute;
    top: -60px;
    right: 50%;
    padding-right: 185px;
}
div#woh-grant-tr {
    position: absolute;
    top: -60px;
    left: 50%;
    padding-left: 185px;
}
div#woh-grant-bl {
    position: absolute;
    bottom: -60px;
    right: 50%;
    padding-right: 185px;
    padding-top: 125px;
}
div#woh-grant-br {
    position: absolute;
    bottom: -60px;
    left: 50%;
    padding-left: 185px;
    padding-top: 125px;
}
div#woh-content-tl,
div#woh-content-tr,
div#woh-content-bl,
div#woh-content-br {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    text-align: center;
    opacity: .85
}
div#woh-content-tl::before,
div#woh-content-tr::before,
div#woh-content-bl::before,
div#woh-content-br::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 100%
}
div#woh-content-tl span,
div#woh-content-tr span,
div#woh-content-bl span,
div#woh-content-br span {
    vertical-align: middle;
    display: inline-block;
    line-height: 1.5em;
}
div#woh-content-tl {
    background: #28abe1;
}
div#woh-content-tr {
    background: #f79b2b;
}
div#woh-content-bl {
    background: #0D7560;
}
div#woh-content-br {
    background: #e44439;
}
div#woh-white-circ {
    background: #ffffff;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    margin: 2em auto;
    position: relative
}
div#woh-grey-circ {
    position: absolute;
    background: #e7e7e8;
    display: block;
    width: 400px;
    height: 400px;
    left: -200px;
    margin-left: 50%;
    top: 50%;
    margin-top: -200px;
    border-radius: 50%
}
div#woh-grant-slice-tl {
    height: 250px;
    width: 500px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    margin-right: 10px;
    top: 0;
    margin-top: -10px
}
div#woh-grant-slice-tl::before {
    height: inherit;
    width: inherit;
    position: absolute;
    content: "";
    border-radius: 0 0 250px 250px;
    background-color: #28abe1;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    outline: 1px solid transparent;
}
div#woh-grant-slice-tr {
    height: 250px;
    width: 500px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -240px;
    top: 0;
    margin-top: -10px;
}
div#woh-grant-slice-tr::before {
    height: inherit;
    width: inherit;
    position: absolute;
    content: "";
    border-radius: 250px 250px 0 0;
    background-color: #f79b2b;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    outline: 1px solid transparent;
}
div#woh-grant-slice-bl {
    height: 250px;
    width: 500px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    margin-right: 10px;
    top: 50%;
    margin-top: 10px;
    padding-left: 250px;
}
div#woh-grant-slice-bl::before {
    height: inherit;
    width: inherit;
    position: absolute;
    content: "";
    border-radius: 0 0 250px 250px;
    background-color: #0D7560;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    outline: 1px solid transparent;
}
div#woh-grant-slice-br {
    height: 250px;
    width: 500px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: 10px;
    top: 50%;
    margin-top: 10px
}
div#woh-grant-slice-br::before {
    height: inherit;
    width: inherit;
    position: absolute;
    content: "";
    border-radius: 250px 250px 0 0;
    background-color: #e44439;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    outline: 1px solid transparent;
}
div#woh-grant-tl,
div#woh-grant-tr,
div#woh-grant-bl,
div#woh-grant-br {
    line-height: 1.25em;
    width: 345px;
    height: 300px;
    cursor: pointer;
    z-index: 99;
}
div#woh-grant-tl span.woh-cross {
    color: #48c5e2
}
div#woh-grant-tr span.woh-cross {
    color: #f79b2b
}
div#woh-grant-bl span.woh-cross {
    color: #0D7560
}
div#woh-grant-br span.woh-cross {
    color: #e44439
}
span.woh-cross {
    font-size: 75px;
    line-height: 1em;
    display: block;
    margin-bottom: -10px
}
span.woh-num {
    font-size: 30px;
    display: block;
    margin-top: -10px
}
div#woh-image-circ {
    background-image: url(/wp-content/uploads/2017/01/kidonchair.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    overflow: hidden;
    left: 5%;
    top: 5%;
    position: absolute;
}
/*MINI WOH*/
#woh-mini {
    position: relative;
    margin-top: 3em;
    margin-bottom: 5em
}
#woh-mini div#woh-white-circ {
    width: 250px;
    height: 250px;
}
#woh-mini div#woh-grey-circ {
    width: 220px;
    height: 220px;
    left: -110px;
    margin-top: -110px;
}
#woh-mini div#woh-image-circ {
    width: 92%;
    height: 92%;
    left: 4%;
    top: 4%;
}
#woh-mini div#woh-grant-slice-tl {
    height: 125px;
    width: 250px;
}
#woh-mini div#woh-grant-slice-tr {
    height: 125px;
    width: 250px;
    margin-left: -115px;
}
#woh-mini div#woh-grant-slice-bl {
    height: 125px;
    width: 250px;
    padding-left: 125px;
}
#woh-mini div#woh-grant-slice-br {
    height: 125px;
    width: 250px;
}
div#woh-grant-tl, div#woh-grant-tr, div#woh-grant-bl, div#woh-grant-br {

}
#woh-mini span.woh-cross {
    font-size: 55px;
    font-weight: bold;
}
#woh-mini div#woh-grant-tl, #woh-mini div#woh-grant-tr, #woh-mini div#woh-grant-bl, #woh-mini div#woh-grant-br {
    line-height: 1.25em;
    font-size: 15px;
    width: 250px;
    height: 200px;
}
#woh-mini div#woh-grant-tl {
    position: absolute;
    top: -45px;
    right: 50%;
    padding-right: 60px;
}
#woh-mini div#woh-grant-tr {
    position: absolute;
    top: -45px;
    left: 50%;
    padding-left: 60px;
}
#woh-mini div#woh-grant-bl {
    bottom: -45px;
    padding-right: 60px;
    padding-top: 100px;
}
#woh-mini div#woh-grant-br {
    bottom: -45px;
    padding-left: 60px;
    padding-top: 100px;
}
#woh-mini div#woh-grant-tl a, #woh-mini div#woh-grant-tr a, #woh-mini div#woh-grant-bl a, #woh-mini div#woh-grant-br a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#woh-wrap div#woh-grant-tl a, #woh-wrap div#woh-grant-tr a, #woh-wrap div#woh-grant-bl a, #woh-wrap div#woh-grant-br a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.home-slide-wrap .hidden p { 
    opacity:0;
}
.ff-stream-wrapper {
    width: 3500px;
    position: absolute!important;
    top: 0;
    left: 0;
}
.ff-stream {
    min-height: 650px!important;
    margin: 0 0 1em;
}
.slide-com-left {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 60px;
    cursor: pointer;
    z-index: 99;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );

}
.slide-com-right {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 60px;
    cursor: pointer;
    z-index: 99;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}
.home .vcex-testimonials-fullslider-inner p, .vcex-testimonials-fullslider-author {
    text-align: right;
}
.vcex-testimonials-fullslider-author::before {
    content: '- ';
}
.slide-com-left {
    display:none;
}
.ff-loadmore-wrapper {
    display: none;
}
span.ff-img-holder {
    max-height: 250px!important;
    overflow: hidden;
}

/*Grant page*/
#grant-group2-link,
#grant-group3-link,
#grant-group4-link,
#grant-group5-link {
    margin-top: -125px;
    display: block;
}
#grant-group1,
#grant-group2,
#grant-group3,
#grant-group4,
#grant-group5,
#grant-map {
    z-index: 100
}
/*
div#grant-group1::before {
    -webkit-transform: rotateZ(2.6deg);
    transform: rotateZ(2.6deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -450px;
    right: -450px;
    bottom: -138%;
    height: 150%;
    z-index: 10;
    display: block;
    background: #277ad1;
}
div#grant-group1::after {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -450px;
    right: -450px;
    bottom: -145%;
    height: 150%;
    z-index: 10;
    display: block;
    background: #1e73be;
    background: -moz-radial-gradient(top, ellipse cover, #367fd2 10%, #23539e 75%, #23539e 100%);
    background: -webkit-radial-gradient(top, ellipse cover, #367fd2 10%, #23539e 75%, #23539e 100%);
    background: radial-gradient(ellipse at top, #367fd2 10%, #23539e 75%, #23539e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#367fd2', endColorstr='#23539e', GradientType=1);
}
div#grant-group2::after {
    -webkit-transform: rotateZ(-9deg);
    transform: rotateZ(-9deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -450px;
    right: -450px;
    bottom: -85%;
    height: 85%;
    z-index: 10;
    display: block;
    background: #f9a138;
}

#grant-group3 {
        -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -9deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -9deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -9deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -9deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -9deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
    margin-top: -250px;
    background: #ffffff;
    overflow: hidden;
}

#grant-group3 .wpex-vc-columns-wrap {
    -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 9deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 9deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 9deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 9deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 9deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
    background: #ffffff url(/wp-content/uploads/2017/03/grant-bg2.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left top!important;
    padding-top: 500px;
    padding-bottom: 200px;
    margin-top: -165px;
}
div#grant-group4 {
    -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 4deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 4deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 4deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 4deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 4deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
    background: #ffffff;
    overflow: hidden;
}
#grant-group4 .wpex-vc-columns-wrap {
    -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -4deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -4deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -4deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -4deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -4deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left top!important;
    padding-top: 200px;
    padding-bottom: 150px;
}
div#grant-group5 {
    -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -3deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -3deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -3deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -3deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -3deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
    overflow: hidden;
}
#grant-group5 .wpex-vc-columns-wrap {
    -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 3deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 3deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 3deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 3deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 3deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
    background: #ffffff url(/wp-content/uploads/2017/03/grant-bg3.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left top!important;
    padding-top: 350px;
    padding-bottom: 400px;
    margin-top: -75px;
}
*/

/* MAP */
.interactive_map_finder circle {
    cursor: pointer;
}
.map-filter {
    background-color: #ffffff;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    display: inline-block;
    line-height: 1em;
    font-size: 2em;
    text-align: center;
    vertical-align: middle;
        cursor: pointer;
}
#map-filter-quantum span {
    color: #68d3ff;
}
#map-filter-scholar span {
    color: #f8a53f;
}
#map-filter-young span {
    color: #0d7560;
}
#map-filter-impact span {
    color: #ff1922;
}
#grant-map .nowhitespace {
    white-space: nowrap;
    display: inline-block;
    margin: 0 1em .25em 0;
    cursor: pointer;
}
div#grant-map::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 4%, rgba(3,11,27,0) 26%, rgba(15,47,119,0.76) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 4%,rgba(3,11,27,0) 26%,rgba(15,47,119,0.76) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 4%,rgba(3,11,27,0) 26%,rgba(15,47,119,0.76) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c20f2f77',GradientType=0 );
}
.map-legend {
    border: 1px solid #fff;
    border-right: 0;
    border-left: 0;
}
.view-all-grants {
    margin: .5em 0 10px 5px!important;
    text-align: right;
    cursor: pointer;
    display: inline-block;
    float: right;
}
/*
div#grant-group4::after {
    -webkit-transform: rotateZ(-3deg);
    transform: rotateZ(-3deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    content: ' ';
    position: absolute;
    left: -450px;
    right: -450px;
    bottom: -150%;
    height: 150%;
    z-index: 10;
    display: block;
    background: #ca1821;
}

div#grant-group5::after {
    -webkit-transform: rotateZ(4.1deg);
    transform: rotateZ(4.1deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 100% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    content: ' ';
    position: absolute;
    left: -200px;
    right: -200px;
    bottom: -155%;
    height: 150%;
    background-color: #ef222a;
    z-index: 10;
    display: block;
}
*/
.grant-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    width: 30%;
    background: rgba(255,255,255,.85);
    padding: 150px 0 0;
}
/*
.grant-navigation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 15%;
    max-width: 350px;
    min-width: 200px;
    background-color: #164492;
    color: #ffffff;
    padding: 17.5% 0 0;
    background-image: url(https://d1pak8w6d1be0i.cloudfront.net/wp-content/uploads/2017/09/hand-all.gif) !important;
    background-repeat: no-repeat;
    background-position: top 75px center;
    background-size: contain;
}
*/
#site-header-sticky-wrapper {
    position: absolute;
    z-index: 999;
    width: 100%;
}
.grant-nav-hl strong {
    font-size: 21px;
}

.mobile-show {display:none;}

/*Community*/
.post_content {color:#ffffff;}
h3.care-message-content {
    color: #ffffff;
    padding: 0 1em;
}
.vc_gitem-post-data-source-post_title, .vc_gitem-post-data-source-post_excerpt {
    color: #780000;
    line-height: 1.25em;
}
.community-care-messages .vc_btn3-container {
    margin-bottom: 0;
}
.community-care-messages .vc_btn3-container a {
    background-color: #f1222a!important;
}
.community-care-messages .vc_pageable-load-more-btn {
    margin-top:0;
}
div#community-section2 {
    background: #1e73be;
    background: -moz-radial-gradient(top, ellipse cover, #367fd2 10%, #23539e 75%, #23539e 100%);
    background: -webkit-radial-gradient(top, ellipse cover, #367fd2 10%, #23539e 75%, #23539e 100%);
    background: radial-gradient(ellipse at top, #367fd2 10%, #23539e 75%, #23539e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#367fd2', endColorstr='#23539e', GradientType=1);
}
/*
div#community-section3 {
    -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -3deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -3deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -3deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -3deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -3deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
    margin-top: -150px;
    background: #ffffff;
}
div#community-section3 .wpex-vc-columns-wrap {
    -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 3deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 3deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 3deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 3deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 3deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
}
div#community-section4 {
    -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 2deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 2deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 2deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 2deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 2deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
    margin-top: -150px;
    background: #ffffff;
}
div#community-section4 .wpex-vc-columns-wrap {
    -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -2deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -2deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -2deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -2deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -2deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
}*/
div.background-position-top .wpex-vc-column-wrapper {background-position: center top!important;}
.community-care-headline .wpex-vc-column-wrapper {
    background-position: right center !important;
}
div#community-section3::after {
    -webkit-transform: rotateZ(1.1deg);
    transform: rotateZ(1.1deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 100% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -200px;
    right: -200px;
    bottom: -136%;
    height: 150%;
    background-color: #0F3B89;
    z-index: 10;
    display: block;
    opacity: .75;
}
.interactive_map_finder circle {
    stroke-width: 0!important;
}
.interactive_map_finder circle[fill='#298773'] {
    stroke-width: 1!important;
}
.interactive_map_finder circle[fill='#68d3ff'] {
    r:8!important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed!important; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    min-width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(26,98,187); /* Fallback color */
    background-color: rgba(26,98,187,0.95); /* Black w/ opacity */
    margin-left: 0;
    margin-right: 0;
}

/* Modal Content/Box */
.modal-content {
    max-width: 650px;
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 2em;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
div#myModal2 .modal-content {
    font-size: 17px;
}
.modal-content input.wpcf7-text {
    width: 100%;
    margin: .75em 0!important;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #999999;
    padding-left: 0;
    color: #333333;
}
.modal-content textarea {
    border: 1px solid #999999;
    background: transparent;
    margin-top: .75em;

}
.modal-content input.theme-button {
    width: 100%;
    margin-top: 15px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*BLOG*/
#content-wrap-pre {display:none;}
body.blog, body.single-post, body.archive.category {
    background-image: url(/wp-content/uploads/2019/01/new-news-banner.jpg) !important;
    background-position: top 74px center;
    background-attachment: inherit;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #eff4fc;
}
body.page-template-template-galleries {
    background-position: top 74px center;
    background-attachment: inherit;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #eff4fc;
}

body.blog div#content-wrap, body.single-post div#content-wrap, body.archive.category div#content-wrap, body.page-template-template-galleries div#content-wrap {
    background-color: #fff;
    padding: 3%;
}
body.blog #content-wrap-pre, body.single-post #content-wrap-pre, body.archive.category #content-wrap-pre, body.page-template-template-galleries #content-wrap-pre {
    display:block;
}
h2.blog-entry-title.entry-title {
    font-size: 19px;
    font-weight: bold;
    text-transform: capitalize;
}
.blog-entry-excerpt.wpex-clr {
    font-size: 14px;
    line-height: 24px;
}
.meta li span.fa.fa-folder-o {
    display: none;
}
div#recent-posts-2 {
    font-size: 14px;
    line-height: 30px;
}
.sidebar-box .widget-title {
    color: #164492;
    font-size: 18px;
    line-height: 15px;
}
header.page-header {
    display: none!important;
}
header#site-header {
    position: absolute;
    z-index: 999;
    width: 100%;
}
div#content-wrap-pre {
    padding-top: 200px;
    padding-bottom: 150px;
    position:relative;
    overflow: hidden;
}
div#content-wrap-pre h1 {
    font-size: 31px;
    margin-bottom: 0;
    color: #ffffff;
}
div#content-wrap-pre h2 {
    font-size: 64px;
    margin-top: 0;
    color: #ffffff;
    line-height: 1em;
}
div#content-wrap-pre::before {
        -webkit-transform: rotateZ(3.1deg);
    transform: rotateZ(3.1deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 100% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -200px;
    right: -200px;
    bottom: -211px;
    height: 200px;
    background-color: #ffffff;
    z-index: 11;
    display: block;
}
p.cat-nav-caption {
    color: #333333;
    font-size: 14px;
    margin-bottom: 0;
}
div#category-nav, div#category-nav a {
    font-size: 28px;
    color: #164492;
    margin-bottom: 1.5em;
}
div#category-nav a.current {
    color: #666;
}
a.theme-button {
    background: #164492;
    border-radius: 0!important;
    padding: .25em 1em;
    border:1px solid #164492;
    font-weight: 500!important;
}
a.theme-button:hover {
    background: transparent;
    border:1px solid #6a6a6a;
    color:#6a6a6a;
}
aside#sidebar a {
    text-transform: uppercase;
}
body.single-post main#main {
    padding-bottom: 150px;
}

/*Research*/
.staff-entry-inner {
    text-align: center;
}
#research-section1::before {
    -webkit-transform: rotateZ(-4.5deg);
    transform: rotateZ(-4.5deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -450px;
    right: -450px;
    bottom: -96%;
    height: 100%;
    z-index: 10;
    display: block;
    background: #277ad1;
}
#research-section1::after {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -450px;
    right: -450px;
    bottom: -180%;
    height: 178%;
    z-index: 10;
    display: block;
    background: #1e73be;
    background: -moz-radial-gradient(top, ellipse cover, #367fd2 10%, #23539e 75%, #23539e 100%);
    background: -webkit-radial-gradient(top, ellipse cover, #367fd2 10%, #23539e 75%, #23539e 100%);
    background: radial-gradient(ellipse at top, #367fd2 10%, #23539e 75%, #23539e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#367fd2', endColorstr='#23539e', GradientType=1);
}
#research-section1,
#research-section2,
#research-section3,
#research-section4,
#research-section5 {
    z-index: 100
}
div#research-section1 {
    overflow: hidden;
}
.staff-entry-media img {
    border-radius: 50%;
    overflow: hidden;
}
/*
div#research-section3 {
    -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 4deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 4deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 4deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 4deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 4deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
    background: #ffffff;
    overflow: hidden;
    padding-bottom: 75px;
}
div#research-section3 .wpex-vc-columns-wrap {
    -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -4deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -4deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -4deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -4deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -4deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
    padding-top: 375px;
    padding-bottom: 350px;
    margin-top: -165px;
    background: #ce1820;
    background: -moz-radial-gradient(top, ellipse cover, #ce1820 0, #c2121b 55%, #aa0d1b 100%);
    background: -webkit-radial-gradient(top, ellipse cover, #ce1820 0, #c2121b 55%, #aa0d1b 100%);
    background: radial-gradient(ellipse at top, #ce1820 0, #c2121b 55%, #aa0d1b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ce1820', endColorstr='#aa0d1b', GradientType=1);
}
div#research-section5 {
    -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -3deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -3deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -3deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -3deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, -3deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
    margin-top: -250px;
    background: #ffffff;
    overflow: hidden;
}
div#research-section5 .wpex-vc-columns-wrap {
    -moz-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 3deg) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 3deg) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 3deg) translate3d(0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 3deg) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) rotate(0) skew(0deg, 3deg) translate3d(0, 0, 0);
    outline: 1px solid transparent;
    background: #ffffff url(/wp-content/uploads/2017/03/research-section5.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top!important;
    padding-top: 500px;
    padding-bottom: 400px;
    margin-top: -65px;
}
*/

body.home main#main {
    padding-top:74px;
}
.video-grid .vc_gitem-post-data-source-post_title {
    color: #222222;
    line-height: 1.5em;
}
.video-grid img {
    width: 100%;
}
.video-gallery li.vc_grid-filter-item {
    float: right;
    padding: 14px 20px!important;
}
.video-gallery ul.vc_grid-filter {
    float: left;
    margin-left:0;
    margin-bottom:0;
}
.video-gallery .vc_grid {
    clear: both;
    background-color:#F8F8F8;
    padding: 50px 20px 16px;
    border: 1px solid #f0f0f0;
}
.video-gallery .vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    margin-left: 1px!important;
    border-top: none;
    margin-top: 1px;
}
.video-gallery .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active {
    background-color:#F8F8F8;
}
.video-gallery .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item {
    background-color: #EBEBEB;
}

/*Story*/
.story-top-img .vc_single_image-wrapper {
    margin-top: -165px;
    z-index: 99;
    width:100%;
}
.story-top-img .vc_single_image-wrapper img {
    width:100%;
}
body.page-template-template-galleries .vc_gitem_row .vc_gitem-col {
    padding:0;
}

/*Donate*/
/*
div#donate-section1::after {
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -450px;
    right: -450px;
    bottom: -130%;
    height: 150%;
    z-index: 10;
    display: block;
    background: #f8aa4c;
    background: -moz-radial-gradient(top, ellipse left, #f8aa4c 10%, #f79826 75%, #f79826 100%);
    background: -webkit-radial-gradient(top, ellipse left, #f8aa4c 10%, #f79826 75%, #f79826 100%);
    background: radial-gradient(ellipse at left, #f8aa4c 10%, #f79826 75%, #f79826 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8aa4c', endColorstr='#f79826', GradientType=1);
}
div#donate-section1::before {
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    content: ' ';
    position: absolute;
    left: -450px;
    right: -450px;
    bottom: -150%;
    height: 150%;
    z-index: 10;
    display: block;
    background: #f8aa4c;
    opacity: .95;
    /*
    background: -moz-radial-gradient(top, ellipse left, #f8aa4c 10%, #f79826 75%, #f79826 100%);
    background: -webkit-radial-gradient(top, ellipse left, #f8aa4c 10%, #f79826 75%, #f79826 100%);
    background: radial-gradient(ellipse at left, #f8aa4c 10%, #f79826 75%, #f79826 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8aa4c', endColorstr='#f79826', GradientType=1);
    */
}
*/
#donate-section1,
#donate-section2 {
    z-index: 100;
    overflow: visible;
}
div#myModal3 .modal-content {
    background: transparent;
    color: #ffffff;
    border: 0;
}
div#myModal3 .modal {
    background-color: rgba(26,98,187,0.93);
}
div#myModal4 {
    z-index: 300;
    padding-top: 5%;
    max-width:100%;
}
div#myModal4 .modal-content {
    background: #ffffff;
    padding: 0px;
    max-width:100%!important;
    width: 800px;
}
a.launch-live-event {
    text-align: center;
    padding: 1em;
    width: 100%;
    background: #ffffff;
    display: block;
    border-radius: 3px;
    font-weight: bold;
    font-size: 30px;
    color: #0B337A!important;
    margin-top: 20px;
}
a.launch-live-event:hover {
    text-decoration:none;
}
a.launch-live-event.hidden {
    display:none;
}
div#myModal3 span.close, div#myModal4 span.close {
    font-weight: 200;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 50px;
    height: 45px;
    width: 45px;
    line-height: 44px;
    text-align: center;
    padding-left: 9px;
    margin-right: 70px;
    margin-top: -50px;
}
div#myModal4 span.close {
    margin-top: -60px;
}
div#myModal3 span.close::after, div#myModal4 span.close::after {
    content: 'Close';
    font-size: 20px;
    line-height: 45px;
    vertical-align: middle;
    margin-left: 20px;
    font-weight: 500;
}
.uc_transparent_countdown .uc_countdown_content .uc_countdown_section {
    background: transparent!important;
    margin: 0 1em!important;
}
.uc_transparent_countdown .uc_countdown_content .uc_countdown_section span.uc_countdown_amount {
    font-size: 60px!important;
}
.ctct-disclosure, a.button.ctct-button {
    display: none;
}
input.ctct-email {
    margin-left: 5px;
}
input#ctct-submitted {
    background: #164492;
    border-radius: 0!important;
    padding: .25em 1em;
    border: 1px solid #164492;
    font-weight: 500!important;
}
input#ctct-submitted:hover {
    background: transparent;
    border: 1px solid #6a6a6a;
    color: #6a6a6a;
}
.vc_custom_heading.video-title {
    color: #222222;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}
/* Location Taxonomy Template */
body.tax-locations #content-wrap-pre {
    display: block;
}
/*
body.tax-locations::before {
    content: '';
    height: 1000px;
    width: 100%;
    position: absolute;
    display: block;
    top:0;
    left:0;
    background: #2a6bbd;
    background: -moz-radial-gradient(top, ellipse cover, #1eb89a 10%, #0c183d 95%, #0c183d 100%);
    background: -webkit-radial-gradient(top, ellipse cover, #2a6bbd 10%, #0c183d 95%, #0c183d 100%);
    background: radial-gradient(ellipse at top, #2a6bbd 10%, #0c183d 95%, #0c183d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2a6bbd', endColorstr='#0c183d', GradientType=1);
}
*/
body.tax-locations div#content-wrap {
    background-color: #ffffff;
    padding: 3%;
}
body.tax-locations aside {
    width: 26%;
    max-width:26%;
    float: right;
    position: relative;
}
body.tax-locations .content-area {
    clear: both;
}
body.tax-locations .sidebar-inner h3 {
    color: #164492;
    font-size: 20px;
    line-height: 24px;
    margin:65px 0 5px;
    min-width: 150px;
    overflow: hidden;
}
body.tax-locations .sidebar-inner p {
    font-size: 14px;
    line-height: 24px;
}
body.tax-locations .sidebar-inner ul, body.tax-locations .sidebar-inner ol {
    font-size: 14px;
    line-height: 24px;
    list-style: inherit;
    padding-left: 1.5em;
    margin-bottom: 1em;
}
body.tax-locations .content-area img, body.tax-locations a.vcex-button.theme-button.align-left.solid-btn.animate-on-hover.wpex-data-hover {
    margin-bottom: 35px;
}
header.page-header-location .page-title-description {
    color: #ffffff;
}
body.tax-locations main#main::before {
    content: '';
    position: absolute;
    width: 452px;
    height: 568px;
    background-image: url(/wp-content/uploads/2017/01/hand-trans2.png);
    background-repeat: no-repeat;
    right: 150px;
    top: 0;
    opacity: .3;
}
h2.location-young-investigator {
    background: url(/wp-content/uploads/2017/01/thumbprint-8-3.png) no-repeat;
    background-size: contain;
    padding: 25px 0 25px 75px;
    line-height: 1em;
}
h2.location-quantum-grant, h2.location-quantum-collaboration-grant {
    background: url(/wp-content/uploads/2017/01/thumbprint-24-1.png) no-repeat;
    background-size: contain;
    padding: 25px 0 25px 75px;
    line-height: 1em;
}
h2.location-scholar-grant {
    background: url(/wp-content/uploads/2017/01/thumbprint-24-2.png) no-repeat;
    background-size: contain;
    padding: 25px 0 25px 75px;
    line-height: 1em;
}
h2.location-young-investigator-grant {
    background: url(/wp-content/uploads/2017/01/thumbprint-8-3.png) no-repeat;
    background-size: contain;
    padding: 25px 0 25px 75px;
    line-height: 1em;
}
h2.location-impact-grant {
    background: url(/wp-content/uploads/2017/01/thumbprint-24-4.png) no-repeat;
    background-size: contain;
    padding: 25px 0 25px 75px;
    line-height: 1em;
}
.location-year {
    float: right;
    margin-top: -20px;
}
body.tax-locations {
    background-image: url(/wp-content/uploads/2017/04/blue-bg.jpg) !important;
    background-repeat: no-repeat;
    background-color:#fafafa;
        background-attachment: inherit;
    background-size: 100%;
}
body.tax-locations header.page-header-location .page-title-description {
    font-size: 31px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500;
    font-family: "Cabin";
}
body.tax-locations div#content-wrap-pre h1 {
    margin-bottom: 0;
    font-size: 55px;
    margin-top: 0;
    color: #ffffff;
    line-height: 1em;
}
header.page-header-location .page-title-description {
    font-size: 31px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500;
    font-family: "Cabin";
    line-height: 1.5;
}
.breaker {
    height: 1px;
    width: 100%;
    border-top: 2px solid #aaaaaa;
    clear: both;
    margin: 4em 0;
}
#content-wrap div.breaker:last-of-type {display:none;}

body.tax-locations img.attachment-thumbnail.size-thumbnail.wp-post-image {
    margin: 0 15px 15px 0;
    border-radius: 50%;
    overflow: hidden;
        float: left;
}
h4.staff-entry-title.entry-title {
    text-transform: capitalize;
}
.feat-quote {
    font-size: 14px;
    line-height: 2em;
    font-style: italic;
}


.pulse {
  box-shadow: 0 0 0 rgba(255,255,255, 0.4);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}
.bluepulse {
  box-shadow: 0 0 0 rgba(26,70,144, 0.4);
  animation: bluepulse 2s infinite;
}
.bluepulse:hover {
  animation: none;
}




@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@-webkit-keyframes bluepulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(26,70,144, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(26,70,144, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(26,70,144, 0);
  }
}
@keyframes bluepulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(26,70,144, 0.4);
    box-shadow: 0 0 0 0 rgba(26,70,144, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(26,70,144, 0);
      box-shadow: 0 0 0 10px rgba(26,70,144, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(26,70,144, 0);
      box-shadow: 0 0 0 0 rgba(26,70,144, 0);
  }
}


@media screen and (max-width: 1830px) {
    .home-side-box1 .wpex-vc-column-wrapper {
        padding-top: 70% !important
    }
    .home-side-box2 .wpex-vc-column-wrapper,
    .home-side-box3 .wpex-vc-column-wrapper {
        padding-top: 145% !important
    }
}
@media screen and (min-width: 1600px) {
    #home-group1 {
        padding-bottom: 15%
    }
}
@media screen and (max-width: 1600px) {
    #home-group1 {
        padding-bottom: 250px
    }
    .community-care-block {min-width:33.33333%;}
    .community-care-headline {width:33.33333%!important;}
    .community-care-headline2 {width:66.66666%!important;}
    .community-care-headline2 .community-care-block {min-width:50%;}
    .vc_empty_space.community-message-spacer {
        padding-bottom: 600% !important;
    }
}


@media screen and (max-width: 1420px) {
    .home-side-box1 .wpex-vc-column-wrapper {
        padding-top: 90% !important
    }
    .home-side-box2 .wpex-vc-column-wrapper,
    .home-side-box3 .wpex-vc-column-wrapper {
        padding-top: 155% !important
    }

}
@media screen and (max-width: 1230px) {
    .home-side-box1 .wpex-vc-column-wrapper {
        padding-top: 100% !important
    }
    .home-side-box2 .wpex-vc-column-wrapper,
    .home-side-box3 .wpex-vc-column-wrapper {
        padding-top: 150% !important
    }
}
@media screen and (max-width: 1200px) {
    .home-side-box1 .wpex-vc-column-wrapper {
        padding-top: 75% !important
    }
    .home-side-box2 .wpex-vc-column-wrapper,
    .home-side-box3 .wpex-vc-column-wrapper {
        padding-top: 75% !important
    }
    .grant-navigation {display:none;}
    .community-care-block {min-width:50%;}
    .community-care-headline, .community-care-headline2 {min-width:100%!important;}
    .community-care-headline {max-height: 415px;min-height: 415px;}
    .vc_empty_space.community-message-spacer {
        padding-bottom: 300% !important;
    }
    body.blog, body.single-post, body.archive.category, body.page-template-template-galleries {
        background-position: top 61px right;
        background-size: 1400px;
    }
    
}
@media screen and (max-width: 990px) {
    .hide-med {display:none;}
    .show-med.hidden {display:block;}
}
@media screen and (max-width: 959px) {
    body.tax-locations aside {
        width: 100%;
        max-width:100%;
        float: right;
    }
    body.tax-locations .content-area img {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) {
    div#research-section5 {
    
        background: #ffffff url(/wp-content/uploads/2017/03/research-section5.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center top!important;
        padding-top: 300px;
        padding-bottom: 200px;
    }
    .border-right-hl {
        border-right: 2px solid #ffffff;
        padding-right: .75em;
        text-align: right
    }
    .home-slide-wrap {
        min-height: 210px;
        display: block;
    }
    .header-notification .tribe-event-image {
        height: 96px;
    }
    

}
@media screen and (max-width: 768px) {
    /*
    #home-group1 {
        margin-top: -100px
    }
    */
    div#woh-wrap {
        zoom: .5;
        margin-bottom: 8em;
        
    }
    .mobile-show {display:block;}
    .mobile-hide {display:none;}
    div#woh-grant-tl, div#woh-grant-bl {right:53%;}
    div#woh-grant-tr, div#woh-grant-br {left:53%;}
    span.woh-num {
        font-size: 20px;
    }
    div#home-group1 {
        background-position: 58% center!important;
    }
    .community-care-headline .wpex-vc-column-wrapper {
        padding-bottom: 25%!important;
    }
    .modal-content {
        margin: 150px auto;
        padding: 1em;
        width: 90%;
    }
    .story-top-img .vc_single_image-wrapper {
        margin-top: -100px;
    }
    .uc_clean_countdown .uc_countdown_content .uc_countdown_section {
        width: 25%!important;
    }
}
@media screen and (max-width: 640px) {
    .tribe-event-image {
        display: none;
    }
    body.tax-locations div#content-wrap-pre h1 {
        font-size:35px;
    }
    div#imap_1 {
        margin-top: -200px;
        margin-bottom: -200px;
    }
    .view-all-grants {display:none;}
    #grant-map .nowhitespace {cursor: default;}
    .entry h1 {
    font-size: 35px!important;
    }
    body {
    font-size: 16px!important;
    line-height: 30px!important;
    }
    div#content-wrap-pre h2 {
        font-size: 35px;
    }
    div#category-nav, div#category-nav a {
        font-size: 20px;
    }
    .uc_countdown_section span.uc_countdown_amount, .home .uc_transparent_countdown .uc_countdown_content div.uc_countdown_section span.uc_countdown_amount {
        font-size: 40px!important;
    }
    .uc_countdown_section span.uc_countdown_period, .home .uc_transparent_countdown .uc_countdown_content div.uc_countdown_section span.uc_countdown_period {
        font-size: 14px!important;
        margin-top: 0px;
    }
    .home .uc_transparent_countdown .uc_countdown_content .uc_countdown_section {
        width: 33%!important;
        margin: 0!important;
    }
    .uc_clean_countdown .uc_countdown_content .uc_countdown_section {
        margin-bottom: 0px!important;
    }
    div#grant-group1 {
    padding-top: 150px!important;
    padding-bottom: 100px!important;
    }
    div#grant-group2 {
        padding-top: 100px!important;
        padding-bottom: 150px!important;
    }
    #grant-group3 .wpex-vc-columns-wrap {
        padding-top: 400px!important;
        padding-bottom: 100px!important;
    }
    #grant-group4 .wpex-vc-columns-wrap {
        padding-bottom: 50px!important;
    }
    #grant-group5 .wpex-vc-columns-wrap {
        padding-top: 300px!important;
        padding-bottom: 300px!important;
    }
    div#footer-callout-wrap p {
        text-align: left!important;
    }
    div#research-section1 {
        padding-top: 150px!important;
        padding-bottom: 100px !important;
    }
    div#research-section3 .wpex-vc-columns-wrap {
        padding-top: 275px!important;
        padding-bottom: 250px!important;
    }
    div#research-section5 .wpex-vc-columns-wrap {
        padding-top: 200px!important;
        padding-bottom: 50px!important;
    }
    div#research-section3 h1 {
        text-align: left!important;
    }
    .community-care-headline .wpex-vc-column-wrapper {
        padding-top: 55px!important;
    }
    div#home-group1 {
        padding-top: 190px!important;
    }
    #home-group3 .wpex-vc-columns-wrap {
        padding-top: 250px!important;
    }
    div#community-section3 .community-section3-inner .wpex-vc-column-wrapper {
        padding-top: 175px!important;
    }
    div#community-section4 {
        padding-top: 100px!important;
        padding-bottom: 150px!important;
    }
    div#donate-section1 .wpb_wrapper.wpex-vc-column-wrapper {
        padding-top: 55px!important;
    }
    div#donate-section2 {
        margin-top: -100px;
    }
}

/*IE10 & IE11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   div#footer-callout-wrap {
        display: none;
    }
    main#main::after {
        display: none!important;
    }
    .footer-builer-content {
        padding-top:35px;
    }
}
