/*!
Theme Name: slam
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    font-family: Geologica-Light !important;
    background-color: #FFFBEC;
	margin: 0;
}

html:lang(si-lk) body {
  font-family: ManameInformal-Regular !important;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; 
	height: 0; 
	overflow: visible; 
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; 
	text-decoration: underline; 
	text-decoration: underline dotted; 
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; 
	font-size: 100%; 
	line-height: 1.15; 
	margin: 0; 
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { 
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { 
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; 
	color: inherit; 
	display: table; 
	max-width: 100%; 
	padding: 0;
	white-space: normal; 
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; 
	padding: 0; 
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; 
	outline-offset: -2px; 
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; 
	font: inherit; 
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

:root {
  --basic_color: #ED1B24;
  --secondary_color: #000000;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: Geologica-Light;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/slam/fonts/Geologica-Light.woff2") format("woff2");

}
.Geologica-Light {
	font-family:Geologica-Light;
}

@font-face {
    font-family: Geologica-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/slam/fonts/Geologica-Regular.woff2") format("woff2");

}
.Geologica-Regular {
	font-family:Geologica-Regular;
}

@font-face {
    font-family: ManameInformal-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/slam/fonts/ManameInformal-Regular.woff2") format("woff2");

}
.ManameInformal-Regular {
	font-family:ManameInformal-Regular;
}

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #232221;
}

.blackFontColor2 {
    color: #1E1E1E;
}

.blackBackgroundColor {
	background-color: #232221;
}

.redFontColor {
	color: #C35B56;
}

.redBackgroundColor {
	background-color: #C35B56;
}

.beigeFontColor {
	color: #FFFBEC;
}

.beigeBackgroundColor {
	background-color: #FFFBEC;
}

.greenFontColor {
	color: #A4AF42;
}

.greenBackgroundColor {
	background-color: #A4AF42;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href {
	color: inherit !important;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

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

.menu li a {
	text-decoration: none;
}

.error404 #colophon {
	display: none !important;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
}

.wpcf7-text {
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
}

.wpcf7-textarea {
    resize: none;
    outline: 0 !important;
    box-shadow: none !important;
	width: 100%;
}

.desktop .wpcf7-text[name="your-name"] {
    width: 97%;
}

.wpcf7-spinner {
    position: absolute;
    top: 0;
    right: 0;
}

form.wpcf7-form {
    position: relative;
}

.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
}

.site-header {
    background: transparent !important;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

button.kuka_accordion * {
    color: #000;
}

.kuka_panel p {
    font-size: small;
}

a {
    outline: 0 !important;
    box-shadow: none !important;
}

.kuka_accordion:hover {
    background-color: transparent !important;
}

.kuka_category-description {
    line-height: normal;
}

.kuka_accordion {
    font-weight: normal !important;
}

#menu {
    height: 100dvh;
    border: none;
}

.btn-close {
    background: none !important;
    opacity: 1;
    padding: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    z-index: 9;
    position: absolute;
}

.offcanvas .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #C35B56;
}

.offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
    text-decoration: none;
}

.offcanvas .menu {
    text-align: center;
    height: 100dvh;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.offcanvas .menu a {
	color: #1E1E1E;
    text-transform: uppercase;
    font-family: Geologica-Regular;
}

html:lang(si-lk) .offcanvas .menu a {
    font-family: ManameInformal-Regular;
}

.menu_toggler {
    background: transparent !important;
    padding: 0;
	border: none !important;
}

a.remove::before {
    color: #000;
}

#masthead {
    width: 100%;
	z-index: 9;
}

.basic_btn, .wpcf7-submit {
    background-color: #C35B56;
    color: #FFFBEC !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: max-content;
    text-decoration: none;
    transition: all .3s ease;
}

.basic_btn:hover {
    background-color: #232221;
    transition: all .3s ease;
}

#masthead .menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

#masthead .menu li a {
    color: #232221;
    text-transform: uppercase;
}

.error404 #masthead, .error404 #colophon {
    display: none;
}

.error404, .page-template-template-legal-pages-builder {
    background: #ffffff;
}

.transparent_btn {
    background-color: transparent !important;
    border: 1px solid #232221;
    color: #232221 !important;
    text-decoration: none;
    transition: all .3s ease;
}

.box_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.text_section img {
    object-fit: cover;
    object-position: center;
}

.text_section p:last-child {
    margin-bottom: 0;
}

.research-outputs section.text_section a {
    color: inherit;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 2px;
}

.header img {
    object-fit: cover;
    object-position: center;
}

.fancybox__toolbar__column.is-right .f-button:not(.f-button[title="Close"]) {
    display: none !important;
}

.news_and_events_section img, .bios .text_section img, .bios_section img, .events .text_section img {
    object-fit: cover;
    object-position: center;
}

.bios .text_section a, .events .text_section a, .contact .bottom_info_wrapper a {
    color: inherit;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 2px;
}

.wpcf7-text {
    width: 100% !important;
    border: 1px solid #222221;
    border-radius: 0;
    background-color: transparent;
}

.wpcf7 label {
    width: 100%;
    text-align: left;
    font-family: Geologica-Regular;
    margin-bottom: 5px;
}

html:lang(si-lk) .wpcf7 label {
    font-family: ManameInformal-Regular;
}

.wpcf7-textarea {
    border: 1px solid #222221;
    border-radius: 0;
    background-color: transparent;
}

.wpcf7-submit {
    background-color: transparent;
    border: 1px solid #000000;
    color: #232221 !important;
    font-family: Geologica-Regular;
    transition: all .3s ease;
}

html:lang(si-lk) .wpcf7-submit {
    font-family: ManameInformal-Regular;
}

.wpcf7-submit:hover {
    background-color: #000000;
    color: #FFFBEC !important;
    transition: all .3s ease;
}

.wpcf7-response-output {
    position: absolute;
    right: 0;
    bottom: 0;
}

.mobile .offcanvas .menu a {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0px;
    margin-bottom: 30px;
    display: block;
}

.mobile .smaller {
    font-size: 13px;
    line-height: 20px;
}

.mobile .btn-close {
    width: max-content;
    right: 18px;
    top: 25px;
}

.vid_wrapper .video_thumbnail {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vid_wrapper .video_thumbnail svg {
    cursor: pointer;
}

.f-button:hover:not([disabled]) {
    background-color: transparent !important;
}

.full_header, .full_header .header_slider_img {
    height: 100dvh;
}

.full_header .header_slider_img {
    object-fit: cover;
    object-position: center;
}

#masthead {
    z-index: 2;
    position: relative;
}

.full_header {
    position: relative;
}

.header_info {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.desktop .home #masthead .menu li a {
    color: #FFFBEC;
}

.main_logo_home {
    display: none;
}

.home .main_logo_home {
    display: flex;
}

.home .main_logo:not(.main_logo_home) {
    display: none;
}

.full_header::after {
    content: '';
    background: rgb(35 34 33 / 35%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.footer_inner_row .col-lg-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.footer_inner_row {
    background-color: #FFFBEC;
}

#colophon .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

#colophon .menu li a {
    color: #1E1E1E;
    font-family: Geologica-Regular;
    text-transform: uppercase;
}

html:lang(si-lk) #colophon .menu li a {
    font-family: ManameInformal-Regular;
}

.newsletter_wrapper p {
    display: none;
}

.tnp-field label {
    display: none !important;
}

.tnp-subscription {
    margin-left: auto !important;
    margin-right: 0 !important;
    max-width: max-content;
}

.tnp-subscription form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#colophon .main_footer_menu .menu li:last-child a {
    margin-right: 0;
}

.tnp-email {
    background-color: transparent !important;
    border: 1px solid #232221 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.tnp-subscription div.tnp-field {
    margin-bottom: 0 !important;
}

.tnp-submit {
    background: transparent !important;
    border: 1px solid #232221 !important;
    color: #232221 !important;
    text-transform: uppercase;
    transition: all .3s ease;
}

.tnp-submit:hover {
    background-color: #232221 !important;
    color: #FFFBEC !important;
    transition: all .3s ease;
}

#colophon .menu a, #masthead .menu a {
    position: relative !important;
    padding: 0 !important;
    text-decoration: none !important;
    background-image: linear-gradient(#1E1E1E,#1E1E1E) !important;
    background-position: 0% 100% !important;
    background-repeat: no-repeat !important;
    background-size: 0 1px !important;
    transition: color .3s,background-size .3s !important;
    width: max-content !important;
    color: inherit;
}

.home #masthead .menu a {
    position: relative !important;
    padding: 0 !important;
    text-decoration: none !important;
    background-image: linear-gradient(#FFFBEC,#FFFBEC) !important;
    background-position: 0% 100% !important;
    background-repeat: no-repeat !important;
    background-size: 0 1px !important;
    transition: color .3s,background-size .3s !important;
    width: max-content !important;
    color: inherit;
}

#colophon .menu a:hover, #masthead .menu a:not(.wpml-ls-link):hover {
    background-size: 100% 1px !important;
}

.subscribe_btn {
    transition: all .3s ease;
}

.subscribe_btn:hover {
    background-color: #232221 !important;
    color: #FFFBEC !important;
    transition: all .3s ease;
}

.transparent_btn:hover {
    background-color: #232221 !important;
    color: #FFFBEC !important;
    transition: all .3s ease;
}

.vid_wrapper .video_thumbnail:hover svg {
    transform: scale(1.05);
    transition: all .3s ease;
}

.vid_wrapper .video_thumbnail svg {
    transition: all .3s ease;
}

.mobile .box_wrapper {
    margin-bottom: 25px;
}

.mobile #colophon .main_footer_menu .menu {
    flex-direction: column;
}

.desktop .home .boxes_section {
    padding-top: 0;
}

.bios .text_section:last-child, .events .text_section:last-child {
    padding-bottom: 0;
}

body.newsletter .entry-content {
    text-align: center;
}

body.newsletter .newsletter_wrapper {
    display: none !important;
}

.desktop #colophon .menu li a {
    width: max-content;
    display: block;
}

.desktop .subscribe_btn {
    width: max-content;
}

.tnp-submit {
    line-height: 0 !important;
}

.fadeInUp {
	opacity: 0;
}

.show-fade-element {
	opacity: 1;
	animation: fadeInUp 1.3s ease forwards;
}

@keyframes fadeInUp {
	0% {
		transform: translate(0px, 40px);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0);
		opacity: 1;
	}
}

.fancybox__backdrop {
    background: #fffbecb5 !important;
    opacity: 1 !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
}

.f-button {
    background: transparent !important;
    filter: invert(1) !important;
    opacity: 1 !important;
}

.gallery img {
    object-fit: cover;
    object-position: center;
}

.fancybox__infobar {
    filter: invert(1) !important;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 0 !important;
}

.bios_section img, .gallery img {
    transition: transform 0.4s ease, filter 0.4s ease;
    will-change: transform;
    transform-origin: top center;
}

.bios_section a:hover img, .gallery a:hover img {
    transform: scale(1.02);
    filter: brightness(1.05);
}

.bios_section a:not(.basic_btn), .gallery .img_gallery_row a {
    display: block;
    overflow: hidden;
}

.mobile .box_wrapper p {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mobile .box_wrapper img {
    margin-bottom: 25px;
}

.mobile .newsletter_wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobile .tnp-subscription form {
    flex-direction: column;
}

.mobile .tnp-field-button {
    width: 100%;
    margin-top: 45px;
}

.mobile .tnp-field-email {
    width: 100%;
}

.mobile .main_footer_menu {
    margin-bottom: 70px;
}

.mobile .logos_footer_col {
    margin-top: 80px;
    margin-bottom: 15px;
    flex-direction: column;
}

.mobile .news_and_events_section img, 
.mobile .bios_section img, 
.mobile .vid_wrapper .video_thumbnail, 
.mobile .gallery img {
    object-fit: cover;
}

.mobile .bios_section .col-12.col-lg-4 {
    margin-bottom: 45px;
}

.mobile .vid_wrapper .video_thumbnail {
    margin-bottom: 20px;
}

.mobile .text_section h2 {
    margin-bottom: 25px;
    line-height: 1;
}

.mobile .bios .text_section img, .mobile .events .text_section img {
    height: 350px;
    object-fit: cover;
    margin-top: 0;
}

.mobile .text_section p {
    word-wrap: break-word;
}

.mobile #colophon .menu li a {
    margin-right: 15px;
}

.mobile #colophon .main_footer_menu li a {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
}

.mobile .menu-footer-menu-container ul li {
    line-height: 0;
}

.mobile .news_and_events_section .col-12.col-lg-4 {
    margin-bottom: 40px;
}

.mobile .wpcf7-response-output {
    position: relative;
    margin-top: 25px !important;
}

.mobile .page-template-template-legal-pages-builder .mb92 {
    margin-bottom: 50px;
}

.mobile .page-template-template-legal-pages-builder .mb56 {
    margin-bottom: 25px;
}

.mobile .menu_toggler {
    right: 18px;
    top: 25px;
    position: absolute;
}

.mobile .header_info .mb35 {
    margin-bottom: 15px;
}

.mobile .tnp-submit {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.mobile .tnp-email {
    margin-top: 30px !important;
}

.mobile .logos_footer_col img {
    margin-bottom: 35px;
}

.mobile .menu-open #masthead {
    z-index: 99999;
}

.mobile .menu-open .menu_toggler {
    opacity: 0;
}

.mobile .menu-open .main_logo_home {
    display: none;
}

.mobile .menu-open .main_logo:not(.main_logo_home) {
    display: block;
}

.mobile .offcanvas#menu .subscribe_btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: max-content;
    height: auto;
    background: transparent !important;
    border: none;
    color: #1E1E1E !important;
    padding: 0;
    width: 100%;
    font-size: 13px;
}

.mobile .bios .text_section h6, .mobile .events .text_section h6 {
    margin-bottom: 15px;
}

.mobile .research-outputs ol li {
    word-wrap: break-word;
}

.mobile #colophon .subscribe_btn {
    width: max-content;
}

.mobile body:not(.home) .menu_toggler span {
    color: #232221;
}

.mobile body.home .menu_toggler span {
    color: #FFFBEC !important;
}

.tnp-email, .tnp-submit, .wpcf7-submit {
    border-radius: 0 !important;
}

.mobile .gallery {
    padding-right: 0;
}

#menu-footer-menu .menu_additions, #menu-main-menu-2 .menu_additions {
    display: none !important;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0 !important;
    border: none !important;
}

html.desktop:lang(si-lk) .wpcf7 form.invalid .wpcf7-response-output {
    max-width: 70%;
    text-align: right;
}

.menu_additions {
    padding-bottom: 2px;
}

.wpml-ls-item-en a::after {
    content: '|';
    vertical-align: middle;
}

.wpml-ls-last-item a {
    margin-left: 0 !important;
}

.wpml-ls-item-en .wpml-ls-link {
    background-image: none !important;
}

.mobile .wpml-ls-item .wpml-ls-link {
    padding: 0 !important;
}

html:lang(si-lk) .menu_additions ul li, html:lang(si-lk) .menu_additions ul li a {
    font-family: Geologica-Light !important;
}

.names_wrapper a {
    color: inherit;
}

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (min-width: 320px) {
    h1, h1 p {
        font-size: 35px;
        line-height: 65px;
        letter-spacing: -1px;
    }

    h2, h2 p {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: -0.4px;
    }

    h3, h3 p, #colophon .menu li a, .fancybox__infobar * {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: 0px;
    }

    h4, h4 p {
        font-size: 20px;
    }

    h5, h5 p {
        font-size: 20px;
    }

    h6, h6 p {
        font-size: 15px;
    }

    p, .fs20 li, .wpcf7 label, .wpcf7-text, .wpcf7-textarea, .wpcf7-response-output, .p_ul {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0px;
    }

    .offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
        font-size: 30px;
        line-height: 50px;
    }

    .fs15, #colophon .bottom_footer_menu .menu li a {
        font-size: 12px;
        line-height: 18px;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .basic_btn, .wpcf7-submit {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0px;
        padding-left: 33px;
        padding-right: 33px;
        height: 35px;
    }

    #masthead {
        padding-top: 15px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 25px;
    }

    .main_logo {
        width: 78px;
        height: 78px;
    }

    .error404 h1 {
        font-size: 100px;
    }

    .error404 img {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }

    .error404 .basic_btn {
        margin-top: 25px;
    }

    .error404 .error-404 {
        top: 0;
    }

    .croppedContent {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mb35 {
        margin-bottom: 10px;
    }

    .mb20 {
        margin-bottom: 10px;
    }

    .mt20 {
        margin-top: 10px;
    }

    .mb56 {
        margin-bottom: 46px;
    }

    .mb92 {
        margin-bottom: 0;
    }

    .mb76 {
        margin-bottom: 20px;
    }

    .mb60 {
        margin-bottom: 50px;
    }

    .page-template-template-legal-pages-builder #main {
        padding-bottom: 100px;
    }

    .box_wrapper {
        width: 100%;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        height: max-content;
    }

    .box_wrapper img {
        height: 85px;
    }

    .transparent_btn {
        min-width: 180px;
    }

    .box_wrapper p {
        padding-right: 25px;
    }

    .text_section img {
        height: 245px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .text_section p {
        margin-bottom: 15px;
    }

    .text_section img.smaller_img {
        height: auto;
    }

    .img_gallery_row {
        margin-bottom: 20px;
    }

    .header img {
        height: 90vw;
    }

    .news_and_events_section img, .bios_section img, .vid_wrapper .video_thumbnail, .gallery img {
        width: 100%;
        height: 85vw;
    }

    .bios .text_section img, .events .text_section img {
        width: 100%;
        height: 85vw;
    }

    .mt145 {
        margin-top: 50px;
    }

    .mt200 {
        margin-top: 100px;
    }

    .mt280 {
        margin-top: 100px;
    }

    .contact .icon_img {
        width: 100px;
        height: 100px;
    }

    .wpcf7-text {
        height: 35px;
        margin-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wpcf7-textarea {
        height: 200px;
        padding: 15px;
    }

    .wpcf7-not-valid-tip {
        top: 26px;
        font-size: 10px;
    }

    .wpcf7-submit {
        width: max-content;
        margin-top: 25px;
    }

    .vid_wrapper .video_thumbnail svg {
        width: 80px;
        height: 80px;
    }

    .full_header {
        margin-top: -118px;
    }

    .header_info {
        top: 118px;
    }

    .header_info h2 {
        width: 97%;
    }

    .header_info {
        height: calc(100% - 118px - 38px);
    }

    .newsletter_wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        height: max-content;
    }

    .footer_inner_row {
        padding-top: 80px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        height: max-content;
    }

    .subscribe_btn {
        width: 100%;
    }

    #colophon .menu li a {
        margin-right: 0;
    }

    .tnp-email {
        width: 100% !important;
        max-width: 100%;
        margin-right: 0 !important;
        height: 35px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .tnp-submit {
        width: 175px !important;
        height: 35px !important;
        font-size: 15px !important;
    }

    .contact #main, .the-project #main, .about #main {
        padding-bottom: 100px;
    }

    .text_section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .news_and_events_section {
        margin-bottom: 100px;
    }

    .bios #main, .events #main {
        padding-bottom: 100px;
    }

    .boxes_section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .bios_section, .video_section, .gallery {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    body.newsletter #main {
        padding-left: 20px;
        padding-right: 20px;
        height: 50dvh;
    }

    .f-button svg {
        width: 20px !important;
        height: 20px !important;
    }

    button.f-button[title="Close"] {
        top: 20px !important;
        right: 20px !important;
    }

    .fancybox__infobar {
        margin-top: 20px !important;
        margin-left: 20px !important;
    }

    .subtitle_row {
        min-height: 50px;
    }

    .menu_additions .wpml-ls-native, .wpml-ls-item-en a::after {
        font-size: 15px;
        line-height: normal;
    }

    .wpml-ls-item .wpml-ls-link {
        margin-right: 5px !important;
        margin-left: 5px;
    }

    .wpml-ls-item-en a::after {
        padding-left: 5px;
    }
}

@media (min-width: 992px) {
    h1, h1 p {
        font-size: 3.906vw;
        line-height: 5.469vw;
        letter-spacing: -0.052vw;
    }

    h2, h2 p {
        font-size: 2.083vw;
        line-height: 2.813vw;
        letter-spacing: -0.021vw;
    }

    h3, h3 p, #colophon .menu li a, .fancybox__infobar * {
        font-size: max(0.938vw, 11px);
        line-height: 1.313vw;
        letter-spacing: 0px;
    }

    h4, h4 p {
        font-size: 1.823vw;
        line-height: 2.552vw;
        letter-spacing: -0.018vw;
    }

    h5, h5 p {
        font-size: max(1.042vw, 12px);
    }

    h6, h6 p {
        font-size: max(1.042vw, 12px);
    }

    p, .fs20 li, .wpcf7 label, .wpcf7-text, .wpcf7-textarea, .wpcf7-response-output, .p_ul {
        font-size: max(1.042vw, 12px);
        line-height: max(1.458vw, 20px);
        letter-spacing: 0px;
    }

	.btn-close {
        width: 1.563vw;
        right: 2.083vw;
        top: 1.563vw;
    }

    .offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
        font-size: 1.563vw;
        line-height: 2.604vw;
    }

    .fs15, #colophon .bottom_footer_menu .menu li a {
        font-size: max(0.781vw, 10px);
        line-height: 1.094vw;
    }

    .menu_toggler svg {
        width: 1.927vw;
    }

    .basic_btn, .wpcf7-submit {
        font-size: max(0.781vw, 10px);
        line-height: 1.094vw;
        letter-spacing: 0px;
        padding-left: 2.24vw;
        padding-right: 2.24vw;
        height: 2.344vw;
    }

    #masthead {
        padding-top: 0.729vw;
        padding-left: 2.448vw;
        padding-right: 2.708vw;
        padding-bottom: 1.719vw;
    }

    .main_logo {
        width: 4.583vw;
        height: 4.583vw;
    }

    #masthead .menu li a:not(.wpml-ls-link) {
        margin-right: 1.667vw;
        font-size: max(0.938vw, 11px);
        line-height: 1.313vw;
        letter-spacing: 0px;
    }

    .error404 h1 {
        font-size: 10.417vw;
        line-height: 14.583vw;
    }

    .error404 img {
        width: 14.792vw;
        height: 14.792vw;
        margin-bottom: 0.781vw;
    }

    .error404 .basic_btn {
        margin-top: 2.292vw;
    }

    .error404 .error-404 {
        top: -3.125vw;
    }

    .croppedContent {
        padding-left: 2.708vw;
        padding-right: 2.708vw;
    }

    .mb35 {
        margin-bottom: 1.823vw;
    }

    .mb20 {
        margin-bottom: 1.042vw;
    }

    .mt20 {
        margin-top: 1.042vw;
    }

    .mb56 {
        margin-bottom: 2.917vw;
    }

    .mb92 {
        margin-bottom: 4.792vw;
    }

    .mb76 {
        margin-bottom: 3.958vw;
    }

    .mb60 {
        margin-bottom: 3.125vw;
    }

    .page-template-template-legal-pages-builder #main {
        padding-bottom: 7.813vw;
    }

    .box_wrapper {
        width: 49%;
        padding-top: 1.771vw;
        padding-left: 1.51vw;
        padding-right: 1.51vw;
        padding-bottom: 1.875vw;
        height: 26.25vw;
    }

    .box_wrapper img {
        height: 10.313vw;
    }

    .transparent_btn {
        min-width: 11.719vw;
    }

    .box_wrapper p {
        padding-right: 1.042vw;
    }

    .text_section img {
        height: 41.146vw;
        margin-top: 2.604vw;
        margin-bottom: 2.083vw;
    }

    .text_section p {
        margin-bottom: 1.302vw;
    }

    .text_section img.smaller_img {
        height: 12.135vw;
    }

    .img_gallery_row {
        margin-bottom: 1.146vw;
    }

    .header img {
        height: 49.323vw;
    }

    .news_and_events_section img, .bios_section img,  .gallery img {
        width: 30.729vw;
        height: 30.729vw;
    }
	.vid_wrapper .video_thumbnail
	{
		  width: 45vw;
        height: 30.729vw;
	}

    .bios .text_section img, .events .text_section img {
        width: 22.917vw;
        height: 22.917vw;
    }

    .mt145 {
        margin-top: 7.552vw;
    }

    .mt200 {
        margin-top: 10.417vw;
    }

    .mt280 {
        margin-top: 14.583vw;
    }

    .contact .icon_img {
        width: 11.771vw;
        height: 11.771vw;
    }

    .wpcf7-text {
        height: 3.021vw;
        margin-bottom: 2.604vw;
        padding-left: 0.781vw;
        padding-right: 0.781vw;
    }

    .wpcf7-textarea {
        height: 15vw;
        padding: 0.781vw;
    }

    .wpcf7-not-valid-tip {
        top: 2.083vw;
        font-size: max(0.521vw, 8px);
    }

    .wpcf7-submit {
        width: 11.719vw;
        margin-top: 2.969vw;
    }
    
    .vid_wrapper .video_thumbnail svg {
        width: 7.813vw;
        height: 7.813vw;
    }

    .full_header {
        margin-top: -7.031vw;
    }

    .header_info {
        top: 8.333vw;
    }

    .header_info h2 {
        width: 62.187vw;
    }

    .header_info {
        height: calc(100% - 8.333vw - 1.979vw);
    }

    .newsletter_wrapper {
        padding-top: 2.813vw;
        padding-bottom: 2.656vw;
        padding-left: 10.417vw;
        padding-right: 10.417vw;
        height: 7.813vw;
    }

    .footer_inner_row {
        padding-top: 4.583vw;
        padding-bottom: 1.302vw;
        padding-left: 2.708vw;
        padding-right: 2.708vw;
        height: 29.948vw;
    }

    .subscribe_btn {
        width: 22.813vw;
    }

    #colophon .menu li a {
        margin-right: 3.542vw;
    }

    .tnp-email {
        width: 36.875vw !important;
        max-width: 36.875vw;
        margin-right: 3.802vw !important;
        height: 2.344vw;
        padding-left: 0.781vw !important;
        padding-right: 0.781vw !important;
    }

    .tnp-submit {
        width: 14.844vw !important;
        height: 2.344vw !important;
        font-size: max(0.781vw, 10px) !important;
    }

    .contact #main, .the-project #main, .about #main {
        padding-bottom: 13.021vw;
    }

    .text_section {
        padding-top: 3.385vw;
        padding-bottom: 3.385vw;
    }

    .news_and_events_section {
        margin-bottom: 9.375vw;
    }

    .bios #main, .events #main {
        padding-bottom: 17.083vw;
    }

    .boxes_section {
        padding-top: 9.896vw;
        padding-bottom: 9.896vw;
    }

    .bios_section, .video_section, .gallery {
        padding-top: 3.802vw;
        padding-bottom: 3.802vw;
    }

    body.newsletter #main {
        padding-left: 2.708vw;
        padding-right: 2.708vw;
        height: 50dvh;
    }

    .f-button svg {
        width: 2.083vw !important;
        height: 2.083vw !important;
    }

    button.f-button[title="Close"] {
        top: 1.042vw !important;
        right: 1.042vw !important;
    }

    .fancybox__infobar {
        margin-top: 1.042vw !important;
        margin-left: 0.885vw !important;
    }

    .subtitle_row {
        min-height: 50px;
    }

    .menu_additions .wpml-ls-native, .wpml-ls-item-en a::after {
        font-size: 0.781vw;
        line-height: 1.094vw;
    }

    .wpml-ls-item .wpml-ls-link {
        margin-right: 0.26vw !important;
        margin-left: 0.26vw;
    }

    .wpml-ls-item-en a::after {
        padding-left: 0.26vw;
    }
}

@media (min-width: 1920px) {
    h1, h1 p {
        font-size: 75px;
        line-height: 105px;
        letter-spacing: -1px;
    }

    h2, h2 p {
        font-size: 40px;
        line-height: 54px;
        letter-spacing: -0.4px;
    }

    h3, h3 p, #colophon .menu li a, .fancybox__infobar * {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: 0px;
    }

    h4, h4 p {
        font-size: 35px;
        line-height: 49px;
        letter-spacing: -0.35px;
    }

    h5, h5 p {
        font-size: 20px;
    }

    h6, h6 p {
        font-size: 20px;
    }

    p, .fs20 li, .wpcf7 label, .wpcf7-text, .wpcf7-textarea, .wpcf7-response-output, .p_ul {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0px;
    }

	.btn-close {
        width: 30px;
        right: 40px;
        top: 30px;
    }

    .offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
        font-size: 30px;
        line-height: 50px;
    }

    .fs15, #colophon .bottom_footer_menu .menu li a {
        font-size: 15px;
        line-height: 21px;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .basic_btn, .wpcf7-submit {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0px;
        padding-left: 43px;
        padding-right: 43px;
        height: 45px;
    }

    #masthead {
        padding-top: 14px;
        padding-left: 47px;
        padding-right: 52px;
        padding-bottom: 33px;
    }

    .main_logo {
        width: 88px;
        height: 88px;
    }

    #masthead .menu li a:not(.wpml-ls-link) {
        margin-right: 32px;
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: 0px;
    }

    .error404 h1 {
        font-size: 200px;
        line-height: 280px;
    }

    .error404 img {
        width: 284px;
        height: 284px;
        margin-bottom: 15px;
    }

    .error404 .basic_btn {
        margin-top: 44px;
    }

    .error404 .error-404 {
        top: -60px;
    }

    .croppedContent {
        padding-left: 52px;
        padding-right: 52px;
    }

    .mb35 {
        margin-bottom: 35px;
    }

    .mb20 {
        margin-bottom: 20px;
    }

    .mt20 {
        margin-top: 20px;
    }

    .mb56 {
        margin-bottom: 56px;
    }

    .mb92 {
        margin-bottom: 92px;
    }

    .mb76 {
        margin-bottom: 76px;
    }

    .mb60 {
        margin-bottom: 60px;
    }

    .page-template-template-legal-pages-builder #main {
        padding-bottom: 150px;
    }

    .box_wrapper {
        width: 49%;
        padding-top: 34px;
        padding-left: 29px;
        padding-right: 29px;
        padding-bottom: 36px;
        height: 504px;
    }

    .box_wrapper img {
        height: 198px;
    }

    .transparent_btn {
        min-width: 225px;
    }

    .box_wrapper p {
        padding-right: 20px;
    }

    .text_section img {
        height: 790px;
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .text_section p {
        margin-bottom: 25px;
    }

    .text_section img.smaller_img {
        height: 233px;
    }

    .img_gallery_row {
        margin-bottom: 22px;
    }

    .header img {
        height: 947px;
    }

    .news_and_events_section img, .bios_section img, .vid_wrapper .video_thumbnail, .gallery img {
        width: 590px;
        height: 590px;
    }

    .bios .text_section img, .events .text_section img {
        width: 440px;
        height: 440px;
    }

    .mt145 {
        margin-top: 145px;
    }

    .mt200 {
        margin-top: 200px;
    }

    .mt280 {
        margin-top: 280px;
    }
    
    .contact .icon_img {
        width: 226px;
        height: 226px;
    }

    .wpcf7-text {
        height: 58px;
        margin-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wpcf7-textarea {
        height: 288px;
        padding: 15px;
    }

    .wpcf7-not-valid-tip {
        top: 40px;
        font-size: 10px;
    }

    .wpcf7-submit {
        width: 225px;
        margin-top: 57px;
    }

    .vid_wrapper .video_thumbnail svg {
        width: 150px;
        height: 150px;
    }

    .full_header {
        margin-top: -135px;
    }

    .header_info {
        top: 160px;
    }

    .header_info h2 {
        width: 1194px;
    }

    .header_info {
        height: calc(100% - 160px - 38px);
    }

    .newsletter_wrapper {
        padding-top: 54px;
        padding-bottom: 51px;
        padding-left: 200px;
        padding-right: 200px;
        height: 150px;
    }

    .footer_inner_row {
        padding-top: 88px;
        padding-bottom: 25px;
        padding-left: 52px;
        padding-right: 52px;
        height: 575px;
    }

    .subscribe_btn {
        width: 438px;
    }

    #colophon .menu li a {
        margin-right: 68px;
    }

    .tnp-email {
        width: 708px !important;
        max-width: 708px;
        margin-right: 73px !important;
        height: 45px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .tnp-submit {
        width: 285px !important;
        height: 45px !important;
        font-size: 15px !important;
    }

    .contact #main, .the-project #main, .about #main {
        padding-bottom: 250px;
    }

    .text_section {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .news_and_events_section {
        margin-bottom: 180px;
    }

    .bios #main, .events #main {
        padding-bottom: 328px;
    }

    .boxes_section {
        padding-top: 190px;
        padding-bottom: 190px;
    }

    .bios_section, .video_section, .gallery {
        padding-top: 73px;
        padding-bottom: 73px;
    }

    body.newsletter #main {
        padding-left: 52px;
        padding-right: 52px;
        height: 50dvh;
    }

    .f-button svg {
        width: 40px !important;
        height: 40px !important;
    }

    button.f-button[title="Close"] {
        top: 20px !important;
        right: 20px !important;
    }

    .fancybox__infobar {
        margin-top: 20px !important;
        margin-left: 17px !important;
    }

    .subtitle_row {
        min-height: 52px;
    }

    .menu_additions .wpml-ls-native, .wpml-ls-item-en a::after {
        font-size: 15px;
        line-height: 21px;
    }

    .wpml-ls-item .wpml-ls-link {
        margin-right: 5px !important;
        margin-left: 5px;
    }

    .wpml-ls-item-en a::after {
        padding-left: 5px;
    }
}

@media (min-width: 1921px) {
    h1, h1 p {
        font-size: 3.906vw;
        line-height: 5.469vw;
        letter-spacing: -0.052vw;
    }

    h2, h2 p {
        font-size: 2.083vw;
        line-height: 2.813vw;
        letter-spacing: -0.021vw;
    }

    h3, h3 p, #colophon .menu li a, .fancybox__infobar * {
        font-size: max(0.938vw, 11px);
        line-height: 1.313vw;
        letter-spacing: 0px;
    }

    h4, h4 p {
        font-size: 1.823vw;
        line-height: 2.552vw;
        letter-spacing: -0.018vw;
    }

    h5, h5 p {
        font-size: max(1.042vw, 12px);
    }

    h6, h6 p {
        font-size: max(1.042vw, 12px);
    }

    p, .fs20 li, .wpcf7 label, .wpcf7-text, .wpcf7-textarea, .wpcf7-response-output, .p_ul {
        font-size: max(1.042vw, 12px);
        line-height: max(1.458vw, 20px);
        letter-spacing: 0px;
    }

	.btn-close {
        width: 1.563vw;
        right: 2.083vw;
        top: 1.563vw;
    }

    .offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
        font-size: 1.563vw;
        line-height: 2.604vw;
    }

    .fs15, #colophon .bottom_footer_menu .menu li a {
        font-size: max(0.781vw, 10px);
        line-height: 1.094vw;
    }

    .menu_toggler svg {
        width: 1.927vw;
    }

    .basic_btn, .wpcf7-submit {
        font-size: max(0.781vw, 10px);
        line-height: 1.094vw;
        letter-spacing: 0px;
        padding-left: 2.24vw;
        padding-right: 2.24vw;
        height: 2.344vw;
    }

    #masthead {
        padding-top: 0.729vw;
        padding-left: 2.448vw;
        padding-right: 2.708vw;
        padding-bottom: 1.719vw;
    }

    .main_logo {
        width: 4.583vw;
        height: 4.583vw;
    }

    #masthead .menu li a:not(.wpml-ls-link) {
        margin-right: 1.667vw;
        font-size: max(0.938vw, 11px);
        line-height: 1.313vw;
        letter-spacing: 0px;
    }

    .error404 h1 {
        font-size: 10.417vw;
        line-height: 14.583vw;
    }

    .error404 img {
        width: 14.792vw;
        height: 14.792vw;
        margin-bottom: 0.781vw;
    }

    .error404 .basic_btn {
        margin-top: 2.292vw;
    }

    .error404 .error-404 {
        top: -3.125vw;
    }

    .croppedContent {
        padding-left: 2.708vw;
        padding-right: 2.708vw;
    }

    .mb35 {
        margin-bottom: 1.823vw;
    }

    .mb20 {
        margin-bottom: 1.042vw;
    }

    .mt20 {
        margin-top: 1.042vw;
    }

    .mb56 {
        margin-bottom: 2.917vw;
    }

    .mb92 {
        margin-bottom: 4.792vw;
    }

    .mb76 {
        margin-bottom: 3.958vw;
    }

    .mb60 {
        margin-bottom: 3.125vw;
    }

    .page-template-template-legal-pages-builder #main {
        padding-bottom: 7.813vw;
    }

    .box_wrapper {
        width: 49%;
        padding-top: 1.771vw;
        padding-left: 1.51vw;
        padding-right: 1.51vw;
        padding-bottom: 1.875vw;
        height: 26.25vw;
    }

    .box_wrapper img {
        height: 10.313vw;
    }

    .transparent_btn {
        min-width: 11.719vw;
    }

    .box_wrapper p {
        padding-right: 1.042vw;
    }

    .text_section img {
        height: 41.146vw;
        margin-top: 2.604vw;
        margin-bottom: 2.083vw;
    }

    .text_section p {
        margin-bottom: 1.302vw;
    }

    .text_section img.smaller_img {
        height: 12.135vw;
    }

    .img_gallery_row {
        margin-bottom: 1.146vw;
    }

    .header img {
        height: 49.323vw;
    }

    .news_and_events_section img, .bios_section img,  .gallery img {
        width: 30.729vw;
        height: 30.729vw;
    }
	.vid_wrapper .video_thumbnail
	{
		  width: 45vw;
        height: 30.729vw;
	}

    .bios .text_section img, .events .text_section img {
        width: 22.917vw;
        height: 22.917vw;
    }

    .mt145 {
        margin-top: 7.552vw;
    }

    .mt200 {
        margin-top: 10.417vw;
    }

    .mt280 {
        margin-top: 14.583vw;
    }

    .contact .icon_img {
        width: 11.771vw;
        height: 11.771vw;
    }

    .wpcf7-text {
        height: 3.021vw;
        margin-bottom: 2.604vw;
        padding-left: 0.781vw;
        padding-right: 0.781vw;
    }

    .wpcf7-textarea {
        height: 15vw;
        padding: 0.781vw;
    }

    .wpcf7-not-valid-tip {
        top: 2.083vw;
        font-size: 0.521vw;
    }

    .wpcf7-submit {
        width: 11.719vw;
        margin-top: 2.969vw;
    }

    .vid_wrapper .video_thumbnail svg {
        width: 7.813vw;
        height: 7.813vw;
    }

    .full_header {
        margin-top: -7.031vw;
    }

    .header_info {
        top: 8.333vw;
    }

    .header_info h2 {
        width: 62.187vw;
    }

    .header_info {
        height: calc(100% - 8.333vw - 1.979vw);
    }

    .newsletter_wrapper {
        padding-top: 2.813vw;
        padding-bottom: 2.656vw;
        padding-left: 10.417vw;
        padding-right: 10.417vw;
        height: 7.813vw;
    }

    .footer_inner_row {
        padding-top: 4.583vw;
        padding-bottom: 1.302vw;
        padding-left: 2.708vw;
        padding-right: 2.708vw;
        height: 29.948vw;
    }

    .subscribe_btn {
        width: 22.813vw;
    }

    #colophon .menu li a {
        margin-right: 3.542vw;
    }

    .tnp-email {
        width: 36.875vw !important;
        max-width: 36.875vw;
        margin-right: 3.802vw !important;
        height: 2.344vw;
        padding-left: 0.781vw !important;
        padding-right: 0.781vw !important;
    }

    .tnp-submit {
        width: 14.844vw !important;
        height: 2.344vw !important;
        font-size: max(0.781vw, 10px) !important;
    }

    .contact #main, .the-project #main, .about #main {
        padding-bottom: 13.021vw;
    }

    .text_section {
        padding-top: 3.385vw;
        padding-bottom: 3.385vw;
    }

    .news_and_events_section {
        margin-bottom: 9.375vw;
    }

    .bios #main, .events #main {
        padding-bottom: 17.083vw;
    }

    .boxes_section {
        padding-top: 9.896vw;
        padding-bottom: 9.896vw;
    }

    .bios_section, .video_section, .gallery {
        padding-top: 3.802vw;
        padding-bottom: 3.802vw;
    }

    body.newsletter #main {
        padding-left: 2.708vw;
        padding-right: 2.708vw;
        height: 50dvh;
    }

    .f-button svg {
        width: 2.083vw !important;
        height: 2.083vw !important;
    }

    button.f-button[title="Close"] {
        top: 1.042vw !important;
        right: 1.042vw !important;
    }

    .fancybox__infobar {
        margin-top: 1.042vw !important;
        margin-left: 0.885vw !important;
    }

    .subtitle_row {
        min-height: 2.708vw;
    }

    .menu_additions .wpml-ls-native, .wpml-ls-item-en a::after {
        font-size: 0.781vw;
        line-height: 1.094vw;
    }

    .wpml-ls-item .wpml-ls-link {
        margin-right: 0.26vw !important;
        margin-left: 0.26vw;
    }

    .wpml-ls-item-en a::after {
        padding-left: 0.26vw;
    }
}