@CHARSET "UTF-8";
/*------------------------------
*	BREAKPOINTS
576px
768px
992px
1200px
1440px
*------------------------------*/
@media (min-width:1440px){
	.container					{max-width:1380px;}
}
/*------------------------------
 *	PAGE STRUCTURE
 *------------------------------*/
/* Overall Page Structure */
body							{font-size:18px;font-weight:400; color: black; background: transparent; font-family:'Roboto', sans-serif; padding:0px;margin:0;-webkit-font-smoothing: antialiased;}
body .page_wrap a, body header a, body footer a			
								{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
/*------------------------------
 *	STYLE OVERRIDES AND RESETS
 *------------------------------*/
/* Bootstrap Overrides */
.form-control					{border-radius: 0;-webkit-transition: border-color ease-in-out .05s,-webkit-box-shadow ease-in-out .05s;
							    -o-transition: border-color ease-in-out .05s,box-shadow ease-in-out .05s;
							    transition: border-color ease-in-out .05s,box-shadow ease-in-out .05s;}
input.form-control[disabled]	{background:transparent;}
input.readonly_control			{background:white !important;cursor:pointer !important;}
.radio label, .checkbox label	{line-height:22px;font-size:14px;}
/* Reset */
h1, h2, h3, h4, h5, h6, p		{padding:0;margin:0;}
ul, ol							{padding-left:0; margin-left:0;list-style:none; -webkit-margin-before: 0;-webkit-margin-after: 0;-webkit-margin-start: 0px;-webkit-margin-end: 0px;-webkit-padding-start: 0px;margin-bottom:0;}
img								{font-size:18px;}
table tr th,
table tr td						{font-size:18px;}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*------------------------------
 *	COMMON ELEMENTS AND HELPERS
 *------------------------------*/
 /* Link */
a					{text-decoration:underline;color:#067EB1;}
a:hover				{outline:0;text-decoration:none;}
a.underline			{text-decoration:underline;}
a:active			{text-decoration:none;outline:0;}

/* Buttons */
.btn								{text-transform:uppercase;border-radius:20px;font-size:17px;font-family:'Raleway', sans-serif;font-weight:600;text-decoration:none;}
/*
.btn:focus							{outline:0;box-shadow:none;}
*/


.btn_blue							{background:#067EB1;color:white;padding:8px 30px;}

.btn_blue:hover						{background:#00B1E1;color:white;}

.btn_blue:active					{background:linear-gradient(#067EB1, #00B1E1);}



.btn_yellow							{background:#FFC425;color:black;padding:8px 30px;}

.btn_yellow:hover					{background:#FFD664;}

.btn_yellow:active					{background:linear-gradient(#FFC425, #FFD664);}



.btn_outline_blue					{background:white;color:#067EB1;padding:8px 30px;border:3px solid #067EB1;}

.btn_outline_blue:hover				{background:#00B1E1;border:3px solid white;color:white;}

.btn_outline_blue:active			{background:linear-gradient(#067EB1, #00B1E1);color:white;border:3px solid white;}



.btn_outline_blue2					{background:white;color:#067EB1;padding:8px 30px;border:3px solid transparent;}

.btn_outline_blue2:hover			{background:#00B1E1;border:3px solid white;color:white;}

.btn_outline_blue2:active			{background:linear-gradient(#067EB1, #00B1E1);color:white;border:3px solid white;}



.btn_red							{background:#D24341;color:white;padding:8px 30px;}

.btn_red:hover						{background:#F44D4B;color:white;}

.btn_red:active						{background:linear-gradient(#D24341, #F44D4B);color:white;}



.btn_red2							{background:white;color:#D24341;padding:8px 30px;border:3px solid transparent;}

.btn_red2:hover						{background:#D24341;color:white;border:3px solid white;}

.btn_red2:active					{background:linear-gradient(#D24341, #F44D4B);color:white;border:3px solid white;}



/* Headers */

h1					{font-size:38px;font-weight:700;font-family:'Raleway', sans-serif;}

h2					{font-size:38px;font-weight:700;font-family:'Raleway', sans-serif;}

h2.with_underline	{text-align:center;margin-bottom:50px;}

h2.with_underline:after		{content:"";width:100px;height:6px;background:#067EB1;display:block;margin:10px auto 0;}

hr {width:100px;height:6px;background:#067EB1;display:block;margin:10px auto 0;border:none!important;}

h2.lowercase		{text-transform:none;}

#content h3 {
	padding: 1.5em 0 1em 0;
}

h3					{font-size:31px;font-weight:700;font-family:'Raleway', sans-serif;}

h3.orange			{color:#D24341;}

h4					{font-size:22px;font-weight:600;color:black;font-family:'Raleway', sans-serif;}

h4 span.orange		{color:#D24341;}

h4.orange			{color:#D24341;}

h4.center			{text-align:center;}

p					{font-size:18px;line-height:24px;}
p.orange			{color:#D24341;}
p.center			{text-align:center;}

@media (max-width:767px){

	h2				{font-size:34px;}

	h2.with_underline	{margin-bottom:30px;}

	h3				{font-size:27px;}

	h4				{font-size:20px;}

}

div.rich_text_area ul			{list-style: initial;list-style-position: inside;margin-bottom:20px;}
div.rich_text_area ol			{list-style: decimal;list-style-position: inside;margin-bottom:20px;}
div.rich_text_area p			{margin-bottom:20px;}
div.rich_text_area.with_blue_background a		{color:black;}
div.rich_text_area.with_dark_background a		{color:white;}
div.rich_text_area h1,
div.rich_text_area h2,
div.rich_text_area h3,
div.rich_text_area h4,
div.rich_text_area h5,
div.rich_text_area h6			{margin-bottom:1em;}

/*------------------------------

 *	ELEMENT STYLES AND SCHEMES

 *------------------------------*/



/* Color Schemes */

.main_red				{color:#D24341;}

.main_blue				{color:#067EB1;}



/*------------------------------

*	TRANSITIONS

--------------------------------*/

.transition1				{-webkit-transition: all ease-in-out .35s;-o-transition: all ease-in-out .35s;transition: all ease-in-out .35s;}

.transition2				{-webkit-transition: all linear 0.05s;-o-transition: all linear 0.05s;transition: all linear 0.05s;}

.transition3				{-webkit-transition: all ease-in-out .2s;-o-transition: all ease-in-out .2s;transition: all ease-in-out .2s;}

/*------------------------------

 *	HEADERS AND FOOTERS

 *------------------------------*/

/* Header */

.skip_to_content_link	{position: absolute;left: -10000px;top: auto;width: 1px;height: 1px;overflow: hidden;}
.skip_to_content_link:focus {position: relative;left: 0;width: auto;height: auto;overflow: auto;}

header				{position: fixed;width: 100%;z-index:8;height:150px;background:white;}

header.scrolled		{box-shadow: 0 0 8px #272727;}

header .top_menu	{width:100%;background:black;padding:5px 0;}

header .top_menu ul		{float:right;}

header .top_menu ul li	{float:left;}

header .top_menu ul li:first-of-type	{margin-right:30px;}

header .top_menu ul li a	{display:block;color:white;text-decoration:none;font-size:16px;}

header .top_menu ul li a:hover			{text-decoration:underline;}

header .top_menu ul li.accessibility	{color:white;text-transform:uppercase;line-height:20px;margin-left: 20px;}
header .top_menu ul li.accessibility span	{display: inline-block;padding:0 5px;cursor:pointer;font-weight:bold;}
header .top_menu ul li.accessibility span.active				{border:1px solid white;}
header .top_menu ul li.accessibility span.accessibility_small	{font-size:14px;}
header .top_menu ul li.accessibility span.accessibility_medium	{font-size:18px;}
header .top_menu ul li.accessibility span.accessibility_large	{font-size:22px;}


header .botton_menu	{width:100%;padding:15px 0;}

header .botton_menu .outer_menu>li		{float:left;}

header .botton_menu .outer_menu>li.right		{margin-left:307px;}
header .botton_menu .outer_menu>li.right.textsize_1,
header .botton_menu .outer_menu>li.right.textsize_2		{margin-left:185px;}

header .botton_menu .outer_menu>li.right ul>li	{float:left;}

header .botton_menu .outer_menu>li.right ul>li>a	{display:block;padding:10px 15px;margin-top:20px;color:black;font-weight:bold;font-family:'Raleway', sans-serif;text-decoration:none;}
header .botton_menu .outer_menu>li.right ul>li>a.textsize_2		{font-size:21px !important;}
header .botton_menu .outer_menu>li.right ul>li>a.textsize_1		{font-size:21px !important;}
header .botton_menu .outer_menu>li.right ul>li>a>span	{font-size:12px;}

header .botton_menu .outer_menu>li.right ul>li.dropdown .dropdown-menu		{top:calc(100% - 10px);border:0;box-shadow:0px 3px 2px #828282;}

header .botton_menu .outer_menu>li.right ul>li.dropdown:hover .dropdown-menu	{display:block !important;}

header .botton_menu .outer_menu>li.right ul>li.dropdown .dropdown-menu a	{text-decoration:none;}

header .botton_menu .outer_menu>li.right ul>li.dropdown .dropdown-menu .dropdown-item:hover	{background:white;color:#067EB1;}

header .botton_menu .outer_menu>li.right ul>li.dropdown .dropdown-menu .dropdown-item:focus	{background:white;color:#067EB1;}

header .botton_menu .outer_menu>li.more_right 		{margin-top:20px;}
header .botton_menu .outer_menu>li.more_right.textsize_1 a		{font-size:20px !important;}
header .botton_menu .outer_menu>li.more_right.textsize_2 a		{font-size:20px !important;}
@media (min-width:1200px) and (max-width:1439px){
	header .botton_menu .outer_menu>li.right		{margin-left:67px;}
	header .botton_menu .outer_menu>li.right.textsize_1,
	header .botton_menu .outer_menu>li.right.textsize_2		{margin-left:10px;}
	header .botton_menu .outer_menu>li.right ul>li>a.textsize_2		{font-size:19px !important;}
	header .botton_menu .outer_menu>li.right ul>li>a.textsize_1		{font-size:19px !important;}
}
@media (min-width:992px) and (max-width:1199px){
	header .botton_menu .outer_menu>li.right		{margin-left:40px;}
	header .botton_menu .outer_menu>li.right.textsize_1,
	header .botton_menu .outer_menu>li.right.textsize_2		{margin-left:10px;}
	header .botton_menu .outer_menu>li.right ul>li>a.textsize_2		{font-size:18px !important;}
	header .botton_menu .outer_menu>li.right ul>li>a.textsize_1		{font-size:18px !important;}
	header .botton_menu .outer_menu>li.left			{width:125px;}
	header .botton_menu .outer_menu>li.left img		{max-width:100%;}
	header .botton_menu .outer_menu>li.right ul>li>a	{margin-top:0;}
	header .botton_menu .outer_menu>li.more_right 		{margin-top:0;margin-right:12px;float:right;}
}

@media (max-width:991px){

	header											{height:120px;}

	header .botton_menu .outer_menu>li.left img		{width:100px;}

	header .botton_menu .outer_menu>li.right		{display:none;}

	header .botton_menu .outer_menu>li.more_right	{display:none;}

}



.mobile_button		{display:none;position:fixed;top:50px;right:15px;cursor:pointer;z-index: 10001;}

.mobile_button span	{width:40px;border-bottom:2px solid black;margin-bottom:6px;height: 1px;display: block;}

.mobile_button:hover span	{border-bottom:2px solid lightgrey;}

.mobile_button.active span	{border-bottom:2px solid white;}

.mobile_button.active:hover span	{border-bottom:2px solid #c3c3c3;}

#page_cover_dark	{display:none;position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.7);opacity:0;}

#page_cover_dark.shown	{display:block;opacity:1;z-index:10;}

.mobile_menu		{width:300px;position:fixed;left:-300px;z-index:103;height:100%;background:#FFC425;}

.mobile_menu.shown	{left:0;}

.mobile_menu .mobile_menu_wrap	{width: 100%;overflow:hidden;}

.mobile_menu .mobile_menu_wrap ul	{width: 100%;overflow: auto;padding-right: 15px;height:100%;width: 297px;}

.mobile_menu ul li		{}

.mobile_menu ul li.logo		{padding-top:10px;margin-bottom:20px;}

.mobile_menu ul li.logo a:hover		{opacity:1;}

.mobile_menu ul li.heading	{padding-left:10px;color:white;font-size:18px;font-weight:bold;margin-top:15px;margin-bottom:5px;}

.mobile_menu ul li a	{color: black;text-decoration: none;font-size: 18px;width: 100%;height: 100%;display: block;padding: 4px 10px 4px 30px;}

.mobile_menu ul li a.btn_red	{width:90%;display:block;margin:20px auto 0;padding:8px 30px;color:white;}

.mobile_menu ul li span	{margin-left:15px;font-size:16px;}

.mobile_menu ul li a:hover, .mobile_menu ul li a:focus	{opacity:0.7;}

.mobile_menu ul li a.btn_red:hover	{background:#F44D4B;color:white;opacity:1;}

.mobile_menu ul li a.btn_red:focus	{background:linear-gradient(#D24341, #F44D4B);color:white;opacity:1;}

.mobile_menu ul li.heading.with_link	{padding-left: 0;}

.mobile_menu ul li.heading.with_link a	{font-size: 15px;padding: 4px 0 4px 10px;}

.mobile_menu ul li.search input[type=text]	{display: block;width: 90%;margin: 10px auto 10px;text-indent: 5px;height: 34px;}

.mobile_menu ul li.search input[type=button]	{display: block;width: 90%;margin: 0 auto;}

.mobile_menu ul li.last_button			{margin-bottom:15px;}


@media (max-width:991px){

	.desktop_menu			{display:none;}

	.mobile_button			{display:block;}

}

@media (max-width:767px){

	header .top						{display:none !important;}

	header .bottom ul li.logo img	{height:35px;}

	header.fixed .top				{top:0;}

	header.fixed .bottom			{top:0;}

}



/* Footer */

footer							{background:#465353;padding:30px 60px;}

footer .top_row .title			{font-weight:600;color:white;margin-bottom:20px;font-size: 18px;line-height: 24px;font-family: 'Roboto', sans-serif;}

footer .top_row .link>a			{color:white;text-decoration:none;}

footer .top_row .link>a:hover	{text-decoration:underline;}

footer .top_row p				{color:white;margin-bottom:15px;}

footer .top_row p.center		{text-align:center;}

footer .top_row .donate 		{margin:20px auto;text-align:center;}

footer .top_row .social			{padding-left:32px;}

footer .top_row .follow_ul li	{float:left;margin-right:10px;}

footer .top_row .follow_ul li:last-of-type		{margin-right:0;}

footer .bottom_row				{margin-top:20px;}

footer .bottom_row .left		{color:white;font-size:16px;}

footer .bottom_row .bottom_menu			{float:right;}

footer .bottom_row .bottom_menu li		{float:left;padding-right:10px;margin-right:10px;}

footer .bottom_row .bottom_menu li:first-of-type	{border-right:1px solid white;}
footer .bottom_row .bottom_menu li:last-of-type {border-left: 1px solid white ; padding-left: 10px;}


footer .bottom_row .bottom_menu li a				{color:white;text-decoration:none;font-size:16px;}

footer .bottom_row .bottom_menu li a:hover			{text-decoration:underline;}

@media (max-width:991px){

	footer .top_row				{margin-bottom:20px;}

	footer .top_row .title		{text-align:center;}

	footer .top_row .link		{text-align:center;}

	footer .top_row .social		{padding-left:0;margin-top:20px;}

	footer .top_row p.center	{margin-top:20px;}

	footer .follow_ul			{width: 158px;margin: 20px auto;}

	footer .bottom_row .left	{width:100%;text-align:center;}

	footer .bottom_row .bottom_menu	{float:none;width:100%;}

	footer .bottom_row .bottom_menu li					{width:100%;text-align:center;margin-right:0;padding-right:0;}

	footer .bottom_row .bottom_menu li:first-of-type	{border-right:0;}
	footer .bottom_row .bottom_menu li:last-of-type {border-left: 0 ; padding-left: 0;}



}





@media print {

	#header						{display:none;}

	#header_top					{display:none;}

	.header						{display:none;}

	#footer						{display:none;}

	#footer_top					{display:none;}

	#footer_bottom				{display:none;}

}



/* WORDPRESS RESET */

#footer-sidebar								{color:transparent !important;}

#footer-sidebar #footer-inner-wrapper		{background:white !important;}

#header_top.navbar-default .navbar-nav.rightNav>li>a.btn.blog_custom		{border-radius:0;}

#footer-sidebar ul					{list-style:none;margin:0;}

#footer-sidebar ul li				{margin:0;font-size:16px;list-style:none;}

#footer_top p.footer_title.blog_custom	{padding-left:15px;}

.navbar-default .navbar-collapse, .navbar-default .navbar-form.blog_custom	{margin-top:0;}



/* STRUCTURE */

.wrapping						{padding-top:150px;}

@media (max-width:991px){

	.wrapping					{padding-top:120px;}

}

/* COMMON */

.free_edit_area h4				{margin-bottom:20px;}

.free_edit_area p				{margin-bottom:20px;}

.free_edit_area ul				{padding-left:40px;margin-bottom:20px;}

.free_edit_area ul li			{float:none;list-style:disc;list-style-position:outside;margin-bottom:10px;}

.free_edit_area img				{max-width:100%; height: auto;}



/* Blocks */

.page_head						{padding:60px 0; position: relative;}

.page_head h1					{color:white;text-align:center;}

.orange_top						{background:#ffc425;padding:15px 0;}



.home_top 						{position:relative;background-repeat:no-repeat;background-position:center center;}
.home_top .owl-carousel .item .each_item		{}
.home_top .cover				{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.5);}
.home_top .container			{position:relative;}
.home_top .area					{padding:150px 0px 150px 0;}
.home_top .area h1				{font-size:63px;font-weight:600;color:white;text-transform:none;margin-bottom:30px;}
.home_top .area h1.textsize_1,
.home_top .area h1.textsize_2			{font-size:63px !important;}
.home_top .area .free_edit_area p		{font-size:28px;color:white;line-height: 34px;margin-bottom:30px;font-weight: 700;font-family: 'Raleway', sans-serif;}
.home_top .area .sub_title				{font-size:28px;color:white;line-height: 34px;margin-bottom:30px;font-weight: 700;font-family: 'Raleway', sans-serif;}
.home_top .item .each_item		{background-repeat:no-repeat;background-position:center center;}
.home_top .play_back_image		{width:535px;height:301px;margin-top:150px;float:right;position:relative;cursor:pointer;display:block;}
.home_top .play_back_image img.video_image		{width:0px;height:0px;}
.home_top .play_back_image img	{position:absolute;top:calc(50% - 41.5px);left:calc(50% - 41.5px);opacity:0.7;width:auto;}
.home_top .play_back_image:hover img	{opacity:1;}
.mfp-inline-holder .mfp-content iframe, .mfp-ajax-holder .mfp-content iframe	{display:block;margin:0 auto;}
.home_top .home_carousel_left	{position:absolute;top:calc(50% - 12px);left:30px;cursor:pointer;z-index:1;}
.home_top .home_carousel_right	{position:absolute;top:calc(50% - 12px);right:30px;cursor:pointer;z-index:1;}
.home_top .owl-theme .owl-nav.disabled+.owl-dots	{margin-top:-30px;position:relative;}
.home_top.textsize_1 .owl-theme .owl-nav.disabled+.owl-dots,
.home_top.textsize_2 .owl-theme .owl-nav.disabled+.owl-dots	{margin-top:-51px !important;}
.home_top .owl-theme .owl-dots .owl-dot.active span, 
.home_top .owl-theme .owl-dots .owl-dot:hover span	{background:#00B1E1;}
.home_top .control				{z-index:1;position:absolute;bottom:-4px;padding:15px;cursor:pointer;}
.home_top.textsize_1 .control,
.home_top.textsize_2 .control	{bottom:6px !important;}
.home_top .control.hide			{display:none;}

@media (min-width:1200px) and (max-width:1439px){
	.home_top .owl-carousel .item .each_item		{}
	.home_top .area h1			{font-size:51px;}
	.home_top .area h1.textsize_1,
	.home_top .area h1.textsize_2			{font-size:51px !important;}
	.home_top .play_back_image	{display:block;}
}

@media (min-width:992px) and (max-width:1199px){
	.home_top .owl-carousel .item .each_item		{}
	.home_top .area h1			{font-size:45px;}
	.home_top .area h1.textsize_1,
	.home_top .area h1.textsize_2			{font-size:45px !important;}
	.home_top .area				{padding:100px 0;}
	.home_top .play_back_image	{width:100%;height:253px;margin-top:117px;display:block;}
}

@media (min-width:768px) and (max-width:991px){
	.home_top .owl-carousel .item .each_item		{}
	.home_top .area				{padding:50px 0;}
	.home_top .area h1			{font-size:40px;}
	.home_top .area h1.textsize_1,
	.home_top .area h1.textsize_2			{font-size:40px !important;}
	.home_top .area h3			{font-size:24px;}
	.home_top .area h3.textsize_1,
	.home_top .area h3.textsize_2			{font-size:24px !important;}
	.home_top .area				{padding:50px 0;}
	.home_top .play_back_image	{width:100%;height:186px;margin-top:100px;display:block;}
}	

@media (max-width:767px){
	.home_top 					{background-position:center center;}
	.home_top .item .each_item		{background-position:center center;}
	.home_top .owl-carousel .item .each_item		{}
	.home_top .area				{padding:50px 0;}
	.home_top .area h1			{font-size:40px;}
	.home_top .area h1.textsize_1,
	.home_top .area h1.textsize_2			{font-size:40px !important;}
	.home_top .area h3			{font-size:24px;}
	.home_top .area h3.textsize_1,
	.home_top .area h3.textsize_2			{font-size:24px !important;}
	.home_top .area				{padding:50px 0;}
	.home_top .play_back_image	{width:300px;height:169px;margin-top:0px;margin-bottom:20px;float:none;display:block;}
	.home_top .home_carousel_left	{display:none;}
	.home_top .home_carousel_right	{display:none;}
	.page_head .container {padding-left: 0; padding-right: 0;}
	.page_head h1 {font-size: 27px;}
}



.blueCarousel_leftRight_leftWordRightPic	{padding:60px 0;background:#00B1E1;}

.blueCarousel_leftRight_leftWordRightPic .blue_carousel .item .content_wrap>li		{float:left;width:50%;padding-right:20px;}

.blueCarousel_leftRight_leftWordRightPic .blue_carousel .item .content_wrap>li.left			{padding-right:50px;}

.blueCarousel_leftRight_leftWordRightPic .blue_carousel .item .content_wrap>li.left .title	{margin-bottom:20px;font-size: 31px;font-weight: 700;font-family: 'Raleway', sans-serif;}

.blueCarousel_leftRight_leftWordRightPic .blue_carousel .item .content_wrap>li.left .description	{margin-bottom:20px;}

.blueCarousel_leftRight_leftWordRightPic .blue_carousel .item .content_wrap>li.right img			{max-width:100%;}

@media (min-width:768px) and (max-width:991px){

	.blueCarousel_leftRight_leftWordRightPic .blue_carousel .item .content_wrap>li	{float:none;width:100%;padding-right:0;}

	.blueCarousel_leftRight_leftWordRightPic .blue_carousel .item .content_wrap>li.left	{padding-right:0;margin-bottom:20px;}	

}

@media (max-width:767px){

	.blueCarousel_leftRight_leftWordRightPic .blue_carousel .item .content_wrap>li	{float:none;width:100%;padding-right:0;}

	.blueCarousel_leftRight_leftWordRightPic .blue_carousel .item .content_wrap>li.left	{padding-right:0;margin-bottom:20px;}

}



.blue_oneArea_titleParagraph		{padding:60px 0;background:#00B1E1;}

.blue_oneArea_titleParagraph .title		{margin-bottom:30px;font-size: 31px;font-weight: 700;font-family: 'Raleway', sans-serif;}

.blue_oneArea_titleParagraph p		{margin-bottom:20px;}





.blue_twoCol_picLeftParagraphRight	{padding:60px 0 0;background:#00B1E1;}

.blue_twoCol_picLeftParagraphRight .testimonial_wrap	{position:relative;}

.blue_twoCol_picLeftParagraphRight .testimonial_wrap>img	{position:absolute;}

.blue_twoCol_picLeftParagraphRight .testimonial_wrap>img.quote	{right: 50px;top:10px;}

.blue_twoCol_picLeftParagraphRight .testimonial_wrap>img.testimonial_background 	{right:150px;top:10px;}

.blue_twoCol_picLeftParagraphRight .testimonial_wrap .image	{position:absolute;right:170px;top:27px;width:331px;height:240px;}

.blue_twoCol_picLeftParagraphRight .testimonial_wrap .image img	{width:0px;height:0px;}

.blue_twoCol_picLeftParagraphRight .inner	{height:267px;}

.blue_twoCol_picLeftParagraphRight .inner .title		{margin-bottom:10px;    font-size: 31px; font-weight: 700; font-family: 'Raleway', sans-serif;}

.blue_twoCol_picLeftParagraphRight .inner .link		{margin-top:30px;}

.blue_twoCol_picLeftParagraphRight .inner .link a	{font-weight:700;color:black;}

@media (min-width:992px) and (max-width:1199px){

	.blue_twoCol_picLeftParagraphRight .testimonial_wrap img.quote	{right:18px;top:10px;}

	.blue_twoCol_picLeftParagraphRight .testimonial_wrap img.testimonial_background		{top:54px;right:104px;}

	.blue_twoCol_picLeftParagraphRight .testimonial_wrap .image		{right:119px;top:71px;}

	.blue_twoCol_picLeftParagraphRight .inner		{height:311px;}

}

@media (max-width:991px){

	.blue_twoCol_picLeftParagraphRight .testimonial_wrap>img.quote		{display:none;}

	.blue_twoCol_picLeftParagraphRight .testimonial_wrap>img.testimonial_background		{display:none;}

	.blue_twoCol_picLeftParagraphRight .testimonial_wrap .image			{background:transparent !important;text-align:center;position:relative;width:100%;height:auto;margin-bottom:50px;right:initial;right:auto;top:initial;top:auto;}

	.blue_twoCol_picLeftParagraphRight .testimonial_wrap .image img		{display:block;margin:20px auto;max-width:100%;width:auto;height:auto;}

	.blue_twoCol_picLeftParagraphRight .inner		{height:auto;padding-bottom:30px;}

}



.blue_nCols_arrows					{padding:60px 0;background:#067EB1;}

.blue_nCols_arrows .area			{text-align:center;}

.blue_nCols_arrows .area a			{color:white;text-decoration:none;font-weight:500;}
.blue_nCols_arrows .area a.textsize_1,
.blue_nCols_arrows .area a.textsize_2		{font-size:26px !important;}
.blue_nCols_arrows .area img		{margin-right:20px;}

@media (min-width:768px) and (max-width:991px){

	.blue_nCols_arrows.three_cols				{padding:60px 0 40px;}

	.blue_nCols_arrows.three_cols .area					{text-align:left;}

	.blue_nCols_arrows.three_cols .area:first-of-type	{margin-bottom:20px;}

}

@media (max-width:767px){

	.blue_nCols_arrows				{padding:60px 0 40px;}

	.blue_nCols_arrows .area		{text-align:left;}

	.blue_nCols_arrows .area:first-of-type	{margin-bottom:20px;}

}



.white_oneArea_titleParagraph		{padding:60px 0;}

.white_oneArea_titleParagraph p		{margin-bottom:20px;}

.white_oneArea_titleParagraph .button_wrap	{text-align:center;margin:30px 0;}

.white_oneArea_titleParagraph .last_back_top		{margin-top:60px;}

.white_oneArea_titleParagraph .last_back_top>li		{float:left;}

.white_oneArea_titleParagraph .last_back_top>li.right	{float:right;}

.white_oneArea_titleParagraph .last_back_top>li.right a	{text-decoration:none;}





.white_title3ColsButton_picWord		{padding:60px 0;}

.white_title3ColsButton_picWord .each_col .image_wrap		{text-align:center;height:140px;margin-top:20px;vertical-align:middle;display:table;width:100%;}

.white_title3ColsButton_picWord .each_col .image_wrap .inner	{display:table-cell;vertical-align:middle;text-align:center;width:100%;}

.white_title3ColsButton_picWord .each_col .description 				{font-weight:700;padding: 10px 30px;font-size: 22px;color: black;font-family: 'Raleway', sans-serif;}
.white_title3ColsButton_picWord .each_col .description .orange		{color:#D24341;}
.white_title3ColsButton_picWord .bottom_row					{margin-top:50px;text-align:center;}





.white_3cols_picTitleDescrLink				{padding:60px 0;}

.white_3cols_picTitleDescrLink .each_col .inner 		{padding:0 40px;}

.white_3cols_picTitleDescrLink .each_col .image	{width:100%;height:200px;}
.white_3cols_picTitleDescrLink .each_col .image img	{width:0px;height:0px;}
.white_3cols_picTitleDescrLink .each_col .title	{font-weight:700;margin:20px 0;font-size: 18px;line-height: 24px;font-family: 'Roboto', sans-serif;}

.white_3cols_picTitleDescrLink .each_col .description	{margin-bottom:20px;}

.white_3cols_picTitleDescrLink .each_col .link	{font-weight:700;}

.white_3cols_picTitleDescrLink .row			{margin-bottom:30px;}

@media (min-width:992px) and (max-width:1199px){

	.white_3cols_picTitleDescrLink .each_col .inner		{padding:0;}

}

@media (min-width:768px) and (max-width:991px){

	.white_3cols_picTitleDescrLink .each_col			{margin-bottom:60px;}

	.white_3cols_picTitleDescrLink .row					{margin-bottom:0;}

}

@media (max-width:767px){

	.white_3cols_picTitleDescrLink .each_col			{margin-bottom:60px;}

	.white_3cols_picTitleDescrLink .row					{margin-bottom:0;}

}



.white_oneArea_titleCustomArea				{padding:60px 0;}

.white_oneArea_titleCustomArea p			{margin-bottom:20px;}



.white_oneArea_titleExpandable				{padding:60px 0;}

.white_oneArea_titleExpandable .list_wrap .each_question			{margin-bottom:30px;}
.white_oneArea_titleExpandable .list_wrap .each_question.textsize_1,
.white_oneArea_titleExpandable .list_wrap .each_question.textsize_2	{font-size:initial !important;}
.white_oneArea_titleExpandable .list_wrap .each_question .question	{background:#00B1E1;padding:10px 20px;}
.white_oneArea_titleExpandable .list_wrap .each_question .question.textsize_1,
.white_oneArea_titleExpandable .list_wrap .each_question .question.textsize_2		{font-size:initial !important;}
.white_oneArea_titleExpandable .list_wrap .each_question .question button			{color:black;background: transparent;border: 0;}

.white_oneArea_titleExpandable .list_wrap .each_question .question ul>li		{float:left;}

.white_oneArea_titleExpandable .list_wrap .each_question .question ul>li.left			{margin-right:20px;}

.white_oneArea_titleExpandable .list_wrap .each_question .question ul>li.left .close	{display:none;}

.white_oneArea_titleExpandable .list_wrap .each_question .question ul>li.right				{max-width: calc(100% - 50px);}

.white_oneArea_titleExpandable .list_wrap .each_question .question ul>li.right p			{line-height:30px;font-weight:700;}

.white_oneArea_titleExpandable .list_wrap .each_question .answer	{display:none;padding-top:20px;}





.white_oneArea_expandable					{padding:60px 0;}

.white_oneArea_expandable .title				{margin-bottom:30px;font-size: 31px;font-weight: 700;font-family: 'Raleway', sans-serif;}

.white_oneArea_expandable .list_wrap .each_question			{margin-bottom:30px;}
.white_oneArea_expandable .list_wrap .each_question .question,
.white_oneArea_expandable .list_wrap .each_question .question		{font-size:initial !important;}
.white_oneArea_expandable .list_wrap .each_question .question	{background:#00B1E1;padding:10px 20px;}
.white_oneArea_expandable .list_wrap .each_question .question.textsize_1,
.white_oneArea_expandable .list_wrap .each_question .question.textsize_2		{font-size:initial !important;}
.white_oneArea_expandable .list_wrap .each_question .question button			{color:black;background: transparent;border: 0;}

.white_oneArea_expandable .list_wrap .each_question .question ul>li		{float:left;}

.white_oneArea_expandable .list_wrap .each_question .question ul>li.left			{margin-right:20px;}

.white_oneArea_expandable .list_wrap .each_question .question ul>li.left .close	{display:none;}

.white_oneArea_expandable .list_wrap .each_question .question ul>li.right				{max-width: calc(100% - 50px);}

.white_oneArea_expandable .list_wrap .each_question .question ul>li.right p			{line-height:30px;font-weight:700;}

.white_oneArea_expandable .list_wrap .each_question .answer	{display:none;padding-top:20px;}

.white_oneArea_expandable .list_wrap .each_question .answer .each_person	{padding-left:72px;margin-bottom:20px;}

.white_oneArea_expandable .list_wrap .each_question .answer .each_person>li	{float:left;}

.white_oneArea_expandable .list_wrap .each_question .answer .each_person>li.left	{margin-right:20px;line-height:47px;width:150px;}

.white_oneArea_expandable .list_wrap .each_question .answer .each_person>li.right	{width:calc(100% - 200px);}

@media (max-width:767px){

	.white_oneArea_expandable .list_wrap .each_question .answer .each_person	{padding-left:0;margin-bottom:40px;}

	.white_oneArea_expandable .list_wrap .each_question .answer .each_person>li	{float:none;}

	.white_oneArea_expandable .list_wrap .each_question .answer .each_person>li.left	{margin-right:0;width:100%;line-height:normal;margin-bottom:20px;}

	.white_oneArea_expandable .list_wrap .each_question .answer .each_person>li.right	{width:100%;}

}



.white_oneArea_gridImages							{padding:60px 0;}

.white_oneArea_gridImages .title						{margin-bottom:30px;font-size: 31px;font-weight: 700;font-family: 'Raleway', sans-serif;}

.white_oneArea_gridImages ul>li						{float:left;width:25%;padding:20px;margin-bottom:20px;}

.white_oneArea_gridImages ul>li .outer				{display:table;width:100%;height:100%;}

.white_oneArea_gridImages ul>li .outer .inner		{display:table-cell;width:100%;height:100%;vertical-align:middle;text-align:center;}

.white_oneArea_gridImages ul>li img					{max-width:100%;max-height:100%;}

@media (min-width:768px) and (max-width:991px){

	.white_oneArea_gridImages ul>li					{width:50%;}

}

@media (max-width:767px){

	.white_oneArea_gridImages ul>li					{float:none;width:100%;}

}



.white_oneArea_rowsLeftPicRightDescription			{padding:60px 0;}

.white_oneArea_rowsLeftPicRightDescription .left_right		{margin-bottom:60px;}

.white_oneArea_rowsLeftPicRightDescription .left_right>li	{float:left;}

.white_oneArea_rowsLeftPicRightDescription .left_right>li.left		{width:165px;margin-right:30px;position:relative;}

.white_oneArea_rowsLeftPicRightDescription .left_right>li.left .photo	{max-width:165px;}

.white_oneArea_rowsLeftPicRightDescription .left_right>li.left .circle	{position:absolute;left:-30px;bottom:-46px;}

.white_oneArea_rowsLeftPicRightDescription .left_right>li.right			{width:calc(100% - 200px);}

.white_oneArea_rowsLeftPicRightDescription .left_right>li.right ol		{margin-bottom:20px;}

.white_oneArea_rowsLeftPicRightDescription .left_right>li.right ol>li	{float:left;}

.white_oneArea_rowsLeftPicRightDescription .left_right>li.right ol>li.first		{width:calc(100% - 175px);}

.white_oneArea_rowsLeftPicRightDescription .left_right>li.right ol>li.first .top	{font-weight:700;}

.white_oneArea_rowsLeftPicRightDescription .left_right>li.right ol>li.first .bottom	{font-weight:700;font-style:italic;}

.white_oneArea_rowsLeftPicRightDescription .left_right>li.right ol>li.second					{width:170px;}

.white_oneArea_rowsLeftPicRightDescription .left_right>li.right ol>li.second .follow_ul>li		{float:left;margin-right:8px;}

@media (max-width:767px){

	.white_oneArea_rowsLeftPicRightDescription .left_right>li				{float:none;}

	.white_oneArea_rowsLeftPicRightDescription .left_right>li.left			{width:100%;margin-right:0;margin-bottom:50px;}

	.white_oneArea_rowsLeftPicRightDescription .left_right>li.right			{width:100%;}

	.white_oneArea_rowsLeftPicRightDescription .left_right>li.right ol>li	{float:none;}

	.white_oneArea_rowsLeftPicRightDescription .left_right>li.right ol>li.first	{width:100%;margin-bottom:10px;}

	.white_oneArea_rowsLeftPicRightDescription .left_right>li.right ol>li.second	{width:100%;}

}



.white_oneArea_titleParagraphGrids					{padding:60px 0;}

.white_oneArea_titleParagraphGrids .grids			{margin:60px 0;}

.white_oneArea_titleParagraphGrids .grids>li		{float:left;width:50%;height:400px;}

.white_oneArea_titleParagraphGrids .grids>li.white	{background:white;}

.white_oneArea_titleParagraphGrids .grids>li.blue	{background:#00B1E1;}

.white_oneArea_titleParagraphGrids .grids>li.yellow	{background:#FFC425;}

.white_oneArea_titleParagraphGrids .grids>li.orange	{background:#D24341;}

.white_oneArea_titleParagraphGrids .grids>li.deep_blue	{background:#004890;}

.white_oneArea_titleParagraphGrids .grids>li .outer	{display:table;width:100%;height:100%;}

.white_oneArea_titleParagraphGrids .grids>li .inner	{display:table-cell;text-align:center;vertical-align:middle;width:100%;height:100%;}

.white_oneArea_titleParagraphGrids .grids>li .content	{padding:10px 40px;}

.white_oneArea_titleParagraphGrids .grids>li.type1 .title	{text-align:center;margin-bottom:30px;font-size: 38px;font-weight: 700;font-family: 'Raleway', sans-serif;}

.white_oneArea_titleParagraphGrids .grids>li.type1 p	{text-align:center;margin-bottom:30px;}

.white_oneArea_titleParagraphGrids .grids>li.type2 .quote	{font-size:28px;font-weight:700;padding:10px 40px;line-height:1.3em;margin-bottom:30px;}

.white_oneArea_titleParagraphGrids .grids>li.type2 .name	{font-size:28px;font-weight:700;padding:10px 40px;}

.white_oneArea_titleParagraphGrids .grids>li.deep_blue h2, .white_oneArea_titleParagraphGrids .grids>li.deep_blue p, .white_oneArea_titleParagraphGrids .grids>li.deep_blue a		{color:white;}
.white_oneArea_paragraphTestimonial.sponsor .row{
	justify-content: center;
}
ul.women_plus_partners {
	display: flex;
	flex-flow: row wrap;
	gap: 3em 1em;
	justify-content: center;
}
@media (min-width:768px) and (max-width:991px){

	.white_oneArea_titleParagraphGrids .grids>li					{height:345px;}

	.white_oneArea_titleParagraphGrids .grids>li .content			{padding:10px;}

	.white_oneArea_titleParagraphGrids .grids>li.type2 .quote		{font-size:24px;}

	.white_oneArea_titleParagraphGrids .grids>li.type2 .name		{font-size:24px;}

}

@media (max-width:767px){

	.white_oneArea_titleParagraphGrids .grids>li	{float:none;width:100%;height:auto;}

	.white_oneArea_titleParagraphGrids .grids>li .content			{padding:20px;}

	.white_oneArea_titleParagraphGrids .grids>li.type2 .quote		{font-size:24px;}

	.white_oneArea_titleParagraphGrids .grids>li.type2 .name		{font-size:24px;}

}





.white_oneArea_titleParagraphBlueYears				{padding:60px 0;}

.white_oneArea_titleParagraphBlueYears p			{margin-bottom:20px;}

#content .blue_area		{margin-top:20px;background:#067EB1;padding:30px;}

#content .blue_area_ul>li	{float:left;width:50%;}

#content .blue_area_ul>li.left	{}/*border-right:1px solid white;*/

#content .blue_area_ul>li.right	{border-left:1px solid white;}

#content .blue_area_ul>li .title		{text-align:center;color:white;margin-bottom:30px;font-size: 31px;font-weight: 700;font-family: 'Raleway', sans-serif;}

#content .blue_area_ul>li .link	{text-align:center;margin-bottom:5px;}

#content .blue_area_ul>li .link a	{color:white;}

.white_oneArea_titleParagraphBlueYears .links>li	{float:left;width:33.33%;}

.white_oneArea_titleParagraphBlueYears .links>li .inner	{padding:40px;}

.white_oneArea_titleParagraphBlueYears .links>li .inner .top	{font-size:22px;font-weight:700;margin-bottom:20px;}

.white_oneArea_titleParagraphBlueYears .links>li .inner p	{margin-bottom:5px;}

.white_oneArea_titleParagraphBlueYears .links>li .inner p a	{font-weight:700;}

@media (min-width:768px) and (max-width:991px){

	.white_oneArea_titleParagraphBlueYears .links>li .inner	{padding:30px 10px;}

}

@media (max-width:767px){

	.white_oneArea_titleParagraphBlueYears .links>li		{float:none;width:100%;}

	.white_oneArea_titleParagraphBlueYears .links>li .inner	{padding:20px 5px;}

	#content .blue_area_ul>li	{float:none;width:100%;}

	#content .blue_area_ul>li.left	{padding-bottom:30px;}

	#content .blue_area_ul>li.right	{border-left:0;}

}



.white_twoCol_titlePicLeftParagraphRight			{padding:60px 0;}

.white_twoCol_titlePicLeftParagraphRight .left_right>li		{float:left;width:50%;}

.white_twoCol_titlePicLeftParagraphRight .left_right>li.left		{text-align:center;}

.white_twoCol_titlePicLeftParagraphRight .left_right>li.left img	{max-width:100%;}

.white_twoCol_titlePicLeftParagraphRight .left_right>li.right		{border-left: 1px solid grey;padding-left:50px;}

@media (min-width:768px) and (max-width:991px){

	.white_twoCol_titlePicLeftParagraphRight .left_right>li		{float:none;width:100%;}

	.white_twoCol_titlePicLeftParagraphRight .left_right>li.right	{padding-left:0;border-left:0;margin-top:20px;}

}

@media (max-width:767px){

	.white_twoCol_titlePicLeftParagraphRight .left_right>li		{float:none;width:100%;}

	.white_twoCol_titlePicLeftParagraphRight .left_right>li.right	{padding-left:0;border-left:0;margin-top:20px;}

}

.white_oneArea_title3ColList						{padding:60px 0;}
.white_oneArea_title3ColList .list>li				{float:left;width:33.33%;padding:20px 20px;}
.white_oneArea_title3ColList.type1 .list>li .each			{height:80px;}
.white_oneArea_title3ColList.type2 .list>li .each			{height:120px;}
.white_oneArea_title3ColList .list>li .each .left_right>li		{float:left;}
.white_oneArea_title3ColList .list>li .each .left_right>li.left	{width:calc(100% - 150px);padding-right:5px;}
.white_oneArea_title3ColList .list>li .each .left_right>li.left .title			{margin-bottom:10px;}
.white_oneArea_title3ColList .list>li .each .left_right>li.left .title span		{font-weight:700;text-decoration:none;font-size:20px;}
.white_oneArea_title3ColList .list>li .each .left_right>li.left .title a		{font-weight:700;text-decoration:none;font-size:20px;}
.white_oneArea_title3ColList .list>li .each .left_right>li.left .description	{margin-bottom:10px;}
.white_oneArea_title3ColList .list>li .each .left_right>li.left .links a		{font-weight:700;}
.white_oneArea_title3ColList .list>li .each .left_right>li.right	{width:150px;text-align:center;}
.white_oneArea_title3ColList .list>li .each .left_right>li.right img	{max-width:100%;}
@media (min-width:992px) and (max-width:1199px){
	.white_oneArea_title3ColList.type2 .list>li					{width:50%;}
}
@media (min-width:768px) and (max-width:991px){
	.white_oneArea_title3ColList .list>li						{width:50%;}
	.white_oneArea_title3ColList.type2 .list>li					{width:100%;min-height:auto;}
	.white_oneArea_title3ColList.type2 .list>li .each			{height:auto;}
}
@media (max-width:767px){
	.white_oneArea_title3ColList .list>li			{width:100%;}
	.white_oneArea_title3ColList.type1 .list>li .each			{height:auto;min-height:auto;}
	.white_oneArea_title3ColList.type2 .list>li .each			{height:auto;min-height:auto;}
}

.white_oneArea_titleParagraphLogos					{padding:60px 0;}

.white_oneArea_titleParagraphLogos .divider			{width:100%;height:4px;background:#067EB1;display:block;position:relative;margin:60px 0;text-align:center;}

.white_oneArea_titleParagraphLogos .divider h3		{display: inline;padding: 10px 30px;background: white;position: relative;top: -17px;}

.white_oneArea_titleParagraphLogos .logo_wrap		{text-align:center;}

.white_oneArea_titleParagraphLogos .one_logo		{background:#f1f1f1;padding:50px 0;width:50%;display:inline-block;}

.white_oneArea_titleParagraphLogos .two_logos		{margin-bottom:50px;}

.white_oneArea_titleParagraphLogos .two_logos>li	{background:#f1f1f1;width:47%;padding:50px 0;float:left;text-align:center;}

.white_oneArea_titleParagraphLogos .two_logos>li:first-of-type	{margin-right:6%;}

.white_oneArea_titleParagraphLogos .last_description	{text-align:center;}

@media (min-width:768px) and (max-width:991px){

	.white_oneArea_titleParagraphLogos .one_logo	{width:100%;}

	.white_oneArea_titleParagraphLogos .two_logos>li	{width:100%;}

	.white_oneArea_titleParagraphLogos .two_logos>li:first-of-type	{margin-right:0;margin-bottom:50px;}

}

@media (max-width:767px){

	.white_oneArea_titleParagraphLogos .one_logo	{width:100%;}

	.white_oneArea_titleParagraphLogos .two_logos>li	{width:100%;}

	.white_oneArea_titleParagraphLogos .two_logos>li:first-of-type	{margin-right:0;margin-bottom:50px;}

}



.white_oneAreaTwoCol_titleParagraphLeftPicRightContent		{padding:60px 0;}

.white_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right	{width:75%;margin:60px auto;}

.white_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li	{float:left;}

.white_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li.left	{width:120px;margin-right:20px;}

.white_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li.left img	{max-width:120px;}

.white_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li.right	{width:calc(100% - 140px);}

.white_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li.right	h3	{}

.white_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li.right p.below_title_bold	{margin-top:5px;font-weight:700;}

.white_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li.right	p	{margin-bottom:30px;margin-top:30px;}

.white_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li.right .btn_wrap a:first-of-type	{margin-right:20px;}



.white_oneArea_multipleStoriesWithPics				{padding:60px 0;}

.white_oneArea_multipleStoriesWithPics h3			{margin-bottom:50px;}

.white_oneArea_multipleStoriesWithPics .each_testimonial_pic_left			{margin-top: 50px; margin-bottom: 0; float:left;padding-right:20px;padding-bottom:20px;max-width:100%;}

.white_oneArea_multipleStoriesWithPics .each_testimonial_pic_right			{margin-top: 50px; margin-bottom: 0; float:right;padding-left:20px;padding-bottom:20px;max-width:100%;}

@media (max-width:767px){

	.white_oneArea_multipleStoriesWithPics .each_testimonial_pic_left	{float:none;padding-right:0;}
	.white_oneArea_multipleStoriesWithPics .each_testimonial_pic_right	{float:none;padding-left:0;}

}

figcaption {
	font-style: italic;
	text-align: center;
}

.white_oneArea_paragraphTestimonial					{padding:60px 0;position:relative;}

.white_oneArea_paragraphTestimonial.with_no_padding_bottom		{padding-bottom:0;}

.white_oneArea_paragraphTestimonial	.top_icon		{position:absolute;top:-103px;left:calc(50% - 41px);}

.white_oneArea_paragraphTestimonial .button			{padding:30px 0;text-align:center;}

.white_oneArea_paragraphTestimonial .client_quote		{width:75%;margin:30px auto;}

.white_oneArea_paragraphTestimonial .client_quote>li	{float:left;}

.white_oneArea_paragraphTestimonial .client_quote>li.left	{width:160px;text-align:center;}

.white_oneArea_paragraphTestimonial .client_quote>li.left img	{max-width:100%;margin-bottom:20px;}

.white_oneArea_paragraphTestimonial .client_quote>li.left p		{font-weight:700;}

.white_oneArea_paragraphTestimonial .client_quote>li.right	{width:calc(100% - 160px);padding-left:100px;}

.white_oneArea_paragraphTestimonial .client_quote>li.right .quotation	{position:relative;padding:30px 50px;background:#e8e8e8;color:#D24341;border-radius:20px;}

.white_oneArea_paragraphTestimonial .client_quote>li.right .quotation .arrow-left	{position:absolute;left: -20px;top: calc(50% - 40px);width: 0; height: 0; border-top: 40px solid transparent;border-bottom: 40px solid transparent;border-right:40px solid #e8e8e8; }

.white_oneArea_paragraphTestimonial .download		{background:#e8e8e8;padding:20px 20px 0 20px;}

.white_oneArea_paragraphTestimonial .download .inner	{background:white;padding:40px;}

.white_oneArea_paragraphTestimonial .download .inner .title	{text-align:center;margin-bottom:30px;font-size: 31px; font-weight: 700; font-family: 'Raleway', sans-serif;}

.white_oneArea_paragraphTestimonial .download .inner ul>li	{float:left;width:50%;text-align:center;padding:0 10px;}

.white_oneArea_paragraphTestimonial .download .inner ul>li img	{margin-bottom:20px;}

@media (min-width:992px) and (max-width:1199px){

	.white_oneArea_paragraphTestimonial .client_quote	{width:100%;}

}

@media (min-width:768px) and (max-width:991px){

	.white_oneArea_paragraphTestimonial .client_quote	{width:100%;}

	.white_oneArea_paragraphTestimonial .client_quote>li.right	{padding-left:40px;}

}

@media (max-width:767px){

	.white_oneArea_paragraphTestimonial .client_quote		{width:100%;}

	.white_oneArea_paragraphTestimonial .client_quote>li	{float:none;}

	.white_oneArea_paragraphTestimonial .client_quote>li.left	{width:100%;}

	.white_oneArea_paragraphTestimonial .client_quote>li.right	{width:100%;padding-left:0;margin-top:30px;}

	.white_oneArea_paragraphTestimonial .client_quote>li.right .quotation .arrow-left	{display:none;}

	.white_oneArea_paragraphTestimonial .download .inner ul>li	{width:100%;float:none;margin-bottom:20px;padding:0;}

}



.white_oneArea_redTitleCustomDescriptions			{padding:60px 0;border-bottom:6px solid #e8e8e8;}

.white_oneArea_redTitleCustomDescriptions p			{margin-bottom:20px;}

.white_oneArea_redTitleCustomDescriptions .subtitle		{margin-bottom:20px;    font-size: 22px;font-weight: 600;font-family: 'Raleway', sans-serif;}
.white_oneArea_redTitleCustomDescriptions h4		{margin-bottom:20px;}

.white_oneArea_redTitleCustomDescriptions .last_back_top		{margin-top:60px;}

.white_oneArea_redTitleCustomDescriptions .last_back_top>li		{float:left;}

.white_oneArea_redTitleCustomDescriptions .last_back_top>li.right	{float:right;}

.white_oneArea_redTitleCustomDescriptions .last_back_top>li.right a	{text-decoration:none;}





.white_oneArea_iconDescription						{padding:60px 0;border-bottom:6px solid #e8e8e8;}

.white_oneArea_iconDescription p					{margin-bottom:20px;}

.white_oneArea_iconDescription .subtitle			{font-size: 22px;font-weight: 600;font-family: 'Raleway', sans-serif;}

.white_oneArea_iconDescription .left_right			{margin:30px 0;}

.white_oneArea_iconDescription .left_right>li		{float:left;}

.white_oneArea_iconDescription .left_right>li.left	{width:100px;}

.white_oneArea_iconDescription .left_right>li.right	{width:calc(100% - 100px);padding-left:20px;}

.white_oneArea_iconDescription .left_right>li.right .title		{font-weight:700;}

.white_oneArea_iconDescription .last_back_top		{margin-top:60px;}

.white_oneArea_iconDescription .last_back_top>li		{float:left;}

.white_oneArea_iconDescription .last_back_top>li.right	{float:right;}

.white_oneArea_iconDescription .last_back_top>li.right a	{text-decoration:none;}

@media (max-width:767px){

	.white_oneArea_iconDescription .left_right>li.left	{width:80px;}

	.white_oneArea_iconDescription .left_right>li.right	{width:calc(100% - 80px);}

}



.white_oneArea_twoButtonsQuote						{padding:60px 0;}

.white_oneArea_twoButtonsQuote .subtitle			{font-size: 22px;font-weight: 600;font-family: 'Raleway', sans-serif;margin-bottom:20px;}

.white_oneArea_twoButtonsQuote .buttons				{margin:30px 0;}

.white_oneArea_twoButtonsQuote .buttons>li			{float:left;}

.white_oneArea_twoButtonsQuote .buttons>li:first-of-type	{margin-right:20px;}

.white_oneArea_twoButtonsQuote .client_quote		{width:75%;margin:30px auto;}

.white_oneArea_twoButtonsQuote .client_quote>li	{float:left;}

.white_oneArea_twoButtonsQuote .client_quote>li.left	{width:160px;text-align:center;}

.white_oneArea_twoButtonsQuote .client_quote>li.left img	{max-width:100%;margin-bottom:20px;}

.white_oneArea_twoButtonsQuote .client_quote>li.left p		{font-weight:700;}

.white_oneArea_twoButtonsQuote .client_quote>li.right	{width:calc(100% - 160px);padding-left:100px;}

.white_oneArea_twoButtonsQuote .client_quote>li.right .quotation	{position:relative;padding:30px 50px;background:#e8e8e8;color:#D24341;border-radius:20px;}

.white_oneArea_twoButtonsQuote .client_quote>li.right .quotation .arrow-left	{position:absolute;left: -20px;top: calc(50% - 40px);width: 0; height: 0; border-top: 40px solid transparent;border-bottom: 40px solid transparent;border-right:40px solid #e8e8e8; }

@media (min-width:992px) and (max-width:1199px){

	.white_oneArea_twoButtonsQuote .client_quote	{width:100%;}

}

@media (min-width:768px) and (max-width:991px){

	.white_oneArea_twoButtonsQuote .buttons>li		{margin-bottom:20px;}

	.white_oneArea_twoButtonsQuote .buttons>li:first-of-type	{margin-right:0;}

	.white_oneArea_twoButtonsQuote .client_quote	{width:100%;}

	.white_oneArea_twoButtonsQuote .client_quote>li.right	{padding-left:40px;}

}

@media (max-width:767px){

	.white_oneArea_twoButtonsQuote .buttons>li			{float:none;margin-bottom:20px;}

	.white_oneArea_twoButtonsQuote .buttons>li:first-of-type	{margin-right:0;}

	.white_oneArea_twoButtonsQuote .buttons>li .btn		{display:block;}

	.white_oneArea_twoButtonsQuote .client_quote		{width:100%;}

	.white_oneArea_twoButtonsQuote .client_quote>li	{float:none;}

	.white_oneArea_twoButtonsQuote .client_quote>li.left	{width:100%;}

	.white_oneArea_twoButtonsQuote .client_quote>li.right	{width:100%;padding-left:0;margin-top:30px;}

	.white_oneArea_twoButtonsQuote .client_quote>li.right .quotation .arrow-left	{display:none;}

}



.white_oneArea_paragraphIconListContactForm			{padding:60px 0;}

.white_oneArea_paragraphIconListContactForm p		{margin-bottom:20px;}

.white_oneArea_paragraphIconListContactForm .subtitle			{font-size: 22px;font-weight: 600;font-family: 'Raleway', sans-serif;margin-bottom:20px;}

.white_oneArea_paragraphIconListContactForm .icon_list			{margin:30px 0;}

.white_oneArea_paragraphIconListContactForm .icon_list>li		{float:left;width:33.33%;height:250px;}

.white_oneArea_paragraphIconListContactForm .icon_list>li .inner	{padding:20px 30px;text-align:center;}

.white_oneArea_paragraphIconListContactForm .icon_list>li .inner .image_outer	{display:table;width:100%;height:100px;margin-bottom:15px;}

.white_oneArea_paragraphIconListContactForm .icon_list>li .inner .image_outer .image_inner	{display:table-cell;width:100%;height:100%;text-align:center;vertical-align:middle;}

.white_oneArea_paragraphIconListContactForm .icon_list>li .inner img	{max-height:100%;}

.white_oneArea_paragraphIconListContactForm .icon_list>li .inner .title	{font-weight:700;}

.white_oneArea_paragraphIconListContactForm .form_wrap	{margin-top:30px;}

.white_oneArea_paragraphIconListContactForm .contact_subtitle		{margin-bottom:20px;font-size: 22px;font-weight: 600;font-family: 'Raleway', sans-serif;text-align:center;}

.white_oneArea_paragraphIconListContactForm .left_right>li	{float:left;width:50%;}

.white_oneArea_paragraphIconListContactForm .left_right>li.left	{padding-right:20px;}
.white_oneArea_paragraphIconListContactForm .left_right>li.left .must		{color:red;}

.white_oneArea_paragraphIconListContactForm .left_right>li.right textarea	{height:484px;}

.white_oneArea_paragraphIconListContactForm .form_wrap .alert		{display:none;}
.white_oneArea_paragraphIconListContactForm .form_wrap .alert h5	{margin-bottom:15px;}
.white_oneArea_paragraphIconListContactForm .form_wrap .alert p		{margin-bottom:5px;}

@media (min-width:768px) and (max-width:991px){

	.white_oneArea_paragraphIconListContactForm .icon_list>li		{height:280px;}

}

@media (max-width:767px){

	.white_oneArea_paragraphIconListContactForm .icon_list>li		{float:none;width:100%;height:auto;}

	.white_oneArea_paragraphIconListContactForm .left_right>li		{float:none;width:100%;}

	.white_oneArea_paragraphIconListContactForm .left_right>li.left	{padding-right:0;}
	
	.white_oneArea_paragraphIconListContactForm .left_right>li.right textarea	{height:250px;}

}



.white_oneArea_greyBoxes							{padding:60px 0;}

.white_oneArea_greyBoxes .boxes>li					{float:left;width:50%;padding:20px;}

.white_oneArea_greyBoxes .boxes>li.tall				{height:360px;}

.white_oneArea_greyBoxes .boxes>li.regular			{height:250px;}

.white_oneArea_greyBoxes .boxes>li.wide				{width:100%;height:250px;}

.white_oneArea_greyBoxes .boxes>li .outer			{background:#e8e8e8;width:100%;height:100%;display:table;}

.white_oneArea_greyBoxes .boxes>li .outer .inner	{display:table-cell;width:100%;height:100%;vertical-align:middle;text-align:center;}

.white_oneArea_greyBoxes .boxes>li .outer .inner img	{margin-bottom:20px;}

.white_oneArea_greyBoxes .boxes>li .outer .inner .contact_title	{font-weight:700;margin-bottom:20px;font-size: 22px;font-family: 'Raleway', sans-serif;}

.white_oneArea_greyBoxes .boxes>li .outer .inner .bold	{font-weight:700;}

.white_oneArea_greyBoxes .boxes>li .outer .inner .description	{margin-bottom:20px;}

@media (max-width:767px){

	.white_oneArea_greyBoxes .boxes>li				{float:none;width:100%;}

	.white_oneArea_greyBoxes .boxes>li.tall			{height:auto;}

	.white_oneArea_greyBoxes .boxes>li.regular		{height:auto;}

	.white_oneArea_greyBoxes .boxes>li.wide			{height:auto;}

	.white_oneArea_greyBoxes .boxes>li .outer .inner .content	{padding:20px;}

}



.white_oneArea_numberedList 						{padding:60px 0;}

.white_oneArea_numberedList .list>li				{margin-bottom:50px;}

.white_oneArea_numberedList .list>li .left_right>li	{float:left;}

.white_oneArea_numberedList .list>li .left_right>li.left	{width:70px;margin-right:40px;}

.white_oneArea_numberedList .list>li .left_right>li.left .number	{background:#D24341;display:block;width:70px;height:70px;line-height:70px;border-radius:35px;color:white;text-align:center;font-size:36px;font-weight:700;}

.white_oneArea_numberedList .list>li .left_right>li.right	{width:calc(100% - 110px);}

.white_oneArea_numberedList .list>li .left_right>li.right h3	{font-weight:700;margin-bottom:20px;}

.white_oneArea_numberedList .client_quote		{width:75%;margin:30px auto;}

.white_oneArea_numberedList .client_quote>li	{float:left;}

.white_oneArea_numberedList .client_quote>li.left	{width:160px;text-align:center;}

.white_oneArea_numberedList .client_quote>li.left img	{max-width:100%;margin-bottom:20px;}

.white_oneArea_numberedList .client_quote>li.left p		{font-weight:700;}

.white_oneArea_numberedList .client_quote>li.right	{width:calc(100% - 160px);padding-left:100px;}

.white_oneArea_numberedList .client_quote>li.right .quotation	{position:relative;padding:30px 50px;background:#e8e8e8;color:#D24341;border-radius:20px;}

.white_oneArea_numberedList .client_quote>li.right .quotation .arrow-left	{position:absolute;left: -20px;top: calc(50% - 40px);width: 0; height: 0; border-top: 40px solid transparent;border-bottom: 40px solid transparent;border-right:40px solid #e8e8e8; }

@media (min-width:992px) and (max-width:1199px){

	.white_oneArea_numberedList .client_quote	{width:100%;}

}

@media (min-width:768px) and (max-width:991px){

	.white_oneArea_numberedList .client_quote	{width:100%;}

	.white_oneArea_numberedList .client_quote>li.right	{padding-left:40px;}

}

@media (max-width:767px){

	.white_oneArea_numberedList .client_quote		{width:100%;}

	.white_oneArea_numberedList .client_quote>li	{float:none;}

	.white_oneArea_numberedList .client_quote>li.left	{width:100%;}

	.white_oneArea_numberedList .client_quote>li.right	{width:100%;padding-left:0;margin-top:30px;}

	.white_oneArea_numberedList .client_quote>li.right .quotation .arrow-left	{display:none;}

	.white_oneArea_numberedList .download .inner ul>li	{width:100%;float:none;margin-bottom:20px;padding:0;}

}





.white_oneArea_newsletter					{padding:60px 0;}

.white_oneArea_newsletter .icon_wrap		{text-align:center;margin-bottom:40px;}

.white_oneArea_newsletter h2				{text-align:center;font-weight:700;margin-bottom:20px;font-size:22px;color:black;font-family:'Raleway', sans-serif;}

.white_oneArea_newsletter p					{margin-bottom:30px;}

.white_oneArea_newsletter .newsletter_form			{width:625px;margin:50px auto;}

.white_oneArea_newsletter .newsletter_form>li		{float:left;}

.white_oneArea_newsletter .newsletter_form>li.left	{display:none;width:calc(100% - 220px);margin-right:20px;}

.white_oneArea_newsletter .newsletter_form>li.right	{width:100%;text-align:center;}

.white_oneArea_newsletter .newsletter_form>li.left input	{width:400px;}

.white_oneArea_newsletter .success_message			{text-align:center;display:none;}

.white_oneArea_newsletter .error_message			{text-align:center;display:none;}

@media (max-width:767px){

	.white_oneArea_newsletter .newsletter_form		{width:100%;}

	.white_oneArea_newsletter .newsletter_form>li	{float:none;}

	.white_oneArea_newsletter .newsletter_form>li.left	{margin-right:0;margin-bottom:10px;}

	.white_oneArea_newsletter .newsletter_form>li.left input	{width:100%;}

}



.white_oneArea_largeDetailCustom			{padding:60px 0;}

.white_oneArea_largeDetailCustom .left_right		{margin-bottom:20px;}

.white_oneArea_largeDetailCustom .left_right>li		{float:left;}

.white_oneArea_largeDetailCustom .left_right>li.left	{width:100px;margin-right:30px;}

.white_oneArea_largeDetailCustom .left_right>li.right	{width:calc(100% - 130px);height:115px;}

.white_oneArea_largeDetailCustom .left_right>li.right .outer	{display:table;width:100%;height:100%;}

.white_oneArea_largeDetailCustom .left_right>li.right .outer .inner		{display:table-cell;width:100%;height:100%;vertical-align: middle;}

.white_oneArea_largeDetailCustom span.orange	{font-weight:700;color:#D24341;}

.white_oneArea_largeDetailCustom table		{margin-bottom:20px;}

.white_oneArea_largeDetailCustom table tr td		{padding-bottom:15px;}

.white_oneArea_largeDetailCustom table tr td:first-of-type	{min-width:100px;}

.white_oneArea_largeDetailCustom p			{margin-bottom:20px;}

.white_oneArea_largeDetailCustom .details .orange	{font-weight:700;color:#D24341;}

.white_oneArea_largeDetailCustom .details table		{margin-bottom:20px;}

.white_oneArea_largeDetailCustom .details table tr td		{padding-bottom:15px;}

.white_oneArea_largeDetailCustom .details table tr td.first	{min-width:100px;}

@media (max-width:767px){

	.white_oneArea_largeDetailCustom .left_right>li	{float:none;}

	.white_oneArea_largeDetailCustom .left_right>li.left	{width:100%;margin-right:0px;text-align:center;margin-bottom:20px;}

	.white_oneArea_largeDetailCustom .left_right>li.right	{width:100%;height:auto;}

}



.white_oneArea_donate						{padding:0;}

.white_oneArea_donate .left_right			{width: 470px;margin: 0 auto 30px;}

.white_oneArea_donate .left_right>li		{float:left;}

.white_oneArea_donate .left_right>li.left	{margin-right:10px;}

.white_oneArea_donate .left_right>li.right p	{font-size:24px;font-weight:600;padding-top:20px;}

@media (max-width:767px){

	.white_oneArea_donate .left_right		{width:100%;}

	.white_oneArea_donate .left_right>li	{float:none;width:100%;text-align:center;}

	

	

}



.grey_leftRight_leftWordRightPic .left_right>li		{float:left;width:50%;}

.grey_leftRight_leftWordRightPic .left_right>li.left	{background:#e8e8e8;height:276px;}

.grey_leftRight_leftWordRightPic .left_right>li.left .content_wrap		{padding:40px 0 40px 40px;width:calc( 1380px / 2 );margin-left:calc(100% - (1380px / 2));}

.grey_leftRight_leftWordRightPic .left_right>li.left .content_wrap .title	{margin-bottom:20px;font-size: 31px;font-weight: 700;font-family: 'Raleway', sans-serif;}

.grey_leftRight_leftWordRightPic .left_right>li.left .content_wrap .description	{margin-bottom:20px;}

.grey_leftRight_leftWordRightPic .left_right>li.right .image			{width:100%;height:276px;}

.grey_leftRight_leftWordRightPic .left_right>li.right .image img		{display:none;}

@media (min-width:1200px) and (max-width:1439px){

	.grey_leftRight_leftWordRightPic .left_right>li.left .content_wrap		{padding:30px 0 30px 20px;width:calc( 1140px / 2 );margin-left:calc(100% - (1140px / 2));}

}

@media (min-width:992px) and (max-width:1199px){

	.grey_leftRight_leftWordRightPic .left_right>li.left .content_wrap		{padding:30px 0 30px 20px;width:calc( 960px / 2 );margin-left:calc(100% - (960px / 2));}

}

@media (min-width:768px) and (max-width:991px){

	.grey_leftRight_leftWordRightPic .left_right>li							{float:none;width:100%;}

	.grey_leftRight_leftWordRightPic .left_right>li.left .content_wrap		{padding:30px; width:100%;margin-left:0;}

}

@media (max-width:767px){

	.grey_leftRight_leftWordRightPic .left_right>li							{float:none;width:100%;}

	.grey_leftRight_leftWordRightPic .left_right>li.left					{height:auto;}

	.grey_leftRight_leftWordRightPic .left_right>li.left .content_wrap		{padding:20px; width:100%;margin-left:0;}

	.grey_leftRight_leftWordRightPic .left_right>li.right .image			{background:transparent !important;height:auto;}

	.grey_leftRight_leftWordRightPic .left_right>li.right .image img		{display:block;width:100%;}

}







.grey_3colButton_picTitleParagraph					{padding:60px 0;background:#e8e8e8;}

.grey_3colButton_picTitleParagraph .each_col .inner 		{padding:0 40px;}

.grey_3colButton_picTitleParagraph .each_col .image	{width:100%;height:200px;}

.grey_3colButton_picTitleParagraph .each_col .image_wrap	{height:130px;margin-bottom:20px;display:table;width:100%;}

.grey_3colButton_picTitleParagraph .each_col .image_wrap .inside	{display:table-cell;width:100%;vertical-align:middle;text-align:center;}

.grey_3colButton_picTitleParagraph .each_col .image_wrap .inside img	{max-height:100%;max-width:100%;}

.grey_3colButton_picTitleParagraph .each_col .title	{font-weight:700;margin:20px 0;}

.grey_3colButton_picTitleParagraph .each_col .description	{margin-bottom:20px;}

.grey_3colButton_picTitleParagraph .each_col .link	{font-weight:700;}

.grey_3colButton_picTitleParagraph .button_row		{text-align:center;margin-top:20px;}

@media (min-width:992px) and (max-width:1199px){

	.grey_3colButton_picTitleParagraph .each_col .inner	{padding:0 10px;}

}

@media (min-width:768px) and (max-width:991px){

	.grey_3colButton_picTitleParagraph .each_col .inner	{padding:0 0px;}

}





.grey_oneAreaTwoCol_titleParagraphLeftPicRightContent		{padding:60px 0;background:#e8e8e8;}

.grey_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right	{width:75%;margin:60px auto;}

.grey_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li	{float:left;}

.grey_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li.left	{width:120px;margin-right:20px;}

.grey_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li.left img	{max-width:120px;}

.grey_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li.right	{width:calc(100% - 140px);}

.grey_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li.right	h3	{}

.grey_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li.right p.below_title_bold	{margin-top:5px;font-weight:700;}

.grey_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li.right	p	{margin-bottom:30px;margin-top:30px;}

.grey_oneAreaTwoCol_titleParagraphLeftPicRightContent .left_right>li.right .btn_wrap a:first-of-type	{margin-right:20px;}





.grey_oneArea_iconParagraphButton					{padding:60px 0;background:#e8e8e8;}

.grey_oneArea_iconParagraphButton .icon_wrap		{text-align:center;margin-bottom:40px;}

.grey_oneArea_iconParagraphButton .title			{text-align:center;font-weight:700;margin-bottom:20px;font-size: 22px;color: black;font-family: 'Raleway', sans-serif;}

.grey_oneArea_iconParagraphButton p					{margin-bottom:30px;}

.grey_oneArea_iconParagraphButton .button_wrap		{text-align:center;}


.orange_oneArea_oneLineButton						{padding:60px 0;background:#D24341;}

.orange_oneArea_oneLineButton .title					{font-weight:700;color:white;text-align:center;margin-bottom:20px;font-size: 31px;font-family: 'Raleway', sans-serif;}

.orange_oneArea_oneLineButton .button_wrap			{text-align:center;}


.picture_oneArea_titleParagraph						{padding:60px 0 80px;}

.picture_oneArea_titleParagraph h2					{color:white;}

.picture_oneArea_titleParagraph p					{color:white;}


.white_oneArea_titleSubtitleParagraph				{padding:60px 0;}
.white_oneArea_titleSubtitleParagraph .subtitle		{margin-bottom:30px;text-align:center;}
.white_oneArea_titleSubtitleParagraph p.center_it	{text-align:center;}

.white_oneArea_market								{padding:60px 0;}
.white_oneArea_market .filter_row .filters			{max-width:1200px;margin:0 auto 30px;}
.white_oneArea_market .filter_row .filters>li		{float:left;}
.white_oneArea_market .filter_row .filters>li.left	{width:300px;padding-right:30px;margin-right:30px;border-right:1px solid grey;}
.white_oneArea_market .filter_row .filters>li.right	{width:calc(100% - 360px);}
.white_oneArea_market .filter_row .filters>li.right .tags>li	{float:left;margin-right:15px;margin-bottom:10px;}
.white_oneArea_market .filter_row .filters>li.right .tags>li .each_tag	{background:#ffffff;border:1px solid #ACC1CF;border-radius:15px;text-align:center;position:relative;padding:2px 26px 2px 12px;}
.white_oneArea_market .filter_row .filters>li.right .tags>li .each_tag:hover	{background:#f1f1f1;}
.white_oneArea_market .filter_row .filters>li.right .tags>li .each_tag:focus	{background-image:linear-gradient(180deg, #f1f1f1 0%, #ffffff 100%);}
.white_oneArea_market .filter_row .filters>li.right .tags>li .each_tag .name	{font-size:14px;}
.white_oneArea_market .filter_row .filters>li.right .tags>li .each_tag .check	{position:absolute;right:4px;top: 8px;}
.white_oneArea_market .filter_row .filters>li.right .tags>li .each_tag .uncheck	{display:none;position:absolute;right:4px;top: 8px;}
.white_oneArea_market .filter_row .filters>li.right .tags>li .each_tag.selected	{background:#ACC1CF;}
.white_oneArea_market .filter_row .filters>li.right .tags>li .each_tag.selected:hover	{background:#88A1B3;}
.white_oneArea_market .filter_row .filters>li.right .tags>li .each_tag.selected:focus	{background-image:linear-gradient(180deg, #527086 0%, #88A1B3 100%);}
.white_oneArea_market .filter_row .filters>li.right .tags>li .each_tag.selected .check	{display:none;}
.white_oneArea_market .filter_row .filters>li.right .tags>li .each_tag.selected .uncheck	{display:block;}
.white_oneArea_market .filter_row .clear_filter		{text-align:center;margin:20px 0;font-weight:bold;display:none;}
.white_oneArea_market .items_row					{padding:60px 0;}
.white_oneArea_market .items_row .items>li			{float:left;width:calc( (100% - 90px) / 3 );height:500px;margin-right:30px;margin-bottom:30px;}
.white_oneArea_market .items_row .items>li .image_wrap		{border:1px solid grey;width:100%;height:171px;} /*2.4 raito*/
.white_oneArea_market .items_row .items>li .image_wrap img	{display:none;}
.white_oneArea_market .items_row .items>li .name	{font-weight:bold;margin:15px 0;font-family:'Raleway', sans-serif;}
.white_oneArea_market .items_row .items>li .paragraph	{margin-bottom:20px;}
.white_oneArea_market .items_row .items>li .tags		{margin-bottom:20px;}
.white_oneArea_market .items_row .items>li .button_wrap	{text-align:center;}
.white_oneArea_market .nothing_found					{background: #9fadb6;padding: 60px;margin-top: 80px;text-align: center;display:none;}
.white_oneArea_market .nothing_found svg			{font-size:28px;font-weight:300;}
.white_oneArea_market .all_vendors_toggle_row		{text-align:center;font-weight:bold;display:none;}

@media (min-width:1200px) and (max-width:1439px){
	.white_oneArea_market .items_row .items>li		{height:550px;}
}
@media (min-width:992px) and (max-width:1199px){
	.white_oneArea_market .items_row				{padding-bottom:0;}
	.white_oneArea_market .items_row .items>li		{height:500px;width:calc((100% - 60px)/2);margin-right:30px;}
}
@media (max-width:991px){
	.white_oneArea_market							{padding:0;}
	.white_oneArea_market .filter_row .filters>li	{float:none;}
	.white_oneArea_market .filter_row .filters>li.left	{width:100%;padding-right:0;margin-right:0;border-right:0;margin-bottom:20px;}
	.white_oneArea_market .filter_row .filters>li.right	{width:100%;}
	.white_oneArea_market .items_row .items>li		{float:none;width:100%;height:auto;margin-right:0;}
	.white_oneArea_market .items_row .items>li .image_wrap	{background:none !important;height:auto;border:0;text-align:center;}
	.white_oneArea_market .items_row .items>li .image_wrap img	{display:block;margin:0 auto;border:1px solid grey; max-width: 100%;}
}


.white_greyAreaRows									{padding:0 0 60px;}
.white_greyAreaRows .top_text						{color:#007bff;margin-bottom:10px;}
.white_greyAreaRows .each_sponsor					{background:#f1f1f1;padding:30px 20px;}
.white_greyAreaRows .each_sponsor .left_right>li	{float:left;}
.white_greyAreaRows .each_sponsor .left_right>li.left	{width:350px;margin-right:30px;}
.white_greyAreaRows .each_sponsor .left_right>li.left img	{max-width:100%;}
.white_greyAreaRows .each_sponsor .left_right>li.right	{width:calc(100% - 380px);}
.white_greyAreaRows .each_sponsor .left_right>li.right .title	{font-weight:bold;font-family:'Raleway', sans-serif;margin-bottom:20px;}

@media (max-width:991px){
	.white_greyAreaRows .each_sponsor .left_right>li	{float:none;}
	.white_greyAreaRows .each_sponsor .left_right>li.left	{width:100%;margin-right:0;margin-bottom:20px;}
	.white_greyAreaRows .each_sponsor .left_right>li.right	{width:100%;}
	
}

.error-404											{padding:120px 0;}
.error-404 h1										{margin-bottom:30px;}


.sitemap_area header								{display:none;}
.sitemap_area footer								{display:none;}
.sitemap_area #site-tree-page-list-title			{display:none;}
.sitemap_area #site-tree-post-list-title			{display:none;}


.white_oneArea_paragraphTestimonial.sponsor p {
	padding-bottom: 1em;
}

.gform_wrapper.gravity-theme .gfield {
	margin-bottom: 2em;
}

h2.gform_title:after {
    content: "";
    width: 100px;
    height: 6px;
    background: #067EB1;
    display: block;
    margin: 10px auto 0;
}
h2.gform_title {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 50px;
}

.lower {text-transform: none!important;}

hr{content:"";width:100px;height:6px;background:#067EB1;display:block;margin:10px auto 50px;border:none!important;}

@media (max-width:767px){
	hr	{margin-bottom:30px;}
}

.btn_blue {
	margin-bottom: 5px;
}

.page-id-15429 table {
	table-layout: auto!important;
	max-width: 500px;
}
.page-id-15429 table td, .page-id-15429 table th {
	padding: 0 1em 1em 0;
	border: none;
}
.page-id-15429 table tr {
	vertical-align: top;
}