* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family: sofia-pro-black;  
    src: url('/wp-content/themes/bancheroredesign/fonts/SofiaPro-Black/font.woff');  
    font-weight: normal;  
}

@font-face {
    font-family: sofia-pro-medium;  
    src: url('/wp-content/themes/bancheroredesign/fonts/SofiaPro-Medium/font.woff');  
    font-weight: normal;  
}

@font-face {
    font-family: sofia-pro-light;  
    src: url('/wp-content/themes/bancheroredesign/fonts/SofiaPro-Light/font.woff');  
    font-weight: normal;  
}

body{
	overflow-x: hidden;
	background-color: #141b22;
/*	background-image: url(assets/darktealtree.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0% 100%;*/
}

h1, h2, h3, h4, h5{
	font-weight: 900;
}

.site-content{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/*@media only screen and (min-width: 768px){
	.site-content {
	    max-width: 720px;
	}
}

@media only screen and (min-width: 992px){
	.site-content {
	    max-width: 960px;
	}
}*/

@media only screen and (min-width: 1500px){
	.site-content {
	    max-width: 1140px;
	}
}


#page{
	min-height: 100vh;
}

.site-main{
	font-family: sofia-pro-light;
	font-weight: 900;
	font-size: 1rem;
}

.page-id-37 #content{
	background-color: #f6d27e;
}

.page-id-33 #content{
	background-color: white;
}

.page-id-31 #content{
	background-image: url(assets/sunflowertreeflip.png);
	background-color: #f6d27e;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.category-events #content{
	background-color: #f6d27e;
}

/****************************************/
/**************** Hero Row ***************/
/*****************************************/

.aspect-hero{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.desktop-msg{
	display: flex;
}


/* Bootstrap SM */
@media only screen and (max-width : 767px){
	.desktop-msg{
		display: none;
	}
}

/* Bootstrap MD */
@media only screen and (min-width : 768px) {
	.mobile-msg{
		display: none;
	}
}

.hero-text{
	background-color: hsla(283, 100%, 0%, 0.5);
    
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 10px 20px 10px;
}

.hero-text p{
	
	color: white;
	text-align: center;
	font-family: sofia-pro-medium;
	font-weight: 900;
	font-style: normal;
	font-size: 1.5rem;
}


.hero-text-mobile{
    
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-family: sofia-pro-medium;
}

.hero-text-mobile p{
	
	color: white;
	text-align: center;
	font-family: sofia-pro-medium;
	font-weight: 900;
	font-style: normal;
	font-size: 1.5rem;
	margin: 10px;
}

.hero-text-desktop {
	background-color: hsla(283, 100%, 0%, 0.5);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 20px 15px 20px;
}

.hero-text-desktop p{
	max-width: 780px;
	color: white;
	text-align: center;
	font-family: sofia-pro-medium;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
}

/* Bootstrap XS */
@media only screen and (max-width : 575px){
	.hero-row{
		height: 50vh !important;
		min-height: 400px;
	}
	.hero-text p{
		font-size: 1rem;
		
		margin-bottom: 0rem;
	}
	.hero-text-mobile p{
		font-size: 1rem;
	}
	.hero-text-desktop{
		display: none !important;
	}
}

/* Bootstrap SM */
@media only screen and (min-width : 576px) and (max-width : 767px){
	.hero-row{
		height: 40vh !important;
		min-height: 630px;
	}
	.hero-text p{
		font-size: 1.2rem;
		width: 90%;
	}
}

/* Bootstrap MD */
@media only screen and (min-width : 768px) and (max-width : 991px){
	.hero-row{
		height: 50vh !important;
		min-height: 630px;
	}
	.hero-text p{
		font-size: 1.5rem;
		width: 90%;
	}
}

/* Bootstrap LG */
@media only screen and (min-width : 992px) and (max-width : 1199px){
	.hero-row{
		height: 70vh !important;
		min-height: 700px;
	}
}

/* Bootstrap XL */
@media only screen and (min-width: 1200px){
	.hero-row{
		height: 100vh !important;
		min-height: 700px;
	}
}

/*****************************************/
/*************** Navigation **************/
/*****************************************/

nav{
	position: fixed;
	top: 0px;
	background-color: #fff0;
}

li{
	list-style-type: none;
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.a-svg{
	background-color: #f48e5e;
	border-radius: 25px;

}

.site-header.scroll .sub-menu a{
	color: white;
}

.site-header{
	box-shadow: 5px 0px 5px #888888;
}


@media only screen and (max-width : 991px){
	.sub-menu li{
		width: 100vw;
	}
}


.display-show{
	display: flex !important;
	flex-direction: column !important;
}

.display-show:hover{
	display: flex !important;
	flex-direction: column !important;
}

.appear{
	display: flex !important;
	flex-direction: column !important;
}

.open li ul{
	display: flex;
}

.site-header{
	position: relative;
    width: 100vw;
    padding: 5px 0px 10px 0px;
    background-color: white;
    z-index: 2;
}

/*.scroll{
    transition: all 1s ease;
}
*/
.tree-full{
	height: 8rem;
	width: 4rem;
	background-image: url('assets/bdplogo.png');
	background-size: 9rem;
	background-repeat: no-repeat;
	background-position: left;
	left: 1rem;
	transition: all 1s ease;
}

.tree-compact{
	height: 5rem;
	transition: all 1s ease;
	background-image: url('assets/bdplogo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: 10px;
}

.ham-col-deskotp{
	height: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -1rem;
}

.nav-large-txt{
	font-size: 1.75rem;
	font-weight: 900;
	color: black;
	margin-left: 2rem;
	transition: all 1s ease;

}

.nav-large-txt-two{
	font-size: 1.75rem;
	font-weight: 900;
	color: black;
	margin-left: 2rem;
	transition: all 1s ease;
	line-height: 1;
}

.nav-burger{
	position: relative;
	margin-top: 7px;
}

.scroll .nav-large-txt{
	margin-left: 0rem;
}

.nav-large-sub{
	font-style: italic;
	font-weight: 900;
	color: #639e2f;
	font-size: 1.25rem;
	margin-left: 12rem;
	position: relative;
	top: -12px;
	transition: all 1s ease;
}

.nav-large-sub-two{
	font-style: italic;
	font-weight: 900;
	color: #639e2f;
	font-size: 1.25rem;
	margin-left: 2rem;
	position: relative;
	top: -12px;
	transition: all 1s ease;
}

.nav-large-sub-after{
	font-style: italic;
	font-weight: 900;
	font-size: 1.5rem;
	margin-left: 12rem;
	position: relative;
	top: -12px;
	transition: all 1s ease;
}

#primary-menu{
	display: flex;
    justify-content: space-around;
    padding: 0;
    align-items: center;
    height: 100%;
}

#primary-menu li a{
	font-size: 1.5rem;
}

#primary-menu li a{
	padding: 20px 0px 20px 0px;
}

