/*
	Theme Name: JFN
	Text Domain: jfn
	Version: 1.0
	Author: Imaginet Studio
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700');
/* Main
-------------------------------------------------------------- */
html {
    font-size: 20px;
}
body {
    color: #7d7d7d;
    font-size: 1rem;
    direction: ltr;
    line-height: 1rem;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    display: block;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 0.8rem;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.4rem;
}
h3 {
    font-size: 1.2rem;
}
h4 {
    font-size: 1rem;
}
h4 {
    font-size: 1rem;
    font-weight: 500;
}
div,p, span, a, input, select, textarea {
    font-family: 'Rubik', sans-serif;
}
hr{
    border-bottom: 1px solid #959595;
}
strong, b{ font-weight: bold;}
i, em{ font-style: italic; }
ul li, ol li { text-align: left;}
input[type="submit"]{
	font-family: 'Rubik', sans-serif;
}
a, a:after, a:before, input[type="submit"], .img_overlay, .zoom_in,
img,
#scrollToTop {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pointer{
    cursor: pointer;
}
a{
    text-decoration: underline;
    color: #939491;
}
a:hover{
    text-decoration: none;
    color: #939491;
}
.menu a {
    color: #555555;
}
a:focus{
    outline: none;
    color: #00afae;
}
img.grayscale , .logos_repeater .company img:hover{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
      filter: gray; /* IE6-9 */
      -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
img.grayscale:hover, .logos_repeater .company img{
    filter: none;
    -webkit-filter: grayscale(0%);
}
#main{
    padding-top:50px;
}
.round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.content ol, .content ul {
    margin-left: 10px;
    padding-left: 10px;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-bottom: 1rem;
}
.content ol li, .content ul li{
    margin-bottom: 1rem;
}
.content ul {
    list-style: disc;
}
.content ol{
    list-style: decimal;
}
.content {
    position: relative;
    display: block;
    width: 100%;
}
.content p{
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-bottom: 1rem;
}
.content a {
    text-decoration: underline;
    color: #2f9de0;
}
.content a:hover{
    text-decoration: none;
    color: #2f9de0;
}
.content h2{

}
.content h3{
    color: #32b1b5;
    font-weight: 500;
}
.content strong, .content b{
    font-weight: 400;
}
.content .alignright{
    margin: 0 0 0 20px;
}
.content .alignleft{
    margin: 0 20px 0 0 ;
}
.row{
    max-width: 1200px;
}
.column, .columns{
    padding: 0 15px;
}
/********************************************************************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
********************************************************************************************************************/
.off-canvas.is-open {
    z-index: 9999;
    background: #fff;
}
body.admin-bar .off-canvas{
    top: 32px;
}
.wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: transparent;
}
.main_container, .container {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
header#header {
    position: fixed;
    display: block;
    top: 0;
    left:0;
    width:100%;
    z-index: 999;
    height: 149px;
    padding-top: 17px;
    display: block;
    text-align: center;
    border-top: 5px solid #a7cf3f;
    /*border-bottom: 1px solid #464646;*/
    border-bottom: 1px solid #00afae;
    background: #fff;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
body.admin-bar header#header{
    top: 32px;
}
#page-wrap {
    position: relative;
    display: block;
    padding-top: 149px;
}
#header .inner_header{
    position: relative;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;;
    justify-content: space-around; -webkit-justify-content: space-around; -ms-flex-pack: space-around;
    align-items: center; -webkit-align-items: center; -ms-flex-align: center;
    height: 100%;
    flex-wrap: wrap;
    max-height: 95px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
#header .inner_header .first_wrap {
    position: relative;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    align-items: flex-end; -webkit-align-items: flex-end; -ms-flex-align: flex-end;
}
#header .inner_header .first_wrap .inner_first_wrap_01,
#header .inner_header .first_wrap .inner_first_wrap_02{
    position: relative;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    align-items: flex-end; -webkit-align-items: flex-end; -ms-flex-align: flex-end;
}
#header .inner_first_wrap_01{
  padding-left: 60px;
}
.slider-text-new{
    text-align: center;
}
/*******************************************/
.mobile_menu_button {
    position: relative;
    display: none;
}
.triggerMobileMenu{
    position: relative;
    width: 40px;
    height: 28px;
    padding: 0;
    border: 0;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: none;
    text-indent: -99999px;
}
.triggerMobileMenu span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #2f9de0;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.triggerMobileMenu span:nth-child(1) {
  top: 0px;
}
.triggerMobileMenu span:nth-child(2) {
  top: 11px;
}
.triggerMobileMenu span:nth-child(3) {
  top: 22px;
}
.triggerMobileMenu.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.triggerMobileMenu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.triggerMobileMenu.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
    background: none;
}
/******************************************/
#header .float_element {
    position: relative;
    margin-right: 24px;
}
#header nav.nav{
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
    /* top: 15px; */
}
#header .main_logo.float_element {
    position: relative;
    max-width: 220px;
    width: 100%;
    float: right ;
    margin: 0;
}
#header .main_logo a{
    display: block;
    position: relative;
}
#header .wrap_btn_login{
    position: relative;
    max-width: 170px;
    width: 100%;
    height: 64px;
    background: #2f9de0;
}
#header a.button.login_btn{
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none;
    border-radius: 0;
    font-size: 1rem;
    line-height: 2rem;
    padding: 10px;
    background: none;
    margin: 0;
}
#header a.button.login_btn:after{
    position: absolute;
    content: '';
    width: 15px;
    height: 29px;
    z-index: 5;
    right: 10px;
    top: 15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(images/arr_left_white.png) no-repeat 50% 50%;
}
.second_logo {
    position: relative;
    border: 1px solid #2f9de0;
    height: 64px;
    max-width: 170px;
    width:100%;
}
.second_logo a {
    position: relative;
    display: block;
    height: 100%;
    padding: 5px;
}
#header .search_form_wrapper button.open_search{
    background: url(images/open_search.png) no-repeat 50% 50%;
    width: 23px;
    height: 23px;
    position: relative;
    margin-left: 19px;
}
#header .search_form_wrapper form.search{
    position: absolute;
    display: none;
    width: 220px;
    height: auto;
    border: 1px solid #00afae;
    padding: 15px 5px;
    background: #fff;
    right: -97px;
    top: 20px;
}
/** Search *********/
.search_form_wrapper {
    position: static !important;
    margin-top: -15px;
    margin-right: 0 !important;
}
form.search:before {
    position: absolute;
    content: '';
    height: 15px;
    width: 27px;
    top: -1px;
    background: url(images/sub-menu-tri.jpg) no-repeat;
    left: 50%;
    margin-left: -13.5px;
    z-index: 3;
}
form.search input.search-input{
    margin-bottom: 0;
    padding: 5px 5px 5px 5px;
    max-height: 27px;
    border: none;
    box-shadow: none;
    font-weight: 300;
}
form.search button.search-submit{
    position: absolute;
    top: 3px;
    left: 3px;
    height: 21px;
    width: 21px;
    z-index: 5;
    opacity: 0;
    background: url(images/search_btn.png) no-repeat 50% 50%;
}
/** Navigation Main Menu **************************/
#navigation{
    position: relative;
}
#navigation ul.main_menu{

}
#navigation ul.main_menu > li{
    position: relative;
}
#navigation ul.main_menu > li > a{
    position: relative;
    text-decoration: none;
    padding: 0 20px 15px 20px;
    font-weight: 500;
}
#navigation ul.main_menu > li > a:before,
#navigation ul > li.lang-item a:before{
    content: '|';
    color: #555555;
    position: absolute;
    left: -2px;
    top: 2px;
}
#navigation .hold_menu ul.main_menu > li:first-child > a:before{
    display: none;
}
#navigation ul.main_menu > li > a:hover,
#navigation ul.main_menu > li > a:focus,
ul.mobile_menu > li > a:focus,
ul.mobile_menu > li.current-menu-item > a,
ul.mobile_menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu ul.sub-menu li:hover a,
#navigation ul.main_menu > li.current-menu-item > a,
#navigation ul.main_menu > li.current-menu-ancestor > a,
#navigation ul.main_menu ul.sub-menu > li.current-category-ancestor > a,
body.single-event #navigation ul.main_menu > li.archive_events_link > a,
body.single-event ul.mobile_menu > li.archive_events_link > a{
    color: #00afae;
}
#navigation ul > li.lang-item a{
    color: #00afae;
    text-transform: uppercase;
}
/** Second Level ************************/
#navigation ul.main_menu li:hover ul.sub-menu {
    opacity: 1;
    display: block;
}
#navigation ul.main_menu ul.sub-menu {
    position: absolute;
    margin: 0;
    padding: 15px;
    border: 1px solid #00afae;
    min-width: 170px;
    top: 100%;
    left: 0%;
    background: #fff;
    z-index: 6;
    opacity: 0;
    display: none;
}
#navigation ul.main_menu ul.sub-menu:before{
    position: absolute;
    content: '';
    height: 15px;
    width: 27px;
    top: -1px;
    background: url(images/sub-menu-tri.jpg) no-repeat;
    left: 50%;
    margin-left: -13.5px;
    z-index: 3;
}
#navigation ul.main_menu ul.sub-menu li{
    text-align: center;
    border-bottom: 1px solid #00afae;
    line-height: 1rem;
    position: relative;
}
#navigation ul.main_menu ul.sub-menu li a{
    position: relative;
    display: block;
    padding: 5px 0;
    color: #939491;
    font-size: 0.8rem;
    text-decoration: none;
}
#navigation ul.main_menu ul.sub-menu li.current-menu-item a,
#navigation ul.main_menu ul.sub-menu li:hover > a,
#navigation ul.main_menu ul.sub-menu ul.sub-menu li:hover > a{
    color: #00afae;
}
/** Third Level ************************/
#navigation ul.main_menu ul.sub-menu ul.sub-menu {
    left: 153px;
    position: absolute;
    width: 100%;
    top: 0;
    display: none;
}
#navigation ul.main_menu ul.sub-menu li.menu-item-has-children > ul.sub-menu.active {
    display: block;
}
#navigation ul.main_menu ul.sub-menu ul.sub-menu:before {
    top: 8px;
    left: -7px;
    margin-left: 0;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
