/*////////////////////Page Container START////////////////////*/
@media (max-width: 768px) {
	.panel-grid.panel-no-style,
	.page-container {
		padding: 0 40px;
	}
}

@media (min-width: 768px) {
	.panel-grid.panel-no-style,
	.page-container {
		width: 750px;
		margin: 0 auto;
	}
}

@media (min-width: 992px) {
	.panel-grid.panel-no-style,
	.page-container {
		width: 922px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.panel-grid.panel-no-style,
	.page-container {
		width: 1160px;
		margin: 0 auto;
	}
}

@media (min-width: 1600px) {
	.panel-grid.panel-no-style,
	.page-container {
		width: 1440px;
		margin: 0 auto;
	}
}
/*////////////////////Page Container END////////////////////*/

body {
	margin: 0;
	color: #0A303F;
	background-color: #FFF9DD;
	font-family: 'Montserrat-Medium', sans-serif;
	padding-top: 130px;
}

/*.container-generator {
	margin-top: 85px;
}*/
.ie-iframe-fixed-customer-chat {
	z-index: 5;
}

header .header-wrap {
	margin: 0 auto;
	position: relative;
	padding-top: 38px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

a {
	text-decoration: none;
	color: #314A54;
}

/*////////////////////Fonts START////////////////////*/
h1 {
	font-size: 52px;
	font-family: Montserrat-Alternates-ExtraBold;
	line-height: 64px;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 32px;
	font-family: Montserrat-Light;
	line-height: 45px;
	font-weight: normal;
	margin: 0;
}

h3 {
	font-size: 24px;
	font-family: Montserrat-Light;
	line-height: 36px;
	font-weight: normal;
	margin: 0;
}


h4 {
	font-size: 21px;
	font-family: Montserrat-Light;
	line-height: 32px;
	font-weight: normal;
	margin: 0;
}

h5 {
	font-size: 18px;
	font-family: Montserrat-Light;
	line-height: 28px;
	font-weight: normal;
	margin: 0;
}

h2 > strong, h3 > strong, h4 > strong, h5 > strong {
	font-family: Montserrat-Alternates-ExtraBold;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, p > a {
	color: #0A303F;
	text-decoration: underline;
}

h1 > a:hover, h2 > a:hover, h4 > a:hover, h4 > a:hover, h5 > a:hover {
	opacity: 0.5;
}

@media (max-width: 786px) {
	h1 {
		font-size: 40px;
		line-height: 52px;
	}

	h2 {
		font-size: 30px;
		line-height: 40px;
	}

	h3 {
		font-size: 24px;
		line-height: 32px;
	}


	h4 {
		font-size: 24px;
		line-height: 32px;
	}

	h5 {
		font-size: 18px;
		line-height: 28px;
	}
}
/*////////////////////Fonts END////////////////////*/


/*////////////////////Header START////////////////////*/
.main-navigation {
	height: 130px;
	align-items: center;
	display: flex;
}

.container-main-navigation {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.full-menu {
	display: flex;
	height: 75px;
	align-content: center;
	align-items: center;
	width: 100%;
}

.full-menu-logo-container {
	width: 300px;
	height: 75px;
	display: flex;
	position: relative;
}

.full-menu .logo {
	align-content: center;
	align-items: center;
	display: flex;
	opacity: 1;
	transition: transform, opacity 1s ease-in-out;
}

.full-menu .logo-sticky {
	align-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	transition: transform, opacity 1s ease-in-out;
	opacity: 0;
}

.full-menu .logo img {
	width: 238px;
	height: 75px;
}

.header-languages {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	top: -15px;
}

.header-languages li {
	list-style: none;
	padding: 0 10px 0 10px;
}

.header-languages li:last-child {
	padding: 0 0 0 10px;
}

.header-languages li:hover {
	opacity: 0.5;
}

.menu-toggle {
	display: none;
	position: relative;
}

.main-menu {
	width: 100%;
	list-style: none;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	align-content: center;
	height: 75px;
	margin: 0 auto;
	padding: 0;
	justify-content: flex-end;
}

.main-menu > li > .sub-menu:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-bottom: 30px solid #B7DCE9;
	margin-top: 15px;
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -30px;
}

.main-menu > li:last-child > .sub-menu:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-bottom: 30px solid #B7DCE9;
	margin-top: 15px;
	z-index: 2;
	position: absolute;
	left: initial;
	right: 22px;
	margin: 0 auto;
	top: -30px;
}

.main-menu > li > .sub-menu {
	opacity: 0;
	display: none;
}

.main-menu > li > .sub-menu {
	z-index: -1;
	top: 90px;
	transition: top 800ms linear;
	backface-visibility: hidden;
}

#sticky-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF9DD;
	z-index: 1002;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	backface-visibility: hidden;
}

.main-menu > li {
	font-family: "Montserrat-Alternates-Bold", sans-serif;
	text-align: center;
	color: #EF7F51;
	position: relative;
	margin: 0 0.7% 0 0.7%;
	height: 75px;
	display: flex;
	align-items: center;
}

.main-menu > li:first-child {
	display: none;
}

.main-menu > li:last-child {
	margin: 0 0 0 0.7%;
}

.main-menu > li > a {
	font-size: 18px;
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid transparent;
}

.main-menu > li > a:hover {
	color: #EF7F51;
}

.sub-menu > li > a {
	font-size: 18px;
}

.main-menu .current-menu-parent > a,
.main-menu .current_page_item > a {
	border-bottom: 2px solid #EF7F51;
}

.sub-menu .current_page_item > a {
	border-bottom: none;
}

.main-menu > li:last-child a {
	border-right: none;
}

.sub-menu {
	font-family: 'Montserrat-Mediumt';
	text-align: left;
	transition: 1s;
	opacity: 0;
	display: none;
	list-style: none;
	position: absolute;
	background: #B5DBE8;
	z-index: 1;
	flex-direction: column;
	padding: 18px 0 18px 0;
	flex-wrap: wrap;
	border-radius: 8px;
	width: 210px;
	left: 13%;
	/*transform: translate(-50%, 0);*/
	margin: 0 auto;
}


.main-menu > li:last-child > .sub-menu{
	left: -50%;

}

.sub-menu > li {
	border-bottom: solid 2px #FFF9DD;
	padding: 12px 0 12px 6px;
	margin: 0 25px 0 25px;

}

.sub-menu > li > a:hover {
	color: #EF7F51;
}

@media (min-width: 1712px),
(min-width: 786px) and (max-width: 1712px) {
	.sub-menu > li:last-child {
		border-bottom: none;
	}
	
	.main-menu > li:nth-child(odd) > a {
		position: relative;
	}

	.sub-menu > li > a:focus {
		outline: none;
	}
}

/*////////////////////Header END////////////////////*/



/*////////////////////Header Mobile START////////////////////*/
@media (min-width: 1201px) {
	#toggle {
		display:none;
	}
	#popout {
		display: none;
	}

	.mobile-small-logo {
		display: none;
	}
}

.main-menu-mobile > li {
	font-family: "Montserrat-Alternates-Bold", sans-serif;
	text-align: left;
	color: #EF7F51;
	display: inline-block;
	padding: 5px 18px 0 18px;
}

.main-menu-mobile > li:first-child {
	display: none;
}

.main-menu-mobile > li > a {
	font-size: 18px;
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid transparent;
}

.main-menu-mobile .current-menu-parent > a,
.main-menu-mobile .current_page_item > a {
	border-bottom: 2px solid #EF7F51;
}

.main-menu-mobile > li:last-child a {
	border-right: none;
}


@media (max-width: 1200px) {
	.main-navigation {
		height: 92px;
	}

	.full-menu {
		display: none!important;
	}

	#popout {
		right: -1200px;
		height: 100%;
		position: fixed;
		top: 0;
		width: 100%;
		display: block;
		z-index: 5;
	}

	#popout .main-menu-mobile {
		position: absolute;
		width: 100%;
		bottom: 100px;
		top: 100px;
		overflow-y: auto;
		margin: 0;
		padding: 0;
		background-color: #B5DBE8;
	}

	#toggle {
		position: fixed;
		height: 25px;
		top: 35px;
		right: 36px;
		z-index: 6;

	}

	#toggle img {
		width: 25px;
		height: 25px;
	}

	.nav-menu li {
		border-bottom:1px solid #eee;
		padding:20px;
		width:100%;
	}

	.nav-menu li:hover {
		background:#CCC;
	}

	.nav-menu li a {
		color:#FFF;
		text-decoration:none;
		width:100%;
	}

	.container-mobile-small-logo {
		display: flex;
		height: 55px;
		align-content: center;
		align-items: center;
		width: 100%;
	}

	.mobile-small-logo .small-logo {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		transition: transform, opacity 1s ease-in-out;
	}

	.mobile-small-logo .small-logo img {
		width: 200px;
		height: auto;
	}

	.mobile-small-logo .small-logo-sticky {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		transition: transform, opacity 1s ease-in-out;
	}

	.mobile-small-logo .small-logo-sticky img {
		width: 173px;
		height: auto;
	}

	.mobile-logo-container {
		background-color: #FFF9DD;
		height: 110px;
		padding: 5px 38px 0 28px;
	}

	.small-onecolor-logo img {
		width: 173px;
		height: auto;
	}

	.header-languages {
		display: none!important;
	}

	#popout .mobile-languages-container {
		height: 100px;
		position: absolute;
		width: 100%;
		bottom: 0;
		background-color: #FFF9DD;
		display: flex;
		justify-content: center;
	}

	.mobile-languages {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: center;
	}

	.mobile-languages li {
		list-style: none;
		padding: 0 3% 0 3%;
	}

	.mobile-languages li a {
		font-size: 18px;
		font-family: Montserrat-Alternates-Bold;
		line-height: 28px;
	}

	.mobile-languages li:hover {
		opacity: 0.5;
	}

	#sticky-container #toggle #popout {
		position: fixed;
		top: 0;
	}

	header.wrapper {
		margin: 0;
	}

	.main-menu-mobile > li:nth-child(2n+1) {
		display: none;
	}
	
	.main-menu-mobile .current-menu-parent > a,
	.main-menu-mobile .current_page_item > a {
		border-bottom: none;
	}

	.small-onecolor-logo {
		position: absolute;
		z-index: 5;
		top: 30px;
	}

	.small-onecolor-logo.show {
		display: block;
	}

	.main-menu-mobile > li > a {
		border: none;
		font-size: 18px;
		margin-top: 0;
		left: 10px;
	}

	.main-menu-mobile > li {
		margin-top: 18px;
		display: block;
	}

	.main-menu-mobile > li:first-child {
		margin-top: 40px;
	}

	.sub-menu > li > a {
		font-size: 18px;
		display: inline-block;
		margin-top: 3.5px;
	}

	.main-menu-mobile > li:last-child {
		margin-right: 0;
		padding-bottom: 30px;
	}

	.sub-menu > li:first-child {
		border-top: solid 1px #FFF9DD;
		margin-top: 14px;
	}

	.sub-menu > li {
		border-bottom: solid 1px #FFF9DD;
		text-align: left;
		margin: 0;
	}

	.sub-menu {
		position: relative;
		border: none;
		border-radius: 0;
		z-index: 55;
		height: auto;
		max-width: 100%;
		width: 100%;
		text-align: center;
		flex-direction: row;
		margin: 0;
		padding: 0;
		opacity:1;
	}

	.main-menu-mobile > li:hover .sub-menu {
		display: block;
	}

	.main-menu-mobile > li {
		margin: 0;
		padding: 25px 38px 0 38px;
	}

}
/*////////////////////Header Mobile END////////////////////*/





















