/******

Template information:

black: #000000; 0,0,0;
white: #ffffff; 255,255,255


*******/




/***** General Styles *****/

/*
@font-face {
    font-family: 'Arial Narrow';
    src: url('fonts/ArialNarrow-Bold.eot');
    src: url('fonts/ArialNarrow-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ArialNarrow-Bold.woff2') format('woff2'),
        url('fonts/ArialNarrow-Bold.woff') format('woff'),
        url('fonts/ArialNarrow-Bold.ttf') format('truetype'),
        url('fonts/ArialNarrow-Bold.svg#ArialNarrow-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Arial';
    src: url('fonts/Arial.eot');
    src: url('fonts/Arial.eot?#iefix') format('embedded-opentype'),
        url('fonts/Arial.woff2') format('woff2'),
        url('fonts/Arial.woff') format('woff'),
        url('fonts/Arial.ttf') format('truetype'),
        url('fonts/Arial.svg#Arial') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('fonts/Arial-BoldMT.eot');
    src: url('fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('fonts/Arial-BoldMT.woff2') format('woff2'),
        url('fonts/Arial-BoldMT.woff') format('woff'),
        url('fonts/Arial-BoldMT.ttf') format('truetype'),
        url('fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/





html {overflow-x: hidden;}


body {
	font-family: Arial, sans-serif;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
 	-o-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	font-size: 18px;
 	line-height: 24px;
	position: relative;
    overflow-x: hidden;
	color: rgba(0, 0, 0, .70);
}



h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
 	line-height: 1.25em;
 	margin: 0 0 .5em;
 	-webkit-font-smoothing: antialiased;
 	-moz-font-smoothing: antialiased;
 	-o-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale; 
 	color: #6c6d70;
 	font-weight: bold;
}


p, ul, ol, dd, pre, hr, table, form, select, address, embed {
 	margin: 0 0 1em;
 	line-height: 27px;
}


h1 {font-size: 2.5em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.25em;}
h6 {font-size: 1.05em;}


b, strong {
    font-weight: bold;
}


p, ul, ol, dd, pre, table, form, select, address, embed {
	margin: 0 0 1em;
	font-weight: 300;
}


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


a,
a:link,
a:visited {
 	color: #295c9a;
 	text-decoration: none;
}


a:active,
a:focus {
 	outline: none;
 	border: none;
 	-moz-outline-style: none;
}


a:hover,
a:active {opacity: .7;}


.fa, .far, .fas {
    font-family: 'FontAwesome';
}

embed, iframe, object {
    max-width: 100%;
    width: 100%;
    
}


.has-white-color,
a.has-white-color,
.has-white-color a,
.has-white-color a:link,
.has-white-color a:visited {color: #ffffff !important;}


.has-black-color,
a.has-black-color,
.has-black-color a,
.has-black-color a:link,
.has-black-color a:visited {color: #000000 !important;}


.has-green-color,
a.has-green-color,
.has-green-color a,
.has-green-color a:link,
.has-green-color a:visited {color: #4d9144 !important;}


.has-blue-color,
a.has-blue-color,
.has-blue-color a,
.has-blue-color a:link,
.has-blue-color a:visited {color: #2d5b9c !important;}


.has-dark-blue-color,
a.has-dark-blue-color,
.has-dark-blue-color a,
.has-dark-blue-color a:link,
.has-dark-blue-color a:visited {color: #446287 !important;}


.has-brown-color,
a.has-brown-color,
.has-brown-color a,
.has-brown-color a:link,
.has-brown-color a:visited {color: #7f663f !important;}


.has-dark-grayish-color,
a.has-dark-grayish-color,
.has-dark-grayish-color a,
.has-dark-grayish-color a:link,
.has-dark-grayish-color a:visited {color: #6c6d70 !important;}



.has-white-background-color {background-color: #ffffff;}
.has-black-background-color {background-color: #000000;}
.has-green-background-color {background-color: #4d9144;}
.has-blue-background-color {background-color: #2d5b9c;}
.has-dark-blue-background-color {background-color: #2d5b9c;}
.has-brown-background-color {background-color: #446287;}
.has-dark-grayish-background-color {background-color: #6c6d70;}




input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea{
	background: #e6e7e9;
    color: #666;
    border: 1px solid #e6e7e9;
    border-radius: 0;
}
.gform_wrapper.gravity-theme .gfield_label, .gform_body label{
	font-size: 14px !important;
	margin: 0 !important;
	font-weight: bold !important;
}
.select_fields .ginput_container_checkbox{
	padding: 30px 40px;
	background: #e6e7e9;
}
input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #093860 !important;
    border-radius: 0 !important;
    background: #093860 !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: normal !important;
    padding: 10px 32px !important;
    font-weight: bold !important;
}
.gform_footer.top_label{
	text-align: center;
	position: relative;
}
.gform_footer.top_label:before {
    content: "";
    background: #093860;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    top: 32px;
}
.gform_button.button {
    position: relative;
}
li.page_item.page-item-1450 {
    display: none !important;
}


/*** Header & Footer ***/
.top-bar {
    background: #2d5b9c;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    padding: 10px 0;
}
.social_bar {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    text-align: right;
}
.social_bar li .fa{
    float: left;
    margin: 0 5px;
    background: #90aa96;
    width: 32px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
}
.social_bar li {
    float: left;
}
.social_bar li a {
    color: #90aa96;
    font-weight: 600;
}
.subscribe_header {
    float: left;
    padding-left: 10px;
}
.subscribe_header a {
    color: #Fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: underline;
}
header#masthead {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #Fff;
    z-index: 9999;
    box-shadow: 0px 3px 4px #00000029;
}
nav.navbar.navbar-default {
    display: inline-block;
    width: 100%;
    padding: 7px 0;
    vertical-align: bottom;
}
.navbar-header {
    float: left;
}
#navbar {
    float: right;
    padding-top: 38px;
}
#primary-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
#primary-menu li {
    float: left;
    padding-right: 10px;
}
#primary-menu a {
    color: rgba(0, 0, 0, 0.70);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
