/**
 * Theme Name:  Vencap
 * Version:      1.0.0
 * Text Domain: vencap
 */

@font-face {
	font-family: Proxima-Nova;
	src: url("assets/fonts/proxima-nova/proxima-nova-thin-webfont.eot");
	src: url("assets/fonts/proxima-nova/proxima-nova-thin-webfont.eot?#iefix") format("embedded-opentype"),
	url('assets/fonts/proxima-nova/proxima-nova-thin-webfont.woff2') format('woff2'),
	url("assets/fonts/proxima-nova/proxima-nova-thin-webfont.woff") format("woff"),
	url("assets/fonts/proxima-nova/proxima-nova-thin-webfont.ttf") format("truetype");
url('assets/fonts/proxima-nova/proxima-nova-thin-webfont.svg#svgFontName') format('svg');
	font-style: normal;
	font-weight: 200;
}

@font-face {
	font-family: Proxima-Nova;
	src: url("assets/fonts/proxima-nova/proxima-nova-light-webfont.eot");
	src: url("assets/fonts/proxima-nova/proxima-nova-light-webfont.eot?#iefix") format("embedded-opentype"),
	url('assets/fonts/proxima-nova/proxima-nova-light-webfont.woff2') format('woff2'),
	url("assets/fonts/proxima-nova/proxima-nova-light-webfont.woff") format("woff"),
	url("assets/fonts/proxima-nova/proxima-nova-light-webfont.ttf") format("truetype");
url('assets/fonts/proxima-nova/proxima-nova-light-webfont.svg#svgFontName') format('svg');
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: Proxima-Nova;
	src: url("assets/fonts/proxima-nova/proxima-nova-regular-webfont.eot");
	src: url("assets/fonts/proxima-nova/proxima-nova-regular-webfont.eot?#iefix") format("embedded-opentype"),
	url('assets/fonts/proxima-nova/proxima-nova-regular-webfont.woff2') format('woff2'),
	url("assets/fonts/proxima-nova/proxima-nova-regular-webfont.woff") format("woff"),
	url("assets/fonts/proxima-nova/proxima-nova-regular-webfont.ttf") format("truetype");
url('assets/fonts/proxima-nova/proxima-nova-regular-webfont.svg#svgFontName') format('svg');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: Proxima-Nova;
	src: url("assets/fonts/proxima-nova/proxima-nova-semibold-webfont.eot");
	src: url("assets/fonts/proxima-nova/proxima-nova-semibold-webfont.eot?#iefix") format("embedded-opentype"),
	url('assets/fonts/proxima-nova/proxima-nova-semibold-webfont.woff2') format('woff2'),
	url("assets/fonts/proxima-nova/proxima-nova-semibold-webfont.woff") format("woff"),
	url("assets/fonts/proxima-nova/proxima-nova-semibold-webfont.ttf") format("truetype");
url('assets/fonts/proxima-nova/proxima-nova-semibold-webfont.svg#svgFontName') format('svg');
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: Proxima-Nova;
	src: url("assets/fonts/proxima-nova/proxima-nova-bold-webfont.eot");
	src: url("assets/fonts/proxima-nova/proxima-nova-bold-webfont.eot?#iefix") format("embedded-opentype"),
	url('assets/fonts/proxima-nova/proxima-nova-bold-webfont.woff2') format('woff2'),
	url("assets/fonts/proxima-nova/proxima-nova-bold-webfont.woff") format("woff"),
	url("assets/fonts/proxima-nova/proxima-nova-bold-webfont.ttf") format("truetype");
url('assets/fonts/proxima-nova/proxima-nova-bold-webfont.svg#svgFontName') format('svg');
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: Proxima-Nova;
	src: url("assets/fonts/proxima-nova/proxima-nova-extrabold-webfont.eot");
	src: url("assets/fonts/proxima-nova/proxima-nova-extrabold-webfont.eot?#iefix") format("embedded-opentype"),
	url('assets/fonts/proxima-nova/proxima-nova-extrabold-webfont.woff2') format('woff2'),
	url("assets/fonts/proxima-nova/proxima-nova-extrabold-webfont.woff") format("woff"),
	url("assets/fonts/proxima-nova/proxima-nova-extrabold-webfont.ttf") format("truetype");
url('assets/fonts/proxima-nova/proxima-nova-extrabold-webfont.svg#svgFontName') format('svg');
	font-style: normal;
	font-weight: 700;
}

