/*
Theme Name:     Bridge 2019 (Divi Child)
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Bridge Housing
Author:         Argus SF
Author URI:
Template:       Divi
Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
/* PAGE LOADING PLUGIN*/
#ple-loader-wraps99 {
	z-index: 999999;
}

#main-header {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.71+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.71) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.71) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.71) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	
	height: 99px;
}
#home-slider {
	position: relative;
	/*height: 100vh;*/
	width: 100%;
	overflow: hidden;
}
#home-slider-wrapper {
	position: relative;
}
.slide-text {
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	z-index: 99;
	text-align: center;
	
}
#home-slider .slide {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 100vh;
	width: 100%;
}
#home-slider .slick-prev, #home-slider .slick-next {
	z-index: 1;
	width: 40px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
#home-slider .slick-prev {
	left: 10px;
	background-image: url(img/arrow-left-yellow.png); 
}
#home-slider .slick-next {
	right: 10px;
	background-image: url(img/arrow-right-yellow.png); 
}
#home-slider .slick-prev::before, #home-slider .slick-next::before {
	display: none;
} 
#home-slider-wrapper h1 {
	font-size: 5.6rem !important;
	margin: 0;
	line-height: 1.2;
}
#home-slider-wrapper h2 {
	margin: 0;
	line-height: 1;
}

@import url("fonts/halis.css");

#top-menu li a{
    font-family: "Futura Book", Futura, "Open Sans", sans-serif;
}
#top-menu .menu-item-has-children > a:first-child{
    padding-right: 70px;
}
#top-menu .current_page_ancestor > a,
#top-menu .current_page_item > a {
	color: #FFF200 !important;
	font-weight: 800;
}

#et_mobile_nav_menu .mobile_menu_bar::before {
	color: white;	
}
#et_mobile_nav_menu #mobile_menu {
	background-color: white;
}
#et_mobile_nav_menu #mobile_menu a {
	color: #8a7967;
}
.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}

.footer-blocks-row .et_pb_code_inner{
    margin-bottom: -7px;
}
.footer-blocks-row .donate-block img {
	width: 7vw;
	height: auto;
}
.pb-10 {padding-bottom: 10px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-50 {padding-bottom: 50px !important;}

.footer-block-download {
	background-size: 25% !important;
	padding: 12vh 0;
}
.footer-block-bridge {
	background-size: 75% !important;
	background: url(/wp-content/uploads/2019/03/bridge-housing-logo-white.png) no-repeat center center;
	transition: all .2s;
	padding: 12vh 0;
}
.footer-block-bridge:hover {
	background-color: white;
	background-image: url(/wp-content/uploads/2019/03/bridge-housing-logo.png);
}

.footer-block-bridgetown {
	background-size: 75% !important;
	background: url(/wp-content/uploads/2019/03/bridgetown-logo-white.png) no-repeat center center;
	transition: all .2s;
	padding: 10vh 0;
}
.footer-block-bridgetown:hover {
	background-color: white;
	background-image: url(/wp-content/uploads/2019/03/bridgetown-logo.png);
}

.ten-columns .et_pb_module {width: 10%; float: left;}
.nine-columns .et_pb_module {width: 11.11%; float: left;}
.eight-columns .et_pb_module {width: 12.5%; float: left;}
.seven-columns .et_pb_module {width: 14.28%; float: left;}
.six-columns .et_pb_module {width: 16.66%; float: left;}
.five-columns .et_pb_module {width: 20%; float: left;}
.third-column .et_pb_module {width: 33.33%; float: left;}
.four-columns  .et_pb_module {width: 25%; float: left;}
.three-fourths-column .et_pb_module:first-child {width: 66.66%; float: left;}
.three-fourths-column .et_pb_module:last-child {width: 33.34%; float: left;}
.four-columns  .et_pb_module {
    width: 25%;
    float: left;
}

@media (min-height: 1600px) {
	.footer-blocks-row .et_pb_module {
		padding-top: 200px;
		padding-bottom: 200px;
	}
}

@media (max-width: 980px){
    .ten-columns .et_pb_module {width: 20%;}
    .nine-columns .et_pb_module {width: 33.3%;}
    .eight-columns .et_pb_module {width: 25%;}
    .seven-columns .et_pb_module {width: 25%;}
    .six-columns .et_pb_module {width: 33.3%;}
    .five-columns .et_pb_module {width: 33.3%;}
    .third-column .et_pb_module {
        width: 33.33%;
        float: left;
    }
    .three-fourths-column .et_pb_module:first-child {width: 66.63%; float: left;}
    .three-fourths-column .et_pb_module:last-child {width: 33.34%; float: left;}
    .four-columns{
        overflow: hidden;
    }
    .four-columns  .et_pb_module {
        width: 25%;
        float: left;
    }

/* MAKE NAV SMALLER ON MOBILE */
	.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
	    padding-bottom: 0 !important;
	    padding-top: 12px;
	}
	.et_header_style_left .mobile_menu_bar {
    	padding-bottom: 10px;
	}
   	img#logo {
		max-height: 37px;
		margin-bottom: 5px;
	}

}