/*Specific buttons*/
/*.btn > a {
	background-color: #02F2A0;
	color: #0A303F;
	text-decoration: none;
	font-size: 32px;
	letter-spacing: 0.5px;
	border: none;
	cursor: pointer;
	padding: 32px 42px;
	display: inline-block;
}*/



.btn.learn-more {
	width: 260px;
	margin-top: -2%;
}

.btn.view-our-calendar,
.btn.learn-more-about-our-options {
	width: 536px;
	height: 100px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.btn.view-our-calendar {
	margin-left: 31%;
	padding-bottom: 1%;
	margin-top: 2.9%;
}

.btn.learn-more-about-our-options {
	width: 682px;
	margin-top: 5.5%;
}

.btn.learn-more-about-our-options > span {
	margin: 0;
}

/*.btn.sign-up {
	margin-left: 7.9%;
	width: 260px;
}*/


/*Base style for buttons*/

/*.btn {
	background-color: #02F2A0;
	border: none;
	!*padding: 0;*!
	cursor: pointer;
	height: 100px;
	padding-left: 42px;
	padding-right: 42px;
}*/





/* SiteOrigin Page Builder Full Width Stretched Rows Widget Padding */
/*.panel-grid.panel-no-style {
	!*padding-left: 10%;
	padding-right: 10%;*!
	width: 80%;
}*/


/* SiteOrigin Page Builder*/


/*.myList-load-more {
	display: block !important;
}
.myList-load-more .panel-grid {
	display: none;
}
.load-more {
	display: flex;
	flex-wrap: nowrap;
	cursor: pointer;
}
.load-more img {
	transform: rotate(180deg);width: 70px;
	height: 70px;
	align-self: center;

}
.panel-grid .panel-no-style, .load-more {
	padding-left: 10%;
	padding-right: 10%;
}*/

/*Layout Slider*/
/*.cs-next {
	background: url("./images/CPA_GreenArrowLeft.png") no-repeat !important;
}

.sow-slide-nav .sow-slide-nav-next {
	background: url("./images/CPA_GreenArrowRight.png") no-repeat !important;
}*/
/*Layout Slider*/






/*////////////////////Home Slider////////////////////*/

div.nextend-arrow-previous{
	background: url("./images/CPA_GreenArrowLeft.png") no-repeat !important;
	width: 50px!important;
	height: 50px!important;

}
div.nextend-arrow-previous img{
	display: none!important;

}

div.nextend-arrow-next {
	background: url("./images/CPA_GreenArrowRight.png") no-repeat !important;
	width: 50px!important;
	height: 50px!important;
}
div.nextend-arrow-next img{
	display: none!important;

}

@media (max-width: 786px) {
	div.nextend-arrow-previous,
	div.nextend-arrow-next {
		display: none!important;
	}
}

/*////////////////////Home Slider////////////////////*/





/*Success Stories section - quotes*/

.success-stories > .quotes {
	margin-top: 7.1%;
}

.success-stories .quote-item {
	display: flex;
}

.success-stories .quote-item:first-child {
	margin-bottom: 3.9%;
}

.success-stories .quote-item > .speaker-img,
.quotes-slider .speaker-img  {
	width: 260px;
	height: 260px;
	border-radius: 50%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.quotes-slider .speaker-img {
	margin: 0 auto;
	order: -1;
}

.success-stories .quote-item:last-child > img {
	margin-left: 5.7%;
	margin-top: 0.5%;
}

.success-stories .quote-item:nth-child(2) > .quote {
	width: 81%;
	line-height: 257%;
}

.success-stories .quote-item:nth-child(2) > .quote > .text {
	margin-bottom: -0.7%;
}

.quotation-mark {
	position: relative;
	padding-left: 35px;
}
.quotation-mark:before {
	content:'"';
	display: block;
	font-family: "Montserrat-Alternates-ExtraBold", sans-serif;
	font-size: 64px;
	color: #02F2A0;
	position: absolute;
	top: 4px;
	left: 0;
}

.success-stories .quote-item > .quotation-mark {
	margin-top: -2%;
}

.success-stories .quote-item:first-child > .quotation-mark {
	margin-left: 1.8%;
}

.success-stories .quote-item > .quote {
	margin: 0.8% 0.7%;
	line-height: 250%;
	width: 75%;
}

.quotation-mark > h2.text  {
	font-size: 21px;
	line-height: 32px;
	font-family: Montserrat-Light;
}

.quotation-mark > h3.speaker  {
	font-size: 24px;
	line-height: 36px;
	font-family: Montserrat-Alternates-Bold;
}

.success-stories .quote-item > .quote > .speaker {
	line-height: 192%;
}

@media (min-width: 1281px) {
	.success-stories > .stories-slider,
	.success-stories > .quotes-slider,
	.infographic-slider {
		display: none;
	}
}

/*@media (max-width: 1280px) {
	.success-stories {
		display: none;
	}
}*/

@media (max-width: 1280px) {
	.success-stories {
		display: none;
	}

	.quotation-mark > h2.text  {
		font-size: 21px;
	}

	.quote > h3.speaker  {
		line-height: 24px;
	}
}
@media (max-width: 380px) {
	.success-stories .quote-item > .speaker-img,
	.quotes-slider .speaker-img {
		width: 220px;
		height: 220px;
	}
}
/*///////////////////////////////////////*/





/*////////////////////Success Stories START////////////////////*/

/*.success-stories .stories {
	display: flex;
}
.success-stories .stories {
	margin-left: -15px;
	margin-right: -15px;
}
.success-stories .stories .story-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	padding: 0px 15px;
}
.success-stories > .stories > .story-item > img {
	width: 333.82px;
	height: 333.82px;
	border: solid 1px #707070;
	margin-bottom: 3.4%;
}

.success-stories > .stories > .story-item > .learn-more {
	margin-top: -1.6%;

}*/

/*////////////////////Success Stories END////////////////////*/



/*////////////////////Infographic////////////////////*/

.infographic {

	margin-top: -0.8%;
}

.infographic > img {
	max-width: 1702px;
	width: 100%;
	margin: 0.2% -1.3%;
}

.infographic > .clarification {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	max-width: 1492px;
	margin: 0 auto;
}

.infographic > .clarification > .column {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.infographic > .clarification > .column > h2{
	font-family: Montserrat-Alternates-ExtraBold;
	font-size: 32px;
	line-height: 45px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.infographic > .clarification > .column > p {
	margin: 0;
	font-size: 24px;
	line-height: 36px;
	font-family: Montserrat-Alternates-ExtraBold;
}

.infographic > .clarification > .column > .meaning{
	font-family: Montserrat-Light;
	font-size: 21px;
	line-height: 32px;
}


@media (max-width: 768px) {
	.infographic > .clarification > .column > h2{
		font-size: 30px;
		line-height: 40px;
	}

	.infographic > .clarification > .column > p {
		line-height: 32px;
	}

	.infographic > .clarification > .column > .meaning{
		font-size: 24px;
		line-height: 32px;
	}
}

/*////////////////////Infographic////////////////////*/



/*////////////////////Slider START////////////////////*/

.small-slider {
	width: 100%;
	margin: 0;
}
.small-slider img {
	width: 100%;
	height: 100%;
}

.slick-prev,
.slick-next {
	width: 50px;
	height: 50px;
	z-index: 1;
	left: -50px;
}
.slick-next {
	right: -50px;
	left: auto;
}
.slick-prev:before,
.slick-next:before {
	content: '';
	width: 50px;
	height: 50px;
	display: block;
	background: url("./images/CPA_GreenArrowLeft.png");
	background-size: contain;
}
.slick-next:before {
	transform: scaleX(-1);
}
.small-slider.infographic-slider .column > .name,
.small-slider.infographic-slider .column > .meaning {
	font-family: "Montserrat-Light", sans-serif;
	font-size: 32px;
	margin: 0;
}

.small-slider.infographic-slider .column > img {
	height: 54px;
	width: 54px;
}

.small-slider.infographic-slider .column > h2 {
	margin-left: 0;
}
@media (min-width: 1281px) {
	.stories-slider,
	.quotes-slider,
	.how-it-works > .infographic-slider {
		display: none;
	}
}


@media (max-width: 1280px) {
	.infographic {
		display: none;
	}

	.small-slider.infographic-slider .column {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.infographic-slider .column h2 {
		font-family: Montserrat-Alternates-ExtraBold;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.slick-slider {
		padding:  0 10px;
	}

	.slick-prev:before,
	.slick-next:before {
		content: '';
		width: 40px;
		height: 40px;
	}

	.slick-prev,
	.slick-next {
		width: 40px;
		height: 40px;
	}

	.slick-prev,
	.slick-next {
		left: -40px;
	}

	.slick-next {
		right: -40px;
		left: auto;
	}

	.quotes-slider .item {
		display: flex;
		flex-direction: column;
	}
	.quotes-slider .item .quotes-slider-image {
		order: -1;
		border-radius: 50%;
	}
	.quotation-mark {
		padding: 15px;
	}
	.quotation-mark:before {
		font-size: 30px;
		top: 10px;
	}

}


/*////////////////////Slider END////////////////////*/



/*////////////////////Sign Up START////////////////////*/


@media (max-width: 1200px) {
	.stay-updated-form label{
		width: 100%!important;
	}

	.stay-updated-form input {
		margin-right: 0;
		margin-bottom: 30px;
		width: auto;
	}

	.btn.sign-up {
		width: auto !important;
		font-size: 32px;
		height: 70px;
		float: left;
	}
}

/*////////////////////Sign Up END////////////////////*/



/* Financial assistance form START */

#wpforms-985 {
}

#wpforms-985 label {
	font-family: "Montserrat-Mediumt", sans-serif;
	font-size: 21px;
	color: #0A303F;
}

#wpforms-985 label.wpforms-error {
	color: #ff0000;
	margin-top: 5px;
}

#wpforms-985 input, #wpforms-985 textarea{
	background-color: #FFF9DD;
	border: solid 2px #0A303F;
	padding: 19px 25px 19px 20px;
	font-family: "Montserrat-Light", sans-serif;
	font-size: 21px;
	color: #0A303F;
	width: 100%;
	flex: 1 2 auto;
}
#wpforms-985 input {
	height: 70px;
}
#wpforms-985 textarea {
	height: 336px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wpforms-985 input {
	margin-top: 10px;
}

#wpforms-985 input:hover, #wpforms-985 input:focus, #wpforms-985 textarea:hover, #wpforms-985 textarea:focus {
	border: solid 2px #EF7F51;
}