/** Mobile Menu **************/
.mobile_menu_holder {
    position: relative;
}
.mobile_menu_title {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    padding: 10px 0;
    background: #00afae;
    border-bottom: 1px solid #00afae;
    font-weight: 500;
    color: #fff;
}
ul.mobile_menu {
    position: relative;
    display: block;
    width: 100%;
}
ul.mobile_menu li{
    position: relative;
    display: block;
}
ul.mobile_menu > li{
    border-bottom: 1px solid #00afae;
}
ul.mobile_menu li a{
    position: relative;
    display: block;
    font-size: 1rem;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 10px 15px;
}
ul.mobile_menu ul.sub-menu{
    position: relative;
    display: block;
    margin-left: 15px;
}
ul.mobile_menu ul.sub-menu li a{
    padding: 0px 15px 10px 15px;
    font-size: 0.9rem;
}
ul.mobile_menu ul.sub-menu li a:before{
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    content: '>>';
    font-size: 0.7rem;
}
/** Main Banner *****************************/
.main_slider{
    max-height: 664px;
    height: 100%;
}
.main_slider .rev_slider.desktop,
.section_hp.short_blue_slider .rev_slider.desktop{
    display: block;
}
.main_slider .rev_slider.mobile,
.section_hp.short_blue_slider .rev_slider.mobile{
    display: none;
}
/** Section Services ******************************/
section.section_hp{
    position: relative;
    display: block;
}
section.section_services {
    background:#ebebeb;
    padding-top: 105px;
}
.row_quotes{
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    height: 324px;
}
.row_quotes .bg_qoutes{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    /*min-height: 450px;*/
    z-index: 9;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.row_quotes .bg_qoutes:not(.parallax-window){
    background-color: #00afae;
}
.row_quotes .quote_text {
    position: relative;
    padding: 5px 0 0 15px;
    border-left: 3px solid #fff;
    display: block;
    width: 100%;
    font-size: 1.2rem;
}
.row_quotes .quote_text p{
    margin-bottom: 20px;
    position: relative;
    padding-left: 80px;
    padding-right: 50px;
}
.row_quotes .quote_text p .after,
.row_quotes .quote_text p .before{
    position: absolute;
    content: "";
    height: 44px;
    width: 80px;
    height: 64px;
    z-index: 11;
    color: #fff;
    font-size: 240px;
    font-style: italic;
    line-height: 1em;
}
.row_quotes .quote_text p .before{
    /*background: url(images/quote_left.png) no-repeat 50% 50%;*/
    left: 0px;
    top: 0px;
}
.row_quotes .quote_text p .before:before,
.row_quotes .quote_text p .after:after{
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: -20px;
    left: -40px;
}
.row_quotes .quote_text p .before:before{
    content: open-quote;
}
.row_quotes .quote_text p .after{
    right: auto;
    bottom: -20px;
    margin-left: 15px;
    /*background: url(images/quote_right.png) no-repeat 50% 50%;*/
}
.row_quotes .quote_text p .after:after{
    content: close-quote;
}
.row_quotes .wrap_by {
    position: relative;
    display: block;
    width: 100%;
}
.row_quotes .by {
    position: relative;
    font-weight: 400;
    float: right;
    /*padding: 0.5rem 0;*/
}
.slider_quotes.slick-slider{
    margin-bottom: 0;
}
.slider_quotes.slick-slider .quote_text{
    font-size: 1.3rem;
    line-height: 2rem;
}
section.quotes_wrapper .row_quotes .wrap_by{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    padding: 60px 0 0 80px;
}
section.quotes_wrapper .row_quotes .wrap_by .by{
    width: 20%;
    margin-left: 20px;
    line-height: 1.7rem;
}
section.quotes_wrapper .row_quotes .wrap_by span.line {
    position: relative;
    display: inline-block;
    border-top: 1px solid #4d4d4d;
    top: 17px;
    width: 100%;
}
section.quotes_wrapper .row_quotes .wrap_by span.line .bullet{
    position: absolute;
    top: -12px;
    right: 0;
    height: 24px;
    width: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: block;
}
.row_quotes .text_container{
    position: relative;
    display: block;
    z-index: 11;
    padding: 4.5rem;
}
.section_services .row_services {
    position: relative;
    display: block;
    width: 100%;
    z-index: 11;
}
.section_services .row_services .services_content {
    padding-right: 15px;
}
.section_services .row_services .image{
    float: right;
}
.section_services .wrap_back_image{
    position: absolute;
    display: block;
    width: 100%;
}
.section_services .wrap_back_image .bg{
    position: relative;
    max-width: 416px;
    width: 100%;
    height: 554px;
    margin: 0 auto;
    background-image: url('images/link011.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /*background-position: 11px 0px;*/
    background-size: cover;
    z-index: 10;

    /*position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -207px;
    z-index: 99;*/
}
.section_services .services_content h3.title{
    color: #00afae;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.4rem;
    margin-bottom: 1.2rem;
}
.section_services .services_content a.read_more{
    position: absolute;
    color: #00afae;
    right: 0;
    bottom: 0;
    font-weight: 400;
}
.section_services .services_content a.read_more:hover,
.section_services .services_content a.read_more:focus{
    text-decoration: none;
}
/*****************************************/
.section_hp.icon_blocks .block {
    position: relative;
    height: 340px;
    border-left: 1px solid #a1a1a1;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.section_hp.icon_blocks .columns:first-child .block{
    border-left: none;
}
.section_hp.icon_blocks .block .icon {
    height: 140px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section_hp.icon_blocks .block .title {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
}
.wrap_absolute {
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 11;
}
body.ie .wrap_absolute{
    left:50%;
    margin-right: -110px;
}
.section_hp.icon_blocks .block a {
    font-size: 1.1rem;
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #fff;
    min-width: 220px;
    text-align: center;
}
.section_hp.icon_blocks .block a span.link_text {
    position: relative;
    display: inline-block;
    padding: 14px 20px;
}
.section_hp.icon_blocks .block a span.link_text:after{
    position: absolute;
    display: block;
    height: 28px;
    width: 16px;
    content: '';
    right: -10px;
    top: 50%;
    margin-top: -14px;
    background: url(images/arr_right_white.png) no-repeat right center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.section_hp.icon_blocks .block a:hover span.link_text:after{
    right: -20px;
}
.section_hp.icon_blocks .block a:hover{
    opacity: 0.7;
}
section.section_hp.section_03.icon_blocks {
    padding: 40px 0 90px 0;
}
.section_hp.short_blue_slider {
    overflow: hidden;
    padding-top: 50px;
}
.section_hp.short_blue_slider h3.title{
    color: #00afae;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.4rem;
    margin-bottom: 1.2rem;
    text-align: center;
}
.section_hp.short_blue_slider .rev_slider{
    max-height: 489px;
    height: 100%;
}
/*********************/
section.section_hp.home_circles {
    padding: 65px 0;
    overflow: visible;
    background: #fff;
}
section.section_hp.home_circles .image_bg{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-position: 50% 85%;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #32b1b5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
section.section_hp.home_circles .circle .title {
    font-size: 1.1rem;
    color: #fff;
    padding-top: 40px;
    line-height: 1.5rem;
    height: auto;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    align-items: center; -webkit-align-items: center; -ms-flex-align: center;
    justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center;
}
section.section_hp.home_circles .circle a{
    position: relative;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    height: 186px;
    width: 186px;
    border: 2px solid #32b1b5;
    padding: 7px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
section.section_hp.home_circles .columns:nth-child(1) .circle a{
    border-color: #32b1b5;
}
section.section_hp.home_circles .columns:nth-child(2) .circle a{
    border-color: #a1a1a1;
}
section.section_hp.home_circles .columns:nth-child(3) .circle a{
    border-color: #abcf37;
}
section.section_hp.home_circles .columns:nth-child(1) .circle a .image_bg{
    background-color: #32b1b5;
}
section.section_hp.home_circles .columns:nth-child(2) .circle a .image_bg{
    background-color: #a1a1a1;
}
section.section_hp.home_circles .columns:nth-child(3) .circle a .image_bg{
    background-color: #abcf37;
}
section.section_hp.home_circles .circle a:hover .image_bg{
    opacity: 0.7;
    filter: alpha(opacity=70);
}
/**********************************************/
section.section_hp.quotes_wrapper .row_quotes{
    min-height: 450px;
    height: 100%;
    color: #555555;
    background: transparent;
}
section.section_hp.quotes_wrapper .row_quotes .quote_text{
    border: none;
}
/*** SECTION PAGES LINKS RECTANGLES ************************************/
section.section_pages_links{
    padding: 110px 0;
}
section.section_pages_links .page_link_block {
    position: relative;
    max-width: 605px;
    width: 100%;
    height: 287px;
    padding: 0 6px 12px 6px;
}
section.section_pages_links .page_link_block a.link_to_page{
    position: relative;
    display: block;
    height: 100%;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
}
section.section_pages_links .page_link_block a .bg_image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
section.section_pages_links .page_link_block a .inner_wrap {
    position: relative;
    height: 100%;
    width: 100%;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.section_pages_links .page_link_block a .title {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 20px;
}
section.section_pages_links .page_link_block a:hover .bg_image{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/* SECTION PIE CHARTS *****************************/
section.pie_charts_wrapper{
    position: relative;
    display: block;
    padding: 80px 0 60px 0;
    background: #fff;
}
.wrap_chart_row{
    position: relative;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.wrap_chart_col{

}
/** Slick Slider ***************/
.slick_slider .slick-prev,
.slick_slider .slick-next{
    z-index: 99;
    height: 100%;
    width: auto;
    top: 0;
    margin: 0;
}
.slick_slider .slick-prev:before,
.slick_slider .slick-next:before{
	position: relative;
	display: block;
	content: "";
	width: 27px;
	height: 49px;
    margin: 0;
	opacity: 1;
}
.slick_slider .slick-prev:hover:before,
.slick_slider .slick-prev:focus:before,
.slick_slider .slick-next:hover:before,
.slick_slider .slick-next:focus:before {
    opacity: 0.7;
}
.slick_slider .slick-next:before{
	background: url(images/tur_right_arr.png) no-repeat 50% 50%;
}
.slick_slider .slick-prev:before{
	background: url(images/tur_left_arr.png) no-repeat 50% 50%;
}
.slick_slider .slick-prev {
    left:-50px;
}
.slick_slider .slick-next {
    right:-50px;
}
/***************************************/
.single_pie_chart{
    position: relative;
    display: block;
    width: 100%;
    max-width: 460px;
}
.wrap_chart_col.columns:nth-child(2n+1){
    border-right: 3px solid #a5a5a4;
}
.wrap_chart_col.columns:nth-child(2n+1) .single_pie_chart{
    float: left;
}
.wrap_chart_col.columns:nth-child(2n) .single_pie_chart{
    float: right;
}
.single_pie_chart .custom_chart {
    width: 100%;
    max-width: 200px !important;
    float: right;
}
.single_pie_chart .heading{
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #636363;
}
.single_pie_chart .heading p{
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.single_pie_chart .heading h3 {
    font-weight: bold;
    font-size: 36px;
    color: #16b1af;
}
.single_pie_chart .heading h4{
    margin-top: 15px;
    padding: 5px 0;
    border-top: 2px solid #16b1af;
    border-bottom: 2px solid #16b1af;
}
.single_pie_chart .wrap_bullet {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.single_pie_chart .wrap_bullet .value {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 5px;
}
.single_pie_chart .wrap_bullet .desc {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 0.8rem;
}
.single_pie_chart .wrap_bullet .value span.dot {
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    width: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/** FOOTER ************************************/
footer.footer {
    position: relative;
    background: #555555;
    width: 100%;
    min-height: 173px;
}
footer.footer > .container{
    max-width: 1400px;
}
.newsletter_home .social_icons ul,
.footer .social_icons ul{
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.newsletter_home .social_icons ul li,
.footer .social_icons ul li{
    position: relative;
    display: block;
    margin-left: 15px;
}
.newsletter_home .social_icons ul li:first-child,
.footer .social_icons ul li:first-child{
    margin-left: 0;
}
.newsletter_home .social_icons ul li a,
.footer .social_icons ul li a{
    position: relative;
    display: block;
}
.newsletter_home .social_icons ul li a i,
.footer .social_icons ul li a i {
    font-size: 1.8rem;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.newsletter_home .social_icons ul li a i{
    color: #272827;
    font-size: 20px;
}
.footer .social_icons ul li a:hover i {
    color: #32b1b5;
}
footer.footer .inner_footer_wrap {
    position: relative;
    color: #fff;
    display: -webkit-box; display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding-top: 25px;
    margin: 0 15px;
    flex-direction: row-reverse;
}
footer.footer .inner_footer_wrap .fotter_logo a{
    position: relative;
    display: block;
}
.footer_details {
    position: relative;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    align-items: center; -webkit-align-items: center; -ms-flex-align: center;
    font-size: 0.8rem;
}
.footer_details a{
    color: #fff;
    text-decoration: none;
}
.footer_details a:hover{
    text-decoration: underline;
}
/*********************************************/
/* Shrinked Header **/
header#header.normal-header{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
header#header.shrink-header{
    height: 95px;
    padding: 5px 0 0;
    top: 0;
}
#header.shrink-header .inner_header{
    max-height: 75px;
    align-items: center; -webkit-align-items: center; -ms-flex-align: center;
}
#header.shrink-header .wrap_btn_login,
#header.shrink-header .second_logo,
#header.shrink-header .search_form_wrapper{
    height: 35px;

}
#header .wrap_btn_login,
#header .second_logo,
#header .search_form_wrapper{
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#header.shrink-header a.button.login_btn{
    font-size: 0.8rem;
    line-height: 1.3rem;
    padding: 5px;
}
#header.shrink-header a.button.login_btn:after{
    background-size: 50%;
    top: 4px;
}
#header.shrink-header .second_logo a{
    padding: 2px 0;
}
#header.shrink-header .second_logo a img{
    max-height: 30px;
}
#header.shrink-header form.search input.search-input{
    max-height: 33px;
}
#header.shrink-header .main_logo.float_element{
    max-width: 160px;
}
/***********/
.link_diagram{
    position: absolute;
    /*background-size: cover;
    background-position: 0 0;*/
    z-index: 10;
    /*background-repeat: no-repeat;*/
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.link_diagram.diagram_02{
    /*width: 215px;
    height: 286px;
    background-image: url(images/link02.png);*/
    bottom: -70px;
    left: 10%;
}
.link_diagram.diagram_03{
    /*width: 393px;
    height: 473px;*/
    /*background-image: url(images/link03.png);*/
    bottom: -90px;
    right: 10%;
}
.link_diagram.diagram_04{
    /*width: 21px;
    height: 53px;
    background-image: url(images/link04.png);*/
    top: 0;
    right: 50%;
    margin-right: -10px;
}
.link_diagram.diagram_05{
    /*width: 430px;
    height: 219px;
    background-image: url(images/link05.png);*/
    top: -122px;
    right: 22.75%;
}
.link_diagram.diagram_06{
    /*width: 177px;
    height: 348px;
    background-image: url(images/link06.png);*/
    bottom: -242px;
    left: 5%;
}
.link_diagram.diagram_07{
    /*width: 177px;
    height: 348px;
    background-image: url(images/link07.png);*/
    top: -245px;
    right: 3%;
}
.link_diagram.diagram_08{
    /*width: 117px;
    height: 210px;
    background-image: url(images/link08.png);*/
    bottom: -115px;
    right: 14%;
}
.link_diagram.diagram_06 img {
    float: left;
}
.link_diagram.diagram_03 img,
.link_diagram.diagram_05 img,
.link_diagram.diagram_06 img,
.link_diagram.diagram_07 img{
    max-width: 70%;
}
/*****************************************/
.page_heading {
    position: relative;
    height: 136px;
}
.page-container {
    position: relative;
    display: block;
    padding: 2.375rem 0;
}
body.home .page-container{
    padding-top: 0;
}
.page-page .page-container{
    min-height: 400px;
}
.page_heading > .row{
    height: 100%;
}
.page_heading h1.page_main_title {
    font-size: 2rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.5em;
    height: 136px;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    align-items: center; -webkit-align-items: center; -ms-flex-align: center;
    flex-direction: row;
}
.page_heading h1.page_main_title a{
    color: #fff;
    text-decoration: none;
}
.page_heading h1.page_main_title span {
    margin: 0 15px;
    font-size: 0.7em;
    line-height: 0.7em;
}
.side_content {
    position: relative;
    display: block;
    max-width: 375px;
    width: 100%;
}
.sidebar-widget {
    position: relative;
    width: 100%;
    display: block;
}
.sidebar-widget .textwidget a {
    color: #2f9de0;
    text-decoration: underline;
}
.sidebar-widget .textwidget a:hover {
    text-decoration: none;
}
.side_content .quote_bg{
    position: relative;
    background: url(images/side_bg.jpg) 50% 0%;
    background-repeat: repeat-y;
    width: 100%;
    padding: 60px 20px;
    background-size: auto;
    min-height: 533px;
    margin-bottom: 2.5rem;
}
.side_content .quote_text {
    position: relative;
    display: block;
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #555555;
    font-weight: 400;
}
.archive.category .side_content .quote_text{
    padding: 0 5px;
}
.side_content .quote_text .quote{
    position: relative;
    padding-left: 40px;
}
.side_content .quote_text .quote span.before {
    position: absolute;
    left: 0;
    top: 0;
}
.side_content .quote_text .quote span.q.after {
    position: absolute;
    padding-top: 10px;
    margin-left: 10px;
}
/******************************************/
.quote_text .wrap_by{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-left: 40px;
}
.quote_text .wrap_by .by{
    margin-left: 20px;
    line-height: 1rem;
    padding: 15px 20px 0 0;
    text-align: right;
    font-weight: 500;
}
.quote_text .wrap_by span.line {
    position: relative;
    display: inline-block;
    border-top: 1px solid #4d4d4d;
    top: 0px;
    width: 100%;
}
.quote_text .wrap_by span.line .bullet{
    position: absolute;
    top: -7px;
    right: 0;
    height: 12px;
    width: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: block;
}
/******************************************/
.files_wrapper {
    position: relative;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    align-items: center; -webkit-align-items: center; -ms-flex-align: center;
    flex-direction: column;
    margin-top: 4rem;
}
.files_wrapper .file {
    display: inline-block;
}
.files_wrapper .file a{
    position: relative;
    display: block;
    background: url(images/file_download.png) no-repeat 50% 0;
    padding-top: 100px;
    font-size: 0.9rem;
    color: #abcf37;
    text-align: center;
}
.page-container .bottom_banner {
    position: relative;
    height: 182px;
    margin: 3rem 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-container .bottom_banner > .row{
    height: 100%;
}
.page-container .bottom_banner .column{
    font-size: 1.5rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.2em;
    height: 100%;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    align-items: center; -webkit-align-items: center; -ms-flex-align: center;
}

.manuals_wrapper .single_manual{
    position: relative;
    display: block;
    height: 100%;
}
.team_wrapper .member{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}
.manuals_wrapper .single_manual{
    border: 1px solid #e7dbe3;
}
.team_wrapper .columns.medium-3.five {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.manuals_wrapper .columns,
.team_wrapper .columns.mb{
    margin-bottom: 1.5rem;
}
.manuals_wrapper .single_manual .wrap_img,
.team_wrapper .member .wrap_img{
    position: relative;
    display: block;
}
.manuals_wrapper .single_manual .wrap_img img,
.team_wrapper .member .wrap_img img {
    position: relative;
    display: block;
}
.manuals_wrapper .single_manual .wrap_img .no_image,
.team_wrapper .member .wrap_img .no_image {
    position: relative;
    display: block;
    width: 100%;
    height: 309px;
}
.categories_boxes .child_box .overlay,
.manuals_wrapper .single_manual .overlay,
.team_wrapper .member .overlay {

    /* position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 5;
    opacity: 0; */
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.categories_boxes .child_box:hover .overlay,
.manuals_wrapper .single_manual:hover .overlay,
.team_wrapper .member:hover .overlay{
    opacity: 1;
}
.categories_boxes .child_box .overlay a.goto_cat,
.manuals_wrapper .single_manual .overlay a.file_link
 {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    flex-direction: column;
    text-decoration: none;
    padding-top: 60%; /* fallback for older browsers */
    padding-top: calc(100%/4*2);
    background: rgba(231, 219, 227,0.9);
}
.team_wrapper .member .overlay a.open-popup-member{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    flex-direction: column;
    text-decoration: none;
    /* padding-top: 60%; /* fallback for older browsers */ */
    padding-top: calc(100%/4*2);
}
.manuals_wrapper .single_manual .overlay a.file_link{
    padding: 10px;
    align-items: center; -webkit-align-items: center; -ms-flex-align: center;
    justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center;
}
.categories_boxes .child_box .overlay .name,
.manuals_wrapper .single_manual .overlay .file_name,
.team_wrapper .member .overlay .name,
.team_popup .name, .founders-member .name {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #32b1b5;
    font-weight: 500;
}
.categories_boxes .child_box .overlay .name{
    font-size: 1.5rem;
}
.manuals_wrapper .single_manual .overlay .file_name{
    line-height: 1.5rem;
}
.manuals_wrapper .single_manual .overlay .file_sub_title,
.team_wrapper .member .overlay .role {
    font-size: 1rem;
    line-height: 1.3rem;
    color: #424242;
    font-weight: 300;
    margin-bottom: 10px;
}

.founders-member{
    position: relative;
    display: block;
    height: 170px;
    width: 100%;
    margin-bottom: 1.5rem;
    background: rgba(231, 219, 227, 0.4);
    opacity: 1;
    padding: 15px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
}
.founders-member a{
    text-decoration: none;
}
.team_popup .content{
    color: #6c6c6c;
}
.team_popup .popup_content .meta{
    margin-bottom: 30px;
}
.team_popup .role{
    font-size: 0.9rem;
    color: #32b1b5;
    font-weight: 300;
}
.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 1150px;
  padding: 60px 20px;
  margin: 20px auto;
}
.white-popup.mycustomscrollbar{
    height: 650px;
}
.white-popup .container{
    padding: 0px 40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background: rgba(50, 177, 181,0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: rgba(50, 177, 181, 1);
}
.team_wrapper {
    min-height: 500px;
}
/*****************************/

.section_faq .wrap_question{
    position: relative;
    display: block;
    cursor: pointer;
}
.section_faq .question{
    position: relative;
    display: block;
    line-height: 1.5rem;
    color: #32b1b5;
    font-size: 1rem;
    font-weight: 400;
    padding-left: 40px;
}
.section_faq .answer{
    display: none;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 300;
    color: #6f6f6f;
    padding-left: 40px;
}
.section_faq .answer a{
    color: #2f9de0;
    text-decoration: underline;
}
.section_faq .answer a:hover{
    text-decoration: none;
}
.section_faq .question .icon {
    position: absolute;
    top: 8px;
    left: 0;
    width: 22px;
    height: 22px;
    background-size: 60%;
    border-radius: 50%;
    background-color: #afb0af;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.section_faq .question.plus .icon{
    background-image: url(images/chevron-down.svg);
    background-position: 50% 55%;
}
.section_faq .question.minus .icon{
    background-position: 50% 35%;
    background-image: url(images/chevron-up.svg);
}
.colored_content *{
    color: inherit !important;
}
.colored_content{
    margin-bottom: 2rem;
}
/******************************************/
.icons_and_content_repeater {
    position: relative;
    display: block;
}
.main_content{
    margin-bottom: 2rem;
}
.collaboration.content .single_block,
.icons_and_content_repeater .single_block {
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    flex-direction: row;
    margin-bottom: 1.2rem;
}
.collaboration .single_block {
    align-items: flex-end; -webkit-align-items: flex-end; -ms-flex-align: flex-end;
}
.collaboration.content .single_block .icon,
.icons_and_content_repeater .single_block .icon {
    min-width: 85px;
}
.side_content .box.content {
    padding: 0 20px;
}
/*********************************/
.future_events_container {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #959595;
}
.single_event .event_heading .image {
    position: relative;
    display: inline-block;
    max-width: 160px;
    width: 100%;
}
.single_event .event_heading .image a{
    position: relative;
    border: 1px solid #959595;
    height: 110px;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center;
    align-items: center; -webkit-align-items: center; -ms-flex-align: center;
    padding: 2px;
}
.single_event .event_heading .image a img{
    position: relative;
    display: block;
}
.single_event .event_heading .date a {
    color: #32b1b5;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.8rem;
}
.single_event .event_heading .date a:hover,
.single_event .event_heading .date a:focus{
    text-decoration: underline;
}
.past_events_container .single_event h3.event_title,
.past_events_container .single_event .event_heading .date a{
    color: #9c9c9c;
}
.single_event .event_heading .detail{
    font-size: 1rem;
}
.single_event {
    position: relative;
    display: block;
    margin-top: 2.5rem;
}
.single_event:first-child{
    margin-top: 0;
}
.single_event .my_row {
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    flex-flow: row wrap;
}
.single_event .col.col_image{
    width: 23%;
    margin-right: 3%;
}
.single_event .col.col_details{
    width: 74%;
}
.widget_calendar td.event a{
    display: block;
    color: #fff;
    padding: 4px;
    text-decoration: none;
    background-color: #32b1b5;
}
.events_container .single_event .detail {
    position: relative;
    display: block;
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding-left: 36px;
    background-repeat: no-repeat;
    background-position: left top;
}
.events_container .single_event .detail.date {
    margin-bottom: 0.75rem;
    background-image: url(images/calender_icon.png);
}
.events_container .single_event .detail.location {
    background-image: url(images/location_icon.png);
}
.page-single-event .event_content {
    position: relative;
    display: block;
    margin-top: 1.5rem;
}
.link-to-page{
    margin-top: 50px;
}
.link-to-page a{
    text-decoration: none;
}
.link-to-page a:hover{
    color: #32b1b5;
}
/*** widget Calendar ****************************/
.widget_calendar {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}
.widget_calendar table tfoot{
    background: none;
    border: none;
}
.widget_calendar table tbody, .widget_calendar table tfoot, .widget_calendar table thead{
    border: none;
}
.widget_calendar table caption {
    background: #2eb2b5;
    color: #fff;
}
.widget_calendar table thead{
    border-bottom: 1px solid #32b1b5;
}
.widget_calendar table tfoot tr {
    border-top: 1px solid #32b1b5;
    border-bottom: 1px solid #32b1b5;
}
.widget_calendar table#wp-calendar thead td,
.widget_calendar table#wp-calendar thead th,
.widget_calendar table#wp-calendar tbody td{
    text-align: center;
}
.widget_calendar table#wp-calendar tbody tr td,
.widget_calendar table#wp-calendar thead th{
    color: #000;
    font-weight: 300;
}
.widget_calendar table#wp-calendar tbody tr td:last-child{
    color: #ababab;
}
.widget_calendar table#wp-calendar tr {
    background: #e3e3e3;
}
.widget_calendar table#wp-calendar tfoot tr {
    background: #fff;
}
td#eo-widget-prev-month{
    text-align: left;
}
td#eo-widget-next-month {
    text-align: right;
}
td#eo-widget-next-month a,
td#eo-widget-prev-month a{
    color: #32b1b5;
    font-weight: 300;
    font-size: 0.8rem;
    text-decoration: none;
}
td#eo-widget-next-month a:hover,
td#eo-widget-next-month a:focus{
    text-decoration: underline;
}
/****************************************/
.acf-map {
	width: 100%;
	height: 400px;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.wrap_google_map {
    position: relative;
    display: block;
    margin: 2rem 0 0;
}
.acf-map .gm-style-iw {
    padding: 15px 0 10px;
    text-align: center;
}
/***************************/
.info_wrapper .info{
    position: relative;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.4rem;
}
.area_container i.fa{
    margin-right: 10px;
}
.area_container i.fa{
    color: #32b1b5;
}
.area_container .custom_label {
    color: #959595;
    font-weight: 500;
}
.area_container .custom_label {
    margin-right: 5px;
}
.area_container .info a {
    color: #959595;
}
.area_container .address.info {
    margin-bottom: 2rem;
    display: block;
}
.area_container .address.info .addr_text{
    position: relative;
    padding-left: 22px;
}
.area_container .address.info .custom_label{
    color: #959595;
    font-weight: 500;
    margin-bottom: 0;
}
.area_container {
    position: relative;
    display: block;
    height: 100%;
}
/** TEMPLATE Accordion ***************************/
.page-template-accordion .turquoise_stripe_wrapper h2.repeater-title{
    margin-bottom: 0;
    font-family: 'Rubik', sans-serif!important;
    font-size: 30px;
    font-weight: 500;
    padding: 10px;
    text-align: left;
    color:#ffffff;
    background-color: rgb(0, 175, 174);
}
.logo_row_repeater:nth-child(2){
        margin: 20px 0;
}
.page-template-accordion .turquoise_stripe_wrapper h2.line-title{
    color: rgb(88, 88, 90);
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0;
    max-width: 100%;
    text-align: left;
    line-height: 1.3;
    font-weight: 500;
    font-size:20px;
    direction: ltr;
    margin: 20px 0 0 10px;
}

.page_newsletter .turquoise_stripe_wrapper ul{
        margin: 20px 0px 0 40px;
}
.page-template-accordion .newsletter-container.turquoise_stripe_wrapper{
    margin: 80px auto 0 auto;
    border-left: 2px solid #00afae;
    border-bottom: 2px solid #00afae;
    border-right: 2px solid #00afae;
    padding-left: 0;
    padding-right: 0;
}
.page-template-accordion .page_heading{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 960px;
    margin: 0 auto;
}
.page-template-accordion header#header.header_newsletter .inner_header{
    max-width: 960px;
    margin: 0 auto;
    justify-content: space-between;
}
.page-template-accordion .top-strip{
        background-position: center;
        background-size: cover;
    }