@media all and (max-width: 767px) {
    .ten-columns .et_pb_module {width: 100%;}
    .nine-columns .et_pb_module {width: 100%;}
    .eight-columns .et_pb_module {width: 100%;}
    .seven-columns .et_pb_module {width: 100%;}
    .six-columns .et_pb_module {width: 100%;}
    .five-columns .et_pb_module {width: 100%;}
    .third-column .et_pb_module {width: 100%; float: left;}
    .four-columns  .et_pb_module {width: 50%; float: left;}

    .four-columns .et_pb_module:nth-child(3) img{
        width: 50%;
    }
    .four-columns  .et_pb_module {
        /*height: auto;*/
    }
}

#footer-bottom{
    display: none;
}

.story .et_pb_slide_content{
    padding-bottom: 13em;
}

.photos footer{
    position: absolute;
    top:99%;
}

.blu-svg{
    background: url('img/bluecir.svg') no-repeat top center;
    background-size: contain;
    height: 500px;
    margin: 0 auto;
}

#top-menu .menu-item-has-children > a:first-child {padding-right: 0px; padding-bottom: 17px!important;}
#top-menu .menu-item-has-children > a:first-child:after{content: ''; margin-top: -2px;}
#top-menu .menu-item-has-children {padding-right: 50px;}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-bottom: 20px;
}
/* top-menu hover styling */
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
    opacity: 1 !important;
}
#top-menu .menu-item-has-children > a:first-child { z-index: 1;padding-bottom: 0 !important;}
#top-menu .menu-item-has-children:hover > a:first-child {
    z-index: 4;
}
#top-menu .menu-item-has-children .sub-menu {
	position: absolute;
    top: -5px;
    left: auto;
    z-index: 3;
    border: none;
}
#top-menu > li{
    letter-spacing: 3px;
}
.sub-menu li{
    letter-spacing: 0px;
}
#top-menu li li {
    margin: 0;
    padding: 0 14px 5px;
}
#top-menu li li:first-child {
    margin: 0;
    padding: 16px 14px 0;
}
#top-menu li li a {
    padding: 0;
    text-transform: capitalize;
    font-size: 97%;
    font-weight: 300;
}
#top-menu li a:hover {
    color: #d16149;
}
#top-menu li.menu-item-has-children:last-child > a {
    padding-right: 20px !important;
}
#top-menu li.menu-item-has-children:last-child .sub-menu a {
    display: block;
    text-align: right;
}
#top-menu .menu-item-has-children:last-child .sub-menu{
    right: 0;
}

#top-menu li li a{
    width: 126px;
}

.nav li ul{
    width: 160px;
}

.circle {
    position: relative;
    display: block;
    margin: 2em 0;
    background-color: transparent;
    color: #ffffff;
    text-align: center;
}

.circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    /*background-blend-mode: multiply;*/
    /*background-image: linear-gradient(rgba(106, 170, 55,0.6), rgba(106, 170, 55,0.6));*/
    /*background-color: rgba(106, 170, 55,0.6);*/
    content: "";
}

.circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.stat-circle {
    position: relative;
    display: block;
    margin: 2em 0;
    background-color: transparent;
    color: #ffffff;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

.stat-circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    /*background-blend-mode: multiply;*/
    /*background-image: linear-gradient(rgba(106, 170, 55,0.6), rgba(106, 170, 55,0.6));*/
    /*background-color: rgba(106, 170, 55,0.6);*/
    content: "";
}

.stat-circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stat-circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}


.circle__content {
    display: table-cell;
    padding: 1em;
    vertical-align: middle;
}
.stat-circle__content {
    display: table-cell;
    padding: 2em;
    vertical-align: middle;
}
.small-circle-i{
    width: 80px;
    position: absolute !important;
    bottom: 20px;
    left: 20px;
    right: auto;
    transition: all .7s;
    margin-bottom: 0 !important;
}
.small-circle-i.active {display: none;}

.highlight-circle {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}

.story-stat-circle {
	margin-left: auto;
	margin-right: auto;
	width: 25vw;
	height: 25vw;
	max-width: 500px;
	min-width: 300px; /* HEIGHT HANDLED BY CLASS .keep-square AND JQUERY */

}

.highlight-blocks .highlight-circle {display: none;}

.cta-circle {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 400px;
	cursor: pointer;
}
.vcenter{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.stick-bottom {
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}
.home-nav-circle {
	width: 85%;
	max-width: 350px;
	min-width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
@media (max-width: 480px) {
	.cta-circle .icon {
		width: auto;
		height: 60px;
	}
	.cta-circle .arrow {
		width: 30px;
		height: auto;
	}
	.home-nav-circle {
		width: 200px;
	}
	.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    	padding-bottom: 0;
	}

}
@media (max-height: 480px) {
    .home-section {
	    min-height: 1200px;
    }
    
}

@media (min-width: 480px) {

    .circle__content {
        font-size: 2em;
    }
    .stat-circle__content {
        font-size: 1em;
    }
    .small-cir-i{
        display: block;
        position: absolute;
        left:40%;
        bottom: 5%;
    }
}
@media (max-width: 480px) {
    .small-cir-i{
        display: none;
    }
}

 @media only screen and (max-width: 479px) {
	.highlight-circle {
		width:300px;
		height:300px;
	}
	.cta-circle {
		width:300px;
		height:300px;
	}
}
/* LANDSCAPE - HORIZONTAL */
@media (max-height: 972px) {
    .highlight-circle {

    }
}

@media (min-width: 768px) {
    .circle__content {
        font-size: 1em;
    }
    .stat-circle__content {
        font-size: 1.75em;
    }
}
@media (max-width: 768px) {
    .small-cir-i{
        display: none;
    }
}

.blue .circle:after, .blue .circle-svg{
    background-color: rgb(67, 130, 207);
}

.blue-o .circle:after, .blue-o .circle-svg, {
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(67,130,207,0.6),rgba(67,130,207,0.6));
    background-color: rgba(27, 53, 86, 0.6);
    width: 100%;
}
.green .circle:after, green .circle-svg{
    background-color: rgba(106, 170, 55,0.6);
}

.green-o .circle:after, .green-o .circle-svg, {
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(106, 170, 55,0.6), rgba(106, 170, 55,0.6));
    background-color: rgba(106, 170, 55,0.6);
    width: 100%;
}
.purple .stat-circle:after, .purple .circle-svg{
    background-color: rgba(129, 95, 135,0.6);
}

.purple-o .circle:after, .purple-o .circle-svg, {
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(129, 95, 135,0.6), rgba(129, 95, 135,0.6));
    background-color: rgba(129, 95, 135,0.6);
    width: 100%;
}
.blue .circle:after, .blue svg .circle-svg{
    fill: rgba(27, 53, 86, 0.6);
}
.blue .circle-svg:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    fill: rgba(27, 53, 86, 1);
}

.blue-o .circle-svg{
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(67,130,207,0.6),rgba(67,130,207,0.6));
    fill: rgba(27, 53, 86, 0.6);
}
.blue-o .circle-svg:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(67,130,207,0.6),rgba(67,130,207,0.6));
    fill: rgba(27, 53, 86, 1);
}

