/*
Theme Name: Ave
Theme URI: http://ave.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 2.4
License: GNU General Public License
License URI: license.txt
Text Domain: ave
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Faustina:wght@400;700&display=swap');
/* Text meant only for screen readers. */

html {
	scroll-behavior: smooth;
  }

body {
	  word-break: break-word;
  }

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* GENEVA UI DESIGN - HOME PAGE */

.main-nav > li > a {
    color: #4c4e4d !important;
    font-weight: 500;
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 18px !important;
}

.pagination {
	text-align: center;
}

.page-numbers {
	background: #f0f4f4;
	padding: 10px 15px;
	display: inline-block;
	margin: 4px 0;
  }
  
.page-numbers.current {
	background: #6c92ad;
	color: #ffffff !important;
}

.text-white {
	color: #ffffff !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.geneva-separator-bottom {
	border-bottom: 1px solid #d1dce2;
}

.geneva-separator-top {
	border-top: 1px solid #c3d2dc;
}

.geneva-title-style1 {
	position: relative;
}

.geneva-title-style1:before, .geneva-title-style5:before {
    content: '';
    height: 1px;
    background: #a7bccc;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
}

.geneva-title-style1 h3, .geneva-title-style5 h3 {
    font-family: 'Faustina', serif !important;
    font-weight: 900 !important;
    /* font-style: italic !important; */
    font-size: 24px;
    letter-spacing: 3px;
}

.geneva-title-style1 span {
    background-color: #ffffff;
    padding-left: 20px;
	padding-right: 20px;
	color: #4c4e4d !important;
}

.geneva-title-style5 span {
    background-color: #f0f4f4;
    padding-left: 20px;
	padding-right: 20px;
	color: #4c4e4d !important;
}

.geneva-title-style2 h3{
	font-family: 'Barlow', Arial, sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 36px;
    letter-spacing: 2px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.home .geneva-title-style2 h3 {
	letter-spacing: 2.5px;
	margin-bottom: 35px !important;
}

.geneva-title-style3 h3 {
	font-family: 'Barlow', Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 48px;
    letter-spacing: 4px;
	color: #43586b;
	text-align: left;
	text-transform: uppercase;
}

.geneva-title-style4 h3 {
	font-family: 'Barlow', Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
	font-size: 38px;
	line-height: 36px;
    letter-spacing: 4px;
	color: #43586b;
	text-align: left;
	text-transform: uppercase;
}

.geneva-title-style4:before {
	content: '';
	background-image: url('/wp-content/themes/herkan-ave-a6a28712c82e/assets/img/home-ui/title-ui-element-1.png');
	background-repeat: no-repeat;
	width: 29px;
	height: 28px;
	position: absolute;
	top: -5%;
    left: -5%;
}

.liquid-lp-category-filled.geneva-tag-style-1 a {
	font-family: 'Barlow', Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #6b90ab !important;
	background-color: #ffffff !important;
	font-size: 14px !important;
	letter-spacing: 2px;
}

.liquid-lp-category-filled.geneva-tag-style-1 a:after {
	height: 0px;
}

.liquid-lp-category-filled.geneva-tag-style-1 a:hover {
	color: #ffffff !important;
	background-color: #6b90ab !important;
}

.liquid-lp-category-filled.geneva-tag-style-2 a {
	font-family: 'Barlow', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #6c92ad;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 4px;
    line-height: 18px;
}

.geneva-author-style-1, .geneva-author-style-1 a {
	font-family: 'Faustina', serif;
    /* font-style: italic; */
    color: #222222;
	font-size: 13px;
	line-height: 16px;
    text-transform: none !important;
	letter-spacing: 0.25px !important;
	margin-bottom: 10px;
}

.geneva-date-style-3 {
	font-family: 'Faustina', serif;
    /* font-style: italic; */
    color: #222222;
	font-size: 16px;
	line-height: 20px;
    text-transform: none !important;
	letter-spacing: 0.25px !important;
	margin-bottom: 10px;
}

.geneva-author-style-2, .geneva-author-style-2 a {
	font-family: 'Barlow', Arial, sans-serif;
    color: #6c92ad !important;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
    text-transform: none !important;
	letter-spacing: 0.25px !important;
	margin-bottom: 10px;
}
.geneva-author-style-2 a:hover {
	color: #222222 !important;
} 

.geneva-more-link-style-1 {
	font-family: 'Barlow', Arial, sans-serif;
	font-size: 14px !important;
	line-height: 16px;
    /* font-style: italic; */
	font-weight: 500;
	text-transform: uppercase;
	color: #6b90ab !important;
	display: inline-block;
	letter-spacing: -0,25px;
}

.geneva-more-link-style-1:hover {
	color: #333333 !important;
}

.geneva-more-link-style-1:after {
	content: '';
    height: 1px;
    background: #6b90ab;
    width: 100%;
    display: block;
}

.geneva-bg-light-blue {
	background-color: #f0f4f4;
}

.geneva-bg-dark-blue {
    background-color: #aec2d1;
}

.geneva-bg-gray {
	background-color: #767576;
}

.geneva-bg-light-gray {
	background-color: #f9f9f9;
}

.geneva-latest-sidebar .liquid-blog-item-inner {
	padding-left: 15px;
	padding-right: 15px;
}

ul .geneva-event-location{
	list-style: none;
}
.geneva-event-location, .geneva-event-date {
	color: #bfc4c9 !important;
    font-family: 'Barlow', Arial, sans-serif;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-style: normal !important;
}

#geneva-events-slider .liquid-blog-contents-inside.h-300 {
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 45%;
}