#wpforms-985 button {
	background-color: #02F2A0;
	color: #0A303F;
	text-decoration: none;
	font-size: 24px;
	font-family: Montserrat-Alternates-ExtraBold;
	letter-spacing: 0.5px;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	/*padding: 32px 42px;*/
	padding: 20px 20px;
	display: inline-block;
	width: 138px;
}

#wpforms-985 button:hover {
	background-color: #0ad690;

}

@media (max-width: 768px) {

	#wpforms-985 button > a {
		/*padding: 20px 15px;*/
		/* padding: 5% 5%;*/
	}

	#wpforms-985 button {
		text-align: center!important;
	}

}

/* Financial assistance form END */

/* Contact Us form START */

#wpforms-1038 {
}

#wpforms-1038 label, #wpforms-1038 .wpforms-field-description {
	font-family: "Montserrat-Mediumt", sans-serif;
	font-size: 21px;
	color: #0A303F;
	margin-top: 4px;
}

#wpforms-1038 label.wpforms-error {
	color: #ff0000;
	margin-top: 5px;
}

#wpforms-1038 input, #wpforms-1038 textarea{
	background-color: #FFF9DD;
	border: solid 2px #0A303F;
	padding: 19px 25px 19px 20px;
	font-family: "Montserrat-Light", sans-serif;
	font-size: 21px;
	color: #0A303F;
	width: 100%;
	flex: 1 2 auto;
}
#wpforms-1038 input {
	height: 70px;
}
#wpforms-1038 textarea {
	height: 336px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wpforms-1038 input {
	margin-top: 10px;
}

#wpforms-1038 input:hover, #wpforms-1038 input:focus, #wpforms-1038 textarea:hover, #wpforms-1038 textarea:focus {
	border: solid 2px #EF7F51;
}

#wpforms-1038 button {
	background-color: #02F2A0;
	color: #0A303F;
	text-decoration: none;
	font-size: 24px;
	font-family: Montserrat-Alternates-ExtraBold;
	letter-spacing: 0.5px;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	/*padding: 32px 42px;*/
	padding: 20px 20px;
	display: inline-block;
	width: 138px;
}

#wpforms-1038 button:hover {
	background-color: #0ad690;

}

@media (max-width: 768px) {

	#wpforms-1038 button > a {
		/*padding: 20px 15px;*/
		/* padding: 5% 5%;*/
	}

	#wpforms-1038 button {
		text-align: center!important;
	}

}


#wpforms-2181 {
}

#wpforms-2181 label, #wpforms-2181 .wpforms-field-description {
    font-family: "Montserrat-Mediumt", sans-serif;
    font-size: 21px;
    color: #0A303F;
    margin-top: 4px;
}

#wpforms-2181 label.wpforms-error {
    color: #ff0000;
    margin-top: 5px;
}

#wpforms-2181 input, #wpforms-2181 textarea{
    background-color: #FFF9DD;
    border: solid 2px #0A303F;
    padding: 19px 25px 19px 20px;
    font-family: "Montserrat-Light", sans-serif;
    font-size: 21px;
    color: #0A303F;
    width: 100%;
    flex: 1 2 auto;
}
#wpforms-2181 input {
    height: 70px;
}
#wpforms-2181 textarea {
    height: 336px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#wpforms-2181 input {
    margin-top: 10px;
}

#wpforms-2181 input:hover, #wpforms-2181 input:focus, #wpforms-2181 textarea:hover, #wpforms-2181 textarea:focus {
    border: solid 2px #EF7F51;
}

#wpforms-2181 button {
    background-color: #02F2A0;
    color: #0A303F;
    text-decoration: none;
    font-size: 24px;
    font-family: Montserrat-Alternates-ExtraBold;
    letter-spacing: 0.5px;
    border: none;
	border-radius: 12px;
    cursor: pointer;
    /*padding: 32px 42px;*/
    padding: 20px 20px;
    display: inline-block;
    width: 138px;
}

#wpforms-2181 button:hover {
    background-color: #0ad690;

}

@media (max-width: 768px) {

    #wpforms-2181 button > a {
        /*padding: 20px 15px;*/
        /* padding: 5% 5%;*/
    }

    #wpforms-2181 button {
        text-align: center!important;
    }

}

/* Contact Us form END */


/*Calendar start*/

.fc table tbody td{
	border: solid 3px #D2D2D2;
}
.fc th {
	border: none;
	font-family: "Montserrat-Alternates-Bold", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #0A303F;
	padding-top: 26px;
	padding-bottom: 26px;
}

.fc td.fc-head-container {
	border: solid 3px #B7DCE9;
	background-color: #B7DCE9;
}

/*Calendar start*/

.fc table tbody td{
	border: solid 3px #D2D2D2;
}
.fc th {
	border: none;
	font-family: "Montserrat-Alternates-Bold", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #0A303F;
	padding-top: 26px;
	padding-bottom: 26px;
}

.fc td.fc-head-container {
	border: solid 3px #B7DCE9;
	background-color: #B7DCE9;
}

.fc .fc-basic-view .fc-day-number {
	text-align: left;
	font-family: "Montserrat-Mediumt", sans-serif;
	font-size: 16px;
	color: #0A303F;
	padding-top: 16px;
	padding-left: 16px;
}



.fc .fc-day-number.fc-other-month {
	font-size: 12px;
	opacity: 1;
}

.fc .fc-event-container {
	font-family: "Montserrat-Mediumt", sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 8px;
}

.fc .fc-event {
	margin: 6px 12px;
	border-radius: 0;
	background-color: #1C99F4;
	color: #ffffff;
	padding: 4px 10px;
	border: 0px;
}

.fc-toolbar h2 {
	font-family: Montserrat-Alternates-ExtraBold;
	font-size: 24px;
	text-transform: uppercase;
}

.ui-tooltip-content {
	background-color: #B7DCE9;
	padding: 24px;
	color: #0A303F;
	font-family: 'Montserrat-Light';
	font-size: 18px;
}

.ui-tooltip-content h3 {
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	line-height: 24px;
}

.ui-tooltip-content p {
	margin: 4px 0 0 0;
}

.ui-tooltip-content .reg {
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
	text-decoration: underline;
}

.fc-right {
	display: none;
}
.fc-today-button {
	display: none;
}
.fc-left {
	width: 100%;
}

.fc .fc-button-group {
	float: none;
	width: 100%;
}
.fc-prev-button {
	float: left;
}
.fc-next-button {
	float: right;
}

.ui-selectmenu-button {
	display: none;
    width: 300px!important;
}

.fc-toolbar .fc-center {
	position: absolute;
	display: block;
	top: 0px;
	width: 100%;
    z-index: -100;
}
.fc-toolbar .fc-center h2 {
	
}

.fc-toolbar {
	margin-bottom: 40px;
}

@media (max-width: 992px) {
	.fc .fc-row {

	}
}