#primary-menu li:before {
    content: "|";
    color: #4c9244;
    vertical-align: top;
    padding-right: 10px;
}
#primary-menu li:first-child:before, .donate-btn:before  {
    content: none !important;
}
/*
#primary-menu li:last-child {
    padding-right: 0;
}
*/
.donate-btn {
    background: #4d9144;
    margin-left: 10px;
    margin-top: -7px;
    padding: 5px 15px !important; 
}
.donate-btn > a {
    color: #fff !important;
    
}
.home-slider {
    display: inline-block;
    width: 100%;
}
.inner-slide-block {
    height: 450px;
    width: 100%;
    display: inline-block;
	background-position: center!important;
}
.slide_content {
    text-align: center;
    width: 50%;
    margin: 150px auto 0;
    color: #Fff;
}

.slide_content a.wp-block-button__link {
    padding: 10px 30px;
    font-size: 15px;
    font-weight: bold;
}

.site-footer {
    display: inline-block;
    width: 100%;
    background: #2d5b9c;
    color: #fff;
    padding: 40px 0;
    font-weight: 600;
}


.footer_top {
    display: inline-block;
    width: 100%;
    color: #7f663f;
    margin: 0 -15px;
}

.footer_col {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.footer_col a{
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.footer_col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.footer_col:first-child {
    width: 50%;
}


.footer_col .social_bar li {
    float: left;
    width: 100%;
    text-align: left;
}

.footer_col li {
    border-bottom: 1px solid #c2b39e;
    line-height: 55px;
}

.footer_col p {
    color: #c2b39e;
    font-weight: 600;
}

.footer_col .social_bar li .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin-top: 7px;
    margin-right: 18px;
}

.footer_col ul.social_bar li:last-child {
    border: none;
}

input.search-field {
    background: #cbd2c9;
    border-radius: 0;
    border: none;
    width: 100%;
    line-height: 35px;
    padding-left: 10px;
    font-weight: bold;
}

.bottom_footer {
    display: inline-block;
    width: 100%;
    padding-top: 40px;
    font-size: 13px;
}

.bottom_footer_col {
    float: left;
    width: 50%;
    font-weight: 600;
    text-align: right;
    padding-right: 50px;
}

bottom_footer_col ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    float: right;
}
.bottom_footer_col li {
    font-weight: 600;
    display: inline;
}

.bottom_footer_col li:first-child:after {
    content: "|";
    color: #c2b39e;
    padding: 0 6px;
}