/*
 * Main
 */
body {
	font-family: Proxima-Nova, sans-serif;
	font-weight: 400;
	line-height: 1.4rem;
	color: #243253;
	margin: 0;
	overflow-y: scroll;
}

h1 {
	font-size: 51px;
	font-weight: 600;
}

h2 {
	font-size: 42px;
	font-weight: 600;
}

h3 {
	font-size: 40px;
	font-weight: 700;
}

h4 {
	font-size: 32px;
	font-weight: 700;
}

h5 {
	font-size: 27px;
	font-weight: 600;
}

h6 {
	font-size: 16px;
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

p,
a,
li,
label {
	font-size: 23px;
	font-weight: 300;
	line-height: 33px;
}

a {
	color: #32343d;
	text-decoration: none;
}

li {
	display: inline-block;
	list-style-type: none;
}

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

.teem-member-image-overlay img {
	width: 100%;
}

footer a {
	color: #fff;
}

.btn {
	color: #509bd4;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	border: 1px solid #509bd4;
	padding: 14px 27px 12px;
}

input {
	background: none;
	border: 1px solid;
	font: 300 23px/1.4em Proxima-Nova, sans-serif;
}

hr {
	border-color: #243253;
	margin: 5px 0;
}

.post-edit-link,
#vc_load-inline-editor {
	font-size: 16px;
}

/*** Entry content */
.site {
	position: relative;
	transition: top .45s;
}

/* Container */
.wrap {
	width: calc(100% - 30px);
	max-width: 1182px;
	padding: 0 15px;
	margin: auto;
}

.search .site-content > .wrap,
.error404 .site-content > .wrap {
	padding: 130px 0 50px;
}

/** Header*/
.site-header {
	width: 89%;
	position: absolute;
	top: 0;
	z-index: 999;
	background-color: rgba(242, 242, 242, 0.8);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 (2012 Syntax) */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 5.5%;
}

.header-section {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 (2012 Syntax) */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}

.header-logo {
	padding: 26px 0 20px;
}

.site-title {
	margin: 0;
}

.site-title a {
	font-size: 48px;
	font-weight: 600;
	color: #0056b8;
}

.header-menu-toggle {
	display: none;
}

.header-menu-toggle:before {
	content: '\f0c9';
	font: 29px FontAwesome;

}

.header-menu .top-menu {
	margin: 0;
	line-height: 29px;
	padding-top: 16px;
}

.top-menu .menu-item {
	padding: 0 10px;
}

.top-menu .menu-item:last-of-type {
	padding-right: 0;
}

.header-menu .top-menu a {
	color: #2f2f2f;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-flex;
}

.header-menu .top-menu a > img {
	margin-left: 9px;
	width: 29px;
	height: 29px;
}

.mm-menu a > img {
	display: inline-block;
	vertical-align: text-bottom;
}

/* Single header*/
.post-header-image-with-title {
	height: 450px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 (2012 Syntax) */
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background: #2793ef;
}

.blog-title {
	color: #f3f3f3;
	font-size: 41px;
	font-weight: 700;
	line-height: 44px;
}

/** Content */
.more-link {
	color: #509bd4;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	border: 1px solid #509bd4;
	padding: 14px 27px 12px;
}

.site-content h6 {
	margin-bottom: 10px;
}

.site-content hr + h1 {
	margin: 28px 0 20px;
}

.entry-title {
	margin: 25px 0 5px;
}

/* added for the split column grid post loop titles min height to stay same height no matter the height of the title */
.half-block h4{
	min-height: 80px;
}

.entry-title a {
	text-decoration: none;
	color: #243253;
	font-size: 32px;
	font-weight: 700;
}

.post-header + .wrap .content-area article,
.blog-categories-section + .wrap .content-area article {
	padding: 60px 0 55px;
	border-bottom: 1px solid #243253;
}

.post-header + .wrap .content-area article:last-of-type,
.blog-categories-section + .wrap .content-area article:last-of-type {
	border-bottom: none;
}

.entry-date {
	color: #2f2f2f;
	font-size: 16px;
	font-weight: 700;
	line-height: 33px;
}

.blog-categories-section {
	background-color: #ebebed;
}

.blog-categories-list {
	margin: 0;
	padding: 0;
}

.blog-categories-list li {
	line-height: 69px;
}

.blog-categories-list li.current {
	background: #fff;
}