.page-template-accordion .top-strip .newsletter-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 960px;
    margin: 0 auto;
}
.page-template-accordion .newsletter-container{
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}
.page-template-accordion .newsletter-container .icon{
    position: absolute;
    right: 0;
    bottom: -30px;
}
.page-template-accordion .top-strip h1{
    font-size: 30px;
    color: #fff;
    padding: 50px 0;
    direction: ltr;
    text-align: left;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    line-height: 1.2;
}
.page-template-accordion .repeater-title{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    padding: 10px;
    display: flex;
    text-align: left;
    justify-content: flex-end; -webkit-justify-content: flex-end; -ms-flex-pack: end;
}
.page-template-accordion .logos-repeater .repeater-title{
    color: rgb(88, 88, 90);
    font-size: 23px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
    direction: ltr;
    display: block;
}
.page-template-accordion .logos-repeater .fields{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}
.page-template-accordion .logos-repeater .single-line{
    display: unset;
    flex-direction: row;
    justify-content: unset;
    border-bottom: none;
}
.page-template-accordion .logos-repeater.repeater{
        margin-top: 20px;
}
.page-template-accordion .logos-repeater .image{
        /* max-width: 80%;
        margin: 0 auto; */
        text-align: left;
}
.page-template-accordion .logos-repeater .image img{
    max-width: 80%;
    height: auto;
}
.page-template-accordion .single-line{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-bottom: 1px solid #E5E5E5;
}
.page-template-accordion .single-line .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    cursor:pointer;
}
.page-template-accordion .giving-repeater .single-line .top.active{
    background-color: rgba(142,180,43, 0.1);
}
.page-template-accordion .behaviours-repeater .single-line .top.active{
    background-color: rgba(223,125,40, 0.1);
}
.page-template-accordion .four-models-repeater .single-line .top.active{
    background-color: rgba(39,168,224, 0.1);
}
.page-template-accordion .single-line .top svg{
    max-width: 20px;
    margin-right: 10px;
}
.page-template-accordion .single-line .top svg.active{
    transform: rotate(90deg);
}
.page-template-accordion .single-line .top .line-title{
    color: rgb(88, 88, 90);
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0;
    max-width: 80%;
    text-align: left;
    line-height: 1.3;
    font-weight: 500;
    direction:ltr;
}
.page-template-accordion .single-line .bottom{
    display: none;
    justify-content: flex-end;
}
.page-template-accordion .single-line .bottom .image{
    padding: 0 10px 45px 10px;
}
.page-template-accordion .single-line .line-title{
    font-size: 20px;
    font-weight: bold;
    display: flex;
    font-family: 'Rubik', sans-serif;
}
.page-template-accordion .single-line .sub-titles{
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 50px;
    direction: ltr;
}
.page-template-accordion .single-line .sub-titles .title{
    font-size: 20px;
    font-weight: bold;
    font-weight: 500;
}
.page-template-accordion .single-line .sub-titles .sub-title{
    font-size: 16px;
}
.page-template-accordion .giving-repeater{
    border-left: 2px solid #8EB42B;
    border-bottom: 2px solid #8EB42B;
}
.page-template-accordion .behaviours-repeater{
    border-left: 2px solid #DF7D28;
    border-bottom: 2px solid #DF7D28;
}
.page-template-accordion .four-models-repeater{
    border-left: 2px solid #27A8E0;
    border-bottom: 2px solid #27A8E0;
}
.page-template-accordion .giving-repeater .repeater-title{
    background-color: #8EB42B;
}
.page-template-accordion .behaviours-repeater .repeater-title{
    background-color: #DF7D28;
}
.page-template-accordion .four-models-repeater .repeater-title{
    background-color: #27A8E0;
}
.page-template-accordion .top .line-title::before{
    content: '';
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 3px;
}
.page-template-accordion .giving-repeater .top .line-title::before{
    background-color: #8EB42B;
}
.page-template-accordion .behaviours-repeater .top .line-title::before{
    background-color: #DF7D28;
}
.page-template-accordion .four-models-repeater .top .line-title::before{
    background-color: #27A8E0;
}
.page-template-accordion .giving-repeater .single-line .sub-titles .title{
    color: #8EB42B;
}
.page-template-accordion .behaviours-repeater .single-line .sub-titles .title{
    color: #DF7D28;
}
.page-template-accordion .four-models-repeater .single-line .sub-titles .title{
    color: #27A8E0;
}
.page-template-accordion .behaviours-repeater .single-line .top svg path{
    stroke: #DF7D28;
}
.page-template-accordion .four-models-repeater .single-line .top svg path{
    stroke: #27A8E0;
}
.page-template-accordion .repeater{
    width: 100%;
    margin-top: 80px;
}
.video_box{
    text-align:left;
    padding:5px 0;
    align-items: center;
    direction: ltr;
    display: flex;
}
.videos_wrapper_box{
    padding:50px 0;
}
.video_box .patricipants_video a {
    font-size: 17px;
    line-height: 23px;
    text-decoration:none;
    color:#00afae;
    text-decoration:underline;
}
.video_box::before{
    content:"";
    background:url('images/play.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width:31px;
    height:31px;
    margin-right: 10px;

}
.video_box .patricipants_video a:focus{
    color: #939491;
}
.video_texts{
    text-align:left;
    direction: ltr;
    font-family: 'Rubik', sans-serif;
}
.page_newsletter .video_texts h2{
    color: rgb(88, 88, 90);
    font-size: 23px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom:10px;
}
.page_newsletter .video_texts h3{
    font-size:20px;
}
/** TEMPLATE NEWNEWSLETTER GALLERY BLOCKS **/
.page-template-newsletternewsletter-gallery-blocks-php h2{
    margin-bottom: 0;
}
.page-template-newsletternewsletter-gallery-blocks-php .page_heading{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 960px;
    margin: 0 auto;

}
.page-template-newsletternewsletter-gallery-blocks-php header#header.header_newsletter .inner_header{
    max-width: 960px;
    margin: 0 auto;
    justify-content: space-between;
}
.page-template-newsletternewsletter-gallery-blocks-php .top-strip{
        background-position: center;
        background-size: cover;
    }