#primary-menu li .sub-menu a{
	padding: 0px 0px 0px 0px;
	color: black;
}


#masthead .sub-menu{
	position: absolute;
	padding: 1rem;
}


@media only screen and (min-width : 992px){
	#masthead .sub-menu{
		margin-top: 60px;
	}
}

.menu-item-has-children .sub-menu li a{
	color: white;
}

.sub-menu li{
	/*background-color: #45607b;*/
	margin: 0px 10px 0px 10px;
}

.menu-main-menu-container{
	width: 100%;
}

/* NAVIGATION END */

.support-mission-hdr{
	font-weight: 900;
	font-size: 1rem;
	text-align: center;
	border-bottom: 1px solid #8ab48c;
	padding: .5rem; 
	background-color: #ffc107;
}

.support-mission-bdy{
	font-weight: 900;
	font-size: 1rem;
	color: black;
}

.card-header-btn{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	border-left: 1px solid rgba(0,0,0,.125);
	padding-top: 0px;
	padding-bottom: 0px;
}

.max-content{
	width: max-content;
}

.sub-toggle{
	display: flex !important;
}

.donate-section{
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.donate-section .a-svg{
	height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    padding: 10px 8px 8px 8px;
    justify-content: center;
    right: 0px;
    flex-direction: column;
}

/* Bootstrap XS */
@media only screen and (max-width : 575px){
	.donate-section .gift-text{	
		font-size: 1rem;
		padding: 0px 35px 0px 12px;
	}
	.donate-section a{
		height: 40px;
		width: 40px;
		padding: 8px 8px 7px 8px;
	}
	.donate-section{
		margin-right: 0px;
	}

}

.giftbox{
	height: 50px;
}

.gift-text{
    font-family: sofia-pro-light;
    font-weight: 900;
    font-style: normal;
    color: #ffffff;
    font-size: 1.5rem;
    padding: 0px 35px 0px 16px;
    background-color: #f48e5e;
    border-radius: 25px;
    z-index: -1;
    transform: translateX(30px);
}


.donate-row-support{
	background-color: #6ad7db;
	color: #45607b;
	font-family: sofia-pro-light;
	font-weight: 900;
	font-style: normal;
	height: 30%;
	background-image: url('assets/darktealtree.png');
	background-position: -20px -10px;
    background-size: 20rem;
    background-repeat: no-repeat;
}

/* Bootstrap MD */
@media only screen and (max-width : 991px){
	.donate-row-support{
		background-image: none;
	}
}

.donate-style-support{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #45607b;
	padding: 10px 20px 10px 20px;
}

.hero-wrapper{
	width: 100%;
	padding-bottom: 50%;
	position: relative;
}

.hero-inner{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}

.make-gift-hero-image{
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.make-a-gift-title{
	font-weight: 900;
    font-size: 2rem;
    margin: 2rem 0rem 1.5rem 0rem;
}

.make-gift-subtitle{
	text-align: center;
	margin: 1.5rem 0rem 1rem 0rem;
}

.circle-content-box{
    height: 11rem;
    width: 11rem;
    background-image: url(assets/donatebtnhome.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    align-self: center;
    margin: 30px 0px 30px 0px;
}

@media only screen and (max-width: 991px) {
	#masthead{
		display: none;
	}
}

a{
	color: black;
	font-family: sofia-pro-light;
	font-weight: 900;
	font-style: normal;
}

a:hover{
	text-decoration: none;
	color: black;
}


/* Bootstrap LG */
@media only screen and (min-width : 992px) and (max-width : 1199px){
	#primary-menu li a{
		font-size: 1.2rem;
	}
	.gift-text{
		font-size: 1.2rem;
	}
	.ham-logo{
		width: 13rem !important;
	}
}
/*****************************************/
/***************** Mobile ****************/
/*************** Navigation **************/
/*****************************************/

@media only screen and (min-width: 992px) {
	#hamburger-nav{
		display: none !important;
	}
}