#geneva-events-slider .liquid-blog-item-inner {
	margin-left: 5%;
	margin-right: 5%;
}

#geneva-events-slider .liquid-blog-contents-inside .liquid-lp-media:after {
	background: linear-gradient(to top, #ffffff00 50%, transparent 100%);
}

#geneva-events-slider .liquid-blog-contents-inside .liquid-lp-media img {
	visibility: visible;
}

.slider-title-pos {
	top: -2%;
}

.featured-publication-bg .fancy-title {
	margin-bottom: 40px !important;
}

.featured-publication-bg {
	background: url('/wp-content/themes/herkan-ave-a6a28712c82e/assets/img/home-ui/featured-publication-bg.jpg');
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
}

.box-behind-text {
	width: 60%;
    height: 80%;
    position: absolute;
    bottom: -30px;
    z-index: -1;
}

.box-behind-text-2 {
    width: 60%;
    height: 91%;
    position: absolute;
    bottom: -82px;
    z-index: -2;
    right: 0;
}

.box-behind-text-3 {
    width: 53%;
    height: 17%;
    position: absolute;
    bottom: -13px;
    z-index: -1;
    right: -20px;
}

.box-behind-text-4 {
	width: 80%;
    height: 55%;
    position: absolute;
    top: 19%;
    z-index: -1;
    left: 5%;
}

.box-behind-text-5 {
	width: 95%;
    height: 70%;
    position: absolute;
    top: 2.5%;
    z-index: -1;
    left: -4%;
}

.geneva-team-details h6 {
	font-weight: 400 !important;
    color: #666666 !important;
    font-family: 'Faustina', serif;
    letter-spacing: 1.25px !important;
}

.banner-download-btn {
	background: #465b72 !important;
    color: #ffffff;
    border: 1px solid #465b72;
    padding: 5px 10px !important;
	line-height: 20px !important;
	margin-bottom: 5px;
	font-family: 'Barlow', Arial, sans-serif;
	font-weight: 500;
	font-size: 15px !important;
}

.banner-download-btn:hover {
    background: #6c92ad !important;
    border-color: #6c92ad;
}
 
/*Home page headings fonts*/

body.single-post .blog-single-title {
	font-family: 'Barlow', Arial, sans-serif !important;
}

.latest-featured-heading {
	font-family: 'Barlow', Arial, sans-serif;
	font-weight: 700;
	font-size: 34px;
	line-height: 38px;
	color: #343434 !important;
	letter-spacing: 0.25px;
}