@media (max-width: 768px) {


}

@media (max-width: 768px) {
	.fc th {
		font-size: 0px;
		visibility: hidden;
	}
	.fc th:first-letter {
		font-size: 18px;
		visibility: visible;
	}
}

/*Calendar END*/




/*////////////////////Footer START////////////////////*/
footer::after {
	content: "";
	position: absolute;
	border-top: solid 3px #0A303F;
	width: 100%;
	left: 0;
	right: 0;
	margin-top: 0;
	margin-bottom: 40px;
}

.footer-row {
	display: -webkit-flex;
	display: flex;
	min-height: 400px;
	margin-top: 110px;
}

.footer-column {
	height: auto;
}

.footer-column.side1 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: flex;
}

.footer-column.side2 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: flex;
	padding-top: 50px;
	padding-bottom: 30px;
}

.footer-column.middle {
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	display: flex;
	padding-left: 7%;
	padding-top: 50px;
	padding-bottom: 30px;
}
.img-box {
	display: flex;
	flex-direction: column;
	min-width: 245px;
	position: relative;

}
.img-box img {
	width: 100%;
	height: auto;
	margin-top: auto;
	position: absolute;
	bottom: -27px;
}

.mobile-tree-img img {
	width: 100%;
	max-width: 538px;
	height: auto;
}

.mobile-tree-img {
	display: none;
}

.info {
	display: flex;
	flex-direction: column;
}

.info > .links {
	font-family: Montserrat-Light;
	display: flex;
	flex: 1 0 auto;
	align-items: flex-end;
}

.info > .links > .separator-vertical {
	font-size: 1em;
	margin-left: -6px;
	color: #F08C60;
}

.info > .links > a:last-child {
	border-right: none;
}

/*.info > .text > p {
	line-height: 20px;
}*/

.info > .text > p,
.info > .text > span,
.info > .links  a {
	font-size: 21px;
}

.info > .text > p {
	font-family: Montserrat-Light;
}

.info > .links {
	list-style: none;
	padding: 0;
}
.info > .links li {
	position: relative;
	padding: 0 15px;
}
.info > .links li:after {
	content: '';
	width: 2px;
	height: 80%;
	background-color: #F08C60;
	display: block;
	position: absolute;
	right: -2px;
	top: auto;
	bottom: 0;

}

.info > span {
	font-size: 23px;
}

.info > .text > span {
	font-family: Montserrat-Alternates-ExtraBold;
}

.info > .links {
	margin-left: -15px;
	margin-right: -15px;
}
.info > .links li:last-child:after {
	display: none;
}

.info > .links  a {
	text-decoration: underline;
}

.info > .links  a:hover {
	opacity: 0.5;
}

.call-to-action {
	display: flex;
	flex-direction: column;
}

.button-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.btn > span {
	color: #0A303F;
	text-decoration: none;
	font-size: 24px;
	font-family: "Montserrat-Alternates-ExtraBold", sans-serif;
	letter-spacing: 0.5px;
	line-height: 36px;
}

.btn.stay-updated {
	width: 215px;
	height: 70px;
	margin-bottom: 49px;
	background-color: #02F2A0;
	border: 0;
	border-radius: 12px;
	box-shadow: none;
}

.btn.stay-updated:hover {
    background-color: #0ad690;
}

.btn.btn-green {
	background-color: #02F2A0;
	color: #0A303F;
	text-decoration: none;
	font-size: 24px;
	font-family: Montserrat-Alternates-ExtraBold;
	letter-spacing: 0.5px;
	line-height: 36px;
	border-radius: 12px;
	cursor: pointer;
	padding: 17px 17px;
	display: inline-block;
}

.btn.btn-green:hover {
    background-color: #0ad690;
}

.social-media {
	display: flex;
	flex: 1 0 auto;
	align-items: flex-end;
}

.footer-row .social-media img {
	width: 48.67px;
	height: 48.67px;
	margin-right: 10px;
}

.social-media img, .btn {
	cursor: pointer;
}


/*///Modal Stay Updated Start///*/
.modal-stay-updated {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1003;
}

.modal-content {
	background-color: #FFF9DD;
	margin: auto;
	padding: 5%;
	border: 1px solid #888;
	width: 56%;
}

.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

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

.modal-stay-updated .close {
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modal-stay-updated > .modal-content .stay-updated-form {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}

.modal-stay-updated > .modal-content .stay-updated-form > input {
	width: calc(100% - 45px);
	height: 70px;
	padding: 0 0 0 2%;
	margin-bottom: 30px;
}

.modal-stay-updated > .modal-content .stay-updated-form > .btn.sign-up {
	margin: 0;
	height: 70px;
}

.modal-stay-updated > .modal-content .separator p {
	font-size: 32px;
	font-family: Montserrat-Alternates-ExtraBold;
	line-height: 45px;
	font-weight: bold;
	margin-top: 0;
}
.modal-stay-updated > .modal-content .light-heading p {
	font-size: 21px;
	font-family: Montserrat-Light;
	line-height: 32px;
	margin-top: 0;
}
/*///Modal Stay Updated End///*/


@media (max-width: 1200px) {

	.footer-column.middle {
		padding-left: 20px;
	}

}


@media (max-width: 1024px) {

}

@media (max-width: 992px) {

	.img-box {
		display: none;
	}

	.footer-row {
		flex-direction: column;
	}

	.call-to-action {
		width: 100%;
	}

	.btn.stay-updated {
		width: 242px;
		margin-bottom: 27px;
	}

	footer::after {
		display: none;
	}

	.footer-column.middle {
		padding: 0;
	}

	.mobile-tree-img {
		display: block;
		/*margin-top: -95px;*/
		margin-top: -15%;
	}

	.mobile-tree-img img {
		float: right;
	}

	.button-box {
		align-items: flex-start;
	}

	.social-media{
		margin-top: 30px;
	}

	.btn > span {
		line-height: 32px;
	}

	.btn.btn-green {
		line-height: 32px;
	}

}


@media (max-width: 768px) {

	/*footer {
		padding-left: 40px;
		padding-right: 40px;
		margin: 0;
	}*/

	.info > .text > p, .info > .text > span, .info > .links a {
		font-size: 14px;
	}

	.modal-content {
		width: 90%;
		/*box-sizing: border-box;*/
		height: 100vh;
	}

}

@media (max-width: 500px) {

	.info > .links {
		/*align-items: flex-start;
		flex-direction: column;*/
		margin-top: 10px;
	}

	.info > .links > .separator-vertical {
		display: none;
	}

}

@media (max-width: 420px) {

	.mobile-tree-img {
		/*margin-top: 0;*/
		display: none;
	}

}
/*////////////////////Footer END////////////////////*/







/*////////////////////TAGS START////////////////////*/
.container-tags {
	margin: 0 auto;
}

.navigation-tags {
	font-size: 32px;
	line-height: 45px;
	font-family: Montserrat-Mediumt;
	padding-top: 25px;
	padding-bottom: 56px;
}

.cell-tags {
	padding-right: 16px;
	padding-bottom: 65px;
}

.container-tags .btn-learn-more {
	margin-top: 35px;
}

.container-tags #loadMorePost,
.container-tags #showLessPost {
	font-size: 18px;
	line-height: 28px;
	font-family: Montserrat-Bold;
}

.load-more-button-post {
	display: flex;
	align-items: center;
}

.container-tags #loadMorePost img {
	transform: scaleY(-1);
	width: 36px;
	height: 36px;
}

.container-tags #showLessPost img {
	width: 36px;
	height: 36px;
}

@media screen and (min-width: 600px) {
	.grid-tags {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.cell-tags {
		width: 50%;
	}
}

@media screen and (min-width: 1000px) {
	.cell-tags {
		width: calc(100% / 3);
	}
}

@media screen and (min-width: 600px) {
	.cell-tags {
		width: calc(50% - 2rem);
	}
}

@media screen and (min-width: 1000px) {
	.cell-tags {
		width: calc(33.3333% - 2rem);
	}
}
/*////////////////////TAGS END////////////////////*/


/*////////////////////Individual Post START////////////////////*/

.divisor {
	display:flex;
	flex-direction:row;
	align-items: center;
	margin-bottom: 50px;
}

.divisor > .divisor-text {
	font-family: Montserrat-Alternates-ExtraBold;
	font-size: 24px;
	line-height: 36px;
	flex-grow: 0;
	padding-right: 10px;
}

.divisor > .divisor-line {
	height: 3px;
	flex-grow: 1;
	background-color: #0A303F;
}

.individual-story-block .light-heading {
	margin-top: 3.9%;
}

.individual-story-block .light-heading p {
	font-family: Montserrat-Light;
	font-size: 32px;
	line-height: 45px;
}

.individual-story-block .post-image > .post-background-image {
	width: 100%;
	height: 480px;
	background-size: cover!important;
	background-position: center!important;
}


.individual-story-block .individual-story {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	margin-top: 65px;
}

.individual-story-block .individual-story .content-individual-story {
	flex: 1;
	display: flex;
}

.content-individual-story .columns-individual-story {
	display: flex;
	flex: 1;
}

.columns-individual-story .story {
	flex: 2;
	max-width: 768px;
	padding-right: 115px;
}

.columns-individual-story .photo-credits {
	flex: 1;
}

.photo-credits .tags .tag::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;

	border-left: 23px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 28px solid #B7DCE9;
	transform: rotate(-90deg);
	top: 12px;
	left: -40px;
}

.photo-credits .tags p {
	font-family: "Montserrat-Bold", sans-serif;
}

.photo-credits .tags .tag p a {
	font-size: 18px;
	font-family: Montserrat-Bold;
	line-height: 28px;
	text-decoration: none;
}

