.sticky-tb-color #Top_bar.is-sticky {
    background-color: #254343;
}

hr {
    background-color: rgba(231,231,232,1);
    color: rgba(231,231,232,1);
}

.has_content .the_content_wrapper {
    margin-bottom: 0;
}
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper,
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
    height: 100%;
}

h2 {
	font-size: 36px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 35px;
}
h3 {
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
}
h4 {
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 20px;
}

.color-primary, button.color-primary {
	color: #254343;
}
.color-secondary, button.color-secondary {
	color: #608068;
}
.color-white, button.color-white {
	color: #fff;
}

.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}

.bg-green {
	background-color: #254343;
}
.bg-white {
	padding-top: 150px;
	padding-bottom: 80px;
}
.bg-primary {
	background-color: #254343;
	padding-bottom: 155px;
}
.bg-primary:before {
	content: "";
	display: block;
	background-image: url(imgs/bgPrimary.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 190px;
}
.bg-secondary {
	background-color: #608068;
	padding-bottom: 155px;
}
.bg-secondary:before {
	content: "";
	display: block;
	background-image: url(imgs/bgSecondary.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 190px;
}
.bg-secondary-2 {
	background-color: #608068;
	padding-top: 35px;
}
.bg-secondary-2 a.color-white:hover, .bg-secondary a.color-white:hover {
	color: #254343;
}

.vc_btn3.vc_btn3-color-white {
	border: 2px solid #fff;
    box-shadow: none;
    background-color: #254343;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 4px 15px;
}
.vc_btn3.vc_btn3-color-white:focus, .vc_btn3.vc_btn3-color-white:hover {
	border: 2px solid #fff;
}

button.btn-learn-more {
	color: #254343;
	font-size: 18px;
	font-weight: 900;
	background: none;
	box-shadow: none;
	padding: 0;
}
#More-TXT {
	display: none;
}
#More-TXT h2 {
	margin-bottom: 15px;
	cursor: pointer;
}
#More-TXT h2.not-active {
	opacity: .5;
}
#More-TXT .logo-Pū, #More-TXT .logo-Ranga, #More-TXT .logo-Kura {
	display: none;
}

.team.team_vertical {
	cursor: pointer;
}
.team.team_vertical h4.title {
	color: #254343;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 0;
}
.bg-primary .team.team_vertical h4.title {
	color: #fff;
}
.team.team_vertical .desc_wrapper > .subtitle  {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	font-style: italic;
}
.team.team_vertical img {
	border-radius: 50%;
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
}
.team.team_vertical:hover img {
	-webkit-filter: inherit;
  	filter: inherit;
}
.team .desc_wrapper .desc,
.team.team_vertical .desc_wrapper > .subtitle {
	color: #254343;
}
.bg-primary .team .desc_wrapper .desc,
.bg-primary .team.team_vertical .desc_wrapper > .subtitle {
	color: #fff;
}
.team .image_frame {
    text-align: center;
}
#Director-Details {
	display: none;
	position: relative;
}
#Director-Details img {
	border-radius: 50%;
}
#Director-Details p, #Director-Details h4 {
	font-size: 24px;
	line-height: normal;
	color: #fff;
}
#Director-Details .vc_single_image-wrapper, #Director-Details .wpb_single_image  {
	margin-bottom: 0;
}
.team-details-content > .wpb_wrapper {
	display: flex;
    flex-direction: column;
    height: 100%;
}
.control-btn {
	flex: auto;
}
#Director-Details .vc_row.vc_row-flex {
	margin-bottom: 0;
}
#Director-Details .prev, #Director-Details .next {
	cursor: pointer;
    padding: 10px 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
}
#Director-Details .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
#Director-Details .prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
    text-decoration: none;
}
#Director-Details .action {
	display: flex;
	align-items: center;
	z-index: 999;
    position: relative;
}
#Director-Details .action p {
	margin-bottom: 0;
	flex: 1 auto;
}
#Director-Details .btn-back {
	line-height: 44px;
	background: none;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
	margin: auto;
	text-align: left;
}
#Director-Details .btn-back:hover {
	color: #608068;
}
#Director-Details .control {
	position: relative;
	display: flex;
    align-items: center;
}
#Director-Details .dotBox {
	display: flex;
    align-items: center;
}
#Director-Details .myslide-dot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 15px;
    background-color: rgba(231,231,232,.3);
    border-radius: 50%;
    transition: background-color 0.6s ease;
}
#Director-Details .myslide-dot:hovver {
	background-color: rgba(0,0,0,0.8);
}
#Director-Details .myslide-dot.active {
	background-color: #fff;
}
#Director-Details .myslide {
	display: none;
}
.wpb_wrapper > div.team-slide-footer {
	position: absolute;
    width: 100%;
    bottom: -15px;
    margin-bottom: 0;
}
.team-slide-footer .wpb_wrapper > div {
    margin-bottom: 0;
}