#hamburger-nav{
	position: relative;
	top: 0px;
	height: 5rem;
	z-index: 5;
	display: flex;
	background-color: white;
}

.ham-logo{
	height: 5.5rem;
    width: 18rem;
	background-image: url('assets/bdplogo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 1rem;
}

.ham-logo-mobile{
	height: 4rem;
    /*width: 18rem;*/
    background-image: url(assets/bdplogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 1rem;
}


.nav-large-txt-mobile{
	font-size: 1.1rem;
	font-weight: 900;
	color: black;
}

.nav-large-sub-mobile{
	font-style: italic;
	font-weight: 900;
	color: #8ab48c;
	font-size: 1rem;
	margin-left: 3rem;
	position: relative;
	top: -4px;
}

.navbar-toggler{
	/*background-color: #45607b;*/
	height: 2.4rem;
}

.navbar{
	padding: 0px;
	width: 100vw;
}


.navbar-brand-before{
	width: max-content;
	align-self: start;
	margin-right: 0px;
	margin-top: 2rem;
	left: 2.4rem;
	/*position: absolute;*/
}

.mobile #primary-menu li{
	justify-content: center;
	flex-direction: column;
}

.mobile #primary-menu li a{
	padding-left: 20px;
}


/* Bootstrap LG */
@media only screen and (min-width : 992px){
	.navbar-brand-before{
		margin-top: 1rem;
		margin-left: 2rem;
	}
}

/* Bootstrap XS */
@media only screen and (max-width : 575px){
	.navbar-brand{
		margin-right: 0;
	}
}

.navbar-brand-after{
	width: max-content;
	align-self: start;
	margin-right: 0px;
	margin-top: 0rem;
	left: 4rem;
	position: absolute;
	padding-top: 18px;
}

#navbarSupportedContent1 #primary-menu ul{
	justify-content: start;
	flex-direction: column;
	padding: 0px;
}

#navbarSupportedContent1 #primary-menu ul li{
	text-align: center;
}

.fa-1x {
	font-size: 2rem;
	color: #45607b;
}

.navbar-toggler.toggler-example {
	cursor: pointer;
	margin-right: 0;
}

/* Bootstrap LG */
@media only screen and (min-width : 992px){
	.nav-large-txt{
		display: none;
	}
}

@media only screen and (max-width : 991px){
	.nav-large-txt-two{
		display: none;
	}
}

.sub-menu{
	display: none;
	background-color: #f48e5e;
}

#hamburger-nav #navbarSupportedContent1 #primary-menu ul li{
	text-align: start;
}

#hamburger-nav #primary-menu{
	display: flex;
    flex-direction: column;
    /*padding: 0px 0px 0px 10px;*/
    background-color: white;
}

#hamburger-nav .sub-menu{
	border: none;
	position: none;
	background-color: none;
	border-radius: none;
}

#hamburger-nav #navbarSupportedContent1 #primary-menu ul{
	background-color: #f48e5e;
}
/*****************************************/
/*************** Home Page  **************/
/************ Upcoming Events ************/
/*****************************************/

#middle_third_of_home_page{
	padding: 50px;
}

.upcoming-events-parent{
	background-color: #6ad7db;
	padding-bottom: 2rem;
}

.upcoming-shade{
	background-color: #0000001c;
}

@media only screen and (max-width : 575px){
	.upcoming-shade{
		background-color: transparent;
	}

}