.photo-credits .tags {
	margin-top: 40px;
	margin-left: 28px;
}

.photo-credits .tags .tag  p {
	margin: 12px 27px 12px 22px;
	white-space: nowrap;
}

.photo-credits .tags .tag {
	background-color: #B7DCE9;
	display: table;
	margin-bottom: 16px;
	position: relative;
}

.columns-individual-story .photo-credits .text p {
	font-size: 18px;
	font-family: Montserrat-Light;
	line-height: 28px;
	margin: 0;
}

.columns-individual-story .photo-credits .text  .strong {
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 28px;
}

.columns-individual-story .story .text p {
	font-family: Montserrat-Light;
	font-size: 21px;
	line-height: 32px;
	margin: 0;
}


/*////////////////////////////////////////////////////////////*/
.success-story-quote{
	width: 100%;
}

.success-story-quote > .quote-item {
	display: flex;
	margin-top: 70px;
	margin-bottom: 35px;
}

.success-story-quote > .quote-item .speaker p {
	margin-left: 1.1%;
	margin-top: 5%;
}

.success-story-quote > .quote-item .text p {
	margin-top: 2.8%;
	margin-left: 1.1%;
	line-height: 113%;
}

.individual-story-block > .light-heading {
	margin-top: 3.9%;
	max-width: 1505px;
	letter-spacing: 1.6px;
}

.individual-story-block > .light-heading > p {
	line-height: 124%;
}

.bullet-list > .bullet-item {
	display: flex;
	margin-bottom: 20px;

}

.bullet-list > .bullet-item > img {
	max-width: 35px;
	max-height: 35px;
	width: 100%;
	align-self: center;
	margin-right: 2.2%;
}

.bullet-list > .bullet-item p {
	margin: 0;
}

.bullet-list {
	margin-top: 70px;
	font-family: Montserrat-Light;
	font-size: 21px;
}

.success-story-quote > .quote-item > .individual-quotation-mark > p {
	font-family: Montserrat-Alternates-ExtraBold;
	font-size: 64px;
	margin: 0;
}

.success-story-quote > .quote-item .text p {
	font-family: Montserrat-Alternates-ExtraBold;
	font-size: 32px;
	line-height: 45px;
}
/*////////////////////////////////////////////////////////////*/


@media (max-width: 1200px) {

	.content-individual-story .columns-individual-story {
		display: block;
	}

	.columns-individual-story .story {
		max-width: 100%;
		padding: 0;
	}

	.columns-individual-story .photo-credits {
		width: 100%;
	}

}

@media (max-width: 768px) {
	.divisor > .divisor-text {
		font-size: 24px;
		line-height: 32px;
	}
}
/*////////////////////Individual Post END////////////////////*/


/*////////////////////Success Stories START////////////////////*/
.story-img {
	width: 260px;
	height: 260px;
	border-radius: 50%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	margin-bottom: 60px;
}

.success-stories .stories {
	display: flex;
	flex-wrap: wrap;
}

.success-stories .stories .story-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin-top: 35px;
}

.success-stories .stories .story-item .light-heading {
	max-width: 376px;
}

.success-stories .stories .story-item .light-heading p {
	font-size: 32px;
	line-height: 45px;
	font-family: Montserrat-Light;
	margin: 0;
}

.success-stories .stories .story-item .light-heading .btn-learn-more {
	margin-top: 34px;
}


.stories-slider {
	margin-bottom: 20px;
}

.stories-slider .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.stories-slider .light-heading {
	text-align: center;
}

.stories-slider .light-heading p {
	font-size: 32px;
	line-height: 45px;
	font-family: Montserrat-Light;
	margin: 0;
}

.stories-slider .btn-learn-more {
	margin-top: 20px;
}

.stories-slider .story-img {
	margin-bottom: 10px;
}

@media (max-width: 380px) {
	.stories-slider .story-img {
		width: 220px;
		height: 220px;
	}
}
/*////////////////////Success Stories END////////////////////*/


/*////////////////////Specific Buttons START////////////////////*/
.btn-learn-more {
	cursor: pointer;
	width: 230px;
	height: 72px;

}

