	.title-container {
		position: relative;
		overflow: hidden;
	}
	.page-content {
		position: relative;
		padding-top: 2%;
	}
	.page-content .content_row {
		padding: 1% 10%;
	}
	.section-title.style {
/*		background: #f15a29 url("../_assets/images/overlay.png");*/
		box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
		text-align: center;
	}
	
	.section-title.style2 .title{
/*		background: rgb(11,35,65) url("../_assets/images/overlay.png") ;*/
		color: #fff;
		  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%,  
              100%, 0.075),
              /* shadow ring ðŸ‘‡ */
              0 0 0 1px hsla(0, 0%, 0%, 0.05),
              /* multiple soft shadows ðŸ‘‡ */
              0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
              0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
              0 3.5px 6px hsla(0, 0%, 0%, 0.09);
		
	}
	.section-title.style3 {
/*		background: #282b34;*/
		color: rgb(11,35,65);
		box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	}
	.section-title.style4 {
		  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%,  
              100%, 0.075),
              /* shadow ring ðŸ‘‡ */
              0 0 0 1px hsla(0, 0%, 0%, 0.05),
              /* multiple soft shadows ðŸ‘‡ */
              0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
              0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
              0 3.5px 6px hsla(0, 0%, 0%, 0.09);
	}
	.title {
		margin: 0;
	}
	.staff .item a {
		color: #fff;
	}

/*
	#wrapper{
		background: rgb(11,35,65) url("../_assets/images/overlay.png");
	}
*/
/*
	.modal-dialog {
		max-width: 80%;
	}
	.modal-content {
		padding: 5rem;
	}
*/
	#footer {
		background: #282b34 url(../images/overlay.png);
		color: #fff;
	}
	i {
		width: 100%;
		color: #f15a29;
		vertical-align: middle;
	}
	.icon-bg {
		position: relative;
		width: 4rem;
/*		height: 4rem;*/
		bottom: 1.50rem;
		margin: 0rem;
	}

/*
	.count.num-style {
		display: block;
		position: relative;
		width: 100%;
		text-align: center;
		color: #fff;
	}
*/
	
/* TESTIMONAL STYLE */
	
.testim {
		width: 100%;
		position: relative;
		top: 18rem;
		-webkit-transform: translatey(-50%);
		-moz-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		-o-transform: translatey(-50%);
		transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
/*    padding: 40px 20px;*/
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: rgb(204, 78, 11);
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #fff;
}
    

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgb(204, 78, 11);
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: rgb(204, 78, 11);
    border-color: #fff;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
/*
.testim .cont {
    position: relative;
		overflow: hidden;
	min-height: 20rem;
}
*/

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 25vw;
    height: 30vh;
    margin: auto;
}

/*
.testim .cont div h3 {
    color: #fff;
    font-size: 3rem;
    margin: 15px 0;
}
*/


.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h3 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}


.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h3 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

/* RESPONSIVE SIZING */

	@media all and (max-width: 938px){
		.icon-bg{
			display: inline-block;
		}
/*
		#assist_text, #connect_text {
			padding-left: 1em;
		}
*/
	}
	@media all and (max-width: 766px) {
		#icon_row {
			display: none;
		}
/*
		#testim_header {
			font-size: 1.75rem;
		}
*/
/*
		#testim_text {
			padding-top: 1.5rem;
		}
*/
/*
		.testim .cont div p {
    		font-size: 1.25rem;
			width: 80%;
		}
*/

		.donate_text {
			font-size: 1.1rem;
		}
	}
	@media (min-width: 469px) {
		.donation-feature {
			text-align: center;
		}
	}
	
	

@media (min-width: 359px) {
	.section-title.style {
		position: relative;
		text-transform: uppercase;
		display: block;
		width: 20em;
		top: -2.85em;
		padding: 1rem 0rem;
		margin: 0 auto;
	}
/*
	.section-header {
		margin-top: 1em;
	}
*/
	#about_text {
		margin-top: .5em;
		text-align: left;
	}

	
	.section-title.style2 {
		position: relative;
		text-align: center;
		text-transform: uppercase;
		display: block;
		width: 25em;
		bottom: -2.85em;
		margin: 0 auto;
	
	}
	.section-title.style3 {
		position: relative;
		text-align: center;
		text-transform: uppercase;
		display: block;
		width: 20em;
		bottom: -2.85em;
		padding: 1rem 0rem;
		margin: 0 auto;
	}
	.section-title.style4 {
		position: relative;
		text-align: center;
		text-transform: uppercase;
		display: block;
		width: 25em;
		bottom: -2.85em;
		padding: 1rem 0;
		margin: 0 auto;
	}
	.section-title.style2 .title {
		padding: 1rem 0;
		
	}
	
	.modal-dialog {
		max-width: 100%;
	}
	
	.modal-content {
		padding: 2rem;
	}
	
	.testim .cont div h3 {
    	color: #fff;
   		font-size: 1.75rem;
    	
	}
	
	.testim .cont div p {
		font-size: 1.25rem;
    	color: #fff;
   	 	width: 80%;
   		margin: 0 auto;
	}
	