.latest-featured-heading:hover, .latest-secondary-heading:hover, .latest-other-headings:hover, .featured-publications-heading:hover, .in-the-news-heading:hover, .past-events-heading:hover {
	transition: all 300ms ease-in-out;
	color: #6b91ab !important;
}

.events-heading:hover {
	color: #cecece !important;
}

.latest-feature-separator {
	border-right: 1px solid #d0dce5;
}

.latest-secondary-heading {
	font-family: 'Barlow', Arial, sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	color: #2e3130 !important;
	letter-spacing: 0.25px;
	margin-top: 10px;
}

.past-events-heading {
	font-family: 'Barlow', Arial, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #2e3130 !important;
	letter-spacing: 0.25px;
	margin-top: 10px;
}


.latest-other-headings {
	font-family: 'Barlow', Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #4c4e4d !important;
	letter-spacing: normal;
}

.events-heading {
	transition: all 300ms ease-in-out;
	font-family: 'Barlow', Arial, sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 38px;
	letter-spacing: 0.25px;
}

.featured-publications-heading {
	font-family: 'Barlow', Arial, sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	color: #363737;
	letter-spacing: 0.25px;
}

.in-the-news-heading {
	font-family: 'Barlow', Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #363737;
	letter-spacing: 0.25px;
} 

.in-the-news-heading-height {
	height: 100px;
}

#topics-latest-article header h2, #upcoming-article header h2 {
	font-family: 'Barlow', Arial, sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 38px;
	letter-spacing: 0.25px;
}

#topics-latest-article header {
	margin-bottom: 10px;
}

#topics-latest-article header time {
	display: none;
}

#upcoming-article header time {
	color: #43586b !important;
    font-family: 'Barlow', Arial, sans-serif;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-style: normal !important;
}

#topics-latest-article .liquid-lp-excerpt, #upcoming-article .liquid-lp-excerpt {
	display: none;
}

#topics-other-articles header h2 {
	font-family: 'Barlow', Arial, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #2e3130 !important;
	letter-spacing: 0.25px;
	margin-top: 10px;
} 

#past-event-articles header h2 {
	font-family: 'Barlow', Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
} 

#topics-other-articles .liquid-lp-footer .liquid-lp-read-more, #past-event-articles .liquid-lp-footer .liquid-lp-read-more {
	font-family: 'Faustina', serif;
    font-size: 14px;
    line-height: 16px;
    /* font-style: italic; */
    font-weight: 500;
    text-transform: uppercase;
    color: #6b90ab !important;
    display: inline-block;
    letter-spacing: -0,25px;
}

#topics-other-articles .liquid-lp-footer, #past-event-articles .liquid-lp-footer {
	margin-bottom: 20px;
}

.archive .titlebar-inner {
	padding-top: 50px;
	padding-bottom: 0px;
}

.archive .titlebar-col h1, .search .titlebar-col h1 {
	font-size: 50px !important;
	letter-spacing: 3px;
    font-family: 'Barlow', Arial, sans-serif;
    font-style: italic;
	color: #4c4e4d;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
	display: inline-block;
	margin-bottom: 0;
}

.titlebar-col {
	text-align: center;
}

.titlebar-container {
	position: relative;
}
/*End home page headings fonts*/
.wpb_text_column ul li {
	margin-bottom: 8px;
}

ol li {
	margin-bottom: 5px;
}

.post-categories li a, .post-categories > a, .tags-links li a, .tags-links > a {
	font-family: 'Barlow', Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
}

.tag-cloud-link a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 2em;
    color: #ffffff;
    padding: 0 0.5em;
    position: relative;
    background: #8ca6bb;
    border-radius: 0 3px 3px 0;
    margin: 0.5rem 0.5rem 0.5rem 1rem;
}

.tag-cloud-link a:before {
    content: '';
    display: block;
    position: absolute;
    left: -1em;
    top: 50%;
    margin-top: -1em;
    height: 0;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-right: 1em solid #8ca6bb;
    z-index: 200;
}