.blog-categories-list a {
	color: #2f2f2f;
	font-size: 16px;
	font-weight: 300;
	line-height: inherit;
	text-transform: uppercase;
	padding: 0 22px;
	display: block;
}

.meet-the-teem-link {
	display: -webkit-inline-flex;
	display: inline-flex;
	font-size: 32px;
	-webkit-align-items: center;
	align-items: center;
}

.meet-the-teem-link img {
	margin-left: 19px;
}

.nav-links .page-numbers {
	color: #509bd4;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	border: 1px solid #509bd4;
	padding: 8px 17px;
}

.nav-links .screen-reader-text i {
	margin: 0 5px;
}

.nav-links .page-numbers.current {
	opacity: .5;
}

.nav-links .nav-previous,
.nav-links .nav-next {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 (2012 Syntax) */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.link-more {
	margin-top: 37px;
}

.post-feed-margin-top{
	padding-top: 190px;
}

.navigation {
	margin-bottom: 20px;
}

.single-post-footer-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 (2012 Syntax) */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.post-share-link {
	height: 62px;
}

/* news post grid split  */

.grid-splitter{
	display: grid;
	grid-gap:20px;
	grid-template-columns: 1fr 1fr;
	margin: 40px 0 105px;
}

.grid-third {
	grid-template-columns: 1fr;
}

.grid-third-title {
	font-size: 2.5em;
	line-height: 1;
}

.grid-third-title br {
	display: none;
}

/* Map */
#vencap_location_map {
	width: 100%;
	height: 749px;
}

/* Contact Form */
.get-in-touch {
	text-align: center;
}

.get-in-touch-text {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	line-height: 33px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-bottom: 16px;
}

.get-in-touch-divider {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 (2012 Syntax) */
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}

.get-in-touch-1,
.get-in-touch-3 {
	width: 35%;
	height: 1px;
	background: #fff;
}

.get-in-touch-2 {
	width: 10%;
	padding: 0 10%;
}

.get-in-touch-2:after {
	content: '\f0d7';
	font: 25px FontAwesome;
	color: #fff;
	height: 21px;
}

.vencap-contact-form {
	width: 100%;
}

.vencap-contact-form label {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 33px;
	text-transform: uppercase;
}

.vencap-contact-form input::placeholder {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 33px;
	text-transform: uppercase;
}

.vencap-contact-form input::-moz-placeholder {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 33px;
	text-transform: uppercase;
	opacity: 1;
}

.vencap-contact-form input::-webkit-input-placeholder {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 33px;
	text-transform: uppercase;
}

.vencap-contact-form input:not([type=submit]),
.vencap-contact-form textarea {
	outline: none;
	border: none;
	border-bottom: 1px solid #fff;
	background: none;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 33px;
	padding: 0;
}

.vencap-contact-form textarea {
	width: 100%;
}

.vencap-contact-form input:active,
.vencap-contact-form input:visited,
.vencap-contact-form input:focus {
	outline: none;
}

.vencap-contact-form .name-with-email-section {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 (2012 Syntax) */
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.vencap-contact-form .your-name,
.vencap-contact-form .your-email {
	width: 50%;
}

.vencap-contact-form .your-name input,
.vencap-contact-form .your-email input {
	width: 100%;
}

.vencap-contact-form .your-name {
	padding-right: 3.7%;
}

.vencap-contact-form .your-email {
	padding-left: 3.7%;
}

.vencap-contact-form .form-submit {
	text-align: center;
}

.vencap-contact-form .form-submit input[type=submit] {
	color: #fff;
	border-color: #fff;
	padding: 8px 41px 5px;
}

div.wpcf7 .vencap-contact-form .ajax-loader {
	position: absolute;
}

/* Teem page */
.teem-accordion span.vc_tta-title-text {
	padding-right: 25px;
	/**/
	font-size: 16px;
	color: #243253;
	font-weight: bold;
}

.teem-accordion .vc_tta-panel-heading {
	background: none !important;
}

.teem-accordion h4.vc_tta-panel-title > a {
	border-bottom: 1px solid #000 !important;
	padding: 5px 0 !important;
	margin: 0 20px;
}

.home .teem-accordion h4.vc_tta-panel-title > a {
	border-bottom: 1px solid #8c8fae !important;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.teem-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	right: 2px;
}

.wpb-js-composer .vc_tta.teem-accordion .vc_tta-controls-icon {
	width: 20px;
	height: 20px;
}

.wpb-js-composer .vc_tta.teem-accordion .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
	-webkit-transform: rotate(-45deg) translate(-25%, -25%);
	-ms-transform: rotate(-45deg) translate(-25%, -25%);
	transform: rotate(-45deg) translate(-25%, -25%);
}