.modal-footer .action {
	position: absolute;
    top: 47%;
    left: 5%;
    right: 5%;
	display: flex;
	justify-content: space-between;
}
.modal-footer .action a {
    color: #fff;
    padding: 10px;
    font-size: 26px;
    cursor: pointer;
}
.modal-footer .action a:hover {
    background-color: #608068;
    text-decoration: none;
}

#Podcast, #Staff, #More-Projects, #Ropu, #Partner, #Funder, #Gallery, #Rangahau, #ResearchPartner, #CurrentProjects, #Event, #RnB, #Achievement, #Resource {
	display: none;
}

.our-project .vc_single_image-img, .our-project .project-title {
	cursor: pointer;
}
.our-project .wpb_single_image.vc_align_center {
	margin-bottom: 0;
} 
.our-project:not(.active) img {
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
}
.our-project:hover img {
	-webkit-filter: inherit;
  	filter: inherit;
}
.our-project h3 {
	color: #254343;
	font-size: 24px;
	line-height: normal;
	font-weight: 900;
}
.our-project h5 {
	color: #254343;
	font-size: 16px;
	line-height: normal;
	font-weight: 600;
}
.our-project h5 strong {
	font-weight: 900;
}
.our-project .project-content {
	font-size: 16px;
	line-height: normal;
	color: #254343;
	display: none;
}
.our-project.active h3, .our-project.active h5, .our-project.active .project-content {
	color: #fff;
}
.subproject {
	display: none;
}
.project-content button {
    padding: 0;
    box-shadow: none;
    margin: 20px 0 0;
	font-weight: bold;
}
button.btn-show-staff,
button.btn-more-projects,
button.btn-show-podcast {
	background: none;
	box-shadow: none;
	padding: 0;
}

.wpcf7-form input[type="submit"].wpcf7-submit {
	border-radius: 0;
    line-height: 30px;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: 500;
	margin-right: 0;
}
.wpcf7-spinner {
	display: block;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff;
}
.wpcf7-form.invalid .wpcf7-response-output {
    color: #c24c51;
}
span.wpcf7-form-control-wrap .wpcf7-text,
span.wpcf7-form-control-wrap .wpcf7-textarea{
	background: none;
	color: #fff;
}

#Podcast .icon_box {
	margin-bottom: 15px !important;
}
#Podcast .icon_box .icon_wrapper {
	margin-bottom: 25px;
}
#Podcast .icon_box a {
	background-color: #e6e6e6;
    padding-top: 25px;
}
#Podcast .icon_box .desc_wrapper {
	text-align: left;
	padding-top: 10px;
	background-color: #fff;
}
#Podcast .icon_box .desc_wrapper .title {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
}
#Podcast .icon_box .desc_wrapper .desc {
	line-height: normal;
}

#Staff img.attachment-awsm_team {
	border-radius: 50%;
}
#Staff .team .desc_wrapper .desc {
	display:none;
}


.dz_modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 50px 25px;
    box-sizing: border-box;
}
.modal-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
	background-color: rgba(0,0,0,.9);
    height: 100%;
    width: 100%;
    margin: auto;
	border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
}
.modal-header {
	text-align: right;
}
.modal-body {
	padding: 20px;
	display: flex;
    align-items: center;
	max-width: 760px;
    margin: auto;
}

.wpb_single_image .vc_figure .vc_figure-caption {
	font-size: 20px;
    font-weight: 400;
}