.bottom_footer_col ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.bottom_footer_col a {
    color: #fff;
}
form.searchform.group {
    margin: 0;
    position: relative;
}
#menu-footer-menu li:nth-child(odd) {
    margin-right: 40px;
}
#menu-footer-menu li {
    float: left;
    width: 45%;
}
.bottom_footer_col:last-child {
    padding: 0;
    margin-top: 16px;
}






.home-slider .slick-dots {
    bottom: 25px;
    text-align: right;
    max-width: 1150px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.home-slider .slick-dots li button:before , .home-slider .slick-dots li.slick-active button:before{
    font-size: 12px;
    opacity: 1;
    color: #fff;
}
.home-post-recent .wp-block-getwid-recent-posts__post-title > a {
    font-weight: bold;
    font-size: 22px;
}
.read-more {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: right;
    font-weight: 400;
}
.read-more > a {
    color: rgba(0, 0, 0, 0.70);
    font-weight: 600;
    font-size: 15px;
}
.read-more > a:after {
    content: ">";
    padding-left: 5px;
    font-weight: 600;
}

/*** Subpages ***/


.wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1150px;
    padding: 0 1em;
}

.clear {
     position: relative;
     display: block;
     clear: both;
}

.alignnone,
.aligncenter {
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}

.alignwide {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

.alignfull {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
	position: relative;
}
/*
.alignfull img {
	width: 100vw;
}
*/


.page-content, 
.entry-content, 
.entry-summary,
.hentry {margin: 0;}



.inner_page_thumbnail {
    display: inline-block;
    width: 100%;
}
.post-thumbnail {
    display: inline-block;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
}
.entry-title {
    margin: 0;
    color: #295c9a;
    text-transform: uppercase;
}
ul.wpb_page_list {
    margin-top: 0;
    padding: 0;
    text-transform: uppercase;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.wpb_page_list li {
    padding-right: 10px;
    float: left;
}
ul.wpb_page_list .page-item-636 a {
/*     border-right: none; */
	border-right: 2px solid #295c9a;
}

ul.wpb_page_list .page-item-2474 a {
    border-right: none;
}
ul.wpb_page_list a {
    color: #4d9144;
    font-weight: 500;
    font-size: 14px;
    border-right: 2px solid #295c9a;
    padding-right: 10px;
    font-weight: 600;
}
header.entry-header {
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}
h4.wp-block-getwid-custom-post-type__post-title {
    font-size: 19px;
}
.has-spacing-small>.getwid-columns>* {
    margin-top: 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.has-spacing-medium>.getwid-columns>* {
    margin-top: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.has-spacing-normal>.getwid-columns>* {
    margin-top: 50px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.has-spacing-large>.getwid-columns>* {
    margin-top: 80px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.has-spacing-none>.getwid-columns>* {
    padding-left: 0 !important;
    margin-top: 0 !important;
    padding-right: 0 !important;
}
.team-thumbnail, .team-thumbnail img {
    width: 100%;
    height: auto;
}
span.profile_name {
    font-weight: 500;
    color: #404040;
}
#primary {
    display: inline-block;
    width: 100%;
    margin-bottom: 4%;
}
.single-team-content {
    background: #c9dbc5;
    display: inline-block;
    width: 100%;
    padding: 30px;
}
.team_img {
    float: left;
    width: 25%;
    padding-right: 40px;
}
.team_content {
    float: left;
    width: 75%;
}
.team_img img {
    border: 3px solid #2d5b9c;
    border-radius: 4px;
}
ul.wpb_page_list li:last-child a {
    border-right: 0;
}

.wp-block-getwid-recent-posts__post-content {
    font-size: 18px;
}

span.serach_Buttn {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 24px;
    color: #6c6d70;
    font-weight: normal;
}
.serach_Buttn .fa {
    font-weight: normal;
}

.success-stories-cat {
    display: inline-block;
    width: 100%;
}

.success-stories-cat .wp-block-getwid-custom-post-type__post-header {
    display: inline-block;
    width: 100%;
}
.success-stories-cat .wp-block-getwid-custom-post-type__content-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.success-stories-cat .wp-block-getwid-custom-post-type__post-excerpt {
    float: left;
    width: 65%;
    padding-right: 30px;
}
.success-stories-cat .wp-block-getwid-custom-post-type__post-thumbnail {
    float: left;
    width: 35%;
}

.more-read {
    float: right;
    font-weight: 600;
}

div#input_1_1{
	margin-top: -32px;
}
span#input_1_1_3_container label{
	text-align: center;
}
.wp-block-getwid-custom-post-type__post-wrapper.success-stories-cat {
    padding: 25px;
}
.success-stories-title a {
    color: #446287;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}
.succes-story-header .inner_page_thumbnail {
    display: inherit;
    width: unset;
}
h3.success-stories-title {
    color: #446287;
}
.milestone_row {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-top: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .70);
}
.milestone_row span {
    float: left;
    width: 10%;
}

.milestone_row p {
    float: left;
    width: 90%;
    margin: 0;
}

.page-id-243 .wp-block-getwid-custom-post-type__post {
    margin: 0 !important;
}
.wp-block-getwid-custom-post-type__post:last-child .milestone_row {
    border: none;
}
.milestone_row a:hover {
    opacity: 1;
}
.milestone_row a {
    color: #404040;
}
.category-milestones {
    background: #d8e8f3;
    padding: 30px;
}
.milestone_inner_row {
    display: inline-block;
    width: 100%;
}
.milestone_col:first-child {
    float: left;
    width: 35%;
    padding: 0;
}
.milestone_col {
    float: left;
    width: 65%;
    padding: 20px;
}
.milestone_col .post-thumbnail {
    height: auto;
}
.home-slider li button {
    font-size: 0 !important;
    background: transparent !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}
.kt-blocks-accordion-icon-trigger:after, .kt-blocks-accordion-icon-trigger:before {
    background: #fff !important;
}
select#input_3_3 {
    background: #e6e7e9;
}
.page-id-27 h3.wp-block-getwid-custom-post-type__post-title > a {
    color: #093860;
}
.page-id-27 .wp-block-getwid-custom-post-type__post-header {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
h3.news-post-title {
    margin: 0;
}
h3.news-post-title >a {
    color: #093860;
}
.news_row {
    display: inline-block;
    width: 100%;
}
.news_post-header {
    margin-bottom: 30px;
}
.news-archive-col {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.news-archive-image {
    float: left;
    width: 40%;
    padding-right: 50px;
}
.news-archive-image img {
    width: 100%;
    height: auto;
}
.news-posts .wp-block-getwid-custom-post-type__post-thumbnail img {
    width: 100%;
    height: auto;
}
.news-archive-content {
    float: left;
    width: 58%;
}
.kadence-blocks-gallery-item__caption {
    line-height: normal;
}.wpb_page_list ul.children {
    display: none;
}
.parent-pageid-663 article >h2 {
    display: none;
}
/*
.page-child.parent-pageid-663 ul.wpb_page_list {
    display: none;
}
*/
.page-id-25 li.page_item.page-item-706, .page-id-706 li.page_item.page-item-706.current_page_item , .wpb_page_list li.page_item.page-item-706{
    display: none;
}
.no-results.not-found, .error-404.not-found, .search.search-results .content-area {
    padding: 6% 0;
    display: inline-block;
    width: 100%;
}
.search-form label {
    float: left;
    width: 25%;
}
.search.search-results .content-area header.entry-header {
    margin-top: 0;
    margin-bottom: 10px;
}
.wp-block-button__link {
    /* font-size: 14px !important; */
    font-weight: bold;
}
a.email_link {
    text-transform: lowercase;
}
.profile_box {
    color: white;
    display: none;
    background-color: #6c6d70;
    position: absolute;
    z-index: 100000000;
    top: 0;
    width: 520px;
    height: auto;
}
.close-profile {
    display: block!important;
    float: right;
    color: white;
    text-align: right;
    padding: .5em 1em;
    cursor: pointer;
}
.profile_box .contents {
    padding: 3em 2em 2em 2em;
    font-size: 15px;
}
.contents h3 {
    color: #Fff;
}
.profile_box p {
    line-height: 24px;
}
.custom-post-type-our-team .wp-block-getwid-custom-post-type__post:nth-child(4n+1) .profile_box {
    left: 112%;
}
.custom-post-type-our-team .wp-block-getwid-custom-post-type__post:nth-child(4n+2) .profile_box {
    left: 107%;
}
.custom-post-type-our-team .wp-block-getwid-custom-post-type__post:nth-child(4n+3) .profile_box {
    right: 105%;
}
.custom-post-type-our-team .wp-block-getwid-custom-post-type__post:nth-child(4n+4) .profile_box {
    right: 110%;
}
.wp-block-getwid-custom-post-type.custom-post-type-our-team {
    overflow: visible;
}
.custom-post-type-our-team .getwid-columns.getwid-columns-4>* {
    width: 25%;
}
.profile_btn {
    width: 100%;
    height: auto;
}
h4.team-title {
    color: #295c9a;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}
.news-posts .wp-block-getwid-custom-post-type__post-thumbnail {
    height: 250px;
    overflow: hidden;
    width: 100%;
}
.news-posts .wp-block-getwid-custom-post-type__post {
    margin-top: 60px;
}
a.a2a_button_facebook_like.addtoany_special_service {
    vertical-align: text-top;
    margin-top: 2px;
}
.news_content-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}






/* Responsive */

.mobile , .menu_icon{display: none !important;}

.menu_icon {
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 9;
	display: block;
	margin-top: 10px;
	min-width: 32px;
	height: 30px;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99),-webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-tap-highlight-color: transparent;
}
.menu_icon:hover {
	opacity: .7;
	cursor: pointer;
}
.menu_icon.active {
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu_icon.active span.middle {display: none;}

.menu_icon span.top {
	height: 4px;
	background: #2d5b9c;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.menu_icon span.middle {
    height: 4px;
    background: #2d5b9c;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}
.menu_icon span.bottom {
    height: 4px;
    background: #2d5b9c;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 20px;
}
.menu_icon span.top {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.menu_icon span.bottom {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.menu_icon.active span.top {
	top: 20px;
	width: 30px;
	-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_icon.active span.bottom {
	bottom: 2px;
	width: 30px;
	-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post-title {
    line-height: normal;
}


.portfolio-page-image .kt-inside-inner-col {
    min-height: 350px;
}

.news-archive-content h3 {
    padding: 0;
    margin: 0;
}

.news-archive-content span.entry-date {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-size: 15px;
}

.wp-block-getwid-custom-post-type__post-wrapper.team-block {
    position: relative;
}

.has-image .wp-block-getwid-video-popup__wrapper {
    min-height: 550px !important;
}

li.page_item.page-item-503 {
    display: none;
}

.wp-block-quote {
    border-left: unset;
    padding-left: 0;
}
.board-director-cat h4.team-title {
    color: rgba(0, 0, 0, .70);
}

.custom-post-type-our-team.board-director-cat .wp-block-getwid-custom-post-type__post:nth-child(4n+1) .profile_box {
    left: 80%;
    width: 900px;
}

.custom-post-type-our-team.board-director-cat .wp-block-getwid-custom-post-type__post:nth-child(4n+2) .profile_box {
    left: 85%;
    width: 610px;
}
.custom-post-type-our-team.board-director-cat .wp-block-getwid-custom-post-type__post:nth-child(4n+3) .profile_box {
    width: 560px;
}

li.page_item.page-item-1265 {
    display: none;
}


/* web of knowledge */

.page-id-2474 .posts-data-table td.col-image a,
.page-id-2474 .posts-data-table td.col-title a {
	pointer-events: none;
	cursor: default;
}
 

.ytp-share-icon,
.ytp-share-title,
.ytp-watch-later-icon, 
.ytp-watch-later-title,
.ytp-show-watch-later-title .ytp-watch-later-title,
.ytp-show-share-title .ytp-share-title,
.ytp-chrome-top .ytp-button, 
.ytp-small-mode .ytp-chrome-controls .ytp-button, 
.ytp-small-mode .ytp-replay-button {display: none!important;}


.learndash-wrapper .wpProQuiz_content .graded-disclaimer {display: none;}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-status {
    background-color: #90aa96!important;
}






.sub-sub-title {
    margin: 1em 0;
}

.has-medium-font-size a.wp-block-button__link {
    font-size: 1.25em!important;
    line-height: 1;
}
.has-large-font-size a.wp-block-button__link {
    font-size: 1.5em!important;
    line-height: 1;
}



/* CAD pages */

header.entry-header.title_hide {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    position: absolute;
}

.wp-block-image {margin: 0;}




.ecs-event-list {
    list-style: none;
    margin: 2em -1%;
    padding: 0;
}
.ecs-event-list li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
}

#tribe-events-content {
    position: relative;
    margin: 0 auto;
    max-width: 1150px;
    padding: 0 1em;
}
