.wpb-js-composer .vc_tta.teem-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
	-webkit-transform: rotate(45deg) translate(-25%, -25%);
	-ms-transform: rotate(45deg) translate(-25%, -25%);
	transform: rotate(45deg) translate(-25%, -25%);
}

.teem-member-image-overlay {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.teem-member-image-overlay p {
	margin: 0;
	font-size: 1em;
	line-height: 1em;
}

.teem-member-image-overlay h5 {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 2px;
	max-width: 100%;
	max-height: 100%;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	color: rgb(248, 248, 248);
	background: rgba(25, 25, 25, 0.8);
	padding: 23px 31px;
	margin: 0;
	text-align: center;
	overflow: scroll;
}

.teem-member-image-overlay:hover h5 {
	visibility: visible;
	opacity: 1;
}

.name-position-linkedin {
	position: relative;
}

.name-position-linkedin h6 {
	margin: 5px 35px 5px 0;
}

.name-position-linkedin h6 + p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	line-height: 23px;
}

.name-position-linkedin h6 + p > a {
	visibility: hidden;
	line-height: 23px;
}

.name-position-linkedin h6 + p > a > i {
	color: #c9c9cb;
	visibility: visible;
}

/** Footer */
.site-footer {
	background-color: #32343d;
	color: #fff;
	padding: 20px 0 15px;
}

.footer-widget-section {
	text-align: center;
	padding: 43px 15px 27px;
	border-bottom: 1px solid #fff
}

.footer-widget-section .widget img {
	margin-bottom: 9px;
}

.footer-widget-section .widget i {
	padding: 0 17px;
	font-size: 30px;
}

.footer-site-info {
	padding-top: 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 (2012 Syntax) */
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer-site-info p,
.footer-site-info a {
	font-size: 11px;
}

.footer-site-info .site-info {
	text-align: center;
}

.footer-menu .menu-item {
	padding: 0 18px;
}

.footer-menu .menu-item:last-of-type {
	padding-right: 0;
}

/* Cookie notification */
.admin-bar #cookie-notice {
	top: 32px;
}

.cookie-notice-container {
	padding: 0;
	margin: 0;
	text-align: left;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 (2012 Syntax) */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

#cookie-notice .button {
	padding: 16px 50px;
	background: #0056b8;
	min-width: 60px;
	color: #fff;
}

#cn-notice-text {
	padding: 16px 0;
	margin-left: 5.5%;
}

#cookie-notice #cn-notice-text a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-decoration: underline;
}

/* Custom Scrollbar */
.teem-member-image-overlay .antiscroll-scrollbar {
	width: 7px;
	border-radius: 3px;
	background-color: #949494;
}

/* Vencap company icon */
.vencap-grid-company-icon {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 (2012 Syntax) */
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.wpb_gallery_slides .vencap-grid-company-icon .vencap-company-icon {
	width: 25%;
	min-width: 255px;
	position: relative;
	margin: 15px 0;
}

.vencap-company-icon img:nth-child(2) {
	visibility: hidden;
	opacity: 0;
	transition: all .4s;
	will-change: opacity;
	position: absolute;
	top: 0;
	left: 0;
}

.vencap-company-icon:hover img:nth-child(2) {
	visibility: visible;
	opacity: 1;
}

.vencap-company-icon .hover-text {
	visibility: hidden;
	opacity: 0;
	transition: all .4s;
	will-change: opacity;
	position: absolute;
	top: 105px;
	left: 0;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 400;
	width: calc(100% - 20px);
	max-height: 55px;
	overflow: hidden;
}

@media( min-width: 768px) {
	.vencap-company-icon .hover-text {
		top: 130px;
	}
}

.vencap-company-icon:hover .hover-text {
	visibility: visible;
	opacity: 1;
}

.wpb_text_column ul li {
	display: list-item;
	list-style-type: disc;
}

.brnone {
	display: none;
}

.bulletPoint > li {
	list-style-type: disc !important;
	display: list-item !important;
}

.bluelink {
	color: #072ff5;
}

#text-overlay {
	padding: 40px;
}

