/*!
Theme Name: Miller Center
Author: GPI
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: miller-center
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.
*/

html, body, div, span, applet, object, iframe,
/*em, strong, b,*/
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
i, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

* {box-sizing: border-box}

:focus {
	outline: 0;
}
body {
	padding: 0;
	margin: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
	display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
	outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
	margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
	margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
	line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	*overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,
button,
input,
select,
textarea {
	color: #494949;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
img {
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.skip-link.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Custom CSS */
@font-face {
	font-family: 'Montserrat-Light';
	src: url('assets/fonts/Montserrat/Montserrat-Light.eot');
	src: url('assets/fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Montserrat/Montserrat-Light.woff') format('woff'),
	url('assets/fonts/Montserrat/Montserrat-Light.ttf') format('truetype'),
	url('assets/fonts/Montserrat/Montserrat-Light.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Semibold';
	src: url('assets/fonts/Montserrat/Montserrat-SemiBold.eot');
	src: url('assets/fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'),
	url('assets/fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype'),
	url('assets/fonts/Montserrat/Montserrat-SemiBold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('assets/fonts/Montserrat/Montserrat-Bold.eot');
	src: url('assets/fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Montserrat/Montserrat-Bold.woff') format('woff'),
	url('assets/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'),
	url('assets/fonts/Montserrat/Montserrat-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
::-webkit-input-placeholder {
	color: #a9a9a9;
	opacity: 1;
}
::-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #a9a9a9;
}
:-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}
::placeholder {
	color: #a9a9a9;
	opacity: 1;
	font-family: titling-gothic-fb, sans-serif;
	font-weight: 200;
	font-style: normal;
}
.entry-footer a {
	color: inherit;
	padding: 5px;
	display: inline-block;
}
body {
	font-family: titling-gothic-fb, sans-serif;
	font-weight: 300;
	font-style: normal;
}
article {
	overflow: hidden;
}
h3 a {
	color: inherit;
	text-decoration: none;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul li {
	margin-left: 0;
	margin-bottom: 20px;
	float: none;
}
.main-navigation ul ul li.submenu-header {
	display: none;
}
.main-navigation ul ul li:last-child {
	margin-bottom: 0;
}
.main-navigation ul ul a {
	font-size: 14px;
	line-height: normal;
	display: inline-block;
	position: relative;
}
.main-navigation ul ul a:hover {
	color: #00a9c7;
}
.main-navigation .menu-menu-1-container ul li.current-menu-parent li.current-menu-item > a {
	color: #00a9c7;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #727272;
	font-size: 20px;
	outline: none;
	font-weight: 400;
	white-space: nowrap;
}
.menu-toggle,
.main-navigation.toggled .menu {
	display: block;
}

embed, iframe, object {
	max-width: 100%;
}
.main-navigation .menu-menu-2-container ul li a {
	font-family: titling-gothic-fb-condensed,sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.071429px;
	font-size: 27px;
	line-height: 25px;
}
.main-navigation .menu-menu-2-container ul li:nth-child(1) a {
	color: #43449b;
}
.main-navigation .menu-menu-2-container ul li:nth-child(2) a {
	color: #3863aa;
}
.main-navigation .menu-menu-2-container ul li:nth-child(3) a {
	color: #4280bd;
}
.main-navigation .menu-menu-2-container ul li:nth-child(4) a {
	color: #00A880;
}
.container {
	max-width: 1520px;
	margin: auto;
	width: 100%;
	padding: 0 25px;
}
.site-footer .container {
	max-width: 1270px;
}
.top-header {
	background: linear-gradient(55deg, #3863AA, #00A9C9, #01A880);
}
.top-header .top-header-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 80px;
	color: #ffffff;
	font-size: 18px;
	width: 100%;
}

.top-header .top-header-wrapper a svg {
	display: block;
	width: 46px;
	height: 47px;
}
.top-header .top-header-wrapper a {
	color: inherit;
	text-decoration: none;
}
.top-header .top-header-wrapper .left-section {
	display: inherit;
	align-items: inherit;
}
.top-header .top-header-wrapper .left-section span {
	padding-left: 25px;
}
.top-header .top-header-wrapper .right-section {
	display: inherit;
	align-items: inherit;
}
#masthead {
	background-color: #ffffff;
}
.header-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
#colophon {
	background: linear-gradient(55deg, #3863AA, #00A9C9, #01A880);
}
#colophon .footer-menu-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#colophon .footer-menu-wrapper .menu li a {
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	line-height: 30px;
}
#colophon .follow-us h4 {
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
#colophon .follow-us a {
	margin-right: 20px;
	display: inline-block;
}
#colophon .follow-us a:last-child {
	margin-right: 0;
}
#colophon .follow-us a i {
	color: #ffffff;
	font-size: 30px;
}
#colophon .site-info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 165px 0 100px;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
#colophon .site-info svg {
	width: 100%;
}
#colophon .site-info .site-info-text span {
	color: #ffffff;
	font-weight: 200;
}
#colophon .copyright {
	color: #ffffff;
	text-align: center;
	font-family: 'Montserrat-Light', sans-serif;
	font-size: 20px;
}
h1.hero-title {
	font-size: 88px;
	line-height: 99px;
	font-weight: 400;
	letter-spacing: 2.4px;
	font-family: titling-gothic-fb-condensed,sans-serif;
	max-width: 1100px;
	margin: auto;
}
section#hero-section.vc_section #row-hero-section {
	background-image: url('/wp-content/uploads/2021/06/hero-image.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: calc(100px + (170 - 100) * ((100vw - 320px) / (1920 - 320)));
	padding-bottom: calc(220px + (420 - 220) * ((100vw - 320px) / (1920 - 320)));
}
#counter_row {
	margin-top: -265px;
}
#counter_row .counter-item {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}
.counter-item .vc_column-inner {
	padding: 95px 0 70px;
}
.counter-item .evc-c-digit {
	font-family: titling-gothic-fb-condensed,sans-serif;
	font-size: 80px;
}
#counter_row .counter-item .evc-c-title {
	line-height: 30px !important;
	margin-top: 30px;
	font-family: titling-gothic-fb, sans-serif;
	font-weight: 400;
}
.counter-item.counter-1 .evc-c-digit::after {
	content: "+";
}
.counter-item.counter-2 .evc-c-digit::before {
	content: "$";
}
.counter-item.counter-2 .evc-c-digit::after,
.counter-item.counter-3 .evc-c-digit::after {
	content: "K";
}
.counter-item.counter-5 .evc-c-digit::after {
	content: "M";
}
.default-btn.counter-btn {
	max-width: 225px;
	margin: 50px auto 0;
}
.default-btn.counter-btn a.vc_general.vc_btn3 {
	text-transform: uppercase;
	background-image: none;
	font-weight: 500;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 3px solid #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}
#newsletter .copy-text p {
	max-width: 1100px;
	margin: auto;
	color: #494949;
	font-size: 33px;
	font-weight: 200;
	line-height: 46px;
}
#newsletter .copy-text p strong {
	font-weight: 400;
}
#newsletter #signup-form {
	padding-top: 95px;
	padding-bottom: 80px;
	max-width: 1100px;
	margin: auto;
}
#newsletter #signup-form h2::before {
	margin: 0 auto 60px;
}
#newsletter #signup-form h2 {
	font-size: 55px;
	line-height: 60px;
	text-transform: uppercase;
	font-family: titling-gothic-fb-condensed,sans-serif;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	max-width: 425px;
}
#newsletter #signup-form .vc_separator {
	margin-bottom: 60px;
}
#newsletter #signup-form .wpcf7 {
	max-width: 795px;
	margin: auto;
}
#newsletter #signup-form .wpcf7 .fields-group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#newsletter #signup-form .wpcf7 .fields-group .wpcf7-form-control-wrap {
	width: calc( 50% - 12px );
}
#newsletter #signup-form .wpcf7 .wpcf7-form-control-wrap {
	margin-bottom: 25px;
	display: block;
	width: 100%;
}
#newsletter #signup-form .wpcf7 .wpcf7-form-control-wrap.email {
	margin-bottom: 0;
}
#newsletter #signup-form .wpcf7 input {
	border: none;
	color: #a9a9a9;
	font-size: 16px;
	padding: 14px;
	width: 100%;
	border-radius: 0;
}
#newsletter #signup-form .wpcf7 input[type=submit] {
	max-width: 245px;
	margin: 55px auto 0;
	border-radius: 25px;
	border: 3px solid #ffffff;
	background: transparent;
	color: #fff;
	height: 57px;
	display: block;
	font-weight: 500;
	font-family: titling-gothic-fb, sans-serif;
}
#newsletter #signup-form .wpcf7 .ajax-loader {
	display: block;
	margin: 10px auto 0;
}
#newsletter #signup-form .wpcf7 .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	margin-top: 5px;
}
#accelerator {
	overflow: unset;
}
#accelerator .enterprises-row {
	overflow: unset;
}
.owl-applicants .owl-dots,
#accelerator .enterprises .owl-dots,
#accelerator .accelerators .owl-dots {
	position: absolute;
}
.owl-carousel.owl-theme .owl-nav {
	margin: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev,
.owl-carousel.owl-theme .owl-nav .owl-next {
	margin: 0;
	padding: 0;
	background: transparent;
	position: absolute;
}
#accelerator .accelerators .owl-nav .owl-prev,
#accelerator .accelerators .owl-nav .owl-next {
	top: 60%;
	transform: translate(0%, -60%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover {
	background: none;
}
.owl-carousel.owl-theme .owl-nav .owl-prev,
.owl-carousel.owl-theme .owl-nav .owl-next {
	top: 50%;
	transform: translate(0%, -50%);
}
#accelerator .accelerators .owl-nav .owl-prev {
	left: 0;
	display: none;
}
.owl-applicants.applicants .owl-nav .owl-next,
#accelerator .enterprises .owl-nav .owl-next {
	right: 0;
	display: none;
}
#accelerator .enterprises.owl-theme .owl-dots .owl-dot.active span,
#accelerator .enterprises.owl-theme .owl-dots .owl-dot:hover span {
	background: #ffffff;
}
#accelerator .accelerators.owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 5px 17px 5px 0;
}
#accelerator .enterprises.owl-theme .owl-dots .owl-dot span {
	background: rgba(255,255,255,0.35);
	width: 14px;
	height: 14px;
	margin: 5px 17px 5px 0;
}
.owl-applicants .owl-nav .owl-prev,
#accelerator .enterprises .owl-nav .owl-prev {
	left: 20px;
}
.owl-applicants .owl-nav i,
#accelerator .enterprises .owl-nav i {
	border: solid rgba(255,255,255,0.8);
	border-width: 0 6px 6px 0;
}
.owl-carousel.owl-theme .owl-nav .arrow-right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.owl-carousel.owl-theme .owl-nav .arrow-left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.owl-carousel.owl-theme .owl-nav i {
	border: solid #B3B3B3;
	border-width: 0 6px 6px 0;
	display: inline-block;
	padding: 13px;
}
.related-articles .owl-nav .owl-prev {
	left: -60px;
}
.related-articles .owl-nav .owl-next {
	right: -60px;
}
#accelerator h4 {
	font-weight: 500;
}
#accelerator h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
	margin-top: 35px;
}
#accelerator p {
	font-size: 20px;
	font-weight: 200;
	line-height: 25px;
}
#accelerator span.fellow {
	margin-right: 45px;
	font-weight: 200;
	line-height: 25px;
}
#accelerator span.fellow::before {
	content: "\f2c0";
	font-size: 23px;
	margin-right: 10px;
	font-family: Fontawesome;
}
.enterprises.owl-carousel .owl-stage-outer .owl-stage {
	background-color: #00a880;
	height: 100%;
}
#accelerator .owl-carousel .owl-stage-outer {
	overflow: inherit;
}
#accelerator .owl-item {
	opacity: 0;
	transition: opacity .75s linear;
}
#accelerator .owl-item.active {
	opacity: 1;
}
.accelerators .owl-item .accelerator-item h4 {
	color: #494949;
}
.accelerators .owl-item .accelerator-item h2::before{
	background-color: #00A9DB;
	margin-left: 0;
}
.accelerators .owl-item .accelerator-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.accelerators .owl-item .accelerator-item .accelerator-slide {
	background-color: #ffffff;
}
.accelerators .owl-item .accelerator-item .accelerator-slide .slide-copy {
	margin-left: auto;
	width: 100%;
}
.accelerators .owl-item .accelerator-item .accelerator-slide .slide-copy p {
	color: #494949;
	margin-top: 40px;
}
.accelerators .owl-item .accelerator-item .accelerator-slide .slide-copy .custom-btn {
	margin-top: 45px;
	background-color: #00A9DB;
}
.enterprises .owl-item .enterprise-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	color: #ffffff;
}
.enterprises .owl-item .enterprise-item h2::before {
	background-color: #ffffff;
	margin-left: 0;
}
.enterprises .owl-item .enterprise-item .enterprise-slide .slide-copy .custom-btn {
	margin-top: 50px;
	border-color: #ffffff;
	display: block;
	width: 245px;
}
h2.section-title,
h2.top-border {
	text-transform: uppercase;
	font-family: titling-gothic-fb-condensed,sans-serif;
	font-weight: 500;
}
h2.top-border.no-border::before {
	content: none;
}
h2.top-border::before {
	content: "";
	max-width: 96px;
	height: 4px;
	display: block;
	background: #fff;
}
h2.border-center.top-border::before {
	margin-left: auto;
	margin-right: auto;
}
.custom-btn {
	border: solid 3px transparent;
	min-width: 245px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	outline: none;
	color: #ffffff;
	text-transform: uppercase;
	padding: 15px 30px;
	box-sizing: border-box;
	display: inline-block;
	line-height: normal;
}
.recent-blog-posts h2::before {
	background-color: #00A9DB;
}
.recent-blog-posts article {
	overflow: inherit;
	margin-bottom: 50px;
}
.recent-blog-posts article:last-child {
	margin-bottom: 0;
}
.post-media {
	position: relative;
}
.post-media img {
	width: 100%;
}
.recent-blog-posts .post-media .post-cat a {
	color: inherit;
	text-decoration: none;
}
.recent-blog-posts .post-media .post-cat {
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #00A9DB;
	position: absolute;
	left: -30px;
	top: 20px;
	padding: 0 50px;
}
.recent-blog-posts h3 {
	font-size: 28px;
	font-weight: 500;
	margin-top: 30px;
}
.recent-blog-posts h3 a,
.recent-blog-posts .post-meta a {
	text-decoration: none;
	color: inherit;
	line-height: normal;
}
.recent-blog-posts .post-meta {
	font-weight: 200;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
}
.recent-blog-posts .copy-text {
	font-weight: 200;
	font-size: 20px;
	line-height: 25px;
	margin-top: 20px;
}
div.asp_r .asp_content-alt .read-more-link,
.read-more-link {
	color: #00A9DB;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 2px solid #00A9DB;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.section-wrapper .custom-btn {
	margin-top: 45px;
	background-color: #00A9DB;
}
.media-mentions .custom-btn,
.recent-blog-posts .custom-btn,
.media-library .custom-btn {
	background-color: #00A9DB;
}
.upcoming-events h2::before {
	background-color: #43449B;
}
.upcoming-events h3 {
	font-weight: 500;
	font-size: 16px;
}
.upcoming-events .event-item {
	margin-bottom: 40px;
}
.upcoming-events .event-item .staff {
	font-size: 14px;
}
.upcoming-events .event-item .date-string {
	font-weight: 200;
	line-height: 35px;
}
.tweets-empty-space {
	height: 150px;
}
.media-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.media-container .media-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.media-container .media-type .media-item .media-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.media-container .media-type .media-item .media-content .excerpt-media h3 {
	line-height: normal;
}
.media-container .media-type .media-item .media-content .excerpt-media h3 a {
	color: inherit;
	text-decoration: none;
}
.media-container .media-type .media-item .media-content .excerpt-media p {
	font-weight: 200;
	font-size: 18px;
	line-height: 26px;
}
.media-container .media-type .media-item .media-content img {
	width: 100%;
}
.media-container .media-type.others-libraries .media-item .media-content img {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.media-container .media-type.first-media .media-item .media-content {
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.media-library h2::before {
	background-color: #4380BE;
}
.media-container .media-type:not(.first-media) .excerpt-media p {
	display: block;
	width: 100%;
}
.custom-logo-link {
	display: inline-block;
	margin: 0;
}
svg {
	width: 100%;
	height: auto;
}
/*---------ToggleMenu---------*/
input[type=checkbox].openSidebarMenu {
	transition: all 0.3s;
	box-sizing: border-box;
	display: none;
}
/*---------ToggleMenu---------*/
.top-header .search-form i {
	font-size: 30px;
}
.site-header .search-form {
	margin-right: 15px;
}
.site-header .search-form i {
	font-size: 25px;
	color: #B3B3B3;
}
.page-title-section {
	padding: 40px 0;
}
h1.page-title {
	font-size: 45px;
	line-height: 1;
	font-family: titling-gothic-fb-condensed, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.full-section-wrapper .row-wrapper .right-column {
	color: #ffffff;
}
.section-wrapper .row-wrapper {
	position: relative;
}
.widget_custom_html h2.top-border::before,
.podcasts h2.top-border::before {
	background-color: #00abdd;
}
.t-section-5 .row-wrapper h2.top-border::before,
.t-section-1 .row-wrapper h2.top-border::before,
.custom-section-1 .row-wrapper h2.top-border::before,
.custom-section-3 .row-wrapper h2.top-border::before,
.custom-section-5 .row-wrapper h2.top-border::before {
	background-color: #0a9cc3;
}
.custom-section-1 .row-wrapper .left-column .vc_column-inner > .wpb_wrapper,
.custom-section-3 .row-wrapper .left-column .vc_column-inner > .wpb_wrapper {
	background-color: #ffffff;
}
.custom-section-1 .row-wrapper .left-column .vc_column-inner > .wpb_wrapper {
	padding-top: 85px;
	padding-bottom: 85px;
	padding-left: 25px;
	padding-right: 25px;
}
section.vc_section.custom-section-2 {
	padding-bottom: 100px;
	overflow: inherit;
	background-color: #00ab82;
}
.custom-section-3 .row-wrapper .left-column .vc_column-inner > .wpb_wrapper {
	padding-top: 85px;
	padding-bottom: 85px;
	padding-left: 25px;
	padding-right: 25px;
}
section.vc_section.custom-section-4 {
	margin-top: 25px;
	overflow: inherit;
	padding-bottom: 100px;
	background-color: #5053a4;
}
.custom-section-4 .row-wrapper .left-column {
	margin-top: auto;
}
section.vc_section.custom-section-5 {
	padding-bottom: 90px;
	overflow: inherit;
	background-color: #ffffff;
}
.custom-section-5 .row-wrapper .right-column {
	margin-top: auto;
}
section.vc_section.custom-section-6 {
	overflow: inherit;
}
.custom-section-6 .row-wrapper .left-column {
	color: #ffffff;
}
.custom-section-6 .row-wrapper .left-column .vc_column-inner > .wpb_wrapper {
	background-color: #007bb9;
	padding-top: 105px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 75px;
}
.custom-section-6 .row-wrapper .right-column .vc_column-inner > .wpb_wrapper {
	background-color: #ffffff;
	padding: 70px 15px 100px 15px;
}
.row-wrapper .wpb_content_element {
	margin-bottom: 0;
}
.entry-content ul {
	list-style: disc;
	padding-left: 20px;
}
.entry-content ol {
	list-style: decimal;
	padding-left: 20px;
}
.row-wrapper .content-section p,
.entry-content ol li,
.entry-content ul li {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 30px;
	font-weight: 200;
}
.entry-content ol li a,
.entry-content ul li a {
	color: inherit;
}
.entry-content li b,
.entry-content li strong {
	font-weight: bold;
}
.row-wrapper .content-section p:last-child {
	margin-bottom: 0;
}
.row-wrapper h2.top-border {
	margin-bottom: 0;
}
.row-wrapper h2.top-border::before {
	height: 7px;
	max-width: 125px;
}
.our-history-s-2 h3,
.row-wrapper h4 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 30px;
}
.row-wrapper h3 {
	font-size: 30px;
	line-height: 1.15;
	font-weight: 500;
	text-transform: uppercase;
	font-family: titling-gothic-fb-condensed,sans-serif;
	margin-bottom: 35px;
}
div.btn-container {
	margin-top: 40px;
	width: 100%;
	margin-bottom: 0;
}
div.btn-container .vc_btn3 {
	border-width: 3px;
	border-style: solid;
	background-image: none;
	min-width: 245px;
	font-family: titling-gothic-fb, sans-serif;
	font-weight: 500;
	padding: 15px 30px;
	text-transform: uppercase;
}
div.btn-container .vc_btn3:focus,
div.btn-container .vc_btn3:hover {
	border-width: 3px;
	border-style: solid;
}
div.btn-container.btn-no-bg .vc_btn3 {
	border-color: #ffffff;
	background: transparent;
	color: #ffffff;
}
div.btn-container.btn-no-bg .vc_btn3:hover {
	border-color: #ffffff;
}
div.btn-container.btn-blue .vc_btn3 {
	background-color: #00a9da;
	border-color: #00a9da;
}
div.btn-container.btn-blue .vc_btn3:hover {
	border-color: #00a9da;
}
.industry-leading-insights {
	z-index: 3;
}
.industry-leading-insights article {
	margin-bottom: 40px;
}
.industry-leading-insights article:last-child {
	margin-bottom: 0;
}
.industry-leading-insights article .copy-title {
	line-height: normal;
	margin-bottom: 0;
}
.industry-leading-insights article .copy-text p {
	font-weight: 200;
	font-size: 20px;
	line-height: 1.2;
}
.industry-leading-insights .post-media {
	margin-bottom: 15px;
}
.industry-leading-insights .post-media img {
	width: 100%;
}
.st-section-1 {
	padding-top: 65px;
	padding-bottom: 30px;
}
.st-section-1 h5 {
	font-size: 28px;
	line-height: 1;
	font-weight: 500;
	color: #00a9da;
	margin-bottom: 20px;
	font-family: titling-gothic-fb-condensed, sans-serif;
}
.st-section-1 h1 {
	max-width: 700px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #494949;
}
.st-section-1 h6 {
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 45px;
	margin-right: auto;
	margin-left: auto;
	max-width: 300px;
	color: #494949;
}
.st-section-1 .evc-counter {
	text-align: center;
}
.st-section-1 .evc-counter .evc-c-digit {
	font-family: titling-gothic-fb-condensed, sans-serif;
	font-size: 57px;
}
.st-section-1 .evc-counter .evc-c-title {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.15;
	margin-top: 10px;
	font-family: titling-gothic-fb, sans-serif;
}
.st-section-1 .div.btn-container {
	margin-top: 55px;
}
.st-section-1 .counters {
	max-width: 1140px;
	margin: auto;
}
.st-section-1 .counters .wpb_column:nth-child(1) .evc-counter .evc-c-title {
	max-width: 200px;
}
section .counters .vc_column_container>.vc_column-inner {
	padding-left: 15px;
	padding-right: 15px;
}
section.vc_section.st-section-2 {
	padding-top: 75px;
	margin-bottom: 100px;
}
.st-section-2 h2.top-border {
	max-width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
.articles h2.top-border::before {
	background-color: #3563ad;
}
.published-research h2.top-border::before {
	background-color: #00b3a6;
}
.media-mentions h2.top-border::before {
	background-color: #4f52a3;
}
.st-section-2 h2.top-border::before,
.st-section-3 h2.top-border::before,
.st-section-4 h2.top-border::before {
	background-color: #0a9cc3;
}
.st-section-2 .copy-excerpt {
	max-width: 815px;
	margin: auto;
}
.st-section-3 .copy-excerpt,
.st-section-6 .copy-excerpt {
	max-width: 700px;
	margin: auto;
}
.copy-excerpt p {
	font-size: 20px;
	line-height: 26px;
	font-weight: 200;
}
.st-section-2 div.btn-container {
	margin-top: 35px;
}
.st-section-2 .wpb_video_widget {
	margin: 0;
}
.st-section-2 div.wpb_video_widget .wpb_wrapper {
	max-width: 1100px;
	margin-bottom: -100px;
	margin-top: 70px;
}
.vc_section-has-fill+section.vc_section.st-section-3 {
	padding-top: 85px;
	margin-bottom: 70px;
}
.projects-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.projects-wrapper .project-item {
	margin-top: 55px;
	width: 100%;
}
.projects-wrapper .project-item .project-media img {
	width: 100%;
}
.projects-wrapper .project-item .project-mission {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.projects-wrapper .project-item .project-mission h4 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.16;
	font-weight: 500;
}
.projects-wrapper .project-item .project-mission .project-copy {
	font-size: 16px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.projects-wrapper .project-item .project-mission .project-copy span {
	display: block;
	font-weight: 500;
	line-height: 1.625;
}
.projects-wrapper .project-item .project-mission .project-copy p {
	font-weight: 200;
	line-height: 1.375;
}
section.vc_section.st-section-4 {
	padding-top: 100px;
}
.st-section-4 h2.top-border {
	margin-bottom: 25px;
}
section.vc_section.st-section-5 {
    padding-top: 130px;
	padding-bottom: 40px;
	background-color: #f7f7f7;
}
.st-section-5 h2.top-border {
    margin-bottom: 50px;
}
.masonry-portfolio {
	max-width: 1300px;
	margin: auto;
}
.tg-grid-wrapper.masonry-portfolio .tg-dropdown-holder {
	margin-bottom: 50px;
	border: 3px solid #B3B3B3 !important;
}
body .tg-dropdown-list,
body .tg-dropdown-list.tg-dropdown-holder-animation {
    margin-top: -3px;
    box-shadow: none;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
body .tg-dropdown-list .tg-dropdown-item.tg-filter {
    text-align: center !important;
    border-left: 3px solid #B3B3B3;
    border-right: 3px solid #B3B3B3;
    border-top: none !important;
    border-bottom: none;
    padding: 5px 0 20px 0 !important;
    line-height: normal;
}
body .tg-dropdown-list .tg-dropdown-item.tg-filter:last-child {
    border-bottom: 3px solid #B3B3B3;
}
.tg-dropdown-list .tg-dropdown-item.tg-filter .tg-filter-name {
    font-weight: 200;
    font-size: 20px;
    color: #B3B3B3;
}
body .tg-dropdown-item:hover {
    background-color: #ffffff !important;
    color: #B3B3B3;
}
.masonry-portfolio .tg-dropdown-holder .tg-dropdown-title {
	font-size: 20px;
	line-height: 2.7;
}
.masonry-portfolio .tg-dropdown-holder .tg-icon-dropdown-open {
	margin-left: 15px;
	font-size: 26px;
	font-weight: 700;
	line-height: 2;
}
.masonry-portfolio .tg-item .tg-item-title {
    font-size: 28px;
    line-height: .89;
    font-weight: 500;
    margin-bottom: 10px;
}
.masonry-portfolio .tg-item .tg-fellows {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 30px;
}
.masonry-portfolio .tg-item .tg-element-4 {
    border: none;
}
.masonry-portfolio .tg-item .tg-element-4 a {
    margin-bottom: 5px;
    border-bottom: 2px solid #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.masonry-portfolio .tg-item .tg-cats-holder {
    margin-bottom: 10px;
}
.masonry-portfolio .tg-item .tg-center-inner {
    max-width: 255px;
    margin: auto;
}
.masonry-portfolio .tg-item .tg-cats-holder .tg-item-term.period {
    font-size: 16px;
}
.works-wrapper {
    max-width: 1100px;
    margin: auto;
}
.works-wrapper .work-item .work-title {
    margin-bottom: 10px;
}
.works-wrapper .work-item .work-title a {
    text-decoration: none;
    margin-left: 5px;
}
.works-wrapper .work-item .work-title a:nth-child(1) {
    margin-left: 10px;
}
.works-wrapper .work-item .work-title h4 {
    font-family: titling-gothic-fb-condensed, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
}
.works-wrapper .work-item .work-title i {
    color: #00a9da;
    font-size: 18px;
}
.works-wrapper .work-item .work-excerpt p {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 200;
}
.works-wrapper .work-item {
    margin-bottom: 40px;
}
.st-section-5 h5 {
    margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
	max-width: 250px;
}
section.vc_section.st-section-6 {
    padding-top: 130px;
    margin-bottom: 70px;
	background-color: #f7f7f7;
}
.st-section-6 h2.top-border {
    margin-bottom: 25px;
}
.fellows-wrapper {
	max-width: 1100px;
	margin: auto;
}
.fellows-wrapper {
	margin-top: 75px;
}
.fellows-wrapper h4 {
	font-size: 28px;
	font-weight: 200;
	width: 100%;
	margin-bottom: 30px;
}
.fellows-wrapper h4.primary-region {
	font-weight: 500;
	margin-bottom: 10px;
}
.fellows-wrapper .fellows-container .fellow-item img {
	margin-bottom: 35px;
}
.fellows-wrapper .fellows-container .fellow-item {
	width: 100%;
	margin-bottom: 50px;
}
.fellows-wrapper .fellows-container .fellow-item .fellow-content h5 {
	font-size: 16px;
	line-height: 1.375;
	font-weight: 500;
}
.fellows-wrapper .fellows-container .fellow-item .fellow-content .major {
	font-size: 16px;
	line-height: 1.375;
	font-weight: 200;
	margin-bottom: 20px;
}
.fellows-wrapper .fellows-container .fellow-item .fellow-content .fellow-desc {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 200;
}
.vc_section.vc_section-has-fill+section.st-section-7 {
	padding-top: 0;
	margin-bottom: 190px;
}
.st-section-7 .row-wrapper .left-column .vc_column-inner > .wpb_wrapper .content-section p:last-child strong {
	font-size: 20px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px !important;
	font-family: titling-gothic-fb-condensed, sans-serif;
}
.st-section-7 .row-wrapper .left-column .vc_column-inner > .wpb_wrapper .content-section p:last-child {
	font-size: 16px;
}
.st-section-7 .row-wrapper .left-column .vc_column-inner > .wpb_wrapper {
	background-color: #5053a3;
	color: #ffffff;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 90px;
	padding-bottom: 90px;
	margin-bottom: 25px;
}

section.vc_section {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: -25px;
	margin-right: -25px;
}
section .vc_row {
	margin-left: -25px;
	margin-right: -25px;
}
section .vc_column_container>.vc_column-inner {
	padding-left: 25px;
	padding-right: 25px;
}
#secondary section#custom_html-6 {
	padding: 0;
}
#secondary section {
	background-color: #ffffff;
	padding: 65px 25px;
	margin-bottom: 50px;
}
.archive h1.page-title,
.page-template-page-parent-category h1.page-title,
.page-template-page-news h1.page-title {
	text-align: center;
}
.news-section {
	margin-bottom: 50px;
}
.news-section .vc_column-inner > .wpb_wrapper {
	padding: 70px 25px;
	background-color: #ffffff;
}
.last-articles article {
	overflow: inherit;
}
.trending-articles article .article-cat,
.last-articles article .article-cat {
	font-size: 10px;
	padding: 10px 0;
	font-weight: 500;
	text-transform: uppercase;
}
.trending-articles article .article-cat a,
.last-articles article .article-cat a {
	color: #00a9db;
	outline: none;
	text-decoration: none;
}
.author .posts-wrapper article .article-cat,
.ajaxsearchpro .asp_image .article-cat,
.last-articles article.first-article .article-cat {
	background-color: #00A9DB;
	position: absolute;
	left: -15px;
	top: 15px;
	padding: 0 45px;
}
.author .posts-wrapper article .article-cat a,
.ajaxsearchpro .asp_image .article-cat a,
.last-articles article.first-article .article-cat a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 2.2;
	text-transform: uppercase;
	font-family: titling-gothic-fb, sans-serif;
	font-weight: 500;
}
.author article .post-meta,
.last-articles article.first-article .post-meta {
	line-height: 4;
}
article .post-meta a {
	text-decoration: none;
	color: inherit;
	line-height: normal;
}
.author article .post-meta,
.trending-articles article .post-meta,
.last-articles article .post-meta {
	font-size: 10px;
	font-weight: 300;
	padding: 10px 0;
	line-height: normal;
}
.author .posts-wrapper article h3,
.articles .last-articles article.first-article h3 {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: 500;
}
.articles .last-articles article h3 {
	font-size: 14px;
}
.author .posts-wrapper article h3 a,
.last-articles article h3 a {
	text-decoration: none;
	color: inherit;
	line-height: normal;
}
.last-articles article h3 {
	font-weight: 500;
	font-size: 16px;
}
.author article .copy-text p a {
	color: inherit;
}
.author article .copy-text p,
.last-articles article .copy-text p {
	font-size: 16px;
	line-height: 1.4;
}
.media-mentions .last-articles article:nth-child(2n) {
	margin-right: 0;
}
.media-mentions .last-articles article .post-media {
	width: 100%;
}
.media-mentions .last-articles article .post-content {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.evc-separator.podcast-separator .evc-s-inner {
	margin: 42px 0;
}
.podcast-item {
	margin-bottom: 25px;
}
.podcast-item audio {
	width: 100%;
	margin-top: 10px;
}
.podcast-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.podcast-image {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 80px;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	margin-right: 40px;
}
.podcast-content h4 a {
	line-height: normal;
	text-decoration: none;
	color: inherit;
}
.podcast-content h4 {
	font-size: 14px;
	font-weight: 500;
}
.podcast-content .podacast-meta {
	font-size: 10px;
	font-weight: 300;
	margin-top: 10px;
}
.podcasts .event-item {
	margin-bottom: 40px;
}
.podcasts .event-item .event-title {
	font-size: 16px;
	line-height: 1.75;
	font-weight: 500;
}
.podcasts .follow-us h4 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: titling-gothic-fb-condensed,sans-serif;
	font-weight: 500;
	margin-bottom: 25px;
}
.podcasts .follow-us a {
	color: #cfcfcf;
	margin-right: 20px;
	font-size: 30px;
}
.miller-team-s-7-video-block .wpb_content_element > .wpb_wrapper {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.miller-team-s-7-video-block iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section.vc_section.hero-section {
	padding-top: 215px;
	padding-bottom: 215px;
}
.t-section-4 > .row-wrapper > .vc_column_container > .vc_column-inner > .wpb_wrapper,
.t-section-3 > .row-wrapper > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    background-color: #ffffff;
    padding-bottom: 85px;
    padding-left: 25px;
    padding-right: 25px;
}
.t-section-1 > .row-wrapper > .vc_column_container > .vc_column-inner > .wpb_wrapper {
	background-color: #ffffff;
    padding-top: 85px;
	padding-bottom: 85px;
	padding-left: 25px;
	padding-right: 25px;
}
section.vc_section.hero-section+.vc_row-full-width+section.vc_section.t-section-1 {
	padding-top: 0;
}
.inline-full-img img {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
section.vc_section.t-section-2 {
	padding-bottom: 90px;
	overflow: inherit;
	background-color: #00a9da;
}
.t-section-5 > .row-wrapper {
	position: relative;
}
.t-section-2 .row-wrapper .right-column {
	color: #ffffff;
}
section.vc_section.t-section-3,
section.vc_section.t-section-4,
section.vc_section.t-section-5 {
	padding-top: 0;
}
.t-section-4 .content-section h2,
.t-section-3 .content-section h2 {
	font-family: titling-gothic-fb-condensed,sans-serif;
	font-weight: 500;
	font-size: 55px;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.t-section-3 .content-section h2::before {
	content: "";
	height: 7px;
	display: block;
	max-width: 125px;
	background-color: #fff;
}
.t-section-3 .content-section h2::before,
.t-section-4 .content-section h2::before {
	content: "";
	height: 7px;
	display: flex;
	max-width: 125px;
	background-color: #00a9db;
}
section.vc_section.t-section-5 {
	overflow: inherit;
	background-color: #ffffff;
	padding-bottom: 90px;
}
.flex-filter-container {
	position: relative;
}
.filter-search #ajaxsearchpro1_1 .probox .prosettings {
	display: none;
}
#ajaxsearchprores1_1.vertical.ajaxsearchpro .results {
	overflow: visible !important;
}
#ajaxsearchprores1_1.vertical.ajaxsearchpro .asp_showmore_container {
		padding-top: 15px;
	padding-bottom: 10px;
}
#ajaxsearchprores1_1.vertical.ajaxsearchpro p.showmore a {
	text-transform: uppercase;
}
#ajaxsearchprores1_1.vertical.ajaxsearchpro .results .item .asp_content-alt .asp_image {
	margin-top: 0;
	margin-right: 0;
	position: relative;
	overflow: visible;
	width: 100%;
}
#ajaxsearchprores1_1.vertical.ajaxsearchpro .results .item {
	margin-bottom: 50px;
	padding: 0;
	border: none;
	overflow: visible;
}
#ajaxsearchprores1_1.vertical.ajaxsearchpro .results .item .asp_content-alt,
#ajaxsearchprores1_1.vertical.ajaxsearchpro {
	padding: 0;
	border: none;
	overflow: visible;
}
.flex-filter-container div.ajaxsearchpro.searchsettings fieldset legend {
	margin: 0 !important;
}
.flex-filter-container .filter-search #ajaxsearchpro1_1.ajaxsearchpro .probox {
	border-bottom: 1px solid;
}
.flex-filter-container .filter-search {
	margin-bottom: 50px;
}
.flex-filter-container .filter-settings .filter-label {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}
.flex-filter-container .filter-settings label {
	line-height: 1.8;
}
.flex-filter-container .terms_filter_box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-filter-container div > label {
	font-weight: 600;
	font-size: 24px;
	margin-right: 35px;
}
.flex-filter-container .searchsettings .terms_filter_box .asp_option_cat.asp_option {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}
.flex-filter-container .terms_filter_box div.asp_option_cat div.asp_option_inner label {
	background-color: #ffffff;
	border: 2px solid #a1a3a6;
	background-image: none;
	width: 15px;
	height: 15px;
}
.flex-filter-container .terms_filter_box div.asp_option_cat div.asp_option_inner {
	margin-top: 0;
	margin-left: 0;
}
.flex-filter-container #ajaxsearchprobsettings1_1.searchsettings fieldset {
	width: auto;
	min-width: 100%;
	margin-top: 0 !important;
}
.flex-filter-container .searchsettings fieldset .terms_filter_box .asp_option_cat div.asp_option_label {
	width: auto;
	font-size: 16px;
	color: #a1a3a6;
}
.flex-filter-container #ajaxsearchprobsettings1_1.searchsettings .asp_option_inner label:after {
	line-height: 15px;
}
div.asp_w.asp_sb.searchsettings .asp_option_inner input[type=checkbox]:checked~label {
	background-color: #494949;
	border: 2px solid #494949;
}
.posts-wrapper {
	padding: 60px 25px;
	background-color: #ffffff;
	margin-bottom: 50px;
}
.arrow-bottom {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: solid #bcbec0;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	cursor: pointer;
}
.collapsed {
	visibility: visible;
	display: block;
	opacity: 1;
}
div.asp_r .asp_content-alt h3 a {
	font-size: 26px;
	margin-bottom: 5px;
	padding-top: 25px;
	font-weight: 500;
	color: inherit;
	outline: none;
	display: block;
	line-height: normal;
}
div.asp_r .asp_content-alt .meta {
	margin-bottom: 15px;
}
div.asp_r .asp_content-alt .asp_res_text p {
	word-break: break-word;
}
div.asp_r .asp_content-alt .asp_res_text {
	font-size: 16px;
	line-height: 1.4;
}
div.asp_r .asp_content-alt .meta a {
	text-decoration: none;
	color: inherit;
	line-height: normal;
}
div.asp_r .asp_content-alt .meta span {
	font-size: 14px;
	font-weight: 500;
}
.trending-articles article {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 25px;
}
.trending-articles article:last-child {
	margin-bottom: 0;
}
.trending-articles article .post-media {
	webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 1 1 35%;
	-ms-flex: 1 1 35%;
	flex: 1 1 35%;
}
.trending-articles article .post-content {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 65%;
	-ms-flex: 1 1 65%;
	flex: 1 1 65%;
	margin-left: 20px;
}
.trending-articles article h3 a {
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	color: inherit;
	line-height: normal;
}
.single.single-portfolio article {
	padding: 0;
	margin: 0;
	background: none;
}
.single article {
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #ffffff;
	padding: 70px 25px;
}
.post-container {
	max-width: 1100px;
	margin: auto;
}
.post-meta-data h1 {
	font-size: 45px;
	line-height: normal;
	font-weight: 500;
}
.post-meta-data .author-date a {
	text-decoration: none;
	color: inherit;
}
.post-meta-data .author-date {
	font-size: 16px;
	line-height: 2.6;
}
.post-meta-data .post-category {
	font-size: 16px;
	line-height: 2.6;
	color: #00a9db;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
}
.single .entry-content.post-container,
.single .post-thumbnail {
	margin-top: 60px;
}
.single .post-thumbnail img {
	width: 100%;
}
.single .entry-content p:last-child {
	margin-bottom: 0;
}
.single .entry-content::after {
	content: "";
	clear: both;
	display: table;
}
.single .entry-content p a {
	color: inherit;
}
.single .entry-content p {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 200;
	margin-bottom: 30px;
}
.single:not(.single-portfolio) .entry-content h3 {
	font-size: 20px;
	line-height: 1.15;
	color: #00abdd;
	font-weight: 500;
	padding-top: 30px;
	margin-bottom: 30px;
}
.post-tags {
	margin-top: 60px;
}
.post-tags h3 {
	font-size: 24px;
	line-height: 1.45;
	font-weight: 500;
}
.post-tags a {
	font-size: 20px;
	line-height: 1.3;
	text-decoration: none;
	color: #494949;
	font-weight: 200;
}
.single .post-author {
	margin-top: 115px;
	margin-bottom: 0;
	border-top: 1px solid #acacac;
	padding-top: 50px;
}
.post-author {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 90px;
}
.author .author-avatar {
	margin-right: 30px;
}
.author-avatar {
	flex-shrink: 0;
	margin-right: 20px;
}
.author-avatar img {
	border-radius: 50%;
}
.author-meta h3 a {
	text-decoration: none;
	color: inherit;
	line-height: normal;
}
.author-meta h3 {
	font-size: 24px;
	line-height: 1.45;
	font-family: titling-gothic-fb-condensed, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.author-meta p {
	font-size: 16px;
	line-height: 1.375;
	font-weight: 200;
}
.share-btns {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	-moz-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 20px;
}
.share-btns span {
	font-size: 20px;
	font-weight: 500;
}
.single .related-articles {
	padding: 70px 25px;
}
.related-articles {
	margin-bottom: 50px;
	background-color: #ffffff;
}
.related-articles .top-border {
	font-size: 35px;
	margin-bottom: 35px;
}
.related-articles .article-cat {
	font-size: 10px;
	padding: 25px 0 10px;
	font-weight: 500;
	text-transform: uppercase;
}
.related-articles .article-cat a {
	color: #00a9db;
	outline: none;
	text-decoration: none;
}
.related-articles h3 a {
	text-decoration: none;
	color: inherit;
	line-height: normal;
}
.related-articles h3 {
	font-size: 18px;
	font-weight: 500;
}
.related-articles .post-meta a {
	text-decoration: none;
	color: inherit;
	line-height: normal;
}
.related-articles .post-meta {
	font-size: 10px;
	font-weight: 300;
	padding: 10px 0;
	line-height: normal;
}
.asp_showmore span {
	display: none;
}
.navigation.post-navigation,
.navigation.posts-navigation {
	display: none;
}
.loadmore {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	width: 100%;
	text-align: center;
	margin-top: 70px;
	padding: 10px 0 20px;
	cursor: pointer;
}
.author .archive-container {
	margin-top: 50px;
}
.follow-me {
	margin-top: 15px;
}
.follow-me a {
	color: #cfcfcf;
	margin-right: 15px;
}
.follow-me a i {
	font-size: 25px;
}
.author article {
	overflow: visible;
}
h3.title-before-articles {
	font-size: 28px;
	line-height: 1.4;
	font-family: titling-gothic-fb-condensed, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.our-newsletter {
	margin-bottom: 50px;
}
.our-newsletter,
.salesforce-box,
.salesforce-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
	padding: 75px 65px;
	background-color: #3863aa;
}
.our-newsletter h2.top-border,
.salesforce-box h2.top-border,
.salesforce-row h2.top-border {
	font-size: 35px;
	margin-bottom: 40px;
	color: #ffffff;
	text-align: center;
}
.salesforce_w2l_lead .sf_field.sf_field_recaptcha {
	margin-bottom: 40px;
}
.salesforce_w2l_lead .sf_field {
	margin-bottom: 25px;
}
.home .salesforce_w2l_lead .sf_field.sf_type_text input {
	background-color: #ffffff;
}
.home .salesforce_w2l_lead .sf_field.sf_type_text input,
.single .salesforce_w2l_lead .sf_field.sf_type_text input {
	height: 50px;
}
.salesforce_w2l_lead .sf_field.sf_type_text input {
	height: 65px;
	width: 100%;
	background-color: #f7f7f7;
	border: none;
	padding: 0 25px;
}
.errMsg span,
.salesforce_w2l_lead .error_message {
	color: red;
	font-size: 12px;
	line-height: 2;
}
.salesforce_w2l_lead .w2lsubmit {
	width: 100%;
}
.salesforce_w2l_lead .w2lsubmit input {
	border-width: 3px;
	border-style: solid;
	background-color: transparent;
	color: #ffffff;
	min-width: 245px;
	font-family: titling-gothic-fb, sans-serif;
	font-weight: 500;
	padding: 15px 30px;
	text-transform: uppercase;
	border-radius: 2em;
	font-size: 16px;
	display: block;
	margin: auto;
}
.home .salesforce_w2l_lead,
.our-newsletter .salesforce_w2l_lead {
	max-width: 770px;
	margin: auto;
}
.home .salesforce_w2l_lead .sf_field.sf_field_recaptcha,
.our-newsletter .salesforce_w2l_lead .sf_field.sf_field_recaptcha {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}
.home .salesforce_w2l_lead .sf_field.sf_field_recaptcha .g-recaptcha > div,
.our-newsletter .salesforce_w2l_lead .sf_field.sf_field_recaptcha .g-recaptcha > div {
	margin: auto;
}
.oneField {
	margin-bottom: 25px;
}
.oneField input {
	width: 100%;
	border: none;
	color: #a9a9a9;
	font-size: 16px;
	padding: 14px;
	border-radius: 0;
	font-weight: 200;
}
.actions input[type=submit] {
	border-width: 3px;
	border-style: solid;
	background-color: transparent;
	min-width: 245px;
	font-family: titling-gothic-fb, sans-serif;
	font-weight: 500;
	padding: 15px 30px;
	text-transform: uppercase;
	border-radius: 2em;
	display: block;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff !important;
}
.single .post-video,
.post-gallery {
	margin-top: 50px;
}
.post-video .wp-video {
	margin: auto;
	width: 100%;
}
.media-content .post-video,
.media-content .post-video iframe {
	width: 100%;
}
.entry-content img.alignright {
	margin: 15px 0 15px 15px;
}
.entry-content img.alignleft {
	margin: 15px 15px 15px 0;
}
.entry-content img::after {
	content: "";
	display: table;
	clear: both;
}
h4.no-data {
	font-size: 18px;
	color: #979797;
	margin: auto;
}
.about-team p {
	font-size: 16px;
}
/*--------------------Utils Classes ----------------------------------*/
.miller-h2 {
	font-size: calc(45px + (75 - 45) * ((100vw - 375px) / (1600 - 375)));
	line-height: calc(45px + (80 - 45) * ((100vw - 375px) / (1600 - 375)));
	font-family: 'titling-gothic-fb-condensed', sans-serif;
	font-weight: 500;
}
.miller-h3 {
	font-size: calc(45px + (55 - 45) * ((100vw - 375px) / (1600 - 375)));
	line-height: calc(45px + (60 - 45) * ((100vw - 375px) / (1600 - 375)));
	font-family: 'titling-gothic-fb-condensed', sans-serif;
	font-weight: 500;
}
.miller-h4 {
	font-size: calc(24px + (28 - 24) * ((100vw - 375px) / (1600 - 375)));
	line-height: calc(34px + (36 - 34) * ((100vw - 375px) / (1600 - 375)));
	font-family: 'titling-gothic-fb', sans-serif;
}
.miller-p {
	font-size: 20px;
	line-height: 26px;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 200;
}
.container-1260 {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto !important;
}
/*--------------------Our Accelerators Page----------------------------------*/
.our-accelerators-subtitle {
	font-size: calc(24px + (28 - 24) * ((100vw - 375px) / (1600 - 375)));
	line-height: calc(28px + (36 - 28) * ((100vw - 375px) / (1600 - 375)));
	color: #494949;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}
.our-accelerators-s-1 {
	padding-top: 0 !important;
}
.our-accelerators-s-1 .hero-img {
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: calc(5px + (207 - 5) * ((100vw - 375px) / (1600 - 375))) !important;
	padding-bottom: calc(40px + (210 - 40) * ((100vw - 375px) / (1600 - 375)));
}
.our-accelerators-s-1 h2 {
	font-size: calc(45px + (75 - 45) * ((100vw - 375px) / (1600 - 375)));
	line-height: calc(45px + (80 - 45) * ((100vw - 375px) / (1600 - 375)));
	font-family: titling-gothic-fb-condensed, sans-serif;
	font-weight: 500;
	color: #ffffff;
}
.our-accelerators-s-1 .introduction {
	background-color: #f7f7f7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: calc(55px + (103 - 55) * ((100vw - 375px) / (1600 - 375)));
	padding-bottom: calc(65px + (122 - 65) * ((100vw - 375px) / (1600 - 375)));
}
.our-accelerators-s-1 .introduction .vc_column-inner {
	padding-top: 0 !important;
}
.our-accelerators-s-1 .introduction-container {
	padding: 0 calc(0px + (200 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.our-accelerators-s-1 .introduction .title {
	font-size: calc(24px + (33 - 24) * ((100vw - 375px) / (1600 - 375)));
	line-height: calc(29px + (37 - 29) * ((100vw - 375px) / (1600 - 375)));
	color: #494949;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 400;
	margin-bottom: calc(15px + (31 - 15) * ((100vw - 375px) / (1600 - 375)));
}
.our-accelerators-s-1 .introduction .description {
	font-size: calc(18px + (28 - 18) * ((100vw - 375px) / (1600 - 375)));
	line-height: calc(25px + (32 - 25) * ((100vw - 375px) / (1600 - 375)));
	color: #494949;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 200;
	max-width: 948px;
	width: 100%;
	margin: 0 auto;
}
.our-accelerators-s-2 {
	background-color: #ffffff;
	padding-top: calc(60px + (125 - 60) * ((100vw - 375px) / (1600 - 375)));
	padding-bottom: calc(53px + (140 - 53) * ((100vw - 375px) / (1600 - 375)));
}
.our-accelerators-s-2 .wpb_content_element,
.our-accelerators-s-3 .wpb_content_element {
	margin-bottom: 0;
}
.our-accelerators-s-2 .title {
	font-size: calc(40px + (55 - 40) * ((100vw - 375px) / (1600 - 375)));
	line-height: calc(48px + (60 - 48) * ((100vw - 375px) / (1600 - 375)));
	color: #494949;
	font-family: titling-gothic-fb-condensed, sans-serif;
	font-weight: 500;
	margin-bottom: 19px;
}
.our-accelerators-s-2 .subtitle {
	font-size: calc(24px + (28 - 24) * ((100vw - 375px) / (1600 - 375)));
	line-height: calc(28px + (36 - 28) * ((100vw - 375px) / (1600 - 375)));
	color: #494949;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}
/* applicants slider*/
.applicants .owl-item .applicants-item {
	padding-bottom: calc(0px + (138 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.applicants.owl-carousel {
	padding-top: calc(45px + (97 - 45) * ((100vw - 375px) / (1600 - 375)));
}
.applicants .owl-item .applicants-item .applicants-slide {
	margin-right: auto;
	padding: calc(80px + (105 - 80) * ((100vw - 768px) / (1920 - 768))) calc(50px + (105 - 50) * ((100vw - 768px) / (1920 - 768))) 130px;
	width: 70%;
	background-color: #f7f7f7;
}
.applicants .owl-item .applicants-item .applicants-image {
	position: absolute;
	top: 125px;
	right: 0;
	width: 56%;
}
.page-id-142 h2.top-border {
	font-size: 35px;
	line-height: 40px;
	color: #494949;
}
.page-id-142 h2.top-border.font-lg,
.page-id-22 h2.top-border.font-lg {
	font-size: calc(40px + (55 - 40) * ((100vw - 375px) / (1600 - 375)));
	line-height: calc(40px + (60 - 40) * ((100vw - 375px) / (1600 - 375)));
}
.page-id-22 h2.top-border.font-xs {
	font-size: calc(24px + (28 - 24) * ((100vw - 375px) / (1600 - 375)));
	line-height: calc(34px + (36 - 34) * ((100vw - 375px) / (1600 - 375)));
}
.page-id-142 h2.top-border.center:before {
	margin: 0 auto 46px auto;
}
.page-id-142 h2.top-border.blue:before {
	background-color: #007bb9;
}
.page-id-142 h2.top-border::before,
.page-id-22 h2.top-border::before {
	content: "";
	max-width: 96px;
	height: 7px;
	display: block;
	background: #0a9cc3;
	margin: 0 0 calc(25px + (46 - 25) * ((100vw - 375px) / (1600 - 375)));
}
.applicants h2.top-border {
	margin-bottom: 18px;
}
.applicants .owl-dots {
	position: absolute;
}
.applicants.owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 5px 17px 5px 0;
}
.applicants.owl-theme .owl-dots .owl-dot.active span,
.applicants.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #000000;
}
.applicants .owl-item {
	opacity: 0;
	transition: opacity .75s linear;
}
.applicants .owl-item.active {
	opacity: 1;
}
.applicants .owl-item .applicants-item .applicants-slide .slide-copy .custom-btn {
	margin-top: 34px;
	background-color: #00A9DB;
}
.applicants .owl-item .applicants-item .applicants-slide .slide-copy .notification-block p {
	font-family: 'titling-gothic-fb', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #494949;
	font-weight: 400;
	webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: calc(35px + (42 - 35) * ((100vw - 375px) / (1600 - 375)));
}
.applicants .owl-item .applicants-item .applicants-slide .slide-copy .notification-block a {
	color: #00a9da;
	text-decoration: none;
}
.applicants p {
	font-size: 20px;
	line-height: 25px;
	color: #494949;
	font-weight: 200;
	webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.our-accelerators-s-3 {
	padding-top: calc(0px + (154 - 0) * ((100vw - 375px) / (1600 - 375))) !important;
	background-position: bottom right !important;
	padding-bottom: calc(0px + (152 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.our-accelerators-s-3 .our-accelerators-s-3-container {
	background-color: #ffffff;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto calc(0px + (130 - 0) * ((100vw - 375px) / (1600 - 375))) auto !important;
	padding: calc(98px + (115 - 98) * ((100vw - 375px) / (1600 - 375))) 0px 90px 0px;
}
.our-accelerators-s-3 h2.top-border {
	margin-bottom: 14px;
}
.our-accelerators-s-3 .difference-item-wrapper {
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
}
.our-accelerators-s-3 .difference-item {
	margin-bottom: 48px;
}
.our-accelerators-s-3 .s-3-introduction {
	margin-bottom: calc(45px + (60 - 45) * ((100vw - 375px) / (1600 - 375)));
}
.our-accelerators-s-3 .difference-item .title {
	font-size: 28px;
	line-height: 32px;
	color: #007bb9;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 23px;
	padding-right: calc(0px + (60 - 0) * ((100vw - 375px) / (1600 - 375)));
	padding-bottom: 0;
	padding-left: calc(0px + (60 - 0) * ((100vw - 375px) / (1600 - 375)));
	margin-bottom: 8px;
}
.our-accelerators-s-3 .difference-item .description {
	font-size: 20px;
	line-height: 26px;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #494949;
	padding: 0 calc(0px + (25 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.our-accelerators-s-3 .btn-block {
	padding-top: calc(0px + (20 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.our-accelerators-s-3 .custom-btn-blue {
	margin-bottom: 0;
}
.our-accelerators-s-3 .our-program-section {
	background-color: #ffffff;
	width: 75%;
	margin-right: auto;
	padding-top: calc(85px + (98 - 85) * ((100vw - 375px) / (1600 - 375)));
	padding-right: calc(0px + (87 - 0) * ((100vw - 375px) / (1600 - 375)));
	padding-bottom: 53px;
	padding-left: calc(0px + (87 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.our-accelerators-s-3 .our-program-section .our-accelerators-subtitle {
	max-width: 100%;
	margin-bottom: 25px;
}
.our-accelerators-s-3 .our-program-section .description {
	font-size: 20px;
	line-height: 26px;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 200;
	color: #494949;
	padding-right: calc(0px + (50 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.our-accelerators-s-3 .our-program-section .description p {
	margin-bottom: 25px;
}
.our-accelerators-s-3 .our-program-section .description p:last-child {
	margin-bottom: 0;
}
.our-accelerators-s-3 .our-program-section h2.top-border {
	margin-bottom: 5px;
}
.page-id-142 .our-accelerators-s-3 .our-program-section h2.top-border::before {
	width: 86px;
}
.program-accordion-items {
	padding-top: calc(43px + (54 - 43) * ((100vw - 375px) / (1600 - 375)));
}
.program-accordion-items .accordion-item {
	border-top: 1px solid #979797;
	margin-bottom: 0;
	padding-top: calc(24px + (34 - 24) * ((100vw - 375px) / (1600 - 375)));
	padding-bottom: calc(24px + (34 - 24) * ((100vw - 375px) / (1600 - 375)));
}
.program-accordion-items .accordion-item:last-child {
	margin-bottom: 0
}
.program-accordion-items .accordion-item .vc_toggle_title {
	font-size: 28px;
	line-height: 26px;
	color: #00a9db;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 0 !important;
	padding-right: 25px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.program-accordion-items .accordion-item .vc_toggle_content {
	font-size: 20px;
	line-height: 26px;
	color: #494949;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 calc(0px + (80 - 0) * ((100vw - 375px) / (1600 - 375))) 0 0 !important;
	margin: 0 0 9px 0;
}
.program-accordion-items .accordion-item.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
	height: 17px;
	width: 3px;
	border: none;
	background-color: #00a9db;
}
.program-accordion-items .accordion-item.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
	width: 17px;
	height: 3px;
	border: none;
	background-color: #00a9db;
}
.program-accordion-items .accordion-item.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
	width: 17px;
	border: none;
	background-color: #00a9db;
	left: auto;
	right: 25px;
}
.program-accordion-items .accordion-item .vc_toggle_content strong {
	font-weight: 400;
}
.program-accordion-items .accordion-item .vc_toggle_content p:first-child {
	margin-bottom: 28px;
}
.program-accordion-items .accordion-item .vc_toggle_content ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 8px;
}
.program-accordion-items .accordion-item .vc_toggle_content ul li {
	margin-bottom: 4px;
}
.program-accordion-items .accordion-item .vc_toggle_content ul li:last-child {
	margin-bottom: 0;
}
.program-accordion-items .accordion-item .vc_toggle_content a {
	color: #00a9db;
	text-decoration: none;
	border-bottom: 1px solid #00a9db;
	display: inline-block;
}
.our-accelerators-s-4 {
	padding-top: 0 !important;
}
.our-accelerators-s-4 .s-4-img-block,
.our-accelerators-s-4 .s-4-img-block .wpb_single_image .vc_figure,
.our-accelerators-s-4 .s-4-img-block .wpb_single_image .vc_single_image-wrapper {
	width: 100%;
}
.our-accelerators-s-4 .s-4-img-block img {
	width: 100%;
}
.our-accelerators-s-4 .s-4-img-block .s-4-mobile {
	display: none;
}
.our-accelerators-s-4 .s-4-img-block .wpb_single_image .vc_figure .our-accelerators-s-4 .wpb_content_element {
	margin-bottom: 0;
}
.our-accelerators-s-4 .our-accelerators-s-4-container {
	background-color: #ffffff;
	padding-top: calc(70px + (82 - 70) * ((100vw - 375px) / (1600 - 375)));
	position: relative;
	max-width: 1383px;
	width: 100%;
	margin: calc(0px + (-208 - 0) * ((100vw - 375px) / (1600 - 375))) auto 0 auto;
}
.our-accelerators-s-4 .description {
	font-size: 20px;
	line-height: 26px;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 200;
	color: #494949;
	max-width: 860px;
	width: 100%;
	margin: 0 auto 97px auto !important;
}
.our-accelerators-s-4 .our-accelerators-subtitle {
	max-width: 800px;
	margin: 0 auto 22px auto;
}
.our-accelerators-s-4 h2.top-border {
	margin-bottom: 6px;
}
.our-accelerators-s-4 .methodology-block {
	background-color: #00acde;
	padding-top: 85px;
	padding-bottom: 41px;
	max-width: 1383px;
	width: 100%;
	margin: 0 auto;
}
.methodology-block .methodology-block-title {
	font-size: calc(24px + (28 - 24) * ((100vw - 375px) / (1600 - 375)));
	line-height: calc(28px + (36 - 28) * ((100vw - 375px) / (1600 - 375)));
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ffffff;
	max-width: 700px;
	width: 100%;
	margin: 0 auto 46px auto;
}
.methodology-block .methodology-block-item:nth-child(1) {
	padding: 0 calc(0px + (35 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.methodology-block .methodology-block-item:nth-child(2) {
	padding: 0 calc(0px + (30 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.methodology-block .methodology-block-item:nth-child(3) {
	padding: 0 calc(0px + (55 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.methodology-block .methodology-block-item h2 {
	width: 80px;
	height: 80px;
	border: 3px solid #ffffff;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ffffff;
	font-size: 40px;
	line-height: 72px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto 26px auto;
}
.methodology-block .methodology-block-item h3 {
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 18px;
}
.methodology-block .methodology-block-item p {
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: calc(16px + (20 - 16) * ((100vw - 375px) / (1600 - 375)));
	line-height: calc(20px + (26 - 20) * ((100vw - 375px) / (1600 - 375)));
	color: #ffffff;
	letter-spacing: -0.5px;
}
.our-accelerators-s-4-footer {
	max-width: 1383px;
	width: 100%;
	margin: 0 auto calc(70px + (140 - 70) * ((100vw - 375px) / (1600 - 375))) auto !important;
	padding-top: 85px;
	padding-bottom: calc(0px + (80 - 0) * ((100vw - 375px) / (1600 - 375)));
	background-color: #ffffff;
}
.our-accelerators-s-4-footer .our-accelerators-s-4-footer-items {
	padding: 0 calc(0px + (155 - 0) * ((100vw - 375px) / (1600 - 375)));
	margin-bottom: calc(0px + (55 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.our-accelerators-s-4-footer .our-accelerators-s-4-footer-item {
	padding-right: calc(0px + (25 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.our-accelerators-s-4-footer .our-accelerators-s-4-footer-item:nth-child(2) {
	padding-left: calc(0px + (24 - 0) * ((100vw - 375px) / (1600 - 375)));
	padding-right: 0;
}
.our-accelerators-s-4-footer .title {
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	line-height: 26px;
	color: #494949;
	margin-bottom: 8px;
}
.our-accelerators-s-4 .our-accelerators-s-4-footer .our-accelerators-subtitle {
	margin: 0 auto calc(17px + (22 - 17) * ((100vw - 375px) / (1600 - 375))) auto !important;
}
.our-accelerators-s-4 .our-accelerators-s-4-footer .description {
	margin: 0 auto calc(55px + (66 - 55) * ((100vw - 375px) / (1600 - 375))) auto !important;
}
.our-accelerators-s-4-footer .subtitle {
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	line-height: 26px;
	color: #494949;
}
.our-accelerators-s-4 .custom-btn-blue {
	width: 100%;
}
.our-accelerators-s-4-footer .more-info-link {
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 200;
	font-size: 20px;
	line-height: 26px;
	color: #494949;
	padding-top: calc(0px + (19 - 0) * ((100vw - 375px) / (1600 - 375)));
	margin-bottom: 35px !important;
}
.our-accelerators-s-4-footer .more-info-link a {
	color: #494949;
	text-decoration: none;
}
.our-accelerators-s-4 .custom-btn-blue button {
	min-width: 305px;
	max-width: 100%;
	background-color: #00a9db !important;
}
/*--------------------About Us Page----------------------------------*/
.miller-about-s-4 .wpb_content_element,
.miller-about-s-5 .wpb_content_element,
.miller-about-s-6 .wpb_content_element,
.miller-about-s-7 .wpb_content_element,
.miller-about-s-8 .wpb_content_element {
	margin-bottom: 0;
}
.miller-about-s-1 {
	padding-top: calc(60px + (131 - 60) * ((100vw - 375px) / (1600 - 375)));
	padding-bottom: calc(60px + (126 - 60) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-2 .wpb_content_element {
	margin-bottom: 0;
}
.miller-about-s-2 {
	padding-top: calc(60px + (94 - 60) * ((100vw - 375px) / (1600 - 375)));
	background-color: #ffffff;
	padding-bottom: calc(180px + (294 - 180) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-2 .miller-about-s-2-container {
	padding-top: 0;
	padding-right: calc(0px + (199 - 0) * ((100vw - 375px) / (1600 - 375)));
	padding-left: calc(0px + (199 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-2 h2.top-border {
	color: #494949;
	font-weight: 400;
	text-transform: initial;
	font-family: 'titling-gothic-fb', sans-serif;
	margin-bottom: 22px;
}
.miller-about-s-2 h2.top-border.center:before {
	margin: 0 auto calc(25px + (55 - 25) * ((100vw - 375px) / (1600 - 375))) auto;
}
.miller-about-s-2 .description {
	font-size: 20px;
	line-height: 26px;
	font-family: 'titling-gothic-fb', sans-serif;
	color: #494949;
	font-weight: 200;
	margin-bottom: 37px;
}
.miller-about-s-2 .description p {
	margin-bottom: 26px;
}
.miller-about-s-2 .description p:last-child {
	margin-bottom: 0;
}
.miller-about-s-3 {
	margin-top: calc(-125px + (-194 - (-125)) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-3 .miller-about-s-2-box-wrap {
	display: flex;
	padding: 0 calc(0px + (160 - 0) * ((100vw - 375px) / (1600 - 375)));
	margin-bottom: calc(85px + (125 - 85) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-3 .miller-about-s-2-box {
	margin-right: 45px;
	color: #ffffff;
	background-image: linear-gradient(to right, #2a75b1, #158ead);
	padding-top: calc(65px + (125 - 65) * ((100vw - 375px) / (1600 - 375)));
	padding-bottom: calc(65px + (128 - 65) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-3 .miller-about-s-2-box:last-child {
	margin-right: 0;
	background-image: linear-gradient(to bottom right, #168cac, #00a8a8)
}
.miller-about-s-3 .miller-about-s-2-box .miller-h3 {
	text-transform: uppercase;
	margin-bottom: 38px;
}
.miller-about-s-3 .miller-about-s-2-box .miller-h4 {
	padding: 0 calc(0px + (70 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-3 .miller-about-s-2-box:last-child .miller-h4 {
	padding: 0 calc(0px + (80 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-4 {
	margin-bottom: calc(115px + (172 - 115) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-4 h2.top-border.center::before {
	margin: 0 auto 43px auto;
	background-color: #007bb9;
}
.miller-about-s-4 h2.top-border {
	margin-bottom: calc(40px + (71 - 40) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-4 .container-1260 {
	background-color: #ffffff;
	padding-top: calc(85px + (115 - 85) * ((100vw - 375px) / (1600 - 375)));
	padding-bottom: calc(50px + (132 - 50) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-4 .miller-s-4-box-wrap {
	padding: 0 calc(0px + (95 - 0) * ((100vw - 375px) / (1600 - 375)));
	margin-bottom: calc(0px + (55 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-4 .miller-s-4-box-wrap:last-child {
	margin-bottom: 0px;
}
.miller-about-s-4 .miller-s-4-box {
	padding: 0 calc(0px + (55 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-4 .miller-s-4-box-wrap:last-child .miller-s-4-box:nth-child(1) {
	padding: 0 calc(0px + (75 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-4 .miller-s-4-box .miller-h4 {
	color: #007bb9;
	font-weight: 500;
	margin-bottom: 13px;
}
.miller-about-s-4 .miller-s-4-box p {
	font-size: 20px;
	line-height: 26px;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 200;
	color: #494949;
}
.miller-about-s-5 {
	position: relative;
	margin-bottom: calc(0px + (114 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-5 .miller-about-s-5-content {
	background-color: #00a9da;
	padding-left: calc(0px + (85 - 0) * ((100vw - 375px) / (1600 - 375)));
	color: #ffffff;
	padding-top: calc(85px + (150 - 85) * ((100vw - 375px) / (1600 - 375)));
	padding-right: calc(0px + (370 - 0) * ((100vw - 375px) / (1600 - 375)));
	padding-bottom: calc(85px + (110 - 85) * ((100vw - 375px) / (1600 - 375)));
	width: 65%;
}
.miller-about-s-5 .miller-about-s-5-content h2.top-border {
	color: #ffffff;
	margin-bottom: 5px;
}
.miller-about-s-5 .miller-about-s-5-content h2.top-border:before {
	background-color: #ffffff;
}
.miller-about-s-5 .miller-about-s-5-content .miller-h4 {
	margin-bottom: 32px
}
.miller-about-s-5 .miller-about-s-5-content p {
	font-size: 20px;
	line-height: 26px;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 100;
}
.miller-about-s-5 .miller-about-s-5-content .custom-btn {
	border-color: #ffffff;
	margin-top: 50px;
	margin-bottom: 0;
}
.page-id-22 .custom-btn {
	padding: 0;
}
.page-id-22 .custom-btn button {
	background-color: transparent;
	background-image: none;
	color: #ffffff;
	font-size: 16px;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	padding: 15px 30px;
}
.page-id-22 .custom-btn button:hover {
	color: #ffffff;
	background-color: transparent;
	background-position: 0;
	border: none;
}
.page-id-22 #content .container {
	max-width: 1420px;
}
.miller-about-s-6 {
	background-color: #ffffff;
	padding-top: calc(85px + (90 - 85) * ((100vw - 375px) / (1600 - 375)));
	color: #494949;
	padding-bottom: calc(85px + (119 - 85) * ((100vw - 375px) / (1600 - 375)));
	margin-bottom: calc(120px + (305 - 120) * ((100vw - 375px) / (1600 - 375)));
	overflow: initial !important;
}
.miller-about-s-6 .vc_row {
	margin-left: -25px !important;
	margin-right: -25px !important;
}
.miller-about-s-6 h2.top-border {
	margin-bottom: 18px;
}
.miller-about-s-6 h2.top-border:before {
	max-width: 126px;
}
.miller-about-s-6 .miller-h4 {
	font-weight: 500;
	margin-bottom: 34px;
	padding-right: calc(0px + (350 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-6 .miller-p {
	padding-right: calc(0px + (130 - 0) * ((100vw - 375px) / (1600 - 375)));
	margin-bottom: 45px;
}
.miller-about-s-6 p {
	margin-bottom: 26px;
}
.miller-about-s-6 p:last-child {
	margin-bottom: 0px;
}
.miller-about-s-6 .custom-btn {
	background-color: #00a9da;
	color: #ffffff;
	margin-bottom: 0;
}
.miller-about-s-7 {
	background-color: #ffffff;
	overflow: initial !important;
}
.miller-about-s-7 .vc_row {
	overflow: initial !important;
}
.miller-about-s-7 .miller-about-s-7-content {
	padding-top: calc(85px + (120 - 85) * ((100vw - 375px) / (1600 - 375)));
	padding-right: calc(0px + (50 - 0) * ((100vw - 375px) / (1600 - 375)));
	padding-bottom: calc(85px + (119 - 85) * ((100vw - 375px) / (1600 - 375)));
	padding-left: calc(0px + (52 - 0) * ((100vw - 375px) / (1600 - 375)));
	width: 43%;
}
.miller-about-s-7 .miller-about-s-7-content .img {
	margin-bottom: 37px;
}
.miller-about-s-7 .miller-about-s-7-content .miller-h3 {
	text-transform: uppercase;
	margin-bottom: 28px;
}
.miller-about-s-7 .miller-about-s-7-content .miller-p {
	padding-right: 30px;
	margin-bottom: 47px;
}
.miller-about-s-7 .custom-btn {
	background-color: #a60000;
	margin-bottom: 0;
}
.miller-about-s-7 .miller-about-s-7-image {
	width: 57%;
}
.miller-about-s-8 {
	padding-top: calc(85px + (146 - 85) * ((100vw - 375px) / (1600 - 375)));
	padding-bottom: calc(25px + (160 - 25) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-8 h2.top-border {
	margin-bottom: 21px;
}
.miller-about-s-8 h2.top-border:before {
	margin: 0 auto 44px auto;
	max-width: 126px;
}
.miller-about-s-8 .miller-about-s-8-intro {
	padding: 0 calc(0px + (157 - 0) * ((100vw - 375px) / (1600 - 375)));
}
.miller-about-s-8 .miller-about-s-8-intro strong {
	font-weight: 500;
}
.miller-about-s-8 .miller-about-s-8-intro p {
	margin-bottom: 26px;
}
.miller-about-s-8 .miller-about-s-8-intro p:last-child {
	margin-bottom: 0px;
}
.miller-about-s-8 .miller-about-s-8-box {
	background-color: #007bb9;
	color: #ffffff;
	text-align: center;
	padding-top: calc(85px + (110 - 85) * ((100vw - 375px) / (1600 - 375)));
	padding-right: calc(0px + (120 - 0) * ((100vw - 375px) / (1600 - 375)));
	padding-left: calc(0px + (120 - 0) * ((100vw - 375px) / (1600 - 375)));
	margin: calc(85px + (153 - 85) * ((100vw - 375px) / (1600 - 375))) auto 0 auto;
	padding-bottom: calc(85px + (117 - 85) * ((100vw - 375px) / (1600 - 375)));
	width: 99%;
}
.miller-about-s-8 .miller-about-s-8-box .miller-h3 {
	margin-bottom: 20px;
}
.miller-about-s-8 .miller-about-s-8-box .miller-h4 {
	margin-bottom: 48px;
}
.miller-about-s-8 .miller-about-s-8-box .custom-btn {
	border-color: #ffffff;
	margin: 0 auto;
}
/*--------------------Our History Page----------------------------------*/
.our-history-s-1 {
	padding-top: calc(100px + (152 - 100) * ((100vw - 320px) / (1920 - 320))) !important;
	padding-bottom: calc(220px + (310 - 220) * ((100vw - 320px) / (1920 - 320)));
	background-size: cover;
}
.our-history-s-1 .miller-h2 {
	color: #ffffff;
	text-transform: uppercase;
}
.our-history-s-2 {
	padding-top: 0 !important;
	position: relative;
	padding-bottom: calc(90px + (139 - 90) * ((100vw - 320px) / (1920 - 320)));
}
.our-history-s-2 .wpb_content_element {
	margin-bottom: 0;
}
.our-history-s-2 .our-history-s-2-container {
	background-color: #ffffff;
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	line-height: 26px;
	font-family: 'titling-gothic-fb', sans-serif;
	color: #494949;
	font-weight: 200;
	padding-top: calc(45px + (100 - 45) * ((100vw - 320px) / (1920 - 320)));
	padding-left: calc(0px + (90 - 0) * ((100vw - 320px) / (1920 - 320)));
	padding-right: calc(0px + (90 - 0) * ((100vw - 320px) / (1920 - 320)));
	padding-bottom: calc(45px + (94 - 45) * ((100vw - 320px) / (1920 - 320)));
	margin-top: calc(-124px + (-182 - (-124)) * ((100vw - 320px) / (1920 - 320)));
}
.our-history-s-2 .our-history-s-2-container:before {
	content: '';
	width: 86px;
	height: 7px;
	background-color: #00a9db;
	margin: 0 auto 35px auto;
	display: block;
}
.our-history-s-2 .our-history-s-2-container p {
	margin-bottom: 26px;
}
.our-history-s-2 .our-history-s-2-container p:last-child {
	margin-bottom: 0;
}
/*--------------------Our Team Page----------------------------------*/
.page-id-275 .container {
	max-width: 1340px;
}
.miller-team-s-1 {
	padding-top: 85px;
	padding-bottom: calc(85px + (107 - 85) * ((100vw - 320px) / (1600 - 320))) !important;
}
.miller-team-s-1 .wpb_content_element {
	margin-bottom: 0;
}
.miller-team-s-1 a {
	font-size: 20px;
	line-height: 26px;
	font-family: 'titling-gothic-fb', sans-serif;
	color: #a1a1a1;
	font-weight: 400;
	text-decoration: none;
}
.miller-team-s-1 .miller-team-s-1-container {
	padding: 0 calc(0px + (100 - 0) * ((100vw - 320px) / (1600 - 320)));
}
.miller-team-s-1-anchor-block .wpb_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.miller-team-s-1-anchor-block .wpb_wrapper .wpb_content_element {
	margin-right: calc(0px + (70 - 0) * ((100vw - 320px) / (1600 - 320)));
}
.miller-team-s-1-anchor-block .wpb_wrapper .wpb_content_element:last-child {
	margin-right: 0;
}
.team-container {
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
}
.team-item-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -37px;
	margin-right: -37px;
}
.team-container .team-item {
	width: 33.333333%;
	padding: 0 37px;
	margin-bottom: 51px;
}
.team-container .team-item .img-block {
	margin-bottom: 10px;
}
.team-container .team-item h3 {
	font-size: 16px;
	line-height: 20px;
	font-family: 'titling-gothic-fb', sans-serif;
	color: #00a9dc;
	font-weight: 500;
	margin-bottom: 6px;
}
.team-container .team-item p {
	font-size: 16px;
	line-height: 20px;
	font-family: 'titling-gothic-fb', sans-serif;
	color: #494949;
	font-weight: 200;
}
.miller-team-intro .miller-h2 {
	text-transform: uppercase;
	color: #494949;
	margin-bottom: 30px;
}
.miller-team-intro .miller-h4 {
	padding: 0 calc(0px + (200 - 0) * ((100vw - 320px) / (1600 - 320)));
	color: #494949;
	font-weight: 400;
}
.miller-team-s-3 {
	padding-bottom: calc(85px + (96 - 85) * ((100vw - 320px) / (1600 - 320)));
	padding-top: calc(0px + (48 - 0) * ((100vw - 320px) / (1600 - 320)));
}
.miller-team-s-4 .miller-team-s-4-container {
	background-color: #ffffff;
	padding-top: 80px;
	padding-left: calc(0px + (64 - 0) * ((100vw - 320px) / (1600 - 320)));
	padding-right: calc(0px + (64 - 0) * ((100vw - 320px) / (1600 - 320)));
	padding-bottom: 35px;
}
.miller-team-s-4 .miller-team-s-4-container .title {
	font-size: 36px;
	line-height: 40px;
	font-family: 'titling-gothic-fb', sans-serif;
	color: #b0b0b0;
	font-weight: 500;
	margin-bottom: 63px;
}
.miller-team-s-4 .miller-team-s-4-container .title.standart {
	font-weight: 300;
	margin-bottom: 55px;
}
.team-accordion-block .vc_toggle .vc_toggle_content p {
	margin-bottom: 15px;
}
.team-accordion-block .vc_toggle .vc_toggle_content p:last-child {
	margin-bottom: 0;
}
.team-accordion-block .vc_toggle_title {
	font-size: 22px;
	line-height: 24px;
	font-family: 'titling-gothic-fb', sans-serif;
	color: #00a9db;
	font-weight: 400;
	padding-left: 0 !important;
	position: initial !important;
	padding-right: calc(50px + (170 - 50) * ((100vw - 320px) / (1600 - 320)));
}
.team-accordion-block .vc_toggle_title strong {
	font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1600 - 320)));
	line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (1600 - 320)));
	font-family: 'titling-gothic-fb', sans-serif;
	color: #494949;
	font-weight: 400;
	padding-top: 10px;
	display: block;
}
.team-accordion-block .vc_toggle {
	border-top: 1px solid #979797;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 25px;
	position: relative;
}
.team-accordion-block.second-type .vc_toggle {
	border-width: 2px;
}
.team-accordion-block .vc_toggle:last-of-type {
	margin-bottom: calc(85px + (100 - 85) * ((100vw - 320px) / (1600 - 320)));
}
.team-accordion-block .vc_toggle:last-child {
	border-bottom: 1px solid #979797;
}
.team-accordion-block.second-type .vc_toggle:last-child {
	border-width: 2px;
}
.team-accordion-block .vc_toggle_content {
	font-size: 20px;
	line-height: 26px;
	font-family: 'titling-gothic-fb', sans-serif;
	color: #494949;
	font-weight: 200;
	padding-left: 0 !important;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
	padding-right: calc(50px + (90 - 50) * ((100vw - 320px) / (1600 - 320)));
}
.team-accordion-block .vc_toggle_icon {
	left: auto !important;
	right: calc(20px + (53 - 20) * ((100vw - 320px) / (1600 - 320)));
	top: auto !important;
	bottom: 50px;
}
.team-accordion-block .vc_toggle_icon::before,
.team-accordion-block .vc_toggle_icon {
	border: none !important;
	width: 18px !important;
	height: 4px !important;
	background-color: #00a9db !important;
}
.team-accordion-block .vc_toggle_icon::after {
	border: none !important;
	height: 18px !important;
	width: 4px !important;
	background-color: #00a9db !important;
}
.team-accordion-block.second-type .vc_toggle.flex .vc_toggle_content .content {
	display: flex;
	align-items: flex-start;
}
.team-accordion-block.second-type .vc_toggle.flex .vc_toggle_content p {
	margin-bottom: 0;
}
.team-accordion-block.second-type .vc_toggle.float img {
	float: left;
	margin-bottom: 20px;
}
.team-accordion-block.second-type .vc_toggle.flex .vc_toggle_content p:nth-child(2) {
	flex: 1;
}
.team-accordion-block.second-type .vc_toggle_content p a {
	color: #00a9dc;
}
.team-accordion-block.second-type .vc_toggle_content p img {
	margin-right: 61px;
}
.team-accordion-block.second-type .vc_toggle_content {
	margin-top: 33px !important;
	margin-bottom: 32px !important;
}
.miller-team-s-5 {
	padding-top: calc(85px + (140 - 85) * ((100vw - 320px) / (1600 - 320)));
	padding-bottom: calc(85px + (96 - 85) * ((100vw - 320px) / (1600 - 320)));
}
.miller-team-s-6 .miller-team-s-6-container {
	background-color: #ffffff;
	padding-top: calc(85px + (110 - 85) * ((100vw - 320px) / (1600 - 320)));
	padding-left: calc(0px + (64 - 0) * ((100vw - 320px) / (1600 - 320)));
	padding-right: calc(0px + (64 - 0) * ((100vw - 320px) / (1600 - 320)));
	padding-bottom: 35px;
}
.miller-team-s-7 {
	padding-top: calc(85px + (140 - 85) * ((100vw - 320px) / (1600 - 320)));
}
.miller-team-s-7 .miller-team-s-7-video-block {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.miller-team-s-7 .miller-team-s-7-video-block .wpb_content_element {
	margin-bottom: 0;
}
.miller-team-s-7 .miller-h2 {
	margin-bottom: 60px;
}
.miller-team-s-8 {
	overflow: initial !important;
}
.miller-team-s-8 .miller-team-s-8-container {
	max-width: 1500px;
	width: 100%;
	margin: calc(-40px + (-200 - (-40)) * ((100vw - 320px) / (1600 - 320))) auto 0 auto !important;
	background-color: #ffffff;
	padding: 0 5%;
}
.miller-team-s-8 .content {
	padding-top: 65px;
	padding-right: calc(0px + (160 - 0) * ((100vw - 320px) / (1600 - 320)));
	padding-bottom: calc(100px + (240 - 100) * ((100vw - 320px) / (1600 - 320)));
	padding-left: calc(0px + (160 - 0) * ((100vw - 320px) / (1600 - 320)));
}
.miller-team-s-8 .content .vc_column-inner:before {
	content: '';
	width: 86px;
	height: 7px;
	background-color: #00a9da;
	display: block;
	margin: 0 auto 55px auto;
}
.miller-team-s-8 .miller-team-s-8-container {
	font-size: 20px;
	line-height: 26px;
	font-family: 'titling-gothic-fb', sans-serif;
	color: #494949;
	font-weight: 200;
}
.miller-team-s-8 .miller-team-s-8-container p {
	margin-bottom: 26px;
}
.miller-team-s-8 .miller-team-s-8-container p:last-child {
	margin-bottom: 0;
}
.miller-team-s-8 .miller-team-s-8-container a {
	color: #00a9da;
	text-decoration: none;
}
.miller-team-s-9 .miller-h3 {
	margin-bottom: 25px;
}
.miller-team-s-9 p {
	font-size: 20px;
	line-height: 26px;
	font-family: 'titling-gothic-fb', sans-serif;
	font-weight: 100;
}
.gsbi-mentor-form {
	max-width: 890px;
	width: 100%;
	margin: calc(-76px + (-196 - (-76)) * ((100vw - 320px) / (1600 - 320))) auto 0 auto !important;
	color: #ffffff;
	padding-top: 44px;
	padding-left: calc(25px + (74 - 25) * ((100vw - 320px) / (1600 - 320)));
	padding-right: calc(25px + (74 - 25) * ((100vw - 320px) / (1600 - 320)));
	padding-bottom: 48px;
	position: relative;
}
.gsbi-mentor-form .wpb_column {
	margin-top: calc(0px + (-150 - 0) * ((100vw - 320px) / (1600 - 320)));
}
.gsbi-mentor-form .fields-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gsbi-mentor-form .wpcf7 input {
	border: none;
	color: #a9a9a9;
	font-size: 16px;
	padding: 14px;
	width: 100%;
	border-radius: 0;
	font-weight: 200;
}
.gsbi-mentor-form .wpcf7 input::placeholder {
	font-weight: 200;
}
.gsbi-mentor-form .wpcf7 .fields-group .wpcf7-form-control-wrap {
	width: calc( 50% - 12px);
}
.gsbi-mentor-form .wpcf7 .wpcf7-form-control-wrap {
	margin-bottom: 25px;
	display: block;
}
.gsbi-mentor-form .wpcf7 input[type=submit] {
	max-width: 245px;
	margin: 46px auto 0;
	border-radius: 25px;
	border: 3px solid #ffffff;
	background: transparent;
	color: #fff;
	height: 57px;
	display: block;
	font-weight: 500;
	font-family: 'titling-gothic-fb', sans-serif;
}
.miller-team-s-10 {
	padding-top: calc(85px + (160 - 85) * ((100vw - 320px) / (1600 - 320)));
	padding-bottom: calc(40px + (85 - 40) * ((100vw - 320px) / (1600 - 320)));
}
.miller-team-s-10 h4 {
	font-size: 28px;
	line-height: 34px;
	font-family: 'titling-gothic-fb', sans-serif;
	color: #494949;
	font-weight: 400;
	margin-bottom: calc(85px + (110 - 85) * ((100vw - 320px) / (1600 - 320)));
}
.miller-team-s-10 .miller-team-logo-block {
	margin-bottom: calc(0px + (75 - 0) * ((100vw - 320px) / (1600 - 320)));
}
.search-form {
	position: relative;
	min-width: 30px;
	display: flex;
	justify-content: flex-end;
}
.search-form input {
	background-color: rgba(255, 255, 255, .2);
	font-size: 16px;
	color: #fff;
	border: 0;
	margin: 0 -20px 0 0;
	padding: 0;
	width: 0;
	height: 57px;
	border-radius: 30px;
	opacity: 0;
	transition: width .2s ease-out, opacity .15s ease-out;
}
.search-form input::placeholder {
	color: #fff;
	opacity: 1;
}
.search-form button {
	background-color: transparent;
	color: #fff;
	border: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate3d(0, -50%, 0);
}
.search-no-results {
	padding: calc(50px + (100 - 50) * ((100vw - 320px) / (1920 - 320))) 0;
}
.search-no-results .page-title {
	margin-bottom: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320))) ;
}
.search .results {
	height: auto !important;
}
.search .item {
	clear: both !important;
	min-height: calc(140px + (255 - 140) * ((100vw - 768px) / (1920 - 768)));
}
.search #ajaxsearchprores1_1 {
	height: auto !important;
	visibility: visible !important;
	display: block !important;
}
.search .site-content {
	max-width: 1520px;
	margin: auto;
	width: 100%;
	padding: 0 25px;
}
.header-wrapper {
	position: relative;
}
#mobile-search {
	position: absolute;
	top: 12px;
	left: 15px;
	z-index: 20;
	right: 15px;
	transform: translate3d(0, -100%, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .2s ease-out;
}
#mobile-search input {
	font-size: 16px;
	color: #494949;
	border-radius: 36px;
	background-color: #f2f2f2;
	padding: 0 60px 0 20px;
	width: 100%;
	border: 0;
}
#mobile-search input::placeholder {
	color: #494949;
}
.close-mobile-search {
	background-color: transparent;
	padding: 0;
	border: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate3d(0, -50%, 0);
}
/*--------------------404 Page----------------------------------*/
.error-404 {
	text-align: center;
	padding-top: 185px;
	padding-bottom: 290px;
}
.error-404 h2 {
	font-size: 92px;
	line-height: 100px;
	font-family: 'titling-gothic-fb-condensed', sans-serif;
	color: #494949;
	margin: 0 0 22px 0;
	font-weight: 500;
}
.error-404 h3 {
	font-size: 60px;
	line-height: 70px;
	font-family: 'titling-gothic-fb-condensed', sans-serif;
	color: #494949;
	margin: 0 0 26px 0;
	font-weight: 500;
}
.error-404 p {
	font-size: 20px;
	line-height: 26px;
	font-family: 'titling-gothic-fb', sans-serif;
	color: #494949;
	margin: 0;
	font-weight: 200;
}
blockquote {
	position: relative;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 100px;
	margin-bottom: 30px;
}
blockquote::before {
	content: "";
	position: absolute;
	top: 0;
	left: 60px;
	width: 4px;
	height: 100%;
	background-color: #00abdd;
}
.single .entry-content blockquote p {
	font-size: 24px;
	line-height: 1.16;
}
div.custom-alert {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 50px;
	max-width: 990px;
	margin: 0 auto 40px;
}
div.custom-alert .vc_message_box-icon {
	position: static;
	margin: 0 auto 25px;
	text-align: center;
}
div.custom-alert .vc_message_box-icon i {
	position: static;
	transform: translate(0, 0);
	font-size: 3.5em;
}
div.custom-alert h3 {
	max-width: 740px;
	margin: 0 auto 20px;
	font-size: 28px;
	line-height: 1.15;
	font-weight: 500;
}
div.custom-alert p {
	max-width: 725px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1;
}
div.custom-alert p a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 5px;
	text-decoration: none;
}
div.custom-alert.vc_color-info.vc_message_box.style-1 {
	background-color: transparent;
	border: 3px solid #007bb9;
}
div.custom-alert.style-1 .vc_message_box-icon i,
div.custom-alert.style-1 h3 {
	color: #007bb9;
}
div.custom-alert.style-1 p {
	color: #494949;
}
div.custom-alert.style-1 p a {
	color: #007bb9;
	border-bottom: 3px solid #007bb9;
}
div.custom-alert.vc_color-info.vc_message_box.style-2 {
	background-color: #00a9db;
	border: none;
}
div.custom-alert.style-2 .vc_message_box-icon i,
div.custom-alert.style-2 h3,
div.custom-alert.style-2 p {
	color: #ffffff;
}
div.custom-alert.style-2 p a {
	color: #ffffff;
	border-bottom: 3px solid #ffffff;
}









@media screen and (min-width: 768px) {
	.owl-applicants .owl-dots {
		bottom: calc(135px + (225 - 135) * ((100vw - 768px) / (1600 - 768)));
		left: calc(50px + (105 - 50) * ((100vw - 768px) / (1600 - 768)));
	}
	.media-container .media-type.first-media .media-item .media-content .excerpt-media h3 {
		font-size: 28px;
	}
	.counter-item .evc-c-digit {
		font-size: calc(70px + (80 - 70) * ((100vw - 768px) / (1600 - 768)));
	}
	#mobile-search input {
		height: 60px;
	}
	.our-accelerators-s-1 .hero-img {
		background-image: url('/wp-content/uploads/2019/11/our-accelerator-s-1-img.jpg') !important;
	}
	.our-accelerators-s-3 .our-program-section {
		margin-left: 25px !important;
	}
	.team-accordion-block.second-type .vc_toggle_content p img {
		width: 210px;
		height: 211px;
	}
	.section.inline.group {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.section.inline.group .oneField {
		width: calc(50% - 12px);
	}
	.salesforce-box .salesforce_w2l_lead .g-recaptcha,
	.salesforce-row .salesforce_w2l_lead .g-recaptcha {
		-webkit-transform: scale(1.08);
		-moz-transform: scale(1.08);
		-ms-transform: scale(1.08);
		-o-transform: scale(1.08);
		transform: scale(1.08);
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.home .salesforce_w2l_lead form,
	.our-newsletter .salesforce_w2l_lead form {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.home .salesforce_w2l_lead .sf_field,
	.our-newsletter .salesforce_w2l_lead .sf_field {
		width: calc(50% - 12px);
	}
	.related-articles .articles-wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.single .related-articles,
	.single article {
		padding: 70px 90px;
	}
	#secondary section {
		padding: 65px;
	}
	.author .posts-wrapper {
		padding: 70px 85px;
	}
	.posts-wrapper {
		padding: 60px 85px;
	}
	#ajaxsearchprores1_1.vertical.ajaxsearchpro .results .item .asp_content-alt .asp_image {
		margin-top: 0;
		margin-right: 45px;
		width: 50%;
		height: calc(140px + (255 - 140) * ((100vw - 768px) / (1920 - 768)));
	}
	section.vc_section.t-section-5,
	section.vc_section.t-section-4,
	section.vc_section.t-section-3,
	section.vc_section.t-section-2,
	section.vc_section.hero-section+.vc_row-full-width+section.vc_section.t-section-1 {
		margin-top: 25px;
	}
	.t-section-4 .content-section h2::before,
	.t-section-3 .content-section h2::before {
		margin: 0 0 60px;
	}
	.news-section.podcasts .vc_column-inner > .wpb_wrapper {
		padding: 70px 60px;
	}
	.news-section .vc_column-inner > .wpb_wrapper {
		padding: 70px 90px;
	}
	.media-mentions .last-articles article {
		width: calc( 50% - 15px);
		margin-right: 30px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 35px;
	}
	.published-research .last-articles article {
		width: calc( 100% / 3 - 20px);
		margin-right: 30px;
	}
	.author article > div,
	.articles .last-articles article:first-child > div {
		width: calc( 50% - 20px );
	}
	.author .posts-wrapper article,
	.articles .last-articles article:first-child {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.articles .last-articles article {
		width: calc(25% - 15px);
		margin-right: 20px;
	}
	.last-articles article:last-child {
		margin-right: 0;
	}
	.last-articles {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.st-section-1 .evc-counter .evc-c-title {
		font-size: 18px;
	}
	section.vc_section.custom-section-4 {
		margin-bottom: 25px;
	}
	.custom-section-2 {
		margin-bottom: 25px;
	}
	.industry-leading-insights article .post-media {
		margin-right: 20px;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1 0 calc(175px + (220 - 175) * ((100vw - 768px) / (1920 - 768)));
		-ms-flex: 1 0 calc(175px + (220 - 175) * ((100vw - 768px) / (1920 - 768)));
		flex: 1 0 calc(175px + (220 - 175) * ((100vw - 768px) / (1920 - 768)));
		max-width: 220px;
	}
	.industry-leading-insights article {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin-bottom: 20px;
	}
	.row-wrapper h3 {
		font-size: 35px;
		margin-bottom: 45px;
	}

	.row-wrapper h2.top-border {
		margin-bottom: 15px;
	}
	.our-history-s-2 h3,
	.row-wrapper h4 {
		margin-bottom: 35px;
	}
	.page-title-section {
		padding: 100px 0;
	}
	.fellows-wrapper .fellows-container .fellow-item {
		width: calc( 100% / 3 - 35px );
		margin-bottom: 80px;
		margin-right: 52px;
	}
	.fellows-wrapper .fellows-container .fellow-item:nth-child(3) {
		margin-right: 0;
	}
	.fellows-wrapper .fellows-container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.fellows-wrapper h4.primary-region {
		margin-bottom: 15px;
	}
	.st-section-6 h2.top-border {
		margin-bottom: 30px;
	}
	section.vc_section.st-section-6 {
		padding-top: 140px;
		padding-bottom: 45px;
		margin-bottom: 130px;
		background-color: #ffffff;
	}
	.st-section-5 h5 {
		max-width: 100%;
	}
	.works-wrapper .work-item .work-title {
		margin-bottom: 15px;
	}
	.works-wrapper .work-item {
		width: 40%;
		margin-bottom: 60px;
	}
	.works-wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.st-section-5 h2.top-border {
		margin-bottom: 80px;
	}
	section.vc_section.st-section-5 {
		padding-top: 140px;
		padding-bottom: 140px;
		margin-bottom: 75px;
		background-color: #ffffff;
	}
	.projects-wrapper .project-item .project-mission .project-copy p {
		max-width: 500px;
	}
	.tg-grid-wrapper.masonry-portfolio .tg-dropdown-holder {
		margin-bottom: 90px;
	}
	.st-section-4 h2.top-border {
		margin-bottom: 40px;
	}
	section.vc_section.st-section-4 {
		padding-top: 65px;
		padding-bottom: 125px;
	}
	.projects-wrapper .project-item .project-mission h4 {
		margin-top: 35px;
		margin-bottom: 25px;
		font-size: 28px;
	}
	.projects-wrapper .project-item:nth-child(3n) {
		margin-right: 0;
	}
	.projects-wrapper .project-item {
		margin-top: 85px;
		width: calc(100% / 3 - 15px);
		margin-right: 22px;
	}
	.projects-wrapper .project-item:nth-child(1),
	.projects-wrapper .project-item:nth-child(2),
	.projects-wrapper .project-item:nth-child(3) {
		margin-top: 60px;
	}
	.vc_section-has-fill+section.vc_section.st-section-3 {
		padding-top: 155px;
		margin-bottom: 130px;
	}
	.st-section-2 div.wpb_video_widget .wpb_wrapper {
		max-width: 1100px;
		margin-bottom: -275px;
		margin-top: 85px;
	}
	.st-section-2 div.btn-container {
		margin-top: 50px;
	}
	.st-section-2 h2.top-border {
		margin-bottom: 30px;
	}
	section.vc_section.st-section-2 {
		padding-top: 120px;
		margin-bottom: 275px;
	}
	.st-section-1 .evc-counter .evc-c-digit {
		font-size: 80px;
	}
	.st-section-1 h1 {
		margin-bottom: 25px;
	}
	.st-section-1 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.st-section-1 h6 {
		font-size: 28px;
		margin-bottom: 50px;
		max-width: 100%;
	}
	.st-section-1 h5 {
		font-size: 35px;
		margin-bottom: 25px;
	}
	h1.page-title {
		font-size: 75px;
	}
	.upcoming-events {
		margin-top: 280px;
	}
	#newsletter .copy-text {
		margin-bottom: 110px;
	}
	#newsletter {
		padding-top: 120px;
	}
	#newsletter .orig-width {
		margin-bottom: 45px;
	}
	#newsletter .orig-width svg {
		width: 85px
	}
	.custom-logo {
		max-width: 265px;
	}
	.custom-logo-link {
		margin: 7px 0;
	}
	footer .menu li.menu-item-123 {
		display: none;
	}
	.column-wrapper.upcoming-events .read-more-link {
		margin-bottom: 150px;
	}
	.counter-item.counter-1 .vc_column-inner {
		background: linear-gradient(90deg, #3864ab, #257ab3);
	}
	.counter-item.counter-2 .vc_column-inner {
		background: linear-gradient(90deg, #257ab3, #1291be);
	}
	.counter-item.counter-3 .vc_column-inner {
		background: linear-gradient(90deg, #1291be, #01a8ca);
	}
	.counter-item.counter-4 .vc_column-inner {
		background: linear-gradient(90deg, #01a8ca, #00a8a8);
	}
	.counter-item.counter-5 .vc_column-inner {
		background: linear-gradient(90deg, #00a8a8, #00a887);
	}
	#counter_row {
		padding-right: 15px;
		padding-left: 15px;
	}
	#media-library .row-media-library,
	#posts-events .flex-media-row {
		padding-left: 25px;
		padding-right: 25px;
	}
	#posts-events {
		background-image: url("/wp-content/uploads/2019/10/oval.png");
		background-repeat: no-repeat;
		background-position: left center;
	}
	#posts-events .flex-media-row.vc_row::after,
	#posts-events .flex-media-row.vc_row::before {
		content: "";
		display: none;
	}
	#posts-events .flex-media-row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#posts-events .column-wrapper.recent-blog-posts {
		margin-right: calc(35px + (75 - 35) * ((100vw - 768px) / (1920 - 768)));
	}
	#counter_row .counter-item .evc-c-title {
		max-width: 210px;
	}
	#colophon .site-info .site-info-text span {
		font-size: 22px;
	}
	#colophon {
		padding: 130px 0;
	}
	#colophon .footer-menu-wrapper .menu-footer-column-3-container {
		margin-right: 270px;
	}
	#colophon .footer-menu-wrapper .menu-footer-column-1-container,
	#colophon .footer-menu-wrapper .menu-footer-column-2-container {
		margin-right: 100px;
	}
	.media-library {
		margin-bottom: 130px;
	}
	.media-container .media-type.first-media .media-item .media-content .excerpt-media p {
		font-weight: 500;
		font-size: 28px;
		line-height: 33px;
	}
	.media-container .media-type.first-media .media-item .media-content .excerpt-media {
		margin-top: 30px;
	}
	.media-container .media-type:not(.first-media) .media-item {
		margin-bottom: 45px;
	}
	.media-container .media-type:not(.first-media) .excerpt-media {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-moz-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.media-container .media-type.first-media {
		margin-right: calc(35px + (65 - 35) * ((100vw - 768px) / (1920 - 768)));
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1 1 65%;
		-ms-flex: 1 1 65%;
		flex: 1 1 65%;
	}
	.media-container .media-type.others-libraries {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1 1 35%;
		-ms-flex: 1 1 35%;
		flex: 1 1 35%;
	}
	.post-media .post-cat {
		font-size: 16px;
		line-height: 34px;
	}
	section#media-library .column-wrapper .vc_column-inner {
		padding: 135px 85px 150px
	}
	section .column-wrapper .vc_column-inner {
		padding: 100px 100px 150px
	}
	.posts-events {
		padding-top: 195px;
		padding-bottom: 110px;
	}
	.enterprises .owl-item .enterprise-item .enterprise-image {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-webkit-flex: 0 0 52%;
		-ms-flex: 0 0 52%;
		flex: 0 0 52%;
	}
	#accelerator .enterprises-row {
		margin-top: 125px;
	}
	#accelerator .enterprises .owl-dots {
		bottom: 110px;
		left: calc(50px + (105 - 50) * ((100vw - 768px) / (1920 - 768)));
	}
	#accelerator h4 {
		font-size: 28px;
	}
	.widget_custom_html h2.top-border,
	.podcasts h2.top-border {
		font-size: 35px;
		margin-bottom: 40px;
	}
	h2.section-title {
		font-size: 55px;
		line-height: 1.1;
		margin-top: 55px;
		margin-bottom: 55px;
	}
	h2.top-border {
		font-size: 55px;
		line-height: 1.1;
		margin-bottom: 55px;
	}
	h2.top-border::before {
		margin: 0 0 60px;
	}
	#accelerator {
		padding-top: 115px;
		background-image: url('/wp-content/uploads/2019/10/Globe.svg');
		background-repeat: no-repeat;
		background-position: top right;
	}
	.accelerators .owl-item .accelerator-item {
		padding-top: calc(30px + (160 - 30) * ((100vw - 768px) / (1600 - 768)));
	}
}
@media screen and (min-width: 1025px) {
	#accelerator .accelerators .owl-nav .owl-next {
		right: 20px;
	}
	.miller-about-s-7 .miller-about-s-7-image img {
		position: relative;
		top: -94px;
	}
	.applicants .owl-item .applicants-item .applicants-slide .slide-copy {
		width: 52%;
		margin-right: auto;
	}
	.miller-about-s-6 .miller-about-s-6-image img {
		position: relative;
		bottom: -220px;
	}
	.miller-about-s-5 .miller-about-s-5-image {
		position: absolute;
		right: -25px;
		top: -70px;
		width: 59.4%;
	}
	.entry-content img.alignleft {
		float: left;
		margin: 30px 30px 30px 0;
	}
	.entry-content img.alignright {
		float: right;
		margin: 30px 0 30px 30px;
	}
	#posts-events .column-wrapper.recent-blog-posts,
	#posts-events .column-wrapper.upcoming-events {
		max-width: 660px;
		width: 100%;
	}
	.related-articles .articles-wrapper .rel-item {
		width: calc(25% - 26px);
		margin-right: 35px;
	}
	.related-articles .articles-wrapper .rel-item:last-child {
		margin-right: 0;
	}
	.flex-filter-container .filter-search {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 0;
		right: 0;
		max-width: calc(300px + (580 - 300) * ((100vw - 1025px) / (1920 - 1025)));
		width: 100%;
		margin-bottom: 0;
	}
	.page-template-page-parent-category #primary,
	.archive #primary {
		width: calc( 69% - 50px );
	}
	.page-template-page-parent-category #secondary,
	.archive #secondary {
		width: 31%;
	}
	.page-template-page-parent-category .archive-container,
	.archive .archive-container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.inline-full-img img {
		width: 100%;
		margin-top: 85px;
		margin-bottom: 85px;
	}
	.t-section-4 > .row-wrapper > .vc_column_container > .vc_column-inner > .wpb_wrapper,
	.t-section-3 > .row-wrapper > .vc_column_container > .vc_column-inner > .wpb_wrapper,
	.t-section-1 > .row-wrapper > .vc_column_container > .vc_column-inner > .wpb_wrapper {
		padding-left: 120px;
		padding-right: 120px;
		padding-top: 100px;
		padding-bottom: 120px;
	}
	section.vc_section.t-section-5 {
		padding-top: 90px;
		margin-top: 145px;
		margin-bottom: 200px;
	}
	section.vc_section.t-section-4 {
		margin-top: 125px;
	}
	section.vc_section.t-section-3 {
		margin-top: 225px;
	}
	section.vc_section.hero-section+.vc_row-full-width+section.vc_section.t-section-1 {
		margin-top: 130px;
	}
	section.vc_section.t-section-2 {
		padding-top: 90px;
		margin-top: 145px;
	}
	.top-left-img {
		float: left;
		max-width: 650px;
		margin-left: -165px;
		margin-right: 75px;
		margin-bottom: 75px !important;
	}
	.top-right-img {
		float: right;
		max-width: 650px;
		margin-right: -165px;
		margin-left: 75px;
		margin-bottom: 75px !important;
	}
	.t-section-2 .row-wrapper .left-column .vc_column-inner {
		margin-left: -50px;
		margin-bottom: -180px;
		max-width: 800px;
		margin-top: 45px;
	}
	.t-section-5 .row-wrapper .right-column {
		position: absolute;
		right: -45px;
		bottom: -145px;
	}
	.t-section-5 > .row-wrapper > .left-column.vc_column_container > .vc_column-inner > .wpb_wrapper {
		padding-left: 120px;
	}
	.media-mentions .last-articles article .post-media {
		margin-right: 20px;
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-webkit-flex: 0 0 calc(80px + (165 - 80) * ((100vw - 1025px) / (1920 - 1025)));
		-ms-flex: 0 0 calc(80px + (165 - 80) * ((100vw - 1025px) / (1920 - 1025)));
		flex: 0 0 calc(80px + (165 - 80) * ((100vw - 1025px) / (1920 - 1025)));
	}
	.enterprises .owl-item .enterprise-item .enterprise-slide {
		padding: calc(85px + (105 - 85) * ((100vw - 1025px) / (1920 - 1025))) calc(50px + (90 - 50) * ((100vw - 1025px) / (1920 - 1025))) 180px calc(50px + (85 - 50) * ((100vw - 1025px) / (1920 - 1025)));
		padding: 0 calc(50px + (90 - 50) * ((99vw - 1025px) / (1920 - 1025))) 0;
		padding: 0 90px;
		width: 50%;
	}
	#accelerator .accelerators .owl-dots {
		position: absolute;
		bottom: 130px;
		right: calc(39% - 93px);
	}
	.accelerators .owl-item .accelerator-item .accelerator-slide .slide-copy {
		width: 48%;
	}
	.accelerators .owl-item .accelerator-item .accelerator-slide {
		margin-left: auto;
		padding: calc(80px + (105 - 80) * ((100vw - 1025px) / (1920 - 1025))) calc(50px + (105 - 50) * ((100vw - 1025px) / (1920 - 1025))) 200px;
		width: 80%;
	}
	.accelerators .owl-item .accelerator-item .accelerator-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 56%;
	}
	.only-mobile {
		display: none !important;
	}
	.header-wrapper .search-form,
	.menu-toggle {
		display: none;
	}
	.top-header .search-form {
		margin-left: 50px;
	}
	.main-navigation .menu-menu-1-container ul li:nth-child(2) {
		margin-left: 0;
	}
	.main-navigation ul ul {
		background-color: #ffffff;
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
		padding: 20px 40px 50px;
	}
	.main-navigation ul li:hover > ul {
		left: -40px;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
	}
	.main-navigation .menu-menu-1-container > ul > li > a {
		height: 50px;
	}
	.main-navigation .menu-menu-1-container ul li ul li a::after {
		bottom: -7px;
	}
	.main-navigation .menu-menu-1-container ul li a::after {
		content: '';
		overflow: hidden;
		position: absolute;
		left: 0;
		height: 4px;
		transition: width .2s ease-out;
		background-color: #00a9c7;
		bottom: 20px;
		width: 0;
	}
	.main-navigation .menu-menu-1-container > ul > li > a:hover::after,
	.main-navigation .menu-menu-1-container > ul > li.current-menu-parent > a::after,
	.main-navigation .menu-menu-1-container > ul > li.current-menu-item > a::after {
		width: 100%;
	}
	.main-navigation li.menu-item-122 {
		display: none;
	}
	.main-navigation .menu-menu-1-container > ul > li {
		margin-left: 50px;
	}
	.main-navigation li {
		float: left;
		position: relative;
	}
	.main-navigation .menu-menu-2-container ul li {
		margin-left: 55px;
	}
	.main-navigation .menu-menu-2-container ul li:first-child {
		margin-left: 0;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation .menu-menu-2-container {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.main-navigation {
		display: inherit;
		justify-content: inherit;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		align-content: stretch;
		-webkit-box-align: end;
		-moz-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.st-section-1 .evc-counter .evc-c-title {
		font-size: 20px;
	}
	.st-section-7 .row-wrapper .left-column .vc_column-inner > .wpb_wrapper {
		margin-bottom: 190px;
		padding-left: 75px;
		padding-right: 15px;
	}
	.st-section-7 .row-wrapper h2,
	.st-section-7 .row-wrapper .left-column .vc_column-inner > .wpb_wrapper .content-section .wpb_wrapper {
		max-width: 570px;
		width: 64%;
	}
	.st-section-7 .row-wrapper .right-column {
		top: 140px;
		max-width: 780px;
		width: 52%;
		position: absolute;
		right: 0;
	}
	section.vc_section.custom-section-6 {
		margin-bottom: 175px;
	}
	.custom-section-6 .row-wrapper .right-column .vc_column-inner > .wpb_wrapper {
		padding: 90px 85px 90px 75px;
	}
	.custom-section-6 .row-wrapper .left-column .vc_column-inner > .wpb_wrapper {
		padding-left: 85px;
		padding-bottom: 105px;
	}
	.custom-section-5 .row-wrapper .left-column {
		padding-left: 90px;
	}
	.custom-section-5 .row-wrapper h2.top-border {
		max-width: 500px;
	}
	.custom-section-5 .content-section {
		max-width: 570px;
	}
	.custom-section-5 .row-wrapper .right-column {
		margin-bottom: -135px;
	}
	.custom-section-5 .row-wrapper .right-column img {
		max-width: 650px;
		width: 100%;
	}
	section.vc_section.custom-section-5 {
		margin-bottom: 175px;
		padding-top: 95px;
		padding-bottom: 90px;
	}
	section.vc_section.custom-section-4 {
		margin-top: 155px;
		margin-bottom: 215px;
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.custom-section-4 .row-wrapper h2.top-border {
		max-width: 350px;
	}
	.custom-section-4 .content-section {
		max-width: 475px;
	}
	.custom-section-4 .row-wrapper h4 {
		max-width: 350px;
	}
	.custom-section-4 .row-wrapper .left-column {
		margin-bottom: -165px;
	}
	.custom-section-4 .row-wrapper .left-column img {
		max-width: 750px;
		width: 100%;
	}
	.custom-section-4 > .row-wrapper,
	.custom-section-5 > .row-wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.custom-section-3 .row-wrapper h4 {
		max-width: 540px;
		width: 68%;
	}
	.custom-section-3 .row-wrapper .left-column .wpb_wrapper .content-section .wpb_wrapper {
		max-width: 540px;
		width: 68%;
	}
	.custom-section-2 .row-wrapper h4 {
		max-width: 325px;
	}
	.custom-section-2 .content-section {
		max-width: 480px;
	}
	.custom-section-1 .row-wrapper .left-column .wpb_wrapper .content-section .wpb_wrapper {
		max-width: 530px;
		width: 64%;
	}
	.custom-section-1 .row-wrapper h4 {
		max-width: 530px;
		width: 64%;
	}
	.custom-section-3 .row-wrapper .left-column .vc_column-inner > .wpb_wrapper {
		padding-top: 85px;
		padding-bottom: 75px;
		padding-left: 85px;
		max-width: 900px;
	}
	.custom-section-3 .row-wrapper .right-column {
		top: -40px;
		max-width: 750px;
		width: 50%;
		position: absolute;
		right: 0;
	}
	.custom-section-2 {
		margin-top: 315px;
		margin-bottom: 180px;
		padding-top: 105px;
		padding-bottom: 95px;
	}
	.custom-section-2 .row-wrapper .left-column {
		margin-top: -215px;
	}
	.custom-section-2 .row-wrapper .left-column img {
		max-width: 750px;
		width: 100%;
	}
	.custom-section-1 .row-wrapper .left-column .vc_column-inner > .wpb_wrapper {
		padding-top: 100px;
		padding-left: 85px;
		max-width: 900px;
	}
	.custom-section-1 .row-wrapper .right-column {
		top: 140px;
		max-width: 750px;
		width: 50%;
		position: absolute;
		right: 0;
	}
	.custom-section-6 .row-wrapper .right-column .vc_column-inner > .wpb_wrapper {
		padding: 90px 85px 90px 170px;
		padding: 90px 35px 90px 90px;
		padding: 90px calc(35px + (85 - 35) * ((100vw - 1025px) / (1920 - 1025))) 90px calc(75px + (170 - 75) * ((100vw - 1025px) / (1920 - 1025)));
	}
	.custom-section-6 .row-wrapper .left-column .vc_column-inner > .wpb_wrapper .content-section .wpb_wrapper {
		max-width: 580px;
	}
	.custom-section-6 .row-wrapper h4 {
		max-width: 500px;
	}
	.custom-section-6 .row-wrapper .left-column {
		max-width: 830px;
		width: 56%;
		z-index: 2;
	}
	.custom-section-6 .row-wrapper .right-column {
		position: absolute;
		right: 0;
		top: 125px;
		max-width: 765px;
		z-index: 1;
		width: 51%;
	}
	.site-header.fixed + .site-content {
		padding-top: 125px;
	}
	#colophon .site-info .site-info-text {
		margin-left: 110px;
	}
	.enterprises .owl-item .enterprise-item {
		-webkit-box-align: end;
		-moz-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		position: relative;
		padding: 105px 0 180px;
	}
	.enterprises .owl-item .enterprise-item .enterprise-image {
		position: absolute;
		width: 50%;
		right: 0;
		bottom: -85px;
	}
}
@media screen and (min-width: 1281px) {
	.media-container .media-type.others-libraries .media-item .media-content img {
		width: 200px;
	}
	.media-container .media-type:not(.first-media) .excerpt-media {
		margin-left: 25px;
	}
}
@media screen and (min-width: 1500px) {
	.our-accelerators-s-3 .our-program-section {
		margin-left: 65px !important;
	}
}
@media screen and (min-width: 1600px) {
	.owl-applicants .owl-dots {
		bottom: 225px;
		left: 95px;
	}
	.counter-item .evc-c-digit {
		font-size: 80px;
	}
}
@media screen and (max-width: 1500px) {
	.miller-about-s-6 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}
@media screen and (max-width: 1280px) {
	.counters-row {
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#counter_row .counter-item {
		min-width: 315px;
		margin-top: 10px;
	}
	.media-container .media-type .media-item .media-content {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.media-container .media-type .media-item .media-content img {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 1024px) {
	.applicants .owl-item .applicants-item {
		padding-bottom: 0;
	}
	.applicants .owl-dots {
		bottom: 0;
		left: 25px;
	}
	.applicants .owl-item .applicants-item .applicants-slide {
		width: 100%;
		padding-top: 60px;
		padding-bottom: 67px;
		background-color: #ffffff;
		padding-left: 0;
		padding-right: 0;
	}
	.applicants .owl-item .applicants-item .applicants-image {
		position: initial;
		width: 100%;
	}
	.miller-about-s-6 .miller-h4 {
		margin-right: 0;
	}
	.miller-about-s-6 .miller-p {
		padding-right: 0;
	}
	.miller-about-s-6 .miller-about-s-6-content {
		order: 2;
		padding-top: 85px;
	}
	.miller-about-s-6 .miller-about-s-6-image {
		order: 1;
	}
	.miller-about-s-6 .miller-about-s-6-image .vc_column-inner {
		padding: 0;
	}
	.miller-about-s-7 .vc_row,
	.miller-about-s-6 .vc_row {
		display: flex;
		flex-direction: column;
	}
	.miller-about-s-7 .vc_column_container,
	.miller-about-s-6 .vc_column_container,
	.miller-about-s-5 .vc_column_container {
		width: 100%;
	}
	.miller-about-s-5 {
		margin-bottom: 0;
	}
	.miller-about-s-5 .miller-about-s-5-image {
		order: 1;
	}
	.miller-about-s-7 .miller-about-s-7-image .vc_column-inner,
	.miller-about-s-5 .miller-about-s-5-image .vc_column-inner {
		padding: 0;
	}
	.miller-about-s-7 .miller-about-s-7-content {
		padding-left: 0;
		padding-right: 0;
	}
	.miller-about-s-5 .miller-about-s-5-content {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		order: 2;
	}
	.miller-about-s-5 .vc_row {
		display: flex;
		flex-direction: column;
	}
	.miller-team-s-1 .miller-team-s-1-container {
		padding: 0;
	}
	.miller-team-s-1 a {
		font-size: 19px;
	}
	.error-404 {
		padding-top: 125px;
		padding-right: 25px;
		padding-left: 25px;
		padding-bottom: 190px;
	}
	.error-404 h2 {
		font-size: 60px;
		line-height: 68px;
	}
	.error-404 h3 {
		font-size: 30px;
		line-height: 38px;
		margin: 0 0 15px 0;
	}
	.error-404 p {
		font-size: 18px;
		line-height: 24px;
	}
	.small-image img {
		width: 100%;
	}
	.t-section-3 .content-section,
	.t-section-4 .content-section,
	.t-section-5 .row-wrapper .left-column .vc_column-inner > .wpb_wrapper,
	.t-section-2 .row-wrapper .right-column .vc_column-inner > .wpb_wrapper {
		padding-top: 85px;
	}
	.media-mentions .last-articles article {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.news-room-section .vc_column_container {
		width: 100%;
	}
	body {
		overflow-x: hidden;
	}

	#page {
		overflow: hidden;
	}
	section.t-section-4,
	section.t-section-3,
	section.st-section-7,
	section.custom-section-6,
	section.custom-section-3,
	section.custom-section-1 {
		padding-right: 0;
		padding-left: 0;
	}
	.t-section-2 .left-column .vc_column-inner,
	.t-section-1 .vc_column_container .vc_column-inner,
	.custom-section-5 .right-column > .vc_column-inner,
	.custom-section-4 .left-column > .vc_column-inner,
	.custom-section-2 .left-column > .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.enterprises .owl-item .enterprise-item .enterprise-slide {
		padding-top: 85px;
		padding-bottom: 140px;
	}
	.enterprises .owl-item .enterprise-item {
		-webkit-box-direction: reverse;
		-moz-box-direction: reverse;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.our-accelerators-s-2 .vc_column-inner,
	#accelerator .accelerators-row .vc_column-inner,
	#accelerator .enterprises-row .vc_column-inner {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	#accelerator .enterprises .owl-dots,
	#accelerator .accelerators .owl-dots {
		bottom: 50px;
		left: 25px;
	}
	.accelerators .owl-item .accelerator-item .accelerator-slide {
		padding-top: 85px;
		padding-bottom: 125px;
	}
	.applicants .owl-item .applicants-item .applicants-slide .slide-copy,
	.enterprises .owl-item .enterprise-item .enterprise-slide .slide-copy,
	.accelerators .owl-item .accelerator-item .accelerator-slide .slide-copy {
		padding: 0 25px;
	}
	.accelerators .owl-item .accelerator-item {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.only-mobile {
		display: block;
	}
	.site-header.fixed + .site-content {
		padding-top: 85px;
	}
	.top-header .top-header-wrapper {
		height: 45px;
	}
	.top-header .top-header-wrapper .left-section svg {
		height: 30px;
		width: auto;
	}
	.top-header .top-header-wrapper .right-section {
		display: none;
	}
	.top-header .top-header-wrapper .left-section span {
		font-size: 11px;
		padding-left: 10px;
	}
	.main-navigation ul ul {
		display: block;
	}
	li.menu-item-has-children.opened .sub-menu {
		opacity: 1;
		height: auto;
	}
	.menu-menu-1-container {
		margin-bottom: 4px;
	}
	.main-navigation .menu-menu-2-container ul li a {
		font-size: 40px;
		line-height: 56px;
		letter-spacing: 1.928571px;
	}
	.main-navigation .menu-menu-1-container ul li a {
		font-size: 22px;
		font-weight: 300;
		line-height: 40px;
		position: relative;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.main-navigation li.menu-item-has-children > a {
		width: 200px;
	}
	.main-navigation .menu-menu-1-container ul ul li {
		margin-bottom: 14px;
		padding-left: 13px;
	}
	.main-navigation .menu-menu-1-container ul ul li.submenu-header{
		margin-bottom: 11px;
		padding-left: 0;
	}
	.main-navigation .menu-menu-1-container ul ul li.fw-200 a {
		font-weight: 200;
	}
	.main-navigation .menu-menu-1-container ul ul li a {
		font-size: 15px;
		line-height: normal;
	}
	.main-navigation li {
		float: none;
		margin-left: 40px;
	}
	.main-navigation li.menu-item-has-children > a::after {
		content: "";
		position: absolute;
		right: 60px;
		top: 18px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		border: solid #bfc1c3;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 4px;
	}
	#masthead .container {
		position: relative;
		padding: 0;
	}
	#masthead .header-wrapper {
		padding: 0 25px;
	}
	.main-navigation li.menu-item-has-children.opened .sub-menu {
		right: 0;
	}
	.main-navigation li.menu-item-has-children .sub-menu {
		display: block;
		padding: 25px 0 0 0;
		width: 100%;
		position: absolute;
		top: 0;
		height: 100vh;
		background-color: #ffffff;
		right: -100%;
		-webkit-transition: all ease 0.5s;
	    -moz-transition: all ease 0.5s; 
	    -o-transition: all ease 0.5s; 
	    transition: all ease 0.5s;
		z-index: 1;
		padding-left: 40px;
	}
	.main-navigation ul ul li.submenu-header {
		display: block;
	}
	.main-navigation li.menu-item-has-children .sub-menu .submenu-header a{
		font-size: 22px;
		font-weight: 300;
		line-height: 34px;
		position: relative;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.main-navigation li.menu-item-has-children .sub-menu .submenu-header a:after {
		content: "";
		position: absolute;
		left: -20px;
		top: 14px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		border: solid #bfc1c3;
		border-width: 2px 0px 0px 2px;
		display: inline-block;
		padding: 4px;
	}
	.site-header .header-wrapper #site-navigation.main-navigation {
		-webkit-display: box;
		-moz-display: box;
		-ms-display: flexbox;
		-webkit-display: flex;
		display: flex;
		-webkit-box-direction: reverse;
		-moz-box-direction: reverse;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		justify-content: flex-end;
		position: absolute;
		top: 69px;
		right: 0;
		max-width: 415px;
		width: 100%;
		height: calc(100vh - 69px);
		background-color: #ffffff;
		z-index: 999;
		transform: translate3d(100%,0%,0);
		transition: all ease 0.5s;
		padding: 25px 0;
	}
	.site-header .header-wrapper #site-navigation.main-navigation.toggled {
		transform: translate3d(0%,0%,0);
	}
	body.overflow {
		overflow: hidden;
	}
	body.overflow .header-wrapper:after {
	    content:'';
	    width: 100%;
	    height: 100vh;
	    background-color: rgba(0,0,0,0.5);
	    position: absolute;
	    top: 84px;
	    left: 0;
	    z-index: 10;
	  }
	.main-navigation ul {
		display: block;
	}
	
	/*---------ToggleMenu---------*/
	.sidebarIconToggle {
		transition: all 0.3s;
		box-sizing: border-box;
		cursor: pointer;
		width: 25px;
	}
	.spinner {
		transition: all 0.3s;
		box-sizing: border-box;
		position: absolute;
		height: 4px;
		width: 100%;
		background-color: #B3B3B3;
	}
	.diagonal.part-1 {
		position: relative;
		transition: all 0.3s;
		box-sizing: border-box;
		float: left;
	}
	.diagonal.part-2 {
		transition: all 0.3s;
		box-sizing: border-box;
		position: relative;
		float: left;
		margin-top: 5px;
	}
	input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
		transition: all 0.3s;
		box-sizing: border-box;
		transform: rotate(135deg);
		margin-top: 2px;
	}
	input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
		transition: all 0.3s;
		box-sizing: border-box;
		transform: rotate(-135deg);
		margin-top: -4px;
	}
	.site-header .header-flex-container #site-navigation.main-navigation.toggled {
		width: 100%;
		display: block;
		margin: 30px 0;
	}
	.site-header .header-flex-container #site-navigation.main-navigation.toggled li {
		float: none;
		margin: 0;
		padding: 18px 0;
		border-bottom: 1px solid #D8D8D8;
	}
	.site-header .header-flex-container #site-navigation.main-navigation.toggled li.wpml-ls-item,
	.site-header .header-flex-container #site-navigation.main-navigation.toggled li.wpml-ls-item a {
		font-size: 0;
	}
	.site-header .header-flex-container #site-navigation.main-navigation.toggled li.menu-item-126,
	.site-header .header-flex-container #site-navigation.main-navigation.toggled li.menu-item-127,
	.site-header .header-flex-container #site-navigation.main-navigation.toggled li.menu-item-128 {
		border-bottom: 0;
	}
	.site-header .header-flex-container #site-navigation.main-navigation.toggled li a {
		display: inline-block;
		font-size: 24px;
	}
	/*---------ToggleMenu---------*/
	.custom-logo-link {
		max-width: 170px;
	}
	.header-wrapper .site-branding {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		font-size: 0;
		padding: 12px 0;
	}
	.header-wrapper {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}
	.custom-section-5 .row-wrapper h2.top-border,
	.custom-section-4 .row-wrapper h2.top-border,
	.custom-section-2 .row-wrapper h2.top-border {
		margin-top: 85px;
	}
	.custom-section-6 .row-wrapper,
	.custom-section-4 .row-wrapper,
	.custom-section-2 .row-wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.t-section-5 .row-wrapper,
	.st-section-7 .row-wrapper,
	.custom-section-5 .row-wrapper,
	.custom-section-3 .row-wrapper,
	.custom-section-1 .row-wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: reverse;
		-moz-box-direction: reverse;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.row-wrapper .left-column,
	.row-wrapper .right-column {
		width: 100%;
	}
 }
@media screen and (max-width: 767px) {
	#mobile-search input {
		height: 46px;
	}
	.miller-about-s-6 {
		padding-left: 25px !important;
		padding-right: 25px !important;
		margin-bottom: 0;
	}
	.our-accelerators-s-1 .hero-img {
		background-position: center center;
	}
	.parent-pageid-18 .vc_column_container>.vc_column-inner {
		padding-left: 25px;
		padding-right: 25px;
	}
	body.parent-pageid-18.custom-background {
		background-color: #ffffff;
	}
	.page-id-142 h2.top-border {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 40px;
	}
	.applicants .order-mobile {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.applicants .order-mobile a {
		order: 2;
	}
	.applicants .order-mobile .notification-block {
		order: 1;
	}
	.our-accelerators-s-3 {
		background-image: none !important;
		padding-bottom: 0;
	}
	.our-accelerators-s-3 .our-accelerators-s-3-container {
		background-color: #f7f7f7;
	}
	.our-accelerators-s-3 .s-3-introduction .vc_column_container>.vc_column-inner {
		padding-left: 25px;
		padding-right: 25px;
	}
	.page-id-142 .our-accelerators-s-3 .our-accelerators-s-3-container h2.top-border {
		margin-bottom: 5px;
	}
	.our-accelerators-s-3 .difference-item {
		margin-bottom: 62px;
	}
	.our-accelerators-s-3 .difference-item .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.our-accelerators-s-3 .our-program-section {
		width: 100%;
	}
	.our-accelerators-s-3 .our-program-section h2.top-border::before {
		margin-bottom: 56px;
	}
	.mobile-margin-lr-0 .vc_row {
		margin-left: -25px;
		margin-right: -25px;
	}
	.our-accelerators-s-4 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.our-accelerators-s-4 .s-4-img-block .s-4-mobile {
		display: block;
	}
	.our-accelerators-s-4 .s-4-img-block .s-4-desktop {
		display: none;
	}
	.our-accelerators-s-4 .our-accelerators-s-4-container {
		margin: 0 auto;
	}
	.our-accelerators-s-4 .wpb_content_element {
		margin-bottom: 0;
	}
	.our-accelerators-s-4-container h2.top-border.center:before {
		margin: 0 auto 35px auto;
	}
	.our-accelerators-s-4-container h2.top-border {
		margin-bottom: 15px;
	}
	.our-accelerators-s-4 .our-accelerators-subtitle {
		margin-bottom: 30px !important;
	}
	.methodology-block .methodology-block-item {
		margin-bottom: 40px;
	}
	.methodology-block .methodology-block-item:last-child {
		margin-bottom: 0;
	}
	.our-accelerators-s-4 .methodology-block {
		padding-bottom: 90px;
	}
	.our-accelerators-s-4-footer .our-accelerators-s-4-footer-item {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 45px;
	}
	.our-accelerators-s-4-footer .our-accelerators-subtitle {
		margin-bottom: 70px !important;
	}
	.our-accelerators-s-4-footer .our-accelerators-s-4-footer-items {
		margin-bottom: 0;
	}
	.program-accordion-items .accordion-item .vc_toggle_title {
		line-height: 30px;
	}
	.miller-about-s-3 .miller-about-s-2-box-wrap {
		display: block;
		padding-left: 25px;
		padding-right: 25px;
	}
	.miller-about-s-3 .miller-about-s-2-box {
		margin-bottom: 20px;
		min-height: 300px;
	}
	.miller-about-s-3 .miller-about-s-2-box:last-child {
		margin-bottom: 0;
	}
	.miller-about-s-3 .miller-about-s-2-box .miller-h4,
	.miller-about-s-3 .miller-about-s-2-box:last-child .miller-h4 {
		padding: 0;
	}
	.miller-about-s-4 .miller-s-4-box-wrap {
		margin-bottom: 0;
	}
	.miller-about-s-4 .miller-s-4-box {
		margin-bottom: 40px;
	}
	.miller-about-s-4 {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-bottom: 0;
	}
	.miller-about-s-7 .miller-about-s-7-image .vc_column-inner {
		padding: 0;
	}
	.our-history-s-2 .our-history-s-2-container {
		padding-left: 0;
		padding-right: 0;
	}
	.our-history-s-1 {
		background-position: 30% center !important;
	}
	.miller-team-s-1 .miller-team-s-1-container {
		padding: 0;
	}
	.miller-team-s-1 a {
		margin-right: 0;
	}
	.miller-team-s-1-anchor-block .wpb_wrapper {
		flex-direction: column;
	}
	.miller-team-s-1 .wpb_content_element {
		margin-bottom: 10px;
	}
	.miller-team-intro .miller-h4 {
		padding: 0;
	}
	.team-item-grid {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}
	.team-container .team-item {
		width: 100%;
		padding: 0;
	}
	.team-container .team-item .img-block img {
		width: 100%;
	}
	.miller-team-s-3 {
		padding-top: 0;
	}
	.miller-team-s-4 .miller-team-s-4-container,
	.miller-team-s-6 .miller-team-s-6-container {
		padding-left: 0;
		padding-right: 0;
	}
	.miller-team-s-4 .miller-team-s-4-container,
	.miller-team-s-6 .miller-team-s-6-container {
		padding-bottom: 0;
	}
	.miller-team-s-8 .content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 85px;
	}
	.miller-team-s-7 .miller-team-s-7-video-block .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.gsbi-mentor-form .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.gsbi-mentor-form .fields-group {
		flex-direction: column;
	}
	.gsbi-mentor-form .wpcf7 .fields-group .wpcf7-form-control-wrap {
		width: 100%;
	}
	.miller-team-s-10 .miller-team-logo-block {
		margin-bottom: 0;
	}
	.miller-team-s-10 .miller-team-logo-block .wpb_content_element {
		margin-bottom: 50px;
	}
	.author article {
		margin-bottom: 50px;
	}
	body.overflow .header-wrapper:after {
		display: none;
	}
	.author article:last-child {
		margin-bottom: 0;
	}

	.site-header .header-wrapper #site-navigation.main-navigation {
		max-width: 100%;
	}
	.post-author {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.author-meta h3 {
		margin: 20px 0;
	}
	.related-articles .articles-wrapper .rel-item:last-child {
		margin-bottom: 0;
	}
	.related-articles .articles-wrapper .rel-item {
		margin-bottom: 50px;
	}
	#ajaxsearchprores1_1.vertical.ajaxsearchpro .results .item .asp_content-alt .asp_image {
		height: calc(135px + (475 - 135) * ((100vw - 320px) / (767 - 320)));
		margin-bottom: 20px;
	}
	.single .site-content .container,
	.archive .archive-container.container,
	.page-template-page-parent-category .archive-container.container,
	.page-template-page-news .news.container {
		padding: 0;
	}
	.last-articles article {
		margin-bottom: 50px;
	}
	.last-articles article:last-of-type {
		margin-bottom: 0;
	}
	#posts-events #ctf .ctf-item {
		max-width: 100%;
	}
	.custom-section-5 .row-wrapper,
	.custom-section-3 .row-wrapper,
	.custom-section-1 .row-wrapper,
	.st-section-7 .row-wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: reverse;
		-moz-box-direction: reverse;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.page-title-section h1.page-title {
		max-width: 300px;
		margin-right: auto;
		margin-left: auto;
	}
	section.vc_section.st-section-4 {
		padding-right: 0;
		padding-left: 0;
	}
	.st-section-3 h2.top-border {
		margin-bottom: 20px;
	}
	.hide-on-mobile {
		display: none;
	}
	.st-section-1 .counters {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.st-section-1 .counters .vc_col-sm-3 {
		width: 50%;
		margin-bottom: 30px;
	}
	.st-section-1 .counters .wpb_column .evc-counter .evc-c-title {
		max-width: 140px !important;
	}
	#newsletter #signup-form .wpcf7 {
		max-width: 245px;
	}
	#newsletter #signup-form .wpcf7 input[type=submit] {
		max-width: 225px;
	}
	.media-library .others-libraries {
		padding-bottom: 90px;
	}
	#newsletter .orig-width {
		margin-bottom: 20px;
	}
	#newsletter .orig-width svg {
		width: 55px
	}
    .column-wrapper.upcoming-events .read-more-link {
        margin-bottom: 70px;
    }
    .counter-item.counter-1 .vc_column-inner {
        background: linear-gradient(180deg, #3864ab, #257ab3);
    }
    .counter-item.counter-2 .vc_column-inner {
        background: linear-gradient(180deg, #257ab3, #1291be);
    }
    .counter-item.counter-3 .vc_column-inner {
        background: linear-gradient(180deg, #1291be, #01a8ca);
    }
    .counter-item.counter-4 .vc_column-inner {
        background: linear-gradient(180deg, #01a8ca, #00a8a8);
    }
    .counter-item.counter-5 .vc_column-inner {
        background: linear-gradient(180deg, #00a8a8, #00a887);
    }
    #colophon .site-info svg {
        max-width: 255px;
    }
    #colophon .copyright {
        font-size: 10px;
        line-height: 16px;
        max-width: 220px;
        margin: auto;
    }
    #colophon .site-info .site-info-text {
        margin-top: 15px;
    }
    #colophon .site-info .site-info-text span {
        font-size: 12px;
    }
    #colophon {
        padding: 55px 0 35px;
    }
    .follow-us {
        margin-top: 60px;
        text-align: center;
    }
    #colophon .footer-menu-wrapper .menu li {
        text-align: center;
    }
    #colophon .footer-menu-wrapper .menu li:not(.show-on-m) {
        display: none;
    }
    #colophon .footer-menu-wrapper {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .media-container .media-type .media-item {
        margin-bottom: 60px;
    }
    .media-container .media-type .media-item .media-content,
    .media-container {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .recent-blog-posts .copy-text {
        font-size: 18px;
    }
    .recent-blog-posts h3 {
        font-size: 24px;
    }
    section .column-wrapper .vc_column-inner {
        padding-top: 100px;
    }
    .recent-blog-posts .post-media img {
        width: 100%;
    }
    .post-media .post-cat {
        font-size: 12px;
        line-height: 30px;
    }
	#accelerator span.fellow {
		line-height: 35px;
		display: block;
	}
	#accelerator h4 {
		font-size: 24px;
	}
	.t-section-4 .content-section h2::before,
	.t-section-3 .content-section h2::before,
	h2.top-border::before {
		content: "";
		margin: 0 0 40px;
	}
	h2.section-title,
	h2.top-border {
		font-size: 40px;
		line-height: 1.2;
		margin-bottom: 40px;
	}
	#accelerator {
		padding-top: 85px;
	}
	#newsletter #signup-form .wpcf7 .fields-group {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#newsletter #signup-form .wpcf7 .fields-group .wpcf7-form-control-wrap {
		width: 100%;
	}
	#newsletter #signup-form h2 {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 40px;
	}
	#newsletter #signup-form h2::before {
		margin: 0 auto 35px;
	}
	#newsletter #signup-form {
		padding-top: 75px;
		padding-bottom: 60px;
	}
	#newsletter .copy-text {
		margin-bottom: 80px;
	}
	#newsletter .copy-text p {
		font-size: 24px;
		line-height: 34px;
	}
	#newsletter {
		padding-top: 65px;
	}
	#counter_row {
		margin-top: -125px;
		margin-left: 0;
		margin-right: 0;
	}
	.counter-item .vc_column-inner {
		padding: 45px 0 45px;
	}
	.default-btn.counter-btn {
		margin: 40px auto 0;
	}
	section#hero-section.vc_section #row-hero-section {
		background-image: url('/wp-content/uploads/2019/10/m_Hero_Panel.jpg');
	}
	#counter_row .counter-item {
		margin-top: 0;
		margin-bottom: 20px;
		padding: 0;
	}
	#counter_row .counter-item:last-child {
		margin-bottom: 0;
	}
	h1.hero-title {
		font-size: 40px;
		line-height: 48px;
		letter-spacing: 1.090909px;
	}
	#colophon .site-info {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 65px 0 35px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.program-accordion-items .accordion-item .vc_toggle_title {
		line-height: 30px;
	}
	.program-accordion-items .accordion-item {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.related-articles .articles-wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.related-articles .articles-wrapper .rel-item {
		width: calc(50% - 13px);
		margin-right: 26px;
	}
	.related-articles .articles-wrapper .rel-item:nth-child(2n) {
		margin-right: 0;
	}
	section.vc_section.custom-section-2 {
		margin-top: 25px;
	}
	.site-footer .container {
		padding: 0 30px;
	}
	#colophon .site-info .site-info-text {
		margin-left: 15px;
	}
	#newsletter #signup-form .wpcf7 {
		padding: 0 10px;
	}
	#accelerator .accelerators .owl-nav .owl-next {
		right: 15px;
	}
	.owl-applicants .owl-nav .owl-prev,
	#accelerator .enterprises .owl-nav .owl-prev {
		left: 15px;
	}
	#colophon .site-info {
		margin: 70px 0 50px;
	}
	#colophon .footer-menu-wrapper .menu-footer-column-1-container,
	#colophon .footer-menu-wrapper .menu-footer-column-2-container,
	#colophon .footer-menu-wrapper .menu-footer-column-3-container {
		margin-right: 70px;
	}
	.follow-us {
		margin-top: 30px;
	}
	#colophon {
		padding: 70px 0;
	}
	.media-library {
		margin-bottom: 90px;
	}
	.posts-events {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	section#media-library .column-wrapper .vc_column-inner,
	section .column-wrapper .vc_column-inner {
		padding: 50px;
	}
}