.dz_modal.project .modal-footer {
	display: none;
}
.dz_modal .modal-body.project-modal {
	max-width: 970px;
}
.modal-body .img-container {
	text-align: center;
	margin: auto;
}
.modal-body .img-container img {
	max-width: 300px;
    border-radius: 50%;
	height: auto;
}
.modal-body.project-modal .img-container img {
	width: 100%;
	max-width: 100%;
    border-radius: 0;
}
.modal-body .desc-container {
	padding: 0 15px;
	color: #fff;
}

.modal-body .desc-container h4.title {
    font-weight: bold;
	margin-bottom: 0;
	color: #fff;
}
.modal-body .desc-container h5 {
	color: #fff;
}
.dz_close {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	position: absolute;
    right: 50px;
    top: 70px;
}
.dz_close:hover,
.dz_close:focus {
  color: #f44336;
  cursor: pointer;
}

#Footer .footer_copy .one {
    padding-top: 10px;
    min-height: 33px;
    font-size: 14px;
	margin-bottom: 0;
}

body.page-id-194 h1 {
	line-height: normal;
	font-weight: 800;
}

.grid .post-item:not(:hover) img, .section-related-ul .post:not(:hover) img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.grid .post-desc-wrapper .post-desc {
	padding: 0;
}
.grid .post-desc-wrapper .post-desc a {
	display: block;
    color: #254343;
    font-size: 32px;
    line-height: normal;
    font-weight: 900;
}
.grid .post-desc-wrapper .post-desc .post-excerpt {
	display: none;
}
.grid .post-desc-wrapper .post-desc .post-excerpt strong {
	display: block;
}

.section-related-ul .desc > h4 > a {
	display: block;
    color: #254343;
    font-size: 24px;
    line-height: normal;
    font-weight: 900;
}
.section-related-ul .desc .post-excerpt {
    color: #254343;
    font-size: 16px;
    line-height: normal;
}
.section-related-ul .desc .post-excerpt strong {
    font-weight: 900;
	display: block;
}


.wpb_single_image .vc_single_image-wrapper {
	margin-bottom: 15px;
}
.wpb_single_image .wpb_wrapper.vc_figure, .wpb_single_image .vc_single_image-wrapper, .wpb_single_image .vc_single_image-wrapper img {
	width: 100%;
}

.single-post #Content {
	padding-top: 0;
}
.single-post .section.section-post-header {
	display: none;
}

body:not(.home) .grecaptcha-badge { 
    visibility: hidden;
}
.section-related-adjustment {
	padding-bottom: 40px;
}
.section-post-related .section-related-adjustment {
	border-color: #608068;
}

.btn-toggle {
	display: flex;
    align-items: center;
	cursor: pointer;
}
.btn-toggle span {
	flex: 1 auto;
}
.btn-toggle.active .fa-plus:before {
    content: "\f068";
}

.txt-quote {
	color: #608068;
	font-weight: 900;
	line-height: normal;
	position: relative;
}
h2.xl-title {
	font-weight: 900;
}

.woocommerce-page #Top_bar, body.privacy-policy #Top_bar {
	background-color: #254343;
}
.woocommerce .product.style-modern .product_wrapper .entry-summary .cart {
    max-width: 100%;
    float: inherit;
}
.woocommerce .product.style-modern .product_wrapper .entry-summary {
    width: 100%;
    float: initial;
}
.woocommerce .product.style-modern .product_wrapper .entry-summary h3 {
    font-size: 32px;
	color: #608068;
	margin-bottom: 35px;
}
.variations_form.cart .single_variation_wrap {
	display: flex;
	flex-direction: column;
}
.woocommerce .product.style-modern .product_wrapper .entry-summary .single_variation {
    float: initial;
}
.woocommerce .product.style-modern .product_wrapper .entry-summary .variations_button {
    float: initial;
}