.tag-cloud-link a:after {
    content: '';
    display: block;
    position: absolute;
    left: -0.4em;
    top: 50%;
    margin-top: -0.2em;
    width: 0.4em;
    height: 0.4em;
    background: #fff;
    border-radius: 0.2em;
    z-index: 200;
}

.tag-cloud-link a:hover, .tag-cloud-link a:focus {
    background: #d0d0d0;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

.tag-cloud-link a:hover:before, .tag-cloud-link a:focus:before {
    border-right-color: #d0d0d0;
}

.tag-cloud-link a:before, .tag-cloud-link a:after {
    transition: all 300ms ease-in-out;
}

#mc4wp-form-1 .mc4wp-response p{
	color: #fff;
    margin-top: 20px;
    font-weight: 700;
	font-size: 16px;
}

.progress-container {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 8px;
	background: #ccc;
  }
  
  .progress-bar {
	height: 8px;
	background: #4caf50;
	width: 0%;
  }
  
  #sticky-header{
	display: none;
	/*position: unset !important;*/
  }

  .collapse-share{
  	position: absolute;
    width: 140px;
    background-color: white;
    z-index: 100;
    border-radius: 3px;
  }

  .collapsed-share-ul{
  	text-align: left;
    padding-inline-start: 15px;
  }

  .share-button{
  	background: transparent;
  	border: none;
  	outline:none;
  }

  .collapse-report{
  	position: absolute;
    width: 172px;
    background-color: white;
    z-index: 100;
    border-radius: 3px;
  }

  .collapsed-report-ul{
  	text-align: left;
    padding-inline-start: 15px;
  }

  .download-report-button{
  	background: transparent;
  	border: none;
  	outline:none;
  }
  
  div.post-author.coauthor{
	border-top-width: 0px !important;
  }
  
  a.coauthor-name{
	color: black;
	text-decoration: none;
	font-family: 'Barlow', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5em;
  }
  
  p.coauthor-description{
	margin: 0;
	font-size: 1em;
	font-family: 'Faustina', serif;
	font-weight: 400;
	line-height: 1.6em;
  }
  
  span.punctuation-mark{
	  float: left;
	  overflow: hidden;
  }

  *,
*:after,
*:before {
  box-sizing: border-box;
}

.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}

.custom-select {
  display: flex;
  /*flex-direction: column;
  border-width: 0 2px 0 2px;
  border-style: solid;
  border-color: #394a6d;*/
}

.custom-select__trigger {
  position: relative;
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  /*padding: 0 22px;
  font-size: 20px;
  font-weight: 300;
  color: #3b3b3b;
  height: 60px;
  line-height: 60px;*/
  background: #ffffff;
  cursor: pointer;
  /*border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #394a6d;*/
}

.sidebar-open{
	z-index: -1 !important;
}

.custom-options {
	width: 160px;
    text-align: left;
    border-radius: 2px;
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 2px solid #394a6d;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.download-report {
	width: 190px;
    text-align: left;
    border-radius: 2px;
  position: absolute;
  display: block;
  left: unset;
  top: 100%;
  right: 0;
  border: 2px solid #394a6d;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  font-size: 14px;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.5s;
}

.custom-option:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #305c91;
}

.custom-option.selected {
  color: #ffffff;
  background-color: #305c91;
}

.arrow {
  position: relative;
  height: 15px;
  width: 15px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}

.arrow::before {
  left: -5px;
  transform: rotate(45deg);
  background-color: #394a6d;
}

.arrow::after {
  left: 5px;
  transform: rotate(-45deg);
  background-color: #394a6d;
}

.open .arrow::before {
  left: -5px;
  transform: rotate(-45deg);
}

.open .arrow::after {
  left: 5px;
  transform: rotate(45deg);
}

.author-designation {
	font-style: italic;
    color: #666666;
	margin-top: 10px;
	margin-bottom: 40px;
}

.search .entry-summary {
	display: none;
}

.event-speaker-presider {
	font-size: 20px;
    line-height: 24px;
    color: #555555;
}

.event-template-default .entry-header .post-meta {
	margin-bottom: 30px;
}

.featured-publication-bg .liquid-lp-category-filled.geneva-tag-style-1 a {
	top: -3px;
}