.our-commitment-parent{
	padding-bottom: 2rem;
	background-image: url('assets/darkpeachtree.png');
	background-position: 100% 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.stay-in-touch-header{
	color: #45607b;
	font-family: sofia-pro-light;
	font-weight: 900;
}

.stay-in-touch-body{
	color: #45607b;
	font-family: sofia-pro-light;
	font-weight: 900;
	max-width: 20rem;
    text-align: center;
}

.btn-china{
	background-color: #45607b;
	color: white;
	border-radius: 0px;
	padding: 6px 12px;
}

_::-webkit-full-page-media, _:future, :root .btn-china {

  color:black; 


}

.cal-icon{
	height: 6rem;
	width: 6rem;
	align-self: center;
}

.learn-more-our-commitment{
	font-family: sofia-pro-light;
	font-weight: 900;
	color: #45607b;
}

@media only screen and (max-width : 700px){
	#middle_third_of_home_page{
		padding: 100px 0px 100px 0px;
	}
}

.upcoming-events-header{
	font-family: sofia-pro-light;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	font-size: 2rem;
	height: 3.5rem;
	color: white;
	margin-bottom: 1rem;
}

.fa-facebook{
	font-size: 4rem;
	color: #45607b;
}

.efbl-d-flex{
	flex-direction: column;
	align-items: flex-start;
}

.esf-share-wrapper{
	padding-left: 0px !important;
}

.efbl-story-wrapper{
	background-color: transparent !important;
	border: 0 !important;
}

.esf-share{
	font-family: sofia-pro-black !important;

	color: white !important;
	background-color: #45607b !important;
}

.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer{
	border-top: 0px;
}

.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a img{
	outline: none;
}

.efbl-profile-image{
	display: none;
}

.envelope{
	height: 4rem;
	width: 6rem;
	background-image: url('assets/envelope.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#stay_in_touch{
	background-color: #f6d27e;
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-image: url('assets/sunflowertree.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

.stay-in-touch{
	color: white;
	font-family: sofia-pro-light;
	font-weight: 900;
	margin-bottom: 3rem;
}

.blog-image-wrapper{
	width: 100%;
	padding-bottom: 73.25%; /* 16:9 */
	position: relative;
}

.blog-image-inner{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 2rem;
}

.container-single-php{
	max-width: 800px;
}

#efblcf{
	max-width: 350px !important;
	margin: 0px 20px 0px 20px !important;
}

.efbl_feeds_holder{
	display: flex !important;
	justify-content: center;
}

@media only screen and (max-width : 770px){
	.efbl_feeds_holder{
		flex-direction: column;
		align-items: center;
	}
}



.upcoming-event-photo{
	height: 10rem;
	width: 10rem;
	align-self: center;
	/*clip-path: circle(50% at 50% 50%);*/
	/*lip-path: circle(50%);*/
	/*border-radius: 50%;*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.upcoming-event-title{
	font-family: sofia-pro-light;
	font-weight: 900;
	font-style: normal;	
	color: #45607b;
	text-transform: uppercase;
	margin-top: 15px;
}


/* Bootstrap MD */
@media only screen and (min-width : 768px) and (max-width : 991px){
	.upcoming-event-description{
		text-align: center;
	}
}

/*****************************************/
/*************** Home Page  **************/
/************ Blurb on Mission ***********/
/*****************************************/

.blurb-container{
	display: flex;
	justify-content: center;
}

.blurb{
	font-family: garamond;
	text-align: center;
	display: flex;
	font-size: 1.5rem;
	padding-bottom: 100px;
	align-self: center;
	font-style: italic;
}

.our-mission{
	font-weight: 600;
	text-align: center;
	font-size: 2rem;
	height: 3.5rem;
	max-width: 900px;
	align-self: center;
}

/*****************************************/
/*************** Home Page  **************/
/*************** Learn More **************/
/*****************************************/

.watch-container{
	display: flex; 
	z-index: 2; 
	position: absolute; 
	color: white; 
	justify-content: center;
	background-color: #00000075;
	text-align: center;
	padding: 20px;
	max-width: 1140px;
}

@media only screen and (min-width: 768px){
	.watch-container {
	    max-width: 720px;
	}
}

@media only screen and (min-width: 992px){
	.watch-container {
	    max-width: 960px;
	}
}

@media only screen and (min-width: 1200px){
	.watch-container {
	    max-width: 1140px;
	}
}

@media only screen and (max-width: 1499px){
	.watch-container {
	    max-width: 100% !important;
	}
}


.watching{
	font-weight: 1000; 
	font-size: 2rem;
}


/* Bootstrap XS */
@media only screen and (max-width : 575px){
	.watch-container{
		padding: 10px;
	}
	.watching{
		font-size: 1rem;
	}
}


#yt-iframe{
	height: 100%;
	width: 100%;
}

.youtube-container{
	width: 100%;
	display: flex;
	justify-content: center;
}

.youtube-wrapper{
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
}

.youtube-inner{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}

.video-title-container-dbl{
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}

/* Bootstrap MD */
@media only screen and (max-width : 991px){
	.video-title-container-dbl:nth-child(odd) {
	  margin-bottom: 50px;
	}
}

.video-title-text-dbl{
	font-size: 2rem;
	font-weight: 900;
	color: white;
}

.video-circle{
	border-radius: 50%;
	background-color: #ffe100;
	color: black;
	height: 10rem;
	width: 10rem;
	align-self: center;
}

.video-title-container{
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	background-image: url("assets/circle.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}

.video-title-text{
	font-size: 3rem;
	font-weight: 900;
	color: #568839;
	padding-left: 5rem;
}

/*****************************************/
/*************** Home Page  **************/
/*************** Newsletter **************/
/*****************************************/

#newsletter_row{
	padding: 50px;
}

@media only screen and (max-width : 700px){
	#newsletter_row{
		padding: 0px;
	}
	.newsletter-thumbnail{
		width: 100% !important;
		height: 100% !important;
	}
}

.newsletter-thumbnail{
	height: 46rem;
	width: 35rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 20px;
/*	margin-bottom: 100px;*/
}

.newsletter-container{
	width: 100%;
	min-height: 30rem;
	display: flex;
	justify-content: center;
}
/*****************************************/
/*************** Home Page  **************/
/************** Footer Row  **************/
/*****************************************/

.footer-row{
	height: max-content;
	background-color: #141b22;
	font-size: 1rem;
	font-weight: 900;
	color: white;
	font-family: sofia-pro-light;
	font-weight: 600;
	font-style: normal;
	color: white;
	letter-spacing: 1px;
	padding: 50px 0px 50px 0px;
}

#wpadminbar .container-fluid{
	padding: 0px;
	margin: 0px;
}

.address-footer{
	padding-right: 2vw;
	justify-content: flex-end;
	font-size: 1rem;
}

.banchero-footer{
	padding-left: 2vw;
}

/* Bootstrap SM */
@media only screen and (max-width : 991px){
	.address-footer{
		padding-right: 1vw;
		padding-left: 1vw;
		justify-content: center;
		text-align: center;
	}

	.banchero-footer{
		padding-top: 5px;
		padding-left: 1vw;
		padding-right: 1vw;
		padding-bottom: 25px;
		justify-content: center;
	}
}

/* Bootstrap SM */
@media only screen and (max-width : 991px){
	.footer-row{
		font-size: 1rem;
	}
}

/*****************************************/
/************** Text Passage *************/
/*****************************************/

.txt-pg-hdr{
	font-weight: 900;
	font-size: 2rem;
	color: #45607b;
	/*padding-top: 50px;
	padding-bottom: 50px;*/
	font-family: sofia-pro-light;

	font-weight: 900;

	font-style: normal;
}

.card-body{
	font-family: sofia-pro-light;
	font-weight: 900;
	font-style: normal;
	color: black;
	font-size: 1.5rem;
	padding: 0rem;
}


/*	line-height: 1;*/
}

