@import 'vars.css';

*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	outline: none;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: inherit;
}
ul,ol{
	list-style: none;
}
body{
	font-family: var(--font),sans-serif;
	background-color: var(--body-bg);
	color: var(--dark);
	line-height: 1.41;
	font-size: 20px;
}
input,button,textarea{
	font-family: inherit;
	font-size: inherit;
}
.align-center {
	text-align: center;
}
h1,h2,h3,h4,h5,h6{
	font-family: var(--font2);
}
.wb-notice{
	font-size: 0.9em;
	font-weight: 700;
	padding: 15px;
}
.header {
	display: flex;
	flex-direction: column;
	
}
.header .nav_wrap{
	order: 1;
}
.responsive-menu .menu>li>a{
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 10px 30px;
	line-height: 1.363636;
	transition:0.3s all;
	text-align: center;
	height: 98px;
	display: flex;
	align-items: center;
	
}
.responsive-menu .menu>li>a:hover{
	color: var(--green);
}
.responsive-menu .menu>.current-menu-item>a,
.responsive-menu .menu>.current-menu-ancestor>a{
	background: var(--green-dk);
	color: #fff!important;
}
.responsive-menu .menu>li{
	position: relative;
	display: inline-block;
}
.responsive-menu .menu .sub-menu{
	position: absolute;
	top:100%;
	left: 0;
	top:100%;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	background-color: #fff;
	min-width: 210px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all;
}
.responsive-menu .menu>li:hover>.sub-menu{
	opacity: 1;
	visibility: visible;
}
.responsive-menu .menu .sub-menu a{
	font-weight: 700;
	font-size: 18px;
	padding: 13px 34px;
	display: block;
	line-height: 1.3;
	text-decoration: none;
	color: var(--dark);
}
.responsive-menu .menu .sub-menu a:hover{
	color: #fff;
	background: var(--purple);
}
.responsive-menu .menu{
	display: flex;
	justify-content: center;
}
.responsive-menu .menu .arrow{
	display: none;
	vertical-align: middle;
	line-height: 0;		
}
.responsive-menu .menu .arrow svg{
	vertical-align: middle;
}
.responsive-menu .menu .menu-item-has-children>a>.arrow{
	display: block;
	margin-left: 5px;
}
.responsive-menu .menu .menu-item-has-children>a>.arrow svg path{
	fill: currentColor
}
.nav_wrap {
	background-color: #fff;
}
.search-wrap {
	padding: 65px 0;
}
.search-wrap .search-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.search-wrap .search-box h3{
	font-size: 1.9em;
	line-height: 1.11;
	margin-bottom: 20px;
}
.search-wrap .search-box ._wrap{
	
	flex: 0 0 auto;
	max-width: 650px;
	
}
.search-wrap .search-box ._wrap p{
	font-size: 1.1em;
}
.search-box form{
	display: flex;
	width: 450px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.search-box form button{
	width: 55px;
	height: 55px;
	background: none;
	cursor: pointer;
	border: none;
}
.search-box form button svg{
	width: 22px;
}
.search-box ._form{
	margin-left: auto;
	font-size: 1.1em;
}
.search-box form input[type="search"]{
	order: 1;
	border: none;
	flex-grow: 1;	
	padding: 10px 15px 10px 0;
}
.page-wrap {
	padding-top: 55px;
	padding-bottom: 25px;
}
.bottom-footer {
	padding: 22px 0;
}
.bottom-footer .menu li{
	display: inline-block;
	padding: 0 15px;
	position: relative;
}
.bottom-footer .menu li:after{
	position: absolute;
	content: '';
	background: #fff;
	width: 1px;
	height: 100%;
	right: 0;
	top:0;
}
.bottom-footer .menu li a{
	text-decoration: none;
	display: block;
	line-height: 1.5;
}
.top-footer ._footer_wrap{
	display: flex;
	padding-top:  35px;
	padding-bottom: 22px;
	justify-content: space-between;
}
.top-footer ._footer_wrap ._text{
	flex: 0 0 auto;
	max-width: 765px;
	width: calc(100% - 380px);
	padding-right: 15px;
}
.top-footer ._footer_wrap ._announce{
	flex: 0 0 auto;
	padding: 40px 60px 60px;
	min-height: 530px;
	position: relative;
	width: 380px;
}
.top-footer ._footer_wrap ._announce:after{
	position: absolute;
	content: '';
	bottom: 60px;
	left: 40px;
	right: 40px;
	height: 1px;
	background: #fff;
}
.top-footer ._footer_wrap ._announce>h3{
	font-size: 30px;
	padding-bottom: 18px;
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
}
.full-wrap {
	padding: var(--bs-gutter-x,.75rem);
}
.wb_blogs .title,
.wb_feature_box .title{
	font-size: 1.3em;
	line-height: 1.23;
	display: block;
	margin-bottom: 5px;
	color: var(--green);
	text-decoration: none;
	font-family: var(--font2);
	font-weight: 700;
	text-transform: uppercase;
}
.wb_blogs.thumbnail{
	margin-bottom: 23px;
}
.wb_blogs .item-wrap{
	padding-top: var(--bs-gutter-x);
	padding-bottom: var(--bs-gutter-x);
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}
.wb_feature_box {
	padding-top: var(--bs-gutter-x);
	padding-bottom: var(--bs-gutter-x);
}
.divider {
	border-bottom: 1px solid var(--color-border);
	margin-top: 30px;
}
.single-content p {
  margin: 1em 0;
  line-height: 1.5em;  
}
.single-content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.single-content h2 {
  font-size: 1.28em;
  margin: 0.83em 0; 
  font-style: normal;
  /*text-transform: uppercase;*/
}
.single-content h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.single-content h4 {
  margin: 1.33em 0;
  line-height: 1.4em;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: .5px;
}
.single-content h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h5,
.single-content b,
.single-content strong{
	font-weight: 600;
	line-height: 1.3em;
}
.single-content blockquote {
  display: inline-block;
  margin: 1em 0;  
  position: relative;
  color: #00a3f7;    
  max-width: 100%;    
  clear: both;
  font-size: 18px;
  padding: 10px 0 10px 35px;
}
.single-content blockquote:before{
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	top:5px;
	left: 0;
	font-size: 24px;
}
.single-content blockquote.quote-right{
	padding: 10px 0 10px 20px;
	float: right;
	margin: 0.3em 0;
	margin-left: 20px;
	border-left: 2px solid #CBCBCB;
	width: 245px;	
}
.single-content blockquote.quote-left{
	padding: 10px 20px 10px 0;
	float: left;
	margin: 0.3em 0;
	margin-right: 20px;
	border-right: 2px solid #CBCBCB;
	width: 245px;
	
}
.single-content blockquote.quote-right:before,
.single-content blockquote.quote-left:before{
	display: none;
}
.single-content blockquote p {
  color: #1D4262;
  margin: 0;
}
.single-content ul {
  display: block;
  list-style: disc;
  margin: 1em 0;
  padding-left: 20px;
}
.single-content a{
	color: #00a3f7;
	text-decoration: none;
}
.single-content a:hover{
	color: var(--green-dk);
	transition: 0.3s all;
	text-decoration: underline;	
}
.single-content .alignleft {
	float: left;
	max-width: 100%;
	padding-right: 25px;
}
.single-content .alignright {
	float: right;
	max-width: 100%;
	padding-left: 25px;
}
.single-content .aligncenter {
	text-align: center;
	display: block;
	margin: auto;
}
.single-content ol {
  display: block;
  list-style: decimal;
  margin: 1em 0;
  padding-left: 20px;
}
.single-content>*:first-child{
	margin-top: 0 !important;
}
.single-content .og-btn{
	color: #fff;
	margin: 0px 0 15px 0;
	border-radius: 4px;
}
.header_mobile {
	display: none;
}
.header.img_background{
	position: relative;
	
}
.header.img_background .img_bg,
.header.img_background .img_bg img{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	object-fit:cover;
	
}
.header.img_background  .search-wrap{
	z-index: 1;
	position: relative;
}
.header.img_background  .search-wrap .search-box{
	background: #fff;
	float: right;
	max-width: 640px;
	padding: 30px 40px;
	background: rgba(255,255,255,0.8);
	display: block;
	
}
.header.img_background  .search-wrap .search-box ._form{
	width: 100%;
	margin-top: 45px;
	
}
.header.img_background  .search-wrap .search-box form{
	width: 100%;
}
.header.img_background .search-wrap .search-box h3 {
	color: var(--green);
}
.header.img_background .search-wrap {
	padding-top: 170px;
	padding-bottom: 170px;
}
.header.img_background .nav_wrap{
	background-color: rgba(0,0,0,0.5);
	position: relative;
	color: #fff;
	z-index: 301;
}
.wb_staff {
	display: flex;
	align-items: center;
}
.wb_staff .avatar{
	flex: 0 0 auto;
	width: 150px;
}
.wb_staff .avatar .holder{
	position: relative;
	padding-top: 100%;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.wb_staff .avatar .holder img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit:cover;
	top:0;
	left: 0;
}
.wb_staff .vcard{
	flex-grow: 1;
	padding-left: 30px;
}
.wb_staff .vcard h4{
	color: var(--green);
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 1.2em;
}
.wb_staff .vcard h4 a{
	color: inherit;
}
.wb_staff .vcard ._pos{
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1em;
	font-style: italic;
}
.wb_staff ._social{
	margin-top: 15px;
}
.wb_staff ._social ul{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.wb_staff ._social ul a{
	color: var(--green-dk);
	display: block;
	width: 35px;
	line-height: 35px;
	font-size: 18px;
	
}
.wb_staff ._social ul{
	margin: 0 -5px;
}
.wb_staff ._social ul li{
	padding: 5px;
}
.wb_staff ._social ul .custom_link a{
	width: auto;
	white-space: nowrap;
}
.wb_staff {
	padding-top: 15px;
	padding-bottom: 15px;
}
.wp_feature_staff .vcard{
	width: calc(100% - 450px)
	
}
.wp_feature_staff .avatar{
	width: 450px;
}
.full-wrap .container{
	padding-left: 0;
	padding-right: 0;
}
.wb-body .header .nav_wrap{
	position: absolute;
	left: 0;
	width: 100%;
}
.wb-body > .full-wrap{
	padding-top: 0;
	padding-bottom: 0;
}
.section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.vc_custom_heading.heading{
	font-size: 40px;
	text-transform: uppercase;
	font-weight: var(--font);
	font-weight: 700;
	color: var(--green);
}
.single-content h3.vc_custom_heading{
	font-size: 26px;
}
.single-content .wpb_text_column {
	line-height: 1.41;
}
.uppercase{
	text-transform: uppercase;
}
.single-content .vc_custom_heading{
	color: var(--green);
}
.section > .wpb_column >.vc_column-inner{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.section > .wpb_column >.vc_column-inner>.wpb_wrapper .heading:first-child{
	margin-top: 0;
}
.single-content .wpb_text_column  li{
	margin: 0.83em 0;
}
.single-content .wpb_content_element{
	margin-bottom: 1em;
}
/*
.wb_float_menu {
	position: fixed;
	top:50%;
	left: 15px;
	transform: translateY(-50%);
	z-index: 303;
	transition: 0.3s all;
}
*/

.wb_float_menu ul{
	padding: 0!important;
	list-style: none!important;
}
/*
.wb_float_menu.hide{
	opacity:0;
	visibility: hidden;
}
.wb_float_menu a{
	position: relative;
	width: 3px;
	height: 40px;
	background: var(--dark);
	display: block;
	margin: 3px 0;
	transition: 0.3s all;
	color: inherit;
}
.wb_float_menu a span{
	position: absolute;
	left: 10px;
	width: 150px;
	font-size: 16px;
	top:50%;
	transform: translateY(-50%);
	line-height: 1.3;
	
	transition: 0.3s all;
	font-weight: 600;
}

.wb_float_menu a.active {
	width: 5px;
	height: 50px;
	background: var(--green);
}
*/
.wb_float_menu a:hover span{
	opacity: 1;
	visibility: visible;
	
}
.wb_float_menu a.active span{
	color: var(--purple);
	
}
.sticky_container >.vc_column-inner>.wpb_wrapper,
.sticky_container >.vc_column-inner>.wpb_wrapper>.wb_float_menu{
	height: 100%;
}
.wb_float_menu a{
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	border-left:4px solid #fff;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8995799003195029) 50%, rgba(255,255,255,0) 100%);
	color: inherit;  
}
.wb_float_menu a.active {
	border-left-color: var(--green);;
}
.wb_float_menu li{
	border-bottom: 1px solid transparent;
}
.wb_announ_wrap ._announce >.vc_column-inner {
	padding: 40px 60px 60px;
	min-height: 530px;
	position: relative;
	max-width: 380px;
	background: var(--purple);
	color: #fff;
	margin-left: auto;
}
.wb_announ_wrap ._announce h3.vc_custom_heading{
	margin-top: 0;
	font-size: 30px;
	padding-bottom: 18px;
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
	color: inherit;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
	border-color: var(--color-border)!important;
}
.footer_copy {
	display: flex;
	align-items: center;
}
.footer_copy .socials{
	display: flex;
}
.footer_copy .socials a{
	display: inline-block;
	min-width: 30px;
	text-align: center;
}