@media screen and (max-width: 1199px) {
[data-mobile-header-scheme=gray] .main-header .navbar-header {
    background-color: #ffffff !important;
}

[data-mobile-nav-style=modern]:before {
	background-image: linear-gradient(to top left, #43586b 0%, #43586b 100%) !important;
}
[data-mobile-nav-scheme=dark] .main-nav .lqd-custom-menu > li > a, [data-mobile-nav-scheme=dark] ul.nav.main-nav > li > a {
    color: #fff !important;
}
}
@media screen and (max-width: 1025px) {
	.featured-publications-heading {
		font-size: 30px;
		line-height: 40px;
	}
	.blog-single-content {
		padding-top: 0px !important;
	}
	.event-template-default .blog-single-content {
		padding-top: 40px !important;
	}
}

@media screen and (max-width: 1300px) {
  .main-footer {
	  padding-left: 0px !important;
  }
  .blog-single-default .blog-single-details {
    padding: 5em 0 !important;
}
}

@media screen and (max-width: 1200px) {
	.navbar-toggle, .lqd-mobile-modules-container {
		flex: 1 !important;
	}

	.featured-publication-bg {
		background: none;
	}
	.geneva-title-style1 {
		margin-top: 20px
	}
}

@media screen and (min-width: 1300px) {

	/* .latest-section-container {
		width: 1280px !important;
	} */
}

@media (max-width: 769px) {

#contact-page-col-adj.vc_col-sm-6 {
    width: 40%;
}
	.navbar-brand img {
		max-width: 150px !important;
	  }
	/* .geneva-title-style4:before {
		left: 5%;
	} */
	.in-the-news-section {
		padding-left: 5em;
    	padding-right: 5em;
	}
	.geneva-more-link-style-1 {
		font-size: 18px;
		line-height: 24px;
	}
	.geneva-author-style-1, .geneva-author-style-1 a {
		font-size: 16px;
		line-height: 18px;
	}
	.geneva-separator-top {
		border-top: 0px solid #c3d2dc;
	}
	.in-the-news-heading-height {
		height: auto;
	}
	.in-the-news-heading, .latest-other-headings, .latest-secondary-heading, .latest-featured-heading, .events-heading, #topics-latest-article header h2, #upcoming-article header h2, .geneva-title-style4 h3, .blog-single-title {
		font-size: 30px;
		line-height: 40px;
	}
	.latest-feature-separator {
		border-right: 0px solid #d0dce5;
		border-bottom: 1px solid #d0dce5;
		margin-bottom: 40px;
	}
}

@media (max-width: 576px) {
	#contact-page-col-adj.vc_col-sm-6 {
		width: 100%;
	}
	.geneva-title-style4:before {
		left: -5%;
	}
	.in-the-news-section {
		padding-left: 2em;
    	padding-right: 2em;
	}
	#geneva-events-slider .liquid-blog-contents-inside.h-300 {
		margin-left: 0%;
		margin-right: 0%;
		padding-bottom: 45%;
	}
	
	#geneva-events-slider .liquid-blog-item-inner {
		margin-left: 0%;
		margin-right: 0%;
	}

	.geneva-title-style3 h3 {
		font-size: 30px;
		line-height: 30px;
	}

	.featured-publications-heading, .in-the-news-heading, .latest-other-headings, .latest-secondary-heading, .latest-featured-heading, .events-heading, #topics-latest-article header h2, #upcoming-article header h2, .geneva-title-style4 h3 {
		font-size: 20px;
    	line-height: 25px;
	}
	.blog-single-title {
		font-size: 25px;
    	line-height: 30px;
	}
	.in-the-news-heading-height {
		height: auto;
	}
	.geneva-title-style1 h1, .archive .titlebar-col h1, .search .titlebar-col h1 {
		font-size: 20px !important;
		line-height: 24px !important;
		letter-spacing: 4px !important;
	}

.research-template-default .main-header {
		padding-top: -100px;
	}
}

/* END GENEVA UI DESIGN - HOME PAGE */