.txt-pg-bdy{
	font-weight: 900;
	font-size: 1.5rem;
}

/*****************************************/
/************** Quick Blurb  *************/
/*****************************************/

.quickblurb{
	font-weight: 900;
	font-size: 2rem;
	text-align: center;
	padding: 30px;
}

/*****************************************/
/**************** Time Line **************/
/*****************************************/

#history{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f6d27e;
	background-image: url(assets/sunflowertree.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 100%;
}




/* Bootstrap XS */
@media only screen and (max-width : 575px){
	#history .card-body{
		align-items: center;
		flex-direction: column;
	}
	#history .card-body .card-text{
		text-align: center;
	}
}

#history .card, #timeline .card-header{
	background-color: transparent;
}

.card{
	border: none;
	background-color: transparent !important;
}

.timeline-hdr{
	padding: 0rem 1.25rem 0rem 1rem;
	align-items: center;
	font-weight: 900;
	font-size: 1.5rem;
	text-align: center;
	color: white;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.circle-history-outer{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 40px;
}

.circle-history-inner{
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}

.card-text{
	padding: 0rem 1.25rem 0rem 1.25rem;
	font-size: 1rem;
	color: black;
	font-weight: 400;
}

.year{
	width: 5rem;
	height: 5rem;
	font-weight: 900;
	font-size: 1.5rem;
	align-self: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.card-title{
	/*clip-path: circle(50% at 50% 50%);*/
	border-radius: 50%;
	background-color: #395e7d;
}

.card-header{
	font-weight: 900;
	font-size: 2rem;
	color: #395e7d;
	border: none;
	background-color: transparent !important;
}

/*.card-body p{
    font-weight: 900;
    font-size: 1.3rem;
    color: black;
}*/

#text_without_borders p{
    font-weight: 400;
    font-size: 1rem;
    color: black;
}

/*****************************************/
/************* Client Staff **************/
/*****************************************/

.staff-circle{
  float: right;
  shape-outside: circle(50%);
  width: 400px;
  height: 400px;
  margin: 30px;
  margin-right: 0px;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}

/* Bootstrap SM */
@media only screen and (min-width : 576px) and (max-width : 767px){
	.staff-circle{
		width: 300px;
		height: 300px;
	}
}

/* Bootstrap XS */
@media only screen and (max-width : 575px){
	.staff-circle{
		width: 100%;
		float: none;
		border-radius: 0px;
		height: 300px;
		margin: 20px 0px 20px 0px;
	}
}

.staff-client{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
}

.staff-head{
	color: white;
	font-family: sofia-pro-medium;
	margin-bottom: 30px;
}

.profile-description{
	padding: 5% 30px 5% 30px;
}


.mglass{
	height: 30px;
	width: 30px;
}

.spotlight{
	font-family: sofia-pro-black;
	color: #395e7d;
}

/*****************************************/
/************ Job Application ************/
/*****************************************/

#job_postings{
/*	background-color: #f6d27e;*/
	/*background-image: url(assets/sunflowertreeflip.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}


.bold-text{
	font-family: sofia-pro-medium;
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    color: #45607b;
    margin-bottom: 1.5rem;
}
.btn-lg-gara{
	font-weight: 900;
	color: black;
	background-color: #0056b3;
}





/*****************************************/
/************ Photo Grid ************/
/*****************************************/

.square-tile-outer{
	width: 100%;
	padding-bottom: 86.25%; /* 16:9 */
	position: relative;

}

.square-tile-inner{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}



/* Bootstrap MD */
@media only screen and (max-width : 991px){
	.square-image{
		height: 20rem !important;
	}
}

.gallery-layer{
	background-color: black;

}

.rectangle-image{
	height: 26rem;
	/*width: 32rem;*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.square-image{
	height: 26rem;
	/*width: 16rem;*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) and (max-width: 1500px) {
	.square-image{
		height: 16rem;
	}
	.rectangle-image{
		height: 16rem;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px){
	.square-image{
		height: 12rem;
	}
	.rectangle-image{
		height: 12rem;
	}
/*	#photo_grid{
		padding-top: 0px;
	}*/
}

/* Bootstrap XS */
@media only screen and (max-width : 575px){
	.sq-out{
		display: none;
	}
}

/* Bootstrap SM */
@media only screen and (min-width : 576px) and (max-width : 767px){
	.sq-out{
		display: none;
	}
}


/* Bootstrap XS */
@media only screen and (max-width : 575px){
	#required_top{
		height: 30px;
	}
	.sponsor-text{
		margin-top: 2rem;
	}
}