/* Resourses - new page*/
.vc_row.vc_row-flex > .pdf-container:not(.pdf-container-fullwidth).vc_column_container > .vc_column-inner > .wpb_wrapper,
.vc_row.vc_row-flex > .video-container.vc_column_container > .vc_column-inner > .wpb_wrapper,
.vc_row.vc_row-flex > .pdf-container.vc_column_container:not(.pdf-container-fullwidth) > .vc_column-inner > .wpb_wrapper > .wpb_row,
.vc_row.vc_row-flex > .video-container.vc_column_container > .vc_column-inner > .wpb_wrapper > .wpb_row {
	height: 100%;
}

.vc_row.vc_row-flex > .pdf-container:not(.pdf-container-fullwidth).vc_column_container > .vc_column-inner > .wpb_wrapper > .wpb_row > .vc_column_container:first-of-type > .vc_column-inner,
.vc_row.vc_row-flex > .video-container.vc_column_container > .vc_column-inner > .wpb_wrapper > .wpb_row > .vc_column_container:first-of-type > .vc_column-inner {
	justify-content: flex-start;
}

.how-venture-capital-works > div > p {
	color: #cac8c8;
	font-size: 23px;
	font-weight: 500;
	line-height: 33px;
	letter-spacing: 0.42px;
}

.pdf-container > .vc_column-inner {
	color: #ffffff;

}
.pdf-heading-small {
	margin-bottom: 30px;
}

.pdf-heading-small > div > p {
	margin-top: 0;
	font-size: 12px;
	font-weight: 600;
}

.pdf-heading-big {
	margin-bottom: 13px;
}

.pdf-heading-big > div > p > a {
	font-size: 45px;
	font-weight: 500;
	color: #ffffff;
}

.pdf-container-fullwidth .pdf-heading-big > div > p > a {
	font-size: 40px;
	color: #ffffff;
	font-weight: 500;
}

.pdf-text-content > div > p {
	margin-top: 0;
	font-size: 12px;
	line-height: 13px;
}

.pdf-icon > .wpb_wrapper {
	text-align: right;
	margin-right: 30px;
}

.pdf-icon > .wpb_wrapper i {
	font-size: 75px;
	color: #ffffff;
}

.video-pdf-row iframe {
	max-width: 100%;
}

.name-position-linkedin h6 a {
	line-height: 1.25em;
	font-size: 16px;
    font-weight: 700;
	color: #243253;
	text-decoration: underline;
}

rs-module-wrap {
	left: 0 !important;
}

@media only screen and (max-width: 1199px) {
	.video-element {
		margin-bottom: 20px !important;
	}
}

@media only screen and (max-width: 991px) {
	.pdf-icon>.wpb_wrapper {
		text-align: right;
		margin-top: 0;
		margin-right: 30px;
	}
}

/* Media queries */
@media (max-width: 1325px) {
	.site-header {
		width: calc(100% - 30px);
		padding: 0 15px;
	}

	#cn-notice-text {
		margin-left: 15px;
	}

}

@media (max-width: 1100px) {
	.top-menu .menu-item {
		padding: 0 15px;
	}
}

@media (max-width: 991px) {
	.header-menu {
		display: none;
	}

	.header-menu-toggle {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -ms-flexbox; /* IE10 (2012 Syntax) */
		display: flex;
	}

	/* VC visual composer fix bug with mmenu */
	.vc_row[data-vc-full-width] {
		left: 0 !important;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar #cookie-notice {
		top: 46px;
	}
}

@media screen and (min-width: 768px) {
	#media_image-5 {
		text-align: right;
	}

	#text-overlay {
		position: absolute;
		z-index: 999;
		top: 150px;
		left: 50px;
		width: 500px;
		background: rgba(255, 255, 255, 0.5);
		box-shadow: 0px 0 30px 0px rgba(0, 0, 0, 0.2);
	}
}