.btn-learn-more > a {
	background-color: #02F2A0;
	color: #0A303F;
	text-decoration: none;
	font-size: 24px;
	line-height: 36px;
	font-family: Montserrat-Alternates-ExtraBold;
	border-radius: 12px;
	cursor: pointer;
	width: 230px;
	height: 72px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.btn-learn-more > a:hover {
	background-color: #0ad690;
}
/*////////////////////Specific Buttons END////////////////////*/




/*////////////////////Staff Leadership START////////////////////*/
.main-staff-leadership {
	display: flex;
}

.main-staff-leadership-img-container {
	margin-right: 60px;
}

.main-staff-leadership-img {
	width: 332px;
	height: 332px;
	border-radius: 50%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.main-staff-leadership-content-container {

}

.main-staff-leadership-name p {
	font-size: 21px;
	line-height: 36px;
	font-family: Montserrat-Alternates-ExtraBold;
	margin: 0;
}

.main-staff-leadership-position p {
	font-size: 21px;
	line-height: 36px;
	font-family: Montserrat-Mediumt;
	margin: 0;
}

.main-staff-leadership-position p {
	margin-bottom: 38px;
}

.main-staff-leadership-text-content p {
	font-size: 21px;
	line-height: 32px;
	font-family: Montserrat-Light;
	margin: 0;
}

.staff-leadership-img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	margin-bottom: 16px;
}

.staff-leadership {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.staff-leadership .staff-leadership-item {
	margin-top: 35px;
	width: 32%;
}

.staff-leadership .staff-leadership-item .light-heading {
	max-width: 376px;
}

.staff-leadership .staff-leadership-item .light-heading p {
	font-size: 32px;
	line-height: 45px;
	font-family: Montserrat-Light;
	margin: 0;
}

.staff-leadership-name {
	max-width: 376px;
}

.staff-leadership-name p {
	font-size: 21px;
	line-height: 32px;
	font-family: Montserrat-Alternates-ExtraBold;
	margin: 0;
}

.staff-leadership-position {
	max-width: 376px;
	margin-bottom: 18px;
}

.staff-leadership-position p {
	font-size: 21px;
	line-height: 32px;
	font-family: Montserrat-Mediumt;
	margin: 0;
}

.staff-leadership-text-content {
	max-width: 348px;
}

.staff-leadership-text-content p {
	font-size: 21px;
	line-height: 32px;
	font-family: Montserrat-Light;
	margin: 0;
}

@media (max-width: 1280px) {

	.main-staff-leadership {
		display: flex;
		flex-direction: column;
	}

	.main-staff-leadership .main-staff-leadership-img-container {
		max-width: 100%;
		width: auto;
		margin-bottom: 35px;
		display: block;
	}

	.main-staff-leadership-name,
	.main-staff-leadership-position,
	.main-staff-leadership-text-content {
		max-width: 100%;
	}

}


@media (min-width: 995px) {
	.staff-leadership .staff-leadership-item {
		width: 32%;
	}
}

@media (max-width: 994px) {

	.staff-leadership .staff-leadership-item {
		margin-top: 35px;
		width: 42%;
	}

	.staff-leadership-name,
	.staff-leadership-position,
	.staff-leadership-text-content {
		max-width: 100%;
	}


}

@media (max-width: 768px) {

	.main-staff-leadership-img {
		width: 300px;
		height: 300px;
	}


}

@media (max-width: 600px) {
	.staff-leadership .staff-leadership-item {
		margin-top: 35px;
		width: 100%;
	}
}

@media (max-width: 375px) {

	.main-staff-leadership-img {
		width: 250px;
		height: 250px;
	}


}
/*////////////////////Staff Leadership END////////////////////*/

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #FFF9DD;
	border: 2px solid #0A303F;
	margin: 0 32px 0 0;
	height: 38px;
	width: 38px;
	min-width: 38px;
}

.jcf-focus {
	border-color: #EF7F51!important;
}

.jcf-focus *{
	border-color: #0A303F!important;
}

:root .jcf-checkbox span {
	margin: 6px 0 0 8px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 15px;
	width: 20px;
	top: 0;
	left: 0;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/*//////////////////////////////////////////////////////////////////////*/
.stay-updated-form .jcf-select {
	padding: 0;
}

.stay-updated-form .jcf-select .jcf-select-text {
	padding-left: 30px;
}

.yikes-easy-mc-form {
	display: flex!important;
	flex-wrap: wrap;
}
.yikes-easy-mc-form .option-4-col {
	float: left;
	flex: 1 0 25%;
	box-sizing: border-box;
	padding: 10px;
}

.yikes-easy-mc-form .yikes-easy-mc-checkbox-label {
	display: flex!important;
	float: left!important;
	width: 32%!important;
	margin-right: 1%;
	margin-bottom: 44px!important;
	font-size: 21px;
	line-height: 32px;
	font-family: Montserrat-Light;
}

.yikes-easy-mc-form input {
	height: 72px;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
	display: inline-block!important;
	width: auto!important;
	height: 72px;
	background-color: #02F2A0;
	color: #0A303F;
	text-decoration: none;
	border: none;
	border-radius: 12px;
	cursor: pointer!important;
	margin: 0 auto!important;

}

.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
    background-color: #0ad690;
}

.yikes-mailchimp-submit-button-span-text {
	color: #0A303F;
	text-decoration: none;
	font-size: 24px;
	font-family: "Montserrat-Alternates-ExtraBold", sans-serif;
	letter-spacing: 0.5px;
	line-height: 36px;
	/*margin: 28px 20px;*/
}

.yikes-easy-mc-form label input {
	background-color: #FFF9DD!important;
	border: solid 2px #0A303F!important;
	padding: 0 0 0 30px!important;
	font-family: "Montserrat-Light", sans-serif;
	font-size: 21px;
	color: #0A303F;
	width: 100%!important;
	margin-right: 0;
	height: 70px;
	flex: 1 2 auto;
}
.yikes-easy-mc-form input:focus, textarea:focus {
	border-color: #EF7F51!important;
	box-shadow: 0 1px 1px #EF7F51!important;
	outline: 0 none!important;
}

@media (max-width: 1200px) {

	.yikes-easy-mc-form  {
		display: block;
		width: 100%;
		margin-right: 10px;
	}

	.yikes-easy-mc-form {
		display: flex!important;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.yikes-easy-mc-form .option-4-col {
		float: left;
		flex: 1 0 auto;
		box-sizing: border-box;
		padding: 0;
	}
}

@media (max-width: 768px) {

	:root .jcf-checkbox span {
		margin: 5px 0 0 5px;
	}

	.jcf-checkbox span {
		height: 4px;
		width: 8px;
	}

	.yikes-easy-mc-form .yikes-easy-mc-checkbox-label {
		display: flex!important;
		float: left!important;
		width: 100%!important;
		margin-bottom: 20px!important;
	}

	.jcf-checkbox {
		vertical-align: middle;
		display: inline-block;
		position: relative;
		overflow: hidden;
		cursor: default;
		background: #FFF9DD;
		border: 2px solid #0A303F;
		margin: 0 15px 0 0;
		height: 20px;
		width: 20px;
		min-width: 20px;
	}

}

/*////////////////////Search TEC START////////////////////*/
.rates-options-wrapper, .return-to-cpa-wrapper {
	background-color: #FFF9DD;
	display: flex;
	flex-flow: column nowrap;
	margin-bottom: 100px;
}

.rates-options-wrapper > .search {
	display: flex;
	flex-flow: column nowrap;
	padding: 50px 40px;
	border: 2px solid #02F2A0;
}

.rates-options-wrapper > .search > p {
	font-family: Montserrat-Light;
	font-size: 21px;
	line-height: 32px;
}

.rates-options-wrapper > .search > .cleared-row-wrapper {
	display: none;
	flex-flow: column nowrap;
	padding-right: 15px;
}

.rates-options-wrapper > .search > .cleared-row-wrapper  > .row-justified-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.rates-options-wrapper > .search > .cleared-row-wrapper  > .row-justified-wrapper > .common-row-image {
	font-family: Montserrat-Light;
	font-size: 21px;
	line-height: 32px;
	width: 270px;
	height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rates-options-wrapper > .search > .cleared-row-wrapper  > .row-justified-wrapper > .common-row-image img {
	width: 270px;
	height: auto;
}

/*.cleared-row-wrapper {
	display: none;
}*/
#agencyName {
	display: none;
}
.rates-options-wrapper > .search > .cleared-row-wrapper  > .row-justified-wrapper > .common-row-text {
	font-family: Montserrat-Light;
	font-size: 21px;
	line-height: 32px;
	padding-right: 15px;
}

.rates-options-wrapper .search > .input-container {
	position: relative;
	background-color: #FFF9DD;
	direction: ltr;
	margin-bottom: 40px;
}

.rates-options-wrapper .input-container > input {
	border: solid 2px #0A303F;
	background-color: #FFF9DD;
	color: #0A303F;
	font-family: Montserrat-Light;
	font-size: 21px;
	line-height: 32px;
	padding: 15px 0 15px 15px;
	width: 100%;
	height: 70px;
	box-sizing: border-box;
}

.rates-options-wrapper .input-container  input:focus, textarea:focus {
	border-color: #EF7F51;
	box-shadow: 0 1px 1px #EF7F51;
	outline: 0 none;
}

.rates-options-wrapper .input-image {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 53px;
	z-index: 1;
}

.rates-options-wrapper .search > .input-container:after {
	content: '';
	width: 53px;
	height: 66px;
	position: absolute;
	display: block;
	top: 2px;
	z-index: 0;
	background: #FFF9DD;
	right: 2px;
}

.rates-options-wrapper i {
	color: #EF7F51;
	pointer-events: none
}


@media (max-width: 768px) {

	.rates-options-wrapper > .search {
		display: flex;
		flex-flow: column nowrap;
		padding: 50px 20px;
		border: 2px solid #02F2A0;
	}

	.rates-options-wrapper .search > .input-container:after {
		content: '';
		width: 53px;
		height: 66px;
		position: absolute;
		display: block;
		top: 2px;
		z-index: 0;
		background: #FFF9DD;
		right: 2px;
	}

	/*.rates-options-wrapper .input-image:focus,
	.rates-options-wrapper .input-image:active {
		display: none;
	}*/

	.rates-options-wrapper > .search > .cleared-row-wrapper > .row-justified-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
	}

	.rates-options-wrapper > .search > .cleared-row-wrapper {
		 display: none;
		 flex-flow: column wrap;
		 padding: 0;
	}

	#agencyLogo {
		width: 100%;
		height: auto;
	}

	.rates-options-wrapper .input-image {
		right: 5px;
		width: 45px;
		height: 45px;
		z-index: 1;
	}

	.rates-options-wrapper > .search > .cleared-row-wrapper > .row-justified-wrapper > .common-row-image img {
		width: 100%;
		height: auto;
	}

	/*.common-row-text {
		display: none;
	}*/

	.rates-options-wrapper > .search > .cleared-row-wrapper > .row-justified-wrapper > .common-row-text {
		font-family: Montserrat-Light;
		font-size: 21px;
		line-height: 32px;
		padding: 0;
		flex-flow: wrap;

	}

	/*.btn-learn-more > a {
		display: flex!important;
	}*/
}
/*////////////////////Search TEC END////////////////////*/


/*////////////////////Popup Leadership START////////////////////*/
.hover_bkgr_fricc {
	cursor: pointer;
	display: none;
	height: 100%;
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}

.hover_bkgr_fricc .helper {
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.hover_bkgr_fricc > div {
	background-color: #B7DCE9;
	display: inline-block;
	height: auto;
	max-width: 1160px;
	min-height: 100px;
	vertical-align: middle;
	/*width: 100%;*/
	width: auto;
	position: relative;
	border: 2px solid #FFF9DD;
}

.hover_bkgr_fricc > div >.leadership-text-content {
	padding: 77px 100px 62px 100px;
	font-size: 21px;
	line-height: 32px;
	font-family: Montserrat-Light;
	margin: 0;
	text-align: left;
}

.popupCloseButtonTop {
	cursor: pointer;
	position: absolute;
	top: 29px;
	right: 29px;
}

.popupCloseTextBottom {
	display: none;
}

.popupCloseButtonBottom {
	display: none;
}

.popupCloseButtonBottom {
	cursor: pointer;
	position: absolute;
	top: 29px;
	right: 29px;
}

.popupCloseButtonTop > img {
	 width: 25px;
	 height: 25px;
}

.popupCloseButtonBottom > img {
	width: 25px;
	height: 25px;
}

.trigger_popup_fricc {
	cursor: pointer;
	font-size: 21px;
	line-height: 32px;
	font-family: Montserrat-Light;
	margin: 0;
	text-align: left;
	text-decoration: underline;
}



@media (max-width: 768px) {

	.hover_bkgr_fricc {
		cursor: pointer;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10000;
		max-height: 100%;
		bottom: 0;
	}
	.hover_bkgr_fricc .helper {
		display: inline-block;
		height: auto;
		vertical-align: middle;
	}
	.hover_bkgr_fricc > div {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #B7DCE9;
		overflow: auto;
	}
	.popupCloseButtonTop {
		cursor: pointer;
		position: absolute;
		top: 29px;
		right: 29px;
	}
	.popupCloseButtonBottom {
		display: block;
		cursor: pointer;
		position: relative;
		left: 0;
	}
	.popupCloseButtonBottom > img {
		width: 25px;
		height: 25px;
		position: relative;
		bottom: 43px;
	}
	.popupCloseTextBottom {
		display: block;
		cursor: pointer;
		position: relative;
		bottom: 43px;
		right: 0;
		left: 0;
		font-size: 24px;
		font-family: Montserrat-Alternates-ExtraBold;
		line-height: 32px;
	}
	.hover_bkgr_fricc > div >.leadership-text-content {
		padding: 91px 36px 91px 36px;
		font-size: 21px;
		line-height: 32px;
		font-family: Montserrat-Light;
		margin: 0;
		text-align: left;
	}

}
/*////////////////////Popup Leadership END////////////////////*/






/*////////////////////Join the Green Recognition Program START////////////////////*/
#form-join-green-recognition .column-one-half input, .form-join-green-recognition textarea {
	border: solid 2px #0A303F;
	padding: 19px 25px 19px 20px;
	font-family: "Montserrat-Light", sans-serif;
	font-size: 21px;
	color: #0A303F;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	background: none;
	height: auto;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

/*#form-join-green-recognition input:hover, #form-join-green-recognition textarea:hover {
	border: solid 2px #EF7F51;
}

#form-join-green-recognition input:focus, #form-join-green-recognition textarea:focus {
	border: solid 2px #EF7F51;
}*/

#form-join-green-recognition input:hover, #form-join-green-recognition input:focus,
#form-join-green-recognition textarea:hover, #form-join-green-recognition textarea:focus {
	border: solid 2px #EF7F51;
	box-shadow: none!important;
}

#form-join-green-recognition .column-one-half input {
	height: 70px;
}

.form-join-green-recognition .form-row-two .column-one-half {
	padding: 20px 0;
	clear: both;
}

.form-join-green-recognition .form-row-two .form-join-green-recognition-first {
	clear: both !important;
	margin-left: 0 !important;
}