/* Bootstrap SM */
@media only screen and (min-width : 576px) and (max-width : 767px){
	#required_top{
		height: 30px;
	}
	.sponsor-text{
		margin-top: 2rem;
	}
}

/* Bootstrap MD */
@media only screen and (min-width : 768px) and (max-width : 991px){
	#required_top{
		height: 50px;
	}
}

/* Bootstrap LG */
@media only screen and (min-width : 992px) and (max-width : 1199px){
	#required_top{
		height: 100px;
	}
}

/* Bootstrap XL */
@media only screen and (min-width: 1200px){
	#required_top{
		height: 130px;
	}
}

#large_text_headline{
/*	background-color: #dee2e6;*/
}

#large_text_headline h2{
	font-family: Sofia-pro-medium;
	color: #395e7d;
	font-size: 3rem;
	padding: 10px 0px 10px 0px;
}

.sponsor-logo{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	min-height: 200px;
	max-width: 300px;
}

/* Bootstrap MD */
@media only screen and (max-width : 767px){
	.sponsor-reverse{
		flex-direction: column-reverse;
	}
}


.button-sponsor{
	font-family: sofia-pro-medium;
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    color: #6ad7db;
    margin-bottom: 1.5rem;
}

.button-sponsor:hover{
	color: #f48e5e;
}

#sponsor{
	background-color: #f48e5e;
}


#main_sponsors{
	background-color: #45607b;
    background-image: url(assets/darktealtree.png), url(assets/darktealtreeflip.png);
    background-size: 100%, 100%;
    background-repeat: no-repeat;
    background-position: bottom, 0% 10%;
}