.green .circle-svg{
    fill: rgba(106, 170, 55,1);
}
.green .circle-svg:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    fill: rgba(106, 170, 55,0.6);
}

.green-o .circle-svg{
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(106, 170, 55,0.6), rgba(106, 170, 55,0.6));
    fill: rgba(106, 170, 55,0.6);
}
.green-o .circle-svg:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(106, 170, 55,1), rgba(106, 170, 55,1));
    fill: rgba(106, 170, 55,1);
}
.purple .circle-svg{
    fill: rgba(129, 95, 135,0.6);
}
.purple .circle-svg:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    fill: rgba(129, 95, 135,1);
}

.purple-o .circle-svg{
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(129, 95, 135,0.6), rgba(129, 95, 135,0.6));
    fill: rgba(129, 95, 135,0.6);
}
.purple-o .circle-svg:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(129, 95, 135,1), rgba(129, 95, 135,1));
    fill: rgba(129, 95, 135,1);
}

.big-cir-svg .txt{
    fill: #fff;
    font-weight: bold;
    font-size: 6em;
    font-family: HalisGR-Regular,Helvetica,Arial,Lucida, sans-serif;
}

.big-cir-svg .icon-poly{
    fill: none;
    stroke: #fff;
    stroke-linecap:round;
    stroke-miterlimit:10;
    stroke-width:2px;
}

.big-cir-svg .right-arrow{
    fill: none;
    stroke:#fff;
    stroke-width:14px;
}

.blue-s .stat-circle:after{
    background-color: rgb(67, 130, 207);
}

.blue-os .stat-circle:after{
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(67,130,207,0.6),rgba(67,130,207,0.6));
    background-color: rgba(67,130,207,0.6);
}
.green-s .circle:after{
    background-color: rgba(106, 170, 55,0.6);
}

.green-os .stat-circle:after{
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(106, 170, 55,0.6), rgba(106, 170, 55,0.6));
    background-color: rgba(106, 170, 55,0.6);
}
.purple-s .stat-circle:after{
    background-color: #3f0158b3;
}

.purple-os .stat-circle:after{
    background-blend-mode: multiply;
    background-image: linear-gradient(#2d0040b0, #4433888a);
    background-color: #3f0158b3;
}
.highlight .text .circle, .highlight .text .circle-svg {
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 500ms linear, visibility 0s linear 500ms;
    -o-transition: opacity 500ms linear, visibility 0s linear 500ms;
    -webkit-transition: opacity 500ms linear, visibility 0s linear;
    -webkit-transition-delay: 0s, 500ms;
    transition: opacity 500ms linear, visibility 0s linear 500ms;
}
/*.highlight:hover{
    background-blend-mode: multiply;
    background-color: #4381cf;
}

.highlight:hover .text .circle, .highlight:hover .text .circle-svg{
    visibility: visible;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    -moz-transition: opacity 500ms linear, visibility 0s linear;
    -o-transition: opacity 500ms linear, visibility 0s linear;
    -webkit-transition: opacity 500ms linear, visibility 0s linear;
    transition: opacity 500ms linear, visibility 0s linear;
}
.highlight:hover .small-cir-i .circle, .highlight:hover .small-circle-i  {
    visibility: hidden;
}*/



/* development table */
.entry-content table{
    border: none;
}
.entry-content tr td{
    border-top: none;
}
.table > thead > tr > th, .table > thead > tr, .table > tbody> tr > th{
    border-bottom: none !important;
    color: inherit !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    border-top: none !important;
}

.entry-content tr th{
    font-weight: bold;
    color: inherit;
}

table thead tr .b-bottom,
table tbody tr .b-bottom,
table tfoot tr .b-bottom
{
    border-bottom: 1px solid #fff !important;
}

.financials td:nth-child(2), .financials td:nth-child(3), .financials th:nth-child(2), .financials th:nth-child(3){
    text-align:right;
}
.financials, .financials-mobile{
    font-size:1.3em;
}
.financials .title, .financials-mobile .title{
    font-size: 2em;
}

.financials .subtitle, .financials-mobile .subtitle {
    font-size: 1.5em;
    font-weight: initial;
}
.financials td {
    padding:4px !important;
}
.table .table {
    background-color: inherit!important;
}
.dev-table tr, .dev-table td {color: #767a50;}

.dev-table tbody tr{
    border-bottom: 1px solid #767a50;
}
.dev-table th{
    font-size: larger;
    font-family: Halis,Helvetica,Arial,Lucida,sans-serif!important;
}
.no-border-bottom{
    border-bottom: none!important;
}
.entry-content tr th:first-child, .entry-content tr td:first-child{
    padding-left: 0px!important;
}
table.financials thead tr th:last-child, table.financials tr td:last-child{
    padding-right: 0px;
    text-align: right;
}

table.financials-mobile thead tr td,
table.financials-mobile tbody tr td,
table.financials-mobile tfoot tr td {
	padding: 2px 0;
}


#bridgetown .bkg{
    fill: #6aaa37;
}

#bridgetown .blogo, #bridgehousing .blogo{
    fill: #fff;
}