@media screen and (min-width: 960px) {
	.grid-third {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.grid-third-title br {
		display: block;
	}
}

@media (max-width: 767px) {
	.post-header + .wrap .content-area article,
	.blog-categories-section + .wrap .content-area article {
		padding: 30px 0 50px;
	}

	.footer-site-info {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}

	.footer-menu,
	.footer-menu .menu-item {
		padding: 0;
	}

	.footer-menu-section {
		width: 100%;
	}

	.footer-menu {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -ms-flexbox; /* IE10 (2012 Syntax) */
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
}

@media (max-width: 480px) {

	h1 {
		font-size: 35px;
	}

	h2 {
		font-size: 30px;
		font-weight: 700;
	}

	h3 {
		font-size: 27px;
		font-weight: 700;
	}

	h4 {
		font-size: 23px;
		font-weight: 700;
	}

	h5 {
		font-size: 20px;
		font-weight: 600;
	}

	h6 {
		font-size: 14px;
		font-weight: 700;
	}

	p,
	a,
	li,
	label {
		font-size: 18px;
		line-height: 27px;
	}

	.footer-widget-section .widget img {
		width: 200px;
	}

	#cookie-notice .button {
		padding: 16px 20px;
		min-width: 50px;
	}
}

@media (max-width: 420px) {
	.brnone {
		display: block;
	}
}


.half-block article {
	padding: 0 !important;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}

.half-block article + article {
	margin-top: 20px;
}

.half-block article.category-announcements .blog-post,
.half-block article.category-press-release .blog-post {
	color: #fff;
	background: #1E73BE;
	position: relative;
}

.half-block article.category-views .blog-post {
	color: #fff;
	background: #243253;
	position: relative;
}

.half-block article.video .blog-post {
	color: #fff;
	background: #dd3333;
	position: relative;
}

.half-block article a,
.half-block article a {
	color: #fff;
	display: block;
}

.half-block .blog-post {
	padding: 1.5rem;
}

.half-block .post-excerpt-video {
	padding-top: 38px;
}

.half-block .post-excerpt ul {
	padding: 0;
}

.half-block .post-excerpt > * {
	margin: 0;
	max-width: 80%;
}

.half-block .post-excerpt h5 {
	margin: 0;
}

.half-block .post-excerpt > * + * {
	margin-top: 1rem;
}

.half-block .post-excerpt h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	margin: .5rem 0;
}

.half-block .post-excerpt .post-date {
	font-size: 12px;
}

.half-block .post-excerpt img {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	width: 65px;
}

.flex-list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flex-list a {
	font-size: 1rem;
	font-weight: bold;
}

.flex-list li + li {
	margin-left: 1rem;
}

/*.entry-content {
	text-align: justify;
}*/

.post-type-archive-careers .site-header,
.single-careers .site-header {
	position: static;
}

.post-type-archive-careers .archive-title {
	margin-top: 5.625rem;
	margin-bottom: 2.625rem;
}

.archive-sub-title {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 6.625rem;
	padding: 1rem 0;
	border-bottom: 1px solid #243253;
	color: #243253;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.archive-sub-title a,
.vacancy-content a {
	font-size: 1rem;
	font-weight: inherit;
	color: #0056b8;
	text-decoration: underline;
}

.vacancy-grid {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 3rem;
}

.vacancy-content {
	margin-top: 3rem;
	padding-bottom: 7.5rem;
}

.vacancy-grid > article {
	max-width: 26.25rem;
	width: 100%;
	padding: 1.875rem;
	margin-right: 4rem;
	margin-bottom: 4rem;
	background: #ebebeb;
}

.team-button {
	border-radius: 6px;
	display: inline-block;
	padding: .5rem 1rem;
	background: #c8d5e2;
	color: #243253;
	font-weight: bold;
	clear: both;
}

.vacancy-grid > article p:first-child {
	margin-top: 0;
	font-size: 1rem;
	font-weight: bold;
	color: #243253;
}

.vacancy-grid > article .entry-date {
	font-weight: 400;
	color: #243253;
	margin-bottom: 2.5rem;
	margin-top: 1.75rem;
	display: block;
}

.vacancy-grid > article h4 {
	margin-top: 3rem;
	min-height: 6.5625rem;
}

.vacancy-grid > article h4 a {
	font-weight: 300;
	font-size: 2.625rem;
	line-height: 1.25;
}

.vacancy-content h1 {
	font-weight: 300;
	font-size: 2.625rem;
	line-height: 1.25;
	margin-bottom: 6.75rem;
}

.vacancy-content h4 {
	font-size: 1.25rem;
	margin: 0;
}

.vacancy-content p,
.vacancy-content a,
.vacancy-content li,
.vacancy-content label {
	font-size: 1.25rem;
}

.vacancy-content ul li {
	display: block;
	list-style-type: disc;
}