.page-template-newsletternewsletter-gallery-blocks-php .top-strip .newsletter-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 960px;
    margin: 0 auto;

}
.page-template-newsletternewsletter-gallery-blocks-php.rtl .top-strip .newsletter-container{
    justify-content: end;
}
.page-template-newsletternewsletter-gallery-blocks-php .newsletter-container{
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}
.page-template-newsletternewsletter-gallery-blocks-php .newsletter-container .icon{
    position: absolute;
    right: 0;
    bottom: -50px;
}
.page-template-newsletternewsletter-gallery-blocks-php .top-strip h1{
    font-size: 30px;
    color: #fff;
    padding: 50px 0;
    direction: ltr;
    text-align: left;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    line-height: 1.2;
}
.page-template-newsletternewsletter-gallery-blocks-php .repeater-title{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    padding: 10px;
    display: flex;
    text-align: left;
    justify-content: flex-end; -webkit-justify-content: flex-end; -ms-flex-pack: end;
}
.page-template-newsletternewsletter-gallery-blocks-php .single-line{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-bottom: 1px solid #E5E5E5;
}
.page-template-newsletternewsletter-gallery-blocks-php .single-line .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.page-template-newsletternewsletter-gallery-blocks-php .giving-repeater .single-line .top.active{
    background-color: rgba(142,180,43, 0.1);
}
.page-template-newsletternewsletter-gallery-blocks-php .behaviours-repeater .single-line .top.active{
    background-color: rgba(223,125,40, 0.1);
}
.page-template-newsletternewsletter-gallery-blocks-php .four-models-repeater .single-line .top.active{
    background-color: rgba(39,168,224, 0.1);
}
.page-template-newsletternewsletter-gallery-blocks-php .single-line .top svg{
    max-width: 20px;
    margin-right: 10px;
}
.page-template-newsletternewsletter-gallery-blocks-php .single-line .top svg.active{
    transform: rotate(90deg);
}
.page-template-newsletternewsletter-gallery-blocks-php .single-line .top .line-title{
    color: rgb(88, 88, 90);
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0;
    max-width: 80%;
    text-align: left;
    line-height: 1.3;
    font-weight: 500;
    direction:ltr;
}
.page-template-newsletternewsletter-gallery-blocks-php .single-line .bottom{
    display: none;
    justify-content: flex-end;
}
.page-template-newsletternewsletter-gallery-blocks-php .single-line .bottom .image{
    padding: 0 10px 45px 10px;
}
.page-template-newsletternewsletter-gallery-blocks-php .single-line .line-title{
    font-size: 20px;
    font-weight: bold;
    display: flex;
    font-family: 'Rubik', sans-serif;
}
.page-template-newsletternewsletter-gallery-blocks-php .single-line .sub-titles{
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 50px;
    direction: ltr;
}
.page-template-newsletternewsletter-gallery-blocks-php .single-line .sub-titles .title{
    font-size: 20px;
    font-weight: bold;
    font-weight: 500;
}
.page-template-newsletternewsletter-gallery-blocks-php .single-line .sub-titles .sub-title{
    font-size: 16px;
}
.page-template-newsletternewsletter-gallery-blocks-php .giving-repeater{
    border-left: 2px solid #8EB42B;
    border-bottom: 2px solid #8EB42B;
}
.page-template-newsletternewsletter-gallery-blocks-php .behaviours-repeater{
    border-left: 2px solid #DF7D28;
    border-bottom: 2px solid #DF7D28;
}
.page-template-newsletternewsletter-gallery-blocks-php .four-models-repeater{
    border-left: 2px solid #27A8E0;
    border-bottom: 2px solid #27A8E0;
}
.page-template-newsletternewsletter-gallery-blocks-php .giving-repeater .repeater-title{
    background-color: #8EB42B;
}
.page-template-newsletternewsletter-gallery-blocks-php .behaviours-repeater .repeater-title{
    background-color: #DF7D28;
}
.page-template-newsletternewsletter-gallery-blocks-php .four-models-repeater .repeater-title{
    background-color: #27A8E0;
}
.page-template-newsletternewsletter-gallery-blocks-php .top .line-title::before{
    content: '';
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 3px;
}
.page-template-newsletternewsletter-gallery-blocks-php .giving-repeater .top .line-title::before{
    background-color: #8EB42B;
}
.page-template-newsletternewsletter-gallery-blocks-php .behaviours-repeater .top .line-title::before{
    background-color: #DF7D28;
}
.page-template-newsletternewsletter-gallery-blocks-php .four-models-repeater .top .line-title::before{
    background-color: #27A8E0;
}
.page-template-newsletternewsletter-gallery-blocks-php .giving-repeater .single-line .sub-titles .title{
    color: #8EB42B;
}
.page-template-newsletternewsletter-gallery-blocks-php .behaviours-repeater .single-line .sub-titles .title{
    color: #DF7D28;
}
.page-template-newsletternewsletter-gallery-blocks-php .four-models-repeater .single-line .sub-titles .title{
    color: #27A8E0;
}
.page-template-newsletternewsletter-gallery-blocks-php .behaviours-repeater .single-line .top svg path{
    stroke: #DF7D28;
}
.page-template-newsletternewsletter-gallery-blocks-php .four-models-repeater .single-line .top svg path{
    stroke: #27A8E0;
}
.page-template-newsletternewsletter-gallery-blocks-php .repeater{
    width: 100%;
    margin-top: 100px;
}
.page-template-newsletternewsletter-gallery-blocks-php .page_newsletter .page_title{
        margin-bottom: 80px;
}
/** TEMPLATE NEW NEWSLETTER SIMPLE POST **/
.page-template-newslettersimple-newnewsletter-php .page_title h1.the_title{
    font-family: 'Rubik', sans-serif;
    font-size: 2.5rem;
    line-height: 2.75rem;
}
.page-template-newslettersimple-newnewsletter-php .top-strip{
    background-position: center;
    background-size: cover;
}
.page-template-newslettersimple-newnewsletter-php .top-strip .newsletter-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    min-height:180px;
}
.page-template-newslettersimple-newnewsletter-php .top-strip .newsletter-container.rtl{
        justify-content: space-around;
}
.page-template-newslettersimple-newnewsletter-php .top-strip .newsletter-container.rtl .icon{
    position: static;
    margin-bottom: -50px;
}
.page-template-newslettersimple-newnewsletter-php .top-strip .newsletter-container .icon{
    position: absolute;
    right: -20px;
    bottom: -20px;
}
.page-template-newslettersimple-newnewsletter-php .top-strip .newsletter-container.rtl h1{
    direction:rtl;
    text-align: right;
}