.form-join-green-recognition .form-row-two .column-one-half {
	width: 46%;
	float: left;
	margin-left: 8%;
	clear: none;
}

.form-join-green-recognition .form-row-three .column-one-half {
	padding: 20px 0;
	clear: both;
}

.form-join-green-recognition .form-row-three .form-join-green-recognition-first {
	width: 46% !important;
	clear: both !important;
	margin-left: 0 !important;
}

.form-join-green-recognition .form-row-three .column-one-half {
	width: 45%;
	float: left;
	margin: 0;
	clear: none;
}

.form-join-green-recognition .form-row-three .column-one-half-label {
	width: 10%;
	float: left;
	margin-left: 2%;
	clear: none;
	height: 70px;
	display: flex;
	margin: 0 auto;
	padding: 20px 0;
}

.form-join-green-recognition .form-row-three .column-one-half-label span {
	align-self: center;
	font-family: "Montserrat-Mediumt", sans-serif;
	font-size: 21px;
	color: #0A303F;
	margin-left: 5px;
}

.form-join-green-recognition .form-row-three .form-row-two {
	width: 50%;
	float: left;
	margin-left: 4%;
	clear: none;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

#form-join-green-recognition .jcf-select {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: "Montserrat-Light", sans-serif;
	font-size: 21px;
	color: #0A303F;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	background: none;
	height: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#form-join-green-recognition .green-recognition-title-bold {
	font-family: Montserrat-Alternates-ExtraBold;
	font-size: 24px;
}

#form-join-green-recognition textarea {
	resize: none;
}

#form-join-green-recognition #testimonial {
	margin-top: 30px;
	margin-bottom: 35px;
}

#form-join-green-recognition #company_description {
	margin-top: 30px;
	margin-bottom: 26px
}

#form-join-green-recognition textarea::-moz-placeholder {
	float: right;
}

#form-join-green-recognition textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-align: right;
}
#form-join-green-recognition textarea::-moz-placeholder { /* Firefox 19+ */
	float: right;
}
#form-join-green-recognition textarea:-ms-input-placeholder { /* IE 10+ */
	float: right;
}
#form-join-green-recognition textarea:-moz-placeholder { /* Firefox 18- */
	float: right;
}



#form-join-green-recognition .upload-title {
	color: #0A303F;
	text-align: left;
	text-decoration: none;
    font-family: Montserrat-Alternates-ExtraBold;
	font-style: normal;
	font-weight: 300;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	text-shadow: none;
	line-height: 30px;
	font-size: 16.0pt;
}

#form-join-green-recognition .upload-info {
	color: #999999;
	text-align: left;
	text-decoration: none;
	font-family: 'Montserrat Light',Arial;
	font-size: 11.0pt;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	margin: 8px 0;
}

#form-join-green-recognition .jcf-button, .jcf-file {
	display: flex;
	background: transparent;
	height: 43px;
	text-align: center;
	flex-direction: row;
	width: 100%;
}

#form-join-green-recognition .jcf-file .jcf-fake-input {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	line-height: 28px;
	height: 28px;
}

#form-join-green-recognition .jcf-file .jcf-upload-button {
	border: 0;
	background: #02F2A0;
	width: 175px;
	height: 43px;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	order: 0;
	color: #0A303F;
	text-decoration: none;
	font-family: 'Montserrat Alternates ExtraBold',Arial;
	font-size: 12.0pt;
	font-style: normal;
	font-weight: 800;
	line-height: 0px;
	border-radius: 12px;
}


#form-join-green-recognition .jcf-file .jcf-fake-input {
	width: auto;
	height: 43px;
	display: flex;
	align-items: center;
	order: 1;
	padding: 0;
	color: #0A303F;
	text-align: left;
	text-decoration: none;
	font-family: 'Montserrat Light',Arial;
	font-size: 12.0pt;
	font-style: normal;
	font-weight: 300;
	line-height: 0px;
	padding-left: 20px;
}


#form-join-green-recognition .jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 43px;
	margin: 0;
	right: 0;
	top: 0;
	width: 100%;
}

#form-join-green-recognition .jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #FFF9DD;
	border: 2px solid #0A303F;
	margin: 0 25px 0 0;
	height: 20px;
	width: 20px;
	min-width: 20px;
}

#form-join-green-recognition .jcf-checkbox span {
	position: absolute;
	display: none;
	height: 15px;
	width: 20px;
	top: 0;
	left: 0;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

#form-join-green-recognition #bookit:disabled:hover {
	background-color: rgb(235, 235, 228);
}

#form-join-green-recognition #bookit:disabled {
	background-color: rgb(235, 235, 228);
}


@media only screen and (max-width: 600px) {
	.form-join-green-recognition .form-join-full .column-one-half {
		width: 100%!important;
		margin-left: 0;
		float: none;
	}
	.form-join-green-recognition .form-row-three .form-row-two {
		width: 100%;
		float: left;
		margin-left: 0;
		/*margin-left: 4%;
		clear: none;*/
	}


	.green-recognition-forms-full .form-row-two .column-one-half {
		width: 100%;
		float: left;
		margin-left: 0%;
		clear: none;
	}

	.form-join-green-recognition .form-row-three .form-row-two {
		flex-direction: column;
	}
}

/*////////////////////Join the Green Recognition Program END////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*////////////////////Green Recognition Program Search Form JCF Select START////////////////////*/
.jcf-list .jcf-option {
	font-size: 18px;
	font-weight: bold;
	background-color: #FFF9DD;
	padding: 0px 20px;
	margin: 0px;
	text-align: left;
	border-top: 1px solid #ccc;
	cursor: pointer;
}

.jcf-select .jcf-select-text:hover {
	border: solid 2px #EF7F51;
	box-shadow: none;
}

.jcf-focus {
	border-color: #EF7F51!important;
	box-shadow: none!important;
	outline: none;
}

 .jcf-select.jcf-focus:before{
	color: #EF7F51;
}

.jcf-focus *{
	border-color: #EF7F51!important;
	box-shadow: none!important;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 2px solid black;
	border-top: 0;
}

.jcf-select {
	 border: 0;
	padding: 19px 25px 19px 20px;
	font-family: "Montserrat-Light", sans-serif;
	font-size: 21px;
	color: #0A303F;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	background: none;
	height: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.jcf-list-content {
	display: block;
	position: relative;
	top: 0px;
}

.jcf-list {
	position: relative;
	background: #fff;
	line-height: 70px;
	font-size: 12px;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	line-height: 66px;
	margin: 0;
	background-color: #FFF9DD;
	border: solid 2px #0A303F;
	font-family: "Montserrat-Light", sans-serif;
	font-size: 21px;
	color: #0A303F;
}

.jcf-select .jcf-select-text  {
	padding-left: 20px;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: 0;
	right: 0;
}

.jcf-select:before {
	content: "\f107";
	position: absolute;
	font-family: "FontAwesome";
	top: 18px;
	right: 18px;
	font-size: 35px;
}

/*.jcf-list-content ul li:first-child{
	 display: none;
}*/

.jcf-select.jcf-drop-active:before {
	transform: rotate(180deg);
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: transparent;
	width: 43px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select.jcf-compact-multiple {
	max-width: 100%!important;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: none!important;
}

/*////////////////////Green Recognition Program Search Form JCF Select END////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*////////////////////Green Recognition Program Company START////////////////////*/

#s-Company {
	width: 100%;
	height: 272px;
}

.page-container .moreBox {
	display: none;
}

#s-Company .photo-of-your-business {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	background-size: cover;
	/*background-position: center;*/
}

#business-name {
	font-size: 21px;
	line-height: 32px;
	font-family: Montserrat-Alternates-ExtraBold;
	margin: 0;
	padding-top: 20px;
}

#city {
	font-size: 21px;
	line-height: 32px;
	font-family: Montserrat-Mediumt;
	margin: 0;
}

#trigger_popup {
	text-shadow: none;
	cursor: pointer;
	margin-top: 18px;
}

.trigger_popup_learn_more {
	cursor: pointer;
	font-size: 21px;
	line-height: 32px;
	font-family: Montserrat-Light;
	margin: 0;
	text-align: left;
	text-decoration: underline;
}

#trigger_see_more{
	text-shadow: none;
	cursor: pointer;
	margin-top: 18px;
}

.see-more {
	cursor: pointer;
	font-size: 21px;
	line-height: 32px;
	font-family: Montserrat-Light;
	margin: 0;
	text-align: left;
	text-decoration: underline;
}

.company-items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-top: -10px;
}

.company-items .company-item {
	flex: 1 0 auto;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 10px;
}

@media (min-width: 410px) {
	.company-items .company-item {
		width: calc(100%);
		max-width: calc(100%);
	}
}

@media (min-width: 620px) {
	.company-items .company-item {
		width: calc(50%);
		max-width: calc(50%);
	}
}

@media (min-width: 1040px) {
	.company-items .company-item {
		width: calc(33.33333%);
		max-width: calc(33.33333%);
	}
}

/*////////////////////Green Recognition Program Company END////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*////////////////////Green Recognition Program Popup START////////////////////*/

.body_hidden {
	overflow: hidden;
}