.sponsor-text{
	font-family: sofia-pro-light;
	font-weight: 900;
	font-style: normal;
	color: white;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.sponsor-head{
	color: white;
	text-align: center;
	font-family: sofia-pro-medium;
	font-weight: 900;
	font-style: normal;
	margin-top: 50px;
	margin-bottom: 50px;
}


/* Events and News*/

/*.container-single-php{
	margin-top: 10rem;
}
*/
.category-single-post{
	color: #6ad7db;
	font-size: 1.5rem;
}

.post-title-single{
	font-family: sofia-pro-medium;
	font-weight: 900;
	font-style: normal;
	font-size: 3rem;	
	color: #45607b;
	margin-bottom: 2rem;
}

.modal-content{
	background-color: #45607b;
	max-width: 96vw;
}

.modal span{
	color: white;
}

.modal-title{
	color: white;
}

.modal button{
	background-color: #f6d27e;
	color: black;
}

/*.close{
	color: white;
	font-size: 2.5rem;
}*/

/*.imagepreview{
	max-height: 80vh;
	width: auto !important;
	margin-top: 3rem;
}*/

/*button.close{
	position: absolute;
	right: 20px;
}
*/
.recent-news-div{
	background-color: #f6d27e;
	padding-bottom: 1rem;
}

.event-home-col{
	height: 100%;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}

.event-photo-home:first-child{
	height: 65%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.event-photo-home:nth-child(2){
	width: 34%
}

.event-photo-home{
	height: 35%;
	width: 33%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #f6d27e;
}

.event-home-col .event-photo-home:nth-child(n+5){
	display: none;
}

.square-wrapper{
	width: 100%;
	padding-bottom: 100%; /* 16:9 */
	position: relative;
}

.event-title{
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-color: #0000007a;
    opacity: 0;
    transition: 1s all ease;
}

.event-title:hover{
	opacity: 1;
	transition: 1s all ease;
}

.hover-content{
	margin-top: 1rem;
	padding-left: 3vw;
	padding-right: 3vw;
	width: 100%;
}

/* Bootstrap MD */
@media only screen and (min-width : 768px) {
	.hover-content{
		font-size: 1.5rem;
	}
	.hover-title{
		font-size: 2vw;
	}
}

/* Bootstrap SM */
@media only screen and (max-width : 767px){
	.hover-content{
		font-size: 1rem;
	}
	.hover-title{
		font-size: 2rem;
	}
}


/* TEXT PASSAGE*/

/*#text_passage{
	margin-top: 50px;
}*/

.single-line-header{
	color: #45607b;
	margin: 2rem 0rem 2rem 0rem;
	font-family: sofia-pro-medium;
	font-style: normal;

}

.passage-header{
	font-family: sofia-pro-medium;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
	color: #45607b;
	margin-bottom: 1.5rem;
}

.passage-body{
	font-family: sofia-pro-light;
	font-weight: 400;
	font-style: normal;
}

.passage-body a{
	color: #6ad7db;
}

.optional-badge{
    height: 4rem;
    width: 7rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
    background-position-y: center;
    background-position-x: left;
}

/*.full-width-image-container{
	height: 45rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}*/

.full-width-wrapper{
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
}

.full-width-inner{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* NEWS */

.edit-link{
	display: none;
}

.thumbnail-news-wrapper{
	height: 18rem;
    padding-bottom: 25%;
    position: relative;
    width: 18rem;
    border-radius: 0;
    display: inline-block;
}

.thumbnail-news-inner{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}


/****************************************/
/****************************************/
/***************** News *****************/
/****************************************/
/****************************************/
/*
.modal-custom{
	max-width: 1000px;
}*/

.event-hero{
	background-size: cover;
	background-position: 50% 100%;
}

.comments-link{
	display: none;
}

.edit-link{
	display: none;
}

.thumbnail-news-wrapper{
	height: 18rem;
    padding-bottom: 25%;
    position: relative;
    width: 18rem;
    border-radius: 0;
    display: inline-block;
}

.thumbnail-news-inner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cat-links a{
	font-family: 'Open Sans'-light;
    font-weight: 900;
    color: #10CFC9;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.entry-title a{
    color: black;
    font-family: 'Open Sans'-light;
    font-weight: 900;
    font-size: 1.4rem;
    letter-spacing: 0px;
    margin-top: 1rem;
    text-transform: none;
    line-height: 1;
}

.entry-title{
	display: flex;
	justify-content: center;
}

.entry-header{
	width: 18rem;
	display: flex;
	flex-direction: column;
}

.entry-header a{
	width: 100%;
	display: flex;
	justify-content: center;
}

.entry-footer{
    margin-top: 1.5rem;
}

.blog-read-button{
    font-family: sofia-pro-light;
    font-weight: 900;
    font-size: 1rem;
    color:#45607b;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 7px;
    width: max-content;
    margin-top: 1rem;
}

.blog-read-button a{
	color: #10CFC9;
}

.col-for-news{
	min-height: 30rem;
}

.searchandfilter li{
	margin-top: 1rem;
}

#ofcategory{
	width: 9rem;
    /*background-image: url(images/caratdownblue.png);*/
    background-size: 1rem;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.news-target .pagination{
	clear: both;
	width: 100%;
	margin-top: 80px;
	display: flex;
	justify-content: center;
	font-size: 1rem;
	letter-spacing: 1px;
	font-family: sofia-pro-light;
}

.current{
	text-decoration: underline;
}

.news-target .screen-reader-text{
	display: none;
}

.nav-links{
	width: 40vw;
	display: flex;
    justify-content: space-around;
    margin-bottom: 10rem;
}

.page-numbers{
	letter-spacing: 1px;
	padding: 0% 2% 0% 2%;
	color: black;
}

.prev{
	padding: 0 !important;
}

.next{
	padding: 0 !important;
}

.event-photos{
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

/* Bootstrap XS */
@media only screen and (max-width : 575px){
	.page-numbers{
		padding: 1;
	}
	.nav-links{
		width: 80vw;
	}
}

/****************************************/
/****************************************/
/************** HERO NEWS *************/
/****************************************/
/****************************************/

#hero_image_internal_page{
	margin-bottom: 1rem;
}


.hero-image-internal{
/*    height: 50rem;*/
    /*width: 100vw;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url('assets/bb1.jpeg');*/
   	font-family: sofia-pro-medium;

	font-weight: 900;

	font-style: normal;
    font-size: 8rem;
    line-height: 1.1em;

    color: #45607b;
    /*background-color: #6ad7db;*/
  	background-blend-mode: soft-light;
}

.hero-image-internal-ie{
    height: 50rem;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: sofia-pro-medium;
    font-weight: 900;
    font-size: 8rem;
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: white;
/*    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;*/
    image-rendering: auto;
}

.searchandfilter ul{
	display: flex;
}

#ofcategory{
	height: 100%;
}

.hero-text-bg{
    width: 100%;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: 40rem;
    background-repeat: no-repeat;
    display: flex;
    /*max-width: 70vw;*/
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    /*padding: 5rem 0rem 5rem 0rem;*/
    align-self: center;
    margin: 0rem 3rem 0rem 3rem;
}

/* Bootstrap MD */
@media only screen and (max-width : 991px){
	.hero-image-internal{
		font-size: 6rem;
	}
}

/* Bootstrap SM */
@media only screen and (min-width : 576px) and (max-width : 767px){
	.hero-text-bg{
		background-size: contain;
		font-size: 6rem;
	}
	.icon{
		height: 3.5rem;
		width: 3.5rem;
	}
	.cut{
		display: none !important;
	}
}

/* Bootstrap MD */
@media only screen and (min-width : 768px) and (max-width : 991px){
/*	.hero-text-bg{
		background-size: 100%;
		background-position-x: 20%;
	}*/
}

/* Bootstrap XS */
@media only screen and (max-width : 575px){
	.hero-image-internal{
		font-size: 5rem;
	}
	.hero-text-bg{
		font-size: 13vw;
	    line-height: 4rem;
	    background-size: contain;
	    -webkit-text-stroke-width: 1px;
	}
	.cut{
		display: none !important;
	}
}

/* Bootstrap LG */
@media only screen and (min-width : 992px) and (max-width : 1199px){
	.classes-wrapper{
		width: 80%;
		padding-bottom: 100% !important;
	}
	.video-wrapper{
		width: 80%;
		padding-bottom: 90%;
	}
	.classes-info li{
		font-size: 1rem;
	}
/*	.hero-text-bg{
		font-size: 5rem;
    	line-height: 6rem;
		background-size: 50%;
	}*/
}

/* Bootstrap XL (max-width: 1420px)*/
@media only screen and (min-width: 1200px) and (max-width: 1670px){
	.classes-info li{
		font-size: 1rem;
	}
/*	.hero-text-bg{
		background-size: 50%;
	}*/
}

/* Bootstrap LG */
@media only screen and (min-width : 992px){
/*	.classes-info li{
		font-size: 1rem;
	}*/
	.video-info span{
		font-size: 1.2rem;
	}
	.signup-jump{
		font-size: 1.3rem;
	}
}

/* XXXXL */
@media only screen and (min-width: 1861px){
	.classes-wrapper{
		width: 50%;
		padding-bottom: 55%;
	}
	.video-wrapper{
		width: 50%;
		padding-bottom: 50%;
	}
	.classes-info li{
		font-size: 1.2rem;
	}
}

#board_of_directors{
	background-image: url(assets/darktealtree.png);
	background-size: cover;
	background-position: bottom;
}

.board-image-wrapper{
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
	background-position: center;
	background-size: cover;
}

.board-image-inner{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}

.directors{
	min-height: 140px;
}

.flowers{
	background-color: #6ad7db;
    color: #45607b;
    font-family: sofia-pro-light;
    font-weight: 900;
    font-style: normal;
    /*height: 100px;*/
    background-image: url(assets/darktealtree.png);
    background-position: -20px -10px;
    background-size: 20rem;
    background-repeat: no-repeat;
}

.hero-text-desktop-2{
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 65px 20px 65px 20px;
}

/* Bootstrap XL (max-width: 1420px)*/
@media only screen and (max-width: 1200px){
	.hero-text-desktop-2{
		padding: 25px 20px 20px 25px;
	}
	.hero-text-desktop{
		padding: 25px 20px 20px 25px;
	}
}

/* Bootstrap MD */
@media only screen and (max-width : 765px){
	.flowers{
		background-image: none;
	}
}

