/* normal */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition-duration:0.15s;
}
html,
body {
	font-family: "stevie-sans", sans-serif;
	font-size: 17px;
	color: #777d73;
	font-weight: 400;
	line-height:1.8;
}

body {
	background: url(img/bg.jpg) #fff;
}
img {
	border: 0px;
	display: block;
	max-width: 100%;
	height:auto;
}
a{color:inherit; text-decoration: none;}

input,
select,
textarea,
button{ -webkit-appearance: none;-moz-appearance:none; appearance:none; outline: none;}
input[type="checkbox"]{-webkit-appearance: unset;-moz-appearance:unset; appearance:unset;}

ul {
	list-style: disc;
}
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
	font-weight: 700; line-height:1.3; color:#2f5597; font-family: "capucine-web", sans-serif;
}

h1, .h1{font-size:36px; margin-bottom:50px}
h2, .h2{font-size:24px;}
h3, .h3{font-size:22px;}
h4, .h4{font-size:20px;}
h5, .h5{font-size:19px;}
h6, .h6{font-size:18px;}

p{margin-bottom:1em}

.frame{max-width:1500px; margin:0 auto; padding: 0 0px; background:#fff}

.maxw1{max-width:1440px; margin:0 auto; padding: 0 20px;}
.maxw2{max-width:1300px; margin:0 auto; padding: 0 20px;}
.maxw3{max-width:800px; margin:0 auto; padding: 0 20px;}

.clear{clear:both;}

svg{display:flex}

.btn{display:inline-block; cursor:pointer; line-height:1 }
.btn.l_btn{border-radius:100px; padding: 18px 30px; line-height:1; font-size:19px;}
.btn.icon_left i{margin-right:15px; color:#9cca7c}
.btn.white_border{border:1px solid #fff;}
.btn.white_border:hover{border:1px solid #2f5597; background:#fff; color:#2f5597}
.btn.clr1_white{border:1px solid #2f5597; background:#2f5597; color:#fff;}
.btn.clr1_border{border:1px solid #2f5597;  color:#2f5597;}
.btn.clr1_border:hover{border:1px solid #2f5597;  background:#2f5597; color:#fff;}

.col50{width:50%; float:left;}

.flexbox{display:flex; flex-wrap:wrap;     align-items: stretch;}

.grid{display:grid; gap: 30px;}
.grid.cols2{grid-template-columns: repeat(2, 1fr);}
.grid.cols3{grid-template-columns: repeat(3, 1fr);}
.grid.cols4{grid-template-columns: repeat(4, 1fr);}
.grid.cols5{grid-template-columns: repeat(5, 1fr);}
.grid.cols6{grid-template-columns: repeat(6, 1fr);}

.grid .col2{grid-column:span 2}
.grid .col3{grid-column:span 3}
.grid .col4{grid-column:span 4}
.grid .col5{grid-column:span 5}
.grid .col6{grid-column:span 6}

.grid.align_center{align-items: center;}
.grid.align_bottom{align-items: end;}


.left_icon{width:30px; position:absolute; left:0; top:10px; height:22px }
.left_icon img{max-height:100%; position:absolute; bottom:0}
.padding_left{padding-left:50px; position:relative; }

.content_container ul, .content_container ol{margin-left:30px; margin-bottom:1em;}
.content_container b, .content_container strong{font-weight:var(--bold_weight)}
.content_container a{color:var(--clr2); font-weight:var(--normal_weight)}


.big_menu{position:absolute; top:0; right:0; background:#2f5597; color:#fff; z-index:99999999999; width:100%; height:0; overflow:hidden; transition-duration:1s}
.big_menu.open{height:100%; overflow-y:auto}
.big_menu.open::-webkit-scrollbar {
    width: 12px;
}

.big_menu.open::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.big_menu.open::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.big_menu .inner{ padding: 30px 20px;}
.big_menu .close{text-align:right; margin-bottom: 30px}
.big_menu .close .close_btn{display:inline-block; border:1px solid #fff; color:#fff; border-radius:100px; padding: 18px 30px; line-height:1; font-size:19px; cursor:pointer}
.big_menu .close .close_btn:hover{border:1px solid #2f5597; color:#2f5597; background:#fff}
.big_menu .close .close_btn span{margin-left:20px; display:inline-block; vertical-align:middle}
.big_menu .close .close_btn  i{display:inline-block; vertical-align:middle;}


.big_menu ul li{list-style:none; font-size:30px }
.big_menu ul li a{ padding: 10px 0px; display:block}
.big_menu ul li ul{display:none; margin-left:20px}
.big_menu ul li ul li {position:relative; font-size:90%}
.big_menu ul li ul li a{padding: 5px 30px 5px 20px; border-left:3px solid #2f5597}
.big_menu ul li.menu-item-has-children i{position:relative; width: 25px; height:25px; line-height:25px; text-align:center; border-radius:100%; border:1px solid #fff; display:inline-block; font-size:15px; margin-left:35px; transition-duration:0.5s }
.big_menu ul li.menu-item-has-children i:after{content:""; border-bottom:1px solid #fff; width: 30px; position:absolute; right:100%; top:50%;}
.big_menu ul li.menu-item-has-children.sub > a i{transform: scaley(-1); background:#fff; color:#2f5597}
.big_menu ul li ul li ul{left:100%; top:0}



.header{padding: 20px 0; font-size:0}
.header .logo{width: 250px; display:inline-block; vertical-align:middle;}
.header .right{width:calc(100% - 300px); display:inline-block; vertical-align:middle; text-align:right}
.header .right .menu_btn{display:none}
.header .main_menu{display:inline-block; font-weight:300; font-size:21px; margin-right:20px; text-align:left;}
.header .main_menu > ul > li{display:inline-block; margin: 0 20px }
.header .main_menu > ul > li > a:hover{color:rgba(255,255,255,0.5)}
.header .main_menu ul li a{ padding: 10px 0px; display:block}
.header .main_menu ul li.menu-item-has-children > a:after{content:"\f107"; font-weight:300; font-family:"Font Awesome 6 Pro"; margin-left:10px; color:#9cca7c }
.header .main_menu ul li ul{display:none; position:absolute; background:#fff; z-index:999}
.header .main_menu ul li:hover > ul{display:block}
.header .main_menu ul li ul li {display:block; position:relative}
.header .main_menu ul li ul li a{padding: 5px 30px 5px 20px; border-left:3px solid #2f5597}
.header .main_menu ul li ul li a:hover{ border-left:3px solid #9cca7c; color:rgba(255,255,255,0.5)}
.header .main_menu ul li ul li.menu-item-has-children > a{position:relative}
.header .main_menu ul li ul li.menu-item-has-children > a:after{content:"\f105"; font-weight:300; font-family:"Font Awesome 6 Pro"; margin-left:10px; position:absolute; right:10px; top:8px; color:#9cca7c}
.header .main_menu ul li ul li ul{left:100%; top:0}

.header .menu_btn{display:inline-block; background:#2f5597; color:#fff; border:1px solid #fff; border-radius:100px; padding: 18px 30px; line-height:1; font-size:19px; cursor:pointer}
.header .menu_btn:hover{background:#fff; color:#2f5597;  border:1px solid #2f5597; }
.header .menu_btn span{display:none}


.banner{background:#2f5597; color:#fff;}
.banner .text_bar{ padding: 50px 50px 50px calc(50% - 700px); width:calc(50% - 290px);float:left;  min-height: 300px; font-size:130%; position:relative; z-index:1}
.banner .text_bar ul{list-style:none; }
.banner .text_bar ul a:hover{color:rgba(255,255,255,0.5)}
.banner .text_bar ul li{padding: 10px 0; border-bottom:1px solid rgba(255,255,255,0.2); position:relative;}
.banner .text_bar ul li.menu-item-has-children > a{position:relative; display:block;}
.banner .text_bar ul li.menu-item-has-children > a:after{content:"\f105"; font-weight:300; font-family:"Font Awesome 6 Pro"; margin-left:10px; position:absolute; right:10px; top:3px; color:#9cca7c}
.banner .text_bar > ul > li > ul{font-size:80%; }
.banner .text_bar ul ul{display:none; position:absolute; left:100%; background:#2f5597; top:0; padding: 0 50px ; min-width:100%}
.banner .text_bar ul li.menu-item-has-children:hover > ul{display:block}


.banner .text_bar .banner_title{font-size:32px; font-weight:700; margin-bottom:20px}
.banner .text_bar .btn{margin-top:20px;}
.banner .slider{width:calc(50% + 290px); overflow:hidden; float:left; }

.banner .slider .slick-slider{height: 100%;}
.banner .slider .slick-list{position:relative; height:100%}
.banner .slider .slick-track{position:relative; height:100%}
.banner .slider .slide{ height:100%}



#breadcrumbs{text-align:right; color:#d5d5d5; font-size:80%; padding: 10px 0 0; line-height:0}

.content_bar{}
.content_bar ul, .content_bar ol{margin-left:30px; margin-bottom:1em}
.content_bar table{ margin-bottom:1em; border-collapse:collapse}
.content_bar table td{border:1px solid #d5d5d5; padding:0px 10px}
.content_bar a{color:#2f5597}
.content_bar strong{font-weight:700}

.content_bar .left{width:calc(100% - 450px); margin-top:110px; padding: 0px 70px 110px 50px; position:relative;}
.content_bar .fast_links{margin-top:20px}
.content_bar .fast_links ul{ font-size:21px; margin-left:0; margin-top:30px;}
.content_bar .fast_links li{position:relative; padding-left:40px; list-style:none; margin-bottom:15px;}
.content_bar .fast_links li a:hover{color:#9cca7c}
.content_bar .fast_links li:before{ content:""; width: 20px; height:20px; background:url(img/dots_red.svg) no-repeat center/contain; position:absolute; left:0; top:8px }
.content_bar .right{width:450px;      margin-top: -100px;    padding: 30px 50px;    background: #fff;    z-index: 999;    border-radius: 30px;}

.content_bar .right .image_right{position:relative;}
.content_bar .right .clipped_img .image:after{content:""; padding-bottom:100%; display:block;}

.news_bar{background:#efefef; width:100%; position:relative; padding:40px 0 }

.news_bar .news_item{background:#efefef; display:block; position:relative;}
.news_bar .news_item .title{font-size:36px; font-weight:700;  margin-bottom:20px}
.news_bar .news_item .title span{font-weight:100}
.news_bar .news_item .text{max-height:100px;overflow: hidden;}
.news_bar .news_item .more{text-decoration:underline}
.news_bar .news_item:hover .more{font-weight:700}
.news_bar .all{text-decoration:underline; margin-top:30px; display:block;}

.footer{background:#2f5597; color:#fff; padding-top:60px;}
.footer .title{font-size:30px; font-weight:700; margin-bottom:30px; line-height:1.3; font-family: "capucine-web", sans-serif;}

.footer .contact_links ul li{list-style:none}
.footer .contact_links ul li i{display:inline-block; vertical-align:middle; width: 25px;}
.footer .contact_links ul li a:hover{color:rgba(255,255,255,0.7)}

.footer .bottom{margin-top:60px; padding:20px 0; border-top:1px solid rgba(255,255,255,0.3); display:flex; color:rgba(255,255,255,0.5); justify-content: space-between; font-size:16px;}
.footer .bottom a:hover{color:#fff}


.news_archive .news_item{padding: 20px 0; border-bottom:1px solid #51446c; display:block}
.news_archive .news_item:hover{color:#9cca7c}
.news_archive .news_item .image{width:150px; margin-right:30px; float:left;}
.news_archive .news_item .image:after{display:block; content:""; padding-bottom:100%;}
.news_archive .news_item .text{width:calc(100% - 180px); float:left;}
.news_archive .news_item .text.wide{width:100%}
.news_archive .news_item .title .date{font-weight:100; display:inline-block; font-size:80%}
.news_archive .news_item .more{text-decoration:underline}

.team_block .member_group {margin-bottom:2em}
.team_block .member_group .h2{margin-bottom:20px}
.team_block .member_group .team_member{padding:20px 0; border-bottom:1px solid #efefef; display:grid; grid-template-columns:100px 1fr; align-items:start; gap:25px;}
.team_block .member_group .team_member .team_image{border-radius:100%;}
.team_block .member_group .team_member .team_image:after{content:""; padding-bottom:100%; display:block}

.contact_block{ background:#efefef;  padding: 50px 30px; border-radius:10px 10px 0 0; margin-top:20px}
.contact_block ul{list-style:none; margin-left:0; margin-top:20px}
.contact_block ul li{min-height:20px}
.contact_block ul li i{display:inline-block; vertical-align:middle; width: 25px; color:#9cca7c}
.contact_block ul li a:hover{color:#9cca7c}
.map iframe{width:100%; height:200px;}

.subpages-page-list{list-style:none}
.subpages-page-list li{margin-bottom:10px;}
.subpages-page-list li a{border-radius:100px; padding: 18px 30px; line-height:1; font-size:19px; display:block; max-width:300px; border:1px solid #2f5597; color:#2f5597; text-align:center;}
.subpages-page-list ul{display:none}

.wpcf7 .form_item{margin-bottom: 20px;}
.wpcf7 .label{width: 160px; display:inline-block; vertical-align:top}
.wpcf7 .form_field{width: calc(100% - 170px); display:inline-block; vertical-align:top}
.wpcf7 input, .wpcf7 textarea,  .wpcf7 select{width:100%; padding:5px 15px; border: 1px solid #dddddd ; font:inherit; border-radius:10px }
.wpcf7 input[type="submit"]{font-size:18px; font-weight:100; line-height:1; cursor:pointer;  padding: 20px 40px; border-radius:100px; width:auto; color:#fff; background:#2f5597; border:1px solid #2f5597;}
.wpcf7 input[type="submit"]:hover{background:#fff; color:#2f5597; border:1px solid #2f5597;}
.wpcf7 select{background:url(img/angle-down.png) no-repeat calc(100% - 10px) 50% #fff; padding-right:40px}

span.wpcf7-list-item {display: inline-block;margin: 0px 0 0;}
span.checkbox{margin-top:10px; display: block;}
.wpcf7 .wpcf7-list-item {display: block;  }
.wpcf7-list-item-label {margin-left: 30px;display: inline-block; vertical-align: top;}
.wpcf7-checkbox {padding: 5px 0px; display:block}
.wpcf7-checkbox label {position: relative;cursor: pointer;}
.wpcf7-checkbox input[type=checkbox] {position: absolute;visibility: hidden;width: 16px;height: 16px;top: 0;left: 0;}
.wpcf7-checkbox input[type=checkbox] + span:before {display: block;position: absolute;content: '';border-radius: 0;height:16px;width: 16px;top: 0px;left: 0px;border: 1px solid #dddddd; background:#fff}
.wpcf7-checkbox input[type=checkbox] + span:after {display: block;position: absolute;content: "\f00d";font-family:"Font Awesome 6 Pro";font-weight:900;height: 16px;width: 16px;color:#2f5597;top: 2px;left: 1px;visibility: hidden;font-size: 16px;text-align: center;line-height: 16px;}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {background: transparent;}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {visibility: visible;}

.wpcf7-radio label {position: relative;cursor: pointer;}
.wpcf7-radio input[type=radio] {position: absolute;visibility: hidden;width: 16px;height: 16px;top: 0;left: 0;}
.wpcf7-radio input[type=radio] + span:before {display: block;position: absolute;content: '';border-radius: 100%;height: 16px;width: 16px;top: 0px;left: 0px;border: 1px solid #dddddd; background:#fff}
.wpcf7-radio input[type=radio] + span:after {display: block;position: absolute;content: "";font-family:"Font Awesome 6 Pro";font-weight:900;height: 12px;width: 12px;color:#2f5597; background:#2f5597; border-radius:100%; top: 3px;left: 3px;visibility: hidden;font-size: 15px;text-align: center;line-height: 16px;}
.wpcf7-radio input[type=radio]:checked + span:before {background: transparent;}
.wpcf7-radio input[type=radio]:checked + span:after {visibility: visible;}


@media only screen and (max-width: 1440px) {
	.banner .text_bar{   width:420px; padding: 50px 50px 50px 20px}
	.banner .slider{width:calc(100% - 420px)}
	
	.banner .text_bar.no_text{width:70px; padding: 0}
	.banner .slider.no_text{width:calc(100% - 70px); }
	
}

@media only screen and (max-width: 1250px) {
	.header .main_menu{display:none}
	
}


@media only screen and (max-width: 1100px) {
	.banner .text_bar{display:none;}
	.banner .slider{width:calc(100%)}
	.banner .slider .slide:after{content:""; padding-bottom:35%; display:block;}
	.header .right .menu_btn{display:inline-block; margin-left:20px}
	.header .menu_btn i{display:inline-block; vertical-align:middle;}
	.header .menu_btn span{display:inline-block; vertical-align:middle; margin-left:20px}
	
	.news_bar{padding:40px 0 40px 0; }
	.footer .cols3{grid-template-columns:1fr 1fr } 
	.footer .cols3 .col2{grid-column: span 1;}
	.footer .cols3 .cols3{grid-template-columns:1fr }
	.footer .cols3 .cols3 .col2{grid-column:span 1}
	
}
@media only screen and (max-width: 1050px) {

	.content_bar{}
	.content_bar .left{margin-top:80px; padding: 0px 5px 80px 50px}
	.content_bar .right{padding-left:50px; border-left:none; }
	.content_bar .right .image_right{max-width:650px;}
}
@media only screen and (max-width: 900px) {
	
	
	.news_bar .news_item .title {font-size: 30px;}
	.content_bar .left{width:100%; padding-right: 0px; padding-bottom:0}
	.content_bar .right{width:100%; padding-left:50px; margin-top: 0px}
	
	.content_bar .flexbox.reverse_mobile{flex-direction: column-reverse;}
	.content_bar .flexbox.reverse_mobile .left{margin-top: 30px; margin-bottom:30px}
}
@media only screen and (max-width: 800px) {
	.big_menu .maxw3{padding:0}
	.header .menu_btn span, .header .btn span{display:none}
	.header .menu_btn span i, .header .btn.icon_left i{margin-right:0}
	.header .right .menu_btn{ margin-left:10px}
}


@media only screen and (max-width: 700px) {
	.col50{width:100%; margin-bottom: 40px}
	
	.banner .text_bar{width:calc(100%);}
	.banner .slider{width:100%; height: 300px}

	.news_bar .overlay {    width: 120px;}
	.footer .cols3{grid-template-columns:1fr  } 
	
	.footer .bottom{display:block; margin-top: 20px;}
	.news_archive .news_item .image{width:100px; margin-right:20px; }
	.news_archive .news_item .text{width:calc(100% - 120px); }
}
@media only screen and (max-width: 600px) {
	.header .logo{width:250px;}
	.header .right {    width: calc(100% - 250px);}
	.wpcf7 .label{width: 100%; display:block; }
	.wpcf7 .form_field{width: calc(100%); display:block;}
}

@media only screen and (max-width: 500px) {
	html, body{font-size:16px}
	h1, .h1{font-size:30px; margin-bottom:20px}
	h2, .h2{font-size:22px;}
	h3, .h3{font-size:20px;}
	h4, .h4{font-size:18px;}
	h5, .h5{font-size:17px;}
	h6, .h6{font-size:16px;}
	.btn.l_btn { font-size: 16px;  padding: 16px 30px;}
	.big_menu ul li {font-size: 26px;}
	.header .right .menu_btn{ font-size: 16px;  padding: 16px 30px;}
	.header .logo{width:calc(100% - 250px);}
	.header .right {    width: calc(250px);}
	.left_icon{width:20px; position:absolute; left:-10px; top:10px; height:16px;         display: none; }
	.padding_left{padding-left:20px; position:relative; }
	.banner .text_bar {padding: 50px 20px 50px 20px;}
	.banner .text_bar .banner_title{font-size:28px; margin-bottom:10px}
	.content_bar .left{padding:0px 0 0}
	.content_bar .right {padding-left:0px; margin-top:0px}
	.content_bar .fast_links ul{font-size:18px}
	.content_bar .fast_links li {padding-left: 30px;}
	.content_bar .fast_links li:before {width: 16px; height: 16px;  top: 8px;}
	.news_bar .news_item .title {font-size: 24px;}
	.news_bar .news_item .text { max-height: 92px;}
	.footer .title {font-size: 24px;}
	.footer .bottom{font-size:14px;}
	.news_archive .news_item .image{margin-bottom:20px; }
	.news_archive .news_item .text{width:calc(100%); }
	.banner .text_bar.no_text{min-height:200px}
	.banner .slider.no_text{height:200px}
	.contact_block {border-top-left-radius: 50px; padding: 50px 30px 30px}
}

@media only screen and (max-width: 400px) {
	h1, .h1{font-size:26px;}
	.big_menu .inner{padding:20px}
	.big_menu .close .close_btn {padding: 13px 18px;}
	.big_menu .close .close_btn span{margin-left:10px}
	.big_menu ul li {font-size: 22px;}
	
	.btn.l_btn { font-size: 16px;  padding: 16px 20px;}

	.header .right .menu_btn{ font-size: 16px;  padding: 16px 20px;}
	
	.header .logo {width: calc(100% -  150px);}
	.header .right {width:  150px;}
	.header .menu_btn {padding: 13px 18px;}
	.header .menu_btn span{margin-left:10px}
	.news_bar {width: calc(100%); padding: 40px 0px 40px 0px;}
	.news_bar .overlay{display:none}
	
}