#bridgetown .txt, #bridgehousing .txt{
    fill: #fff;
}

#bridgetown:hover .bkg{
    fill: #fff;
}

#bridgetown:hover .blogo{
    fill: #6aaa37;
}

#bridgetown:hover .txt{
    fill: #6aaa37;
}

#bridgehousing .bkg{
    fill: #d26249;
}

#bridgehousing:hover .bkg{
    fill: #fff;
}

#bridgehousing:hover .blogo{
    fill: #d26249;
}

#bridgehousing:hover .txt{
    fill: #d26249;
}

#download .icon-ply{
    fill: #fff;
}

#download:hover .icon-ply{
    fill: #959992;
}

#download .bkg{
    fill: #959992;
}

#download:hover .bkg{
    fill: #fff;
}

#donate .bkg{
    fill:#e7b00c;
}

#donate .d-cir{
    fill: #fff;
}

#donate .txt{
    font-size:31px;
    fill:#6f6259;
    font-family: HalisGR-Bold, Halis GR;
    font-weight:700;
    letter-spacing:0.01em;
}

/* slider styles */
.stat-inner .et_pb_code_inner{
    width: 25%;
    margin: 0 auto;
}
.stat-inner svg{
    margin-top: 70%;
}

.prev-arrow{
    background-image: url("img/arrow-left-yellow.png");
    width: 50px;
    height: 100px;
    position: absolute;
    top: 45%;
    left: 2%;
    z-index: 999;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.next-arrow{
    background-image: url("img/arrow-right-yellow.png");
    width: 50px;
    height: 100px;
    position: absolute;
    top: 45%;
    right: 2%;
    z-index: 999;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.next-arrow:last-of-type {
	display: none;
}
.slick-slide{
    height: 1000px !important; /* determines height of the slide ... space between nav and icon*/
    min-height: 510px !important;
    max-height: 105vh;
}
.slick-slide p img {
	display: inline !important;
}
.slide-header{
    position: absolute;
    top: 100px;
    width: 400px;
    background: transparent;
    z-index: 100000;
    
	left: 50%;
	transform: translateX(-50%);
}

/* PHOTO SLIDER SUB NAV */
.list-inline > li {
    display: inline-block;
    padding-right: 7px !important;
    padding-left: 5px;
    border-right: solid 2px white;
}
.list-inline > li:last-child {
	border-right: none;
}
.list-inline a{
    cursor: pointer;
}
.list-inline a {
	font-size: 2.2rem;
}

.list-inline a:hover, .list-inline a:focus, .list-inline a:active{
    font-size: 2.5rem;
    text-decoration: none;
    font-weight: 800;
    color:#fff;
    transition: all .2s;
}

.list-inline {
    padding-left: 0 !important;
    margin-left: -5px;
    list-style: none;
}


.list-inline a.active {
	color: #FFF200;
	font-weight: 800;
	font-size: 2.5rem;
}

.caption{
    position: relative;
}

.story-slide .et_pb_module, .story-slide .et_pb_column, .caption .et_pb_module, .caption .et_pb_column, .stats-slide .et_pb_module, .stats-slide .et_pb_column{
    height: 100%;
}

.caption .et_pb_text_inner{
    position: absolute;
    bottom: 0;
    padding: 2% 5%;
    margin-bottom: 0;
    width: 100%;
}

.stats-slide .et_pb_code_inner{
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

.story-slide .et_pb_text_inner{
    /*position: relative;
    top: 65%;
    transform: perspective(1px) translateY(-50%);*/
    position: absolute;
    bottom: 0;
}
/* OVERWRITE DIVI SUIT STYLES FOR VIDEO LIGHTBOX PLAY BUTTON */
.dss_video_lightbox_0 .wrapper .play-button {
	background: transparent url(img/ghost-play-button.png) !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
	background-size: contain !important;
	width: 200px !important;
	height: 200px !important;
	margin-left: -100px !important;
	margin-top: -100px !important;
	cursor: pointer;
}
.dss_video_lightbox_0 .wrapper .play-button:hover {
	width: 210px !important;
	height: 210px !important;
	margin-left: -105px !important;
	margin-top: -105px !important;
}
.dss_video_lightbox_0 .wrapper .play-button::after {
	display: none;
}
/*.swiper-container{*/
/*width: 100vw;*/
/*height: 100vh;*/

/*}*/

svg:not(:root) {
    overflow: hidden;
    max-width: 100%;
}

a:hover{
    text-decoration: none!important;
}
.donor-column h4 {
	margin: 35px 0 10px !important; 
	padding: 0;
}
.donor-column p {
	margin: 0 0 14px;
	padding: 0;
	line-height: 24px !important;
}
.social-footer img {
	width: 31px;
	height: 31px;
}


/* RESPONSIVE TABLES */
@media (max-width: 767px) {
	
	/* Force table to not be like tables anymore */
	table.dev-table,
	.dev-table thead,
	.dev-table tbody,
	.dev-table th,
	.dev-table td,
	.dev-table tr {
			display: block;
	}
	.dev-table td {
		display: flex;
	}
	#developments-mobile .dev-table {
		margin-bottom: 40px;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.dev-table thead tr {
		position: absolute;
		left: -9999px;
	}

	/* force cells to behave like a row */
	#developments-mobile .dev-table td {
		border: none;
		position: relative;
		font-weight: 100;
		border-bottom: solid 1px rgba(255, 255, 255, 0.39);
		padding: 5px 25px !important;
	}
	#developments-mobile th {
		padding: 10px 25px !important;
	}
	.dev-table td:last-of-type {
		border-bottom: solid 1px white;
	}
	.dev-table td:before {
			/* Now like a table headers */
			padding-right: 10px;
			font-weight: bold;
			display: inline-block;
			width: 45%;
			flex-shrink: 0;
		}
		
	/* BRING IN COLUMN HEADERS AS ROW TITLES */
	.dev-table td:nth-of-type(1):before { content: "Project Name"; }
	.dev-table td:nth-of-type(2):before { content: "Project Location"; }
	.dev-table td:nth-of-type(3):before { content: "Project Type"; }
	.dev-table td:nth-of-type(4):before { content: "Total Homes & Apartments"; }
	.dev-table td:nth-of-type(5):before { content: "Affordable Homes & Apartments"; }
	.dev-table td:nth-of-type(6):before { content: "Development Costs"; }
	
	.total-row td:nth-of-type(3):before { content: "Total Homes & Apartments"; }
	.total-row td:nth-of-type(4):before { content: "Affordable Homes & Apartments"; }
	.total-row td:nth-of-type(5):before { content: "Development Costs"; }
	
	#grand-totals td:nth-of-type(3):before { content: "Total Homes & Apartments"; }
	#grand-totals td:nth-of-type(4):before { content: "Affordable Homes & Apartments"; }
	#grand-totals td:nth-of-type(5):before { content: "Development Cost"; }
}