/*
	.testim .arrow.left {
    	bottom: 125px;
		left: -5px;
	}
	.testim .arrow.right {
    	bottom: 125px;
		right: -5px;
	}
*/
	.testim .cont {
    position: relative;
		overflow: hidden;
	min-height: 25rem;
}
	.count.num-style {
		display: block;
		position: relative;
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 2rem;
	}

	#donate_sect {
		padding-top: 20%;
	}
	#news_sect {
		padding-top: 20%;
	}
	#learn_button {
		color: #fff;
	}
	#learn_button:hover {
		color: #0b2341;
	}
	

}

@media (min-width:576px) {
	.section-header {
		margin-top: 1.5em;
	}
	
	
	#donate_sect {
		padding-top: 10%;
	}
	#news_sect {
		padding-top: 10%;
	}
	
	
	
}
		
@media (min-width:768px) {
	.section-title.style {
		position: relative;
		text-transform: uppercase;
		display: block;
		width: 25em;
		top: -2.85em;
		padding: 1rem 0rem;
		margin: 0 auto;
	}
	.section-title.style3 {
		position: relative;
		text-align: center;
		text-transform: uppercase;
		display: block;
		width: 25em;
		bottom: -2.85em;
		padding: 1rem 0rem;
		margin: 0 auto;
	}
	.testim .arrow.left {
    bottom: 5px;
	left: 70px;
}

.testim .arrow.right {
    bottom: 5px;
	right: 70px;
}
	
	.section-header {
		margin-top: 1.5em;
	}
	.count.num-style {
		font-size: 2rem;
	}
	.icon-bg{
		display: inline-block;
	}
	
	.testim .cont div p {
		font-size: 1.25rem;
    	color: #fff;
   	 	width: 80%;
   		margin: 0 auto;
	}

	#icon_sm {
		display: none;
	}
	#donate_sect {
		padding-top: 10%;
	}
	#news_sect {
		padding-top: 10%;
	}
}
		
@media (min-width:992px) {
	
	.count.num-style {
		font-size: 4em;
	}
	
	.modal-dialog {
		max-width: 80%;
	}
	
	.modal-content {
		padding: 5rem;
	}
	
	
	
	testim_header {
	font-size: 2.75rem;
}	
	.section-title.style {
		position: relative;
		text-transform: uppercase;
		display: block;
		width: 40em;
		top: -2.85em;
		padding: 1rem 0rem;
		margin: 0 auto;
	}
	.section-title.style3 {
		position: relative;
		text-align: center;
		text-transform: uppercase;
		display: block;
		width: 40em;
		bottom: -2.85em;
		padding: 1rem 0rem;
		margin: 0 auto;
	}
	.testim .cont div h3 {
    	color: #fff;
    	font-size: 3rem;
    	margin: 15px 0;
	}
	#count_text {
		font-size: 1.5em;
		font-weight: 500;
	}
	
	#about_text {
		font-size: 1.5em;
	}
	
	#donate_sect {
		padding-top: 5%;
	}
	#news_sect {
		padding-top: 5%;
	}
	#hand_icon {
		bottom: 2.5em;
	}
	#bulb_icon {
		bottom: 2em;
	}
}
		
@media (min-width:1200px) {
	#donate_sect {
		padding-top: 5%;
	}
	
	
}
		
@media (min-width:1400px) {

}	
	
	
/* --------------------------------- Styles from AU Template --------------- */

body {font-family: davis-sans, sans-serif; font-weight:300;}
.skipto {z-index: 9999; position:absolute; border:1px solid #cc4e0b; font-weight:600; background-color:#fff; margin:1%; left:-10000px;}
.skipto:focus {display: block;position: relative; left:10px;margin: 3rem;width:25rem;top:15rem;}
	

.image img {width:100%;}	
.to-top {position: fixed; bottom: 2%; right: 2%; display:none; z-index: 9;}
.totop .to-top {display:block;}
.totop .to-top .btn {background-color:#e7e9ec; color:#0b2341;}
.totop .to-top:hover .btn {background-color:#cc4e0b; color:#fff;}

#gdpr {display:none; position:fixed; bottom:0; left:0; right:0; z-index: 999;}
#gdpr .alert {border-top:2px solid #fff; border-radius:0px; background-color: rgb(11,35,65,1); margin:0px; color:#fff; padding:1% 5%;}
#gdpr .alert .gdpr-content .gdpr-title {font-family:sweet-sans-pro; font-weight:600;}
#gdpr .alert .gdpr-content .gdpr-info {font-weight:300;}
#gdpr .alert .gdpr-content .gdpr-info a {color:#eaeaea;}
#gdpr .alert .gdpr-content .gdpr-info a:hover,#gdpr .alert .gdpr-content .gdpr-info a:focus {color:#fff; border-bottom:1px dashed #fff;}
#gdpr .alert .gdpr-button {text-align: center;}
#gdpr .alert .gdpr-button button {padding: 2% 10%; background: none; border: 1px solid #fff;     color: #fff;}
#gdpr .alert .gdpr-button button:hover {background-color:#eaeaea; color:#0b2341;}


.site-footer .subrow {}
.site-footer .subrow .column a {color:#eaeaea!important;}
.site-footer .subrow .column a:hover,.site-footer .subrow .column a:focus {border-bottom:1px solid #fff!important; color: rgb(232,97,0)!important;}