.popup, .popup * {
	box-sizing: border-box;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1002;
	background: rgba(0, 0, 0, .5);
	overflow: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-wrapper {
	position: fixed;
	top: 20%;
    bottom: 20%;
	overflow: auto;
}

.popup_hide {
	display: none;
}

.popup__body {
	width: 846px;
	background-color: white;
	box-shadow: 0 0 38px rgba(0, 0, 0, 0.64);
	padding: 0;
	display: block;
	/*transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	-webkit-transform: translate(0, -200%);
	-ms-transform: translate(0, -200%);
	transform: translate(0, -200%);*/
	opacity: 0;
}

.popup__body_visible {
	/*-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);*/
	opacity: 1;
}

.popup-head {
	width: 100%;
	background: #B7DCE9;
	background-size: 100% auto;
	padding: 30px 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.body-flex {
	display: flex;
	flex-direction: column;
}

.popup-head-body-top {
	display: flex;
	flex-direction: row;
}

.popup-head-body-top .popup-left-content {
	display: flex;
	float: left;
}

.popup-head-body-top .popup-right-content {
	display: flex;
	flex-direction: column;
	padding-left: 36px;
	margin: 0;
	flex-flow: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.popup-head-body-top .photo-of-your-business {
	display: inline-block;
	width: 379px;
	height: 374px;
	/*background-position: center;*/
	background-repeat: no-repeat;
	background-size: cover;
}

.popup-head-body-top .business-name {
	text-shadow: none;
	line-height: 34px;
	font-size: 24px;
	font-family: Montserrat-Alternates-ExtraBold;
	margin-bottom: 20px;
}

.popup-head-body-top .phone-number,
.popup-head-body-top .business-address,
.popup-head-body-top .city,
.popup-head-body-top .zip-code {
	text-shadow: none;
	line-height: 30px;
	font-size: 16px;
	font-family: Montserrat-Light;
}

.popup-head-body-top .company-description {
	text-shadow: none;
	line-height: 27px;
	font-size: 16px;
	font-family: Montserrat-Alternates-ExtraBold;
	margin-top: 20px;
}

.popup-head-body-top .business-website {
	text-shadow: none;
	line-height: 27px;
	font-size: 19px;
	font-family: Montserrat-Alternates-ExtraBold;
	color: #0A303F;
	display: flex;
	margin-top: 20px;
}

.popup-head-body-top .business-website img {
	width: 25px;
	height: 25px;
	margin-left: 40px;
}

.popup-head-body-bottom .testimonial {
	text-shadow: none;
	line-height: 34px;
	font-size: 24px;
	font-family: Montserrat-Light;
	margin-bottom: 20px;
}

.popup-head-body-bottom .full-name,
.popup-head-body-bottom .job-title,
.popup-head-body-bottom .business-name {
	text-shadow: none;
	line-height: 27px;
	font-size: 16px;
	font-family: Montserrat-Light;
}

.popup-head-body-top .your-logo {
	display: inline-block;
	width: 299px;
	height: 96px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.popup-content-top {
	display: flex;
	align-self: flex-start;
}

.popup-conten-bottom {
	display: none;
}

.popup__button {
	width: 32px;
	height: 30px;
	cursor: pointer;
	transition: 0.25s ease;
	font-size: 21px;
	line-height: 32px;
	font-family: Montserrat-Light;
	margin: 0;
	text-align: left;
	text-decoration: underline;
}

.popup__button_open {
	margin-top: 100px;
}


@media only screen and (max-width: 768px) {
	.popup__body {
		width: 100%;
		max-height: 100%;
		height: auto;
		background-color: transparent;
		box-shadow: none;
		padding: 0;
		display: block;
	}
	
	.popup-wrapper {
    position: relative;
    top: 0;
    bottom: 0;
    overflow: auto;
    height: 100%;
}

	.body-flex {
		display: flex;
		flex-direction: column;
		align-self: flex-start;
	}

	.popup-head-body-top {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.popup-head-body-top .your-logo {
		width: 100%;
		height: 200px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		margin-top: 20px;
	}

	.popup-head-body-top .popup-right-content {
		display: flex;
		flex-direction: column;
		padding-left: 0;
	}

	.popup-head-body-top .photo-of-your-business {
		display: inline-block;
		width: 100%;
        height: 374px;
		/*background-position: center;*/
		background-repeat: no-repeat;
		background-size: cover;
	}

	.popup-conten-bottom {
		display: flex;
		align-self: center;
	}

	.popup-content-top {
		display: none;
	}
}

/*////////////////////Green Recognition Program Popup END////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*////////////////////Green Recognition Program Search Form START////////////////////*/
#datafetch .search-message {
	margin-left: 20px;
}
#green-recognition-forms input {
	margin-top: 10px;
	/*height: 70px;*/
}

#green-recognition-forms input {
	height: 70px;
}

#green-recognition-forms input, #green-recognition-forms textarea {
	background-color: #FFF9DD;
	border: solid 2px #0A303F;
	padding: 19px 25px 19px 20px;
	font-family: "Montserrat-Light", sans-serif;
	font-size: 21px;
	color: #0A303F;
	width: 100%;
	flex: 1 2 auto;
}

#green-recognition-forms input:hover, #green-recognition-forms input:focus {
	border: solid 2px #EF7F51;
	box-shadow: none!important;
}

.green-recognition-forms-full .search-form .green-recognition-field {
	/*padding: 10px 0;*/
	padding: 20px 0;
	clear: both;
}

.green-recognition-forms-full,.green-recognition-forms-full .search-form * {
	/*background: none;*/
	/* border: 0 none; */
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	float: none;
	font-size: 100%;
	height: auto;
	letter-spacing: normal;
	list-style: none;
	outline: none;
	/* position: static; */
	font-family: "Montserrat-Light", sans-serif;
	font-size: 21px;
	color: #0A303F;
	text-decoration: none;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	/* width: auto; */
	visibility: visible;
	overflow: visible;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.green-recognition-forms-full .form-row-two {
	width: 100%;
	/*overflow: hidden;*/
}

.green-recognition-forms-full .form-row-two .form-join-green-recognition-first {
	clear: both !important;
	margin-left: 0 !important;
}

.green-recognition-forms-full .form-row-two .column-one-half {
	width: 46%;
	float: left;
	margin-left: 8%;
	padding: 20px 0;
	clear: none;
}

#searchForm button, #form-join-green-recognition #bookit {
	background-color: #02F2A0;
	color: #0A303F;
	text-decoration: none;
	font-size: 24px;
	font-family: Montserrat-Alternates-ExtraBold;
	letter-spacing: 0.5px;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	/* padding: 32px 42px; */
	padding: 20px 20px;
	display: inline-block;
	width: auto;
}

#searchForm button:hover, #form-join-green-recognition #bookit:hover {
	background-color: #0ad690;
}

#searchForm a {
	color: #0A303F;
	text-decoration: none;
	font-size: 24px;
	font-family: Montserrat-Alternates-ExtraBold;
	letter-spacing: 0.5px;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	/* padding: 32px 42px; */
	padding: 20px 20px;
	display: inline-block;
	width: auto;
}

.green-recognition-forms-full .jcf-list .jcf-option {
	font-size: 18px;
	font-weight: bold;
	background-color: #FFF9DD;
	padding: 0px 20px;
	margin: 0px;
	text-align: left;
	border-top: 1px solid #ccc;
	cursor: pointer;
}

.green-recognition-forms-full .jcf-select .jcf-select-text {
	padding-left: 20px;
}


@media only screen and (max-width: 600px) {
	.green-recognition-forms-full-recognition .form-join-full .column-one-half {
		width: 100%!important;
		margin-left: 0;
		float: none;
	}
	.green-recognition-forms-full .form-row-three .form-row-two {
		width: 100%;
		float: left;
		margin-left: 0;
	}


	.green-recognition-forms-full .form-row-two .column-one-half {
		width: 100%;
		float: left;
		margin-left: 0;
		clear: none;
	}
}
/*////////////////////Green Recognition Program Search Form END////////////////////*/

.check-with-label:checked + .label-for-check {
	text-decoration: underline;
	cursor: pointer;
}

.label-for-check {
	cursor: pointer;
}

.guide-wrapper {
   padding-top: 10px;
}

.guide-wrapper > a {
    display: flex;
    align-items: center;
}

.guide-wrapper > a > .image {
    margin-right: 25px;
}

.guide-wrapper > a > .description {
    font-family: Montserrat-Alternates-ExtraBold;
    font-size: 24px;
}

.jcf-select-text > span {
	display: block;
	white-space: nowrap;
	overflow: hidden!important;
	text-overflow: ellipsis;
	padding-right: 50px!important;
}

.search-message {
	font-family: "Montserrat-Light", sans-serif;
	font-size: 21px;
	color: #0A303F;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	margin: 0;
	padding: 0;
}

.form-join-green-recognition .jcf-list .jcf-option {
	font-size: 18px;
	font-weight: bold;
	background-color: #FFF9DD;
	color: #000;
	padding: 0px 20px;
	margin: 0px;
	text-align: left;
	border-top: 1px solid #ccc;
	cursor: pointer;
}

.form-join-green-recognition input[type="checkbox"] {
	flex: 0 0 auto;
	margin-top: 7px;
	margin-right: 10px;
}

.page-template-join-green-recognition-program .success-message {
	font-family: "Montserrat-Light", sans-serif;
	font-size: 21px;
	color: #02F2A0;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	margin: 0;
	padding: 20px 0 20px 0;
	font-weight: 600;
}

.page-template-join-green-recognition-program .success-message a {
	text-decoration: underline;
}

.sow-slide-nav.sow-slide-nav-prev,
.sow-slide-nav.sow-slide-nav-next{
	width: 50px;
	height: 50px;
	background-image: url("images/CPA_GreenArrowLeft.png");
	opacity: 1;
}
.sow-slide-nav a {
	width: 50px;
	height: 50px !important;
}
.sow-slide-nav.sow-slide-nav-next {
	background-image: url("images/CPA_GreenArrowRight.png");
}
.sow-slider-base .sow-slide-nav a em {
	display: none;
}

.wpfc-calendar-search .jcf-select {
    display: none!important;
}