.page-template-newsletternewsletter-gallery-blocks-php .top-strip .newsletter-container.rtl{
        justify-content: space-around;
}
.page-template-newsletternewsletter-gallery-blocks-php .top-strip .newsletter-container.rtl .icon{
    position: static;
    margin-bottom: -50px;
}
.page-template-newsletternewsletter-gallery-blocks-php .top-strip .newsletter-container.rtl h1{
    direction:rtl;
    text-align: right;
    margin-bottom:0;
}

.page-template-newslettersimple-newnewsletter-php .top-strip h1{
    font-size: 30px;
    color: #fff;
    padding: 50px 0;
    direction: ltr;
    text-align: left;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    line-height: 1.2;
    margin-bottom:0;
    max-width: 480px;
}
/** TEMPLATE  NEW NEWSLETTER FRONT PAGE **/
.page-template-newsletterfront-page-newsletter-php .newsletter-container .title_and_logo_row {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 524px;
}
.page-template-newsletterfront-page-newsletter-php .newsletter-container .title_and_logo_row .icon_div .icon .main_logo.float_element a svg{
    max-width: 232px;
    width: 100%;
}
.page-template-newsletterfront-page-newsletter-php .newsletter_home #main{
    background-color:#f1f1f1;
}
.page-template-newsletterfront-page-newsletter-php .newsletter_home .social_icons{
        background-color: #f1f1f1;
        margin: auto;
        padding: 50px 0;
}
.page-template-newsletterfront-page-newsletter-php .newsletter_home .social_icons a.site_link{
        padding: 15px 0;
        margin:auto;
}
.page-template-newsletterfront-page-newsletter-php .newsletter-container{
    padding:30px 0;
    background: linear-gradient(95deg, rgba(160,179,195,1) 26%, rgba(92,133,165,1) 100%);
}
.page-template-newsletterfront-page-newsletter-php .newsletter-container .title_and_logo_row .slogan_title{
    font-size: 30px;
    color: #ffffff;
    direction: ltr;
    text-align: left;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    line-height: 36px;
}
.page-template-newsletterfront-page-newsletter-php .newsletter-container .title_and_logo_row .slogan_title .sub_slogan_text{
        font-size: 21px;
        line-height:25px;
}
.page-template-newsletterfront-page-newsletter-php .newsletter-container .title_and_logo_row .slogan_date{
    font-size: 16px;
    color: #58595B;
    direction: ltr;
    text-align: left;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    line-height: 24px;
    margin-top:5px;
}
.page-template-newsletterfront-page-newsletter-php .newsletter-container .title_and_logo_row .slogan_date .date_sub_text{
    font-size: 14px;
    color: #58595B;
    direction: ltr;
    text-align: left;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    line-height: 24px;
}
.slogan_div{
    border-left: 1px solid #ffffff;
    padding: 0 0 0 30px;
}
.icon_div{
    padding-right: 30px;
}
.text_container_accordion{
    padding-top:60px;
    display: flex;
}
.text_container_accordion .heb_full_text{
    text-align:right;
    direction:rtl;
    border-left: 1px solid #16b1af;
    padding-left: 35px;
}
.text_container_accordion strong, b{
    font-weight:500;
}
.text_container_accordion p{
    padding:5px 0;
}
.text_container_accordion .en_full_text{
    text-align:left;
    direction:ltr;
    padding-right: 35px;
}
.page-template-newsletterfront-page-newsletter-php header#header{
    display:none;
}
.page-template-newsletterfront-page-newsletter-php #page-wrap.page_newsletter{
    padding-top:0;
    padding-bottom:0;
}
.page-template-newsletterfront-page-newsletter-php .family_col{
        background: linear-gradient(0deg, rgba(242,195,63,1) 0%, rgba(188,120,56,1) 47%, rgba(159,80,52,1) 90%);
}
.page-template-newsletterfront-page-newsletter-php .family_col .inner{
    min-height: 165px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

/** TEMPLATE SIMPLE TEAM ***************************/
.member_section {
    position: relative;
    display: block;
    margin-bottom: 2rem;
}
.member_section  .team_wrapper{
    min-height: auto;
}
.member_section .team_wrapper .member {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 170px;
    width: 100%;
    background: rgba(231, 219, 227,0.4);
    margin-bottom: 1.5rem;
    text-decoration: none;
}
.member_section .team_wrapper .member .overlay{
    opacity: 1;
    cursor: auto;
    padding: 15px;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    flex-direction: column;
    align-items: center; -webkit-align-items: center; -ms-flex-align: center;
    justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center;
}
.member_section .team_wrapper .member .overlay .name {
    line-height: 1.4rem;
}
.member_section .team_wrapper .member .overlay .content p{
    margin-bottom: 0;
}
#scroll_to_top{
    position: fixed;
    display: none;
    bottom: 10%;
    right: 50px;
    height: 45px;
    width: 45px;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: rgba(88, 88, 90,1);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#scroll_to_top:hover{
    background-color: rgba(88, 88, 90,0.7);
}
div#scroll_to_top i.fa {
    font-size: 2rem;
    margin-top: 5px;
    font-weight: 300;
}
/***************************/
.manuals_wrapper .single_manual .overlay a{

}
article.search_result{
    position: relative;
    display: block;
    margin-bottom: 1rem;
}
h2.search_results_title{
    color: #32b1b5;
    font-weight: 500;
}
h2.search_results_title span{
    background: yellow;
}
article.search_result .main_content {
    margin-bottom: 0;
}
article.search_result .content h4 a{
    color: #7d7d7d;
    font-weight: 500;
    text-decoration: none;
}
article.search_result .content h4 a:hover{
    text-decoration: none;
    color: #32b1b5;
}
article.search_result a.read_more {
    position: relative;
    display: block;
}
article.search_result header {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
article.search_result header .count {
    color: #32b1b5;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.3rem;
    margin-left: 15px;
}
article.search_result .excerpt{
    margin-right: 30px;
}
/********************/
.logos_repeater {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.logos_repeater .company {
    height: 80px;
    width: 155px;
    display: flex;
    justify-content: center;
    margin: 20px 0px 20px 40px;
}
.company img {
    max-height: 100%;
}
.company a {
    position: relative;
    display: flex;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}
.indication_down{
    position: absolute;
    left: 50%;
    margin-left: -22.5px;
    top: 10px;
    color: rgba(0, 175, 174,0.6);
    font-size: 70px;
    z-index: 99;
}
.fade-in-top{-webkit-animation:fade-in-top 2s ease-in-out infinite both;animation:fade-in-top 2s ease-in-out infinite both}
@-webkit-keyframes fade-in-top{0%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-top{0%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}
/**********************/
.page-container.giving-category {
    margin-top: 70px;
}
.categories_boxes .child_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f4f0f3;
    margin-bottom: 30px;
    height: 170px;
    justify-content: center;
}
.categories_boxes .child_box a.goto_cat {
    padding: 0 !important;
    justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center;
}
.main_cat_bg {
    background: #f4f0f3;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}
.main_cat_bg h2.cat_title {
    color: #32b1b5;
    font-weight: 400;
}
/************************/
.masonry_item {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 100%;
}
.category_articles .article{
    position: relative;
    padding: 15px;
    background-color: #f4f0f3;
    max-width: 399px;
    width: 100%;
    color: #555555;
}
.category_articles .article .post_thumb{
    position: relative;
    display: block;
}
.category_articles .article .meta {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.category_articles .article .post_thumb a{
    margin: 10px 0;
    position: relative;
    display: block;
    width: 100%;
}
.category_articles .article .post_thumb a:hover{
    opacity: 0.8;
}
.single-post.article .article_title a,
.category_articles .article .article_title a,
.article.single-post .head .article_title{
    color: #32b1b5;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1em;
    text-decoration: none;
}
.single-post.article .article_title a:hover,
.category_articles .article .article_title a:hover{
    color: #a1a1a1;
}
.single-post.article .head,
.category_articles .article .head {
    position: relative;
    display: flex;
    align-items: flex-start;
}
.category_articles .article .head .by{
    font-size: 0.7rem;
}
.single-post.article .head .by{
    font-size: 1rem;
}
.single-post.article .head .by .name,
.category_articles .article .head .by .name{
    font-weight: 400;
}
.single-post.article .head .logo,
.category_articles .article .head .logo {
    position: relative;
    max-width: 75px;
    width: 100%;
    margin-right: 10px;
    min-height: 85px;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center;
    align-items: center; -webkit-align-items: center; -ms-flex-align: center;
    border: 1px solid #959595;
    padding: 2px;
}
.category_articles .article .readmore{
    text-decoration: none;
    color: #32b1b5;
    font-size: 0.8rem;
}
.category_articles .article .readmore:hover{
    text-decoration: underline;
}
.category_articles .article .bottom{
    position: relative;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between;
}
.category_articles .article .bottom .share_txt {
    font-size: 0.8rem;
    color: #32b1b5;
    margin-right: 5px;
}
.category_articles .article .bottom .share a{
    color: #32b1b5;
    text-decoration: none;
}
.category_articles .article .bottom .share a:hover{
    color: #a1a1a1;
}
/** Single Post **********************************/
.article.single-post .post_thumb{
    max-width: 750px;
    margin-bottom: 20px;
    position: relative;
}
.article.single-post .post_thumb img{
    position: relative;
    margin: 0;
    display: block;
    width: auto;
    height: 100%;
    max-height: 480px;
}
.article.single-post .head{
    margin-bottom: 20px;
}
.article.single-post .head .logo img {
    position: relative;
    display: block;
    width: auto;
    max-height: 118px;
}
.article.single-post .head .logo{
    max-height: 120px;
    max-width: 300px;
    margin-right: 30px;
    width: auto;
}
.article.single-post .bottom .share {
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    justify-content: flex-start; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start;
    font-size: 0.8rem;
    line-height: 1em;
}
.article.single-post .bottom .share a {
    margin: 0 5px;
}
.article.single-post .bottom .share .share_txt {
    margin-right: 10px;
}
.article.single-post .back_to {
    font-size: 0.9rem;
    background: #32b1b5;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.article.single-post .back_to:hover{

}
.article.single-post .back_to a{
    text-decoration: none;
    color: #fff;
}
.article.single-post .back_to a:hover{
    text-decoration: underline;
}
.article.single-post .wrap_youtube{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
/**********************/
.back_to_cat {
    position: relative;
    padding: 10px;
    text-align: center;
    display: block;
    font-size: 0.8rem;
    margin-top: 20px;
}
/************/
section.section_hp.home_circles.tools_sidebar{
    padding: 0 ;
}
section.section_hp.home_circles.tools_sidebar .circle {
    margin-bottom: 40px;
}
section.section_hp.home_circles.tools_sidebar .circle a{
    height: 160px;
    width: 160px;
}
section.section_hp.home_circles.tools_sidebar .image_bg{
    background-size: 50px;
}
section.section_hp.home_circles.tools_sidebar .circle .title {
    font-size: 1rem;
    line-height: 1.1rem;
}
/***********/
.files_repeater .file_row {
    position: relative;
	display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
	align-items: center; -webkit-align-items: center; -ms-flex-align: center;
	justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E3E3E3;
}
.files_repeater .file_row:first-child{
	border-top: 1px solid #E3E3E3;
}
.files_repeater .file_row a.download{
	position: relative;
	display: block;
}
#acp-toggle-toolbar.small img{
    display: none;
}
#acp-toggle-toolbar.small{
    background-image: url(images/access.png);
    background-position: 55% 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #58585a;
    bottom: 25px !important;
    top: unset!important;
    right: 48px;
    left: unset;
}
#acp-toggle-toolbar.small:hover, #acp-toggle-toolbar.small:focus{
    border: 2px solid #00afae;
}


.credit {
    position: relative;
    display: block;
    text-align: center;
    /* margin-top: 10px; */
    font-size: 0.8rem;
    color: #fff;
}
.credit a{
    color: #fff;
}
section.pie_charts_wrapper .data_credits {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 90px;
}
section.pie_charts_wrapper .data_credits a{
    text-decoration: none;
}
section.pie_charts_wrapper .data_credits a:hover{
    text-decoration: underline;
}

.psuedoAccessibility
{
  display: none;
  min-width: 60px;
  height: 64px;
}

#header .inner_header .first_wrap {
    right: -50px;
}
div#cookie-law-info-bar{
    direction: ltr;
    text-align: center;
}
.page-blank.corona h2{
    color: #DF7D28;
    font-weight: 500;
}
.page-blank.corona h2::before{
    content: "";
    display: inline-block;
    background: url(http://jfn.org.il/wp-content/uploads/2020/03/coronaicon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 10px;
}
.spacer{
    width: 100%;
    height: 5px;
    background-color: #00afae;
    display: inline-block;
    margin: 50px 0;
}

.video-page .video-thumbnail{
    padding-top: 55%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.video-page .video-thumbnail::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #fff;
    line-height: 0px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.5;
    transition: 0.4s;
    top: calc(50% - 10px);
}
.single-video:hover .video-thumbnail::after{
    border-color: transparent transparent transparent #00afae;
    opacity: 0.8;
}
.video-page .single-video a{
    text-decoration: none;
}
.video-page .single-video .text{
    margin-top: 15px;
    text-align: center;
    line-height: 1.2;
    color: #00afae;
    text-decoration: none;
}