.dz_wc_registration .btn-download {
	margin-bottom: 35px;
    background-color: #608068;
    color: #fff;
    border-radius: 6px;
    padding: 8px 15px;
    line-height: normal;
	text-align: center;
}
.dz_wc_registration label {
	font-size: 20px;
	line-height: normal;
	margin-bottom: 10px;
}
.dz_wc_registration input {
	font-size: 16px;
    line-height: normal;
    padding: 10px;
    width: 100%;
	margin-bottom: 20px;
	border-color: #333;
}
.woocommerce .mfn-variations-wrapper .mfn-vr {
	display: block;
}
.woocommerce .mfn-variations-wrapper .mfn-vr label {
    min-width: auto;
	font-size: 20px;
	margin-bottom: 10px;
}
.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options {
	display: block;
	padding-left: 30px;
}
.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options li {
	margin-bottom: 10px;
}
.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options li a {
	font-size: 20px;
	line-height: 28px;
	padding: 5px 10px;
}
.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options li:not(.active) a {
	border: none;
}
.woocommerce .product.style-modern .product_wrapper .entry-summary .cart .button {
	line-height: 32px;
	float: inherit;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border-color: #333;
}
.woocommerce .product.style-modern .product_wrapper .entry-summary .price {
	float: inherit;
}
.btn-checkout {
	display: none;
}
#Top_bar .top_bar_right .top-bar-right-icon, #Top_bar .top_bar_right .top-bar-right-icon svg .path {
    color: #fff;
    stroke: #fff;
}
.woocommerce-variation-description {
	display: none !important;
}
.event_container .wpb_single_image .vc_single_image-wrapper, .event_container .wpb_single_image.vc_align_center {
	margin-bottom: 0;
}
.event_container .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
    background-color: #254343;
	font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border: none;
    box-shadow: none;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
	background: none !important;
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
	padding: 30px 0 0 0;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
	padding: 0;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	width: 20px !important;
	height: 20px !important;
	right: 2px !important;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    border-width: 4px 0 0 0 !important;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    border-width: 0 0 0 4px !important;
}

@media only screen and (min-width: 1240px) {
	#Top_bar.is-sticky .logo {
		margin-left: 0;
	}
	.blog_wrapper {
		margin-left: -1%;
    	margin-right: -1%;
	}
	.section-related-ul.col-3 {
		margin-left: -1%;
    	margin-right: -1%;
	}
	.section-related-adjustment > h4 {
		font-size: 48px;
		margin-bottom: 50px;
		font-weight: 500;
	}
	.txt-quote > .wpb_wrapper {
		position: absolute;
		bottom: 40px;
	}
	h2.xl-title {
		font-size: 4vw;
	}
	.event_container .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
		font-size: 36px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1239px) {
	.event_container .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
		font-size: 30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.event_container .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
		font-size: 24px;
	}
}
@media only screen and (min-width: 768px) {
	.modal-body.project-modal .img-container, .modal-body.project-modal .desc-container {
		max-width: 50%;
	}
	body.page-id-194 h1 {
		font-size: 80px;
	}
	body.page-id-194 h2 {
		font-size: 35px;
	}
	.txt-quote {
		font-size: 32px;
	}
	
	.woocommerce-page #Content, body.privacy-policy #Content {
		margin: 80px auto;
	}
	.wc_event_img {
		margin-top: 91px;
	}
}
@media only screen and (max-width: 767px) {
	#Header #Top_bar {
		background-color: #254343 !important;
	}
	#Top_bar a.responsive-menu-toggle i {
		color: #fff;
	}
	h2 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	.wpb_single_image.vc_align_center {
		margin-bottom: 0;
	}
	.modal-body {
		flex-wrap: wrap;
	}
	.grid .post-desc-wrapper .post-desc a {
		font-size: 24px;
	}
	.txt-quote {
		font-size: 24px;
	}
	.wpb_single_image .vc_figure .vc_figure-caption {
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 35px;
	}
	.woocommerce .product div.entry-summary .cart .quantity {
		flex: 1,
    	margin-bottom: 15px;
	}
	.woocommerce-page #Content {
		margin: 40px auto 60px;
	}
	.dz_wc_registration label, .woocommerce .mfn-variations-wrapper .mfn-vr label, .woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options li a {
		font-size: 18px
	}
	.dz_wc_registration input {
		font-size: 16px
	}
	.woocommerce .product.style-modern .product_wrapper .entry-summary h3 {
		font-size: 20px
	}
}