/* Startup Portal Mobile */

@media only screen and (min-width: 0px) and (max-width: 799px) {

/* Color Values

Black: #000 (0,0,0)
Blue: #25a9e0 (37,169,224)
Dark Blue: #363c72 (54,60,114)
Mid Blue: #5079d3 (80,121,211)
Green: #6bbf3a (107,191,58)
Lime: #c2dd22 (194,221,34)
Teal: #00a69c (0,166,156)
White: #fff (255,255,255)

*/

/* Fonts */

@font-face {
	font-family: "Bitter Bold";
	src: url('fonts/bitter_bold.ttf') format('truetype');
}

@font-face {
	font-family: "Bitter Bold Italic";
	src: url('fonts/bitter_bold_italic.ttf') format('truetype');
}

@font-face {
	font-family: "Bitter Medium";
	src: url('fonts/bitter_medium.ttf') format('truetype');
}

@font-face {
	font-family: "Bitter Medium Italic";
	src: url('fonts/bitter_medium_italic.ttf') format('truetype');
}

@font-face {
	font-family: "Open Sans Bold";
	src: url('fonts/opensans_bold.ttf') format('truetype');
}

@font-face {
	font-family: "Open Sans Bold Italic";
	src: url('fonts/opensans_bold_italic.ttf') format('truetype');
}

@font-face {
	font-family: "Open Sans Italic";
	src: url('fonts/opensans_italic.ttf') format('truetype');
}

@font-face {
	font-family: "Open Sans Regular";
	src: url('fonts/opensans_regular.ttf') format('truetype');
}

/* Basic Elements */

a:link, a:visited {
	font: normal 1em "Open Sans Regular", arial, sans-serif;
	text-decoration: none;
	color: #000;
}

a, a:active, a:focus, a:link, a:visited, :focus, :visited {
	outline: none;
}

html, body {
    overflow-x: hidden;
}

body { 
	font: normal 18px "Open Sans Regular", arial, sans-serif;
	line-height: 1.75em;
    color: #000;
	margin: 0 auto;
	padding: 0;
}

br {
	margin: 0;
	padding: 0;
}

em {
	font: normal 1em "Open Sans Italic", arial, sans-serif;
}

h1 {
	font: normal 4.5em "Bitter Medium", arial, sans-serif;
    line-height: .875em;
    color: #c2dd22;
	margin: 0 0 7.5% 0;
	padding: 0;
}

h2 {
	font: normal 1.5em "Open Sans Italic", arial, sans-serif;
    line-height: 1.25em;
    color: #000;
	margin: 0 0 10% 0;
	padding: 0;
}

h3 {
	font: normal 2.5em "Bitter Medium", arial, sans-serif;
    line-height: 1em;
    color: #363c72;
	margin: 0 0 7.5% 0;
	padding: 0;
}

h4 {
	font: normal 2em "Open Sans Bold", arial, sans-serif;
    line-height: 1em;
    color: #fff;
	margin: 0 0 7.5% 0;
	padding: 0;
}

hr {
	border: none 0; 
	border-top: 1px solid #363c72;
	height: 1px;
	margin: 10% 0;
	padding: 0;
}

img {
	border: none;
	display: block;
	outline: none;
}

li {
	margin: 0 0 5% 5%;
	padding: 0 0 0 5%;
}

li:last-child {
	margin: 0 0 0 5%;
	padding: 0 0 0 5%;
}

ol {
	margin: 0 0 5% 5%;
	padding: 0;
}

ol:last-child {
	margin: 0 0 0 5%;
	padding: 0;
}

p {
	margin: 0 0 5% 0;
	padding: 0;
}

strong {
	font: normal 1em "Open Sans Bold", arial, sans-serif;
}
	
ul {
	list-style-type: disc;
	margin: 0 0 5% 5%;
	padding: 0;
}

ul:last-child {
	list-style-type: disc;
	margin: 0 0 0 5%;
	padding: 0;
}
	
/* Specific Elements */

#blog_container {
	width: 90%;
	margin: 0 auto;
	padding: 10% 5%;
	color: #000;
	position: relative;
}

#blog_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
	position: relative;
}

#blog_left {
    width: 100%;
    margin: 0 0 20% 0;
    padding: 0;
	position: relative;
}

#blog_right {
    width: 100%;
    margin: 0;
    padding: 0;
	position: relative;
}

#blog_right li {
	margin: 0 0 10px 20px;
	padding: 0;
}

#body_container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	right: 0;
	transition: right .375s ease-in-out;
	box-shadow: 5px 0px 10px rgba(0,0,0,.5);
}

#curlyred a:link, #curlyred a:visited {
	text-decoration: none;
	font: normal 1em "Bitter Bold", arial, sans-serif;
    color: #5079d3 !important;
}

#f_center {
    margin: 0 0 10% 0;
    padding: 0;
	text-align: center;
}

#f_left {
    font: normal .75em "Bitter Bold", times, serif;
    line-height: 1.75em;
	color: #000;
	margin: 0 0 10% 0;
    padding: 0;
	text-align: center;
}

#f_left a:link, #f_left a:visited {
	text-decoration: none;
	font: normal 1em "Bitter Bold", arial, sans-serif;
    color: #000;
}

#f_logo {
    height: 70px;
    margin: 0 auto;
    padding: 0;
}

#f_logo img {
    width: auto;
    height: 100%;
    max-height: 70px;
    margin: 0 auto;
    padding: 0;
}

#f_right {
    margin: 0;
	padding: 0;
	text-align: right;
}

#f_social {
	height: 36px;
	margin: 0;
	padding: 0;
}

#footer {
	width: 90%;
    margin: 0;
	padding: 10% 5%;
	position: relative;
}

#footer_inner {
    width: 100%;
	max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#h_left {
    width: 100%;
	max-width: 175px;
	margin: 0;
    padding: 0;
}

#h_logo {
    width: 100%;
	max-width: 175px;
    margin: 0;
    padding: 0;
}

#h_logo img {
    width: 100%;
	height: auto;
	max-width: 175px;
    margin: 0;
    padding: 0;
}

#h_right {
    display: none;
}

#header {
    width: 90%;
    margin: 0 auto;
	padding: 25px 5%;
}

#header_flex {
    display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}

#header_inner {
    width: 100%;
	max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#home_faq {
	width: 90%;
	margin: 0;
	padding: 10% 5%;
	position: relative;
}

#home_faq_container {
	width: 100%;
	margin: 0;
	padding: 0;
}

#home_faq_inner {
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#home_how {
	width: 90%;
	margin: 0;
	padding: 10% 5%;
	position: relative;
}

#home_how_container {
	width: 100%;
	margin: 10% 0 0 0;
	padding: 0;
}

#home_how_inner {
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#home_intro {
	width: 90%;
	margin: 0;
	padding: 5% 5% 10% 5%;
	position: relative;
}

#home_intro_inner {
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#home_join {
	width: 90%;
	color: #fff;
	margin: 0;
	padding: 10% 5%;
	background-color: #5079d3;
	position: relative;
}

#home_join::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("images/startupportal_dots.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: .25;
	mix-blend-mode: lighten;
}

#home_join_container {
	width: 100%;
	margin: 0 0 10% 0;
	padding: 0;
}

#home_join_inner {
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#home_what {
	width: 90%;
	color: #363c72;
	margin: 0;
	padding: 10% 5%;
	background-color: #c2dd22;
	position: relative;
}

#home_what::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("images/startupportal_dots.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: .5;
	mix-blend-mode: color-dodge;
}

#home_what_container {
	width: 100%;
	max-width: 400px;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	gap: 5%;
}

#home_what_flex {
	width: 100%;
	margin: 0;
	padding: 0;
}

#home_what_inner {
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#home_what_text {
	width: 100%;
	margin: 0 0 7.5% 0;
	padding: 0;
}

#home_who {
	width: 90%;
	color: #fff;
	margin: 0;
	padding: 10% 5%;
	background-color: #00a69c;
	position: relative;
}

#home_who::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("images/startupportal_dots.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transform: rotate(180deg);
	opacity: .5;
	mix-blend-mode: lighten;
}

#home_who_container {
	width: 100%;
	margin: 0 0 10% 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	gap: 5%;
}

#home_who_inner {
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#home_who_inner ul {
	margin: 0 0 10% 5%;
}

#main {
	width: 90%;
	margin: 0;
	padding: 10% 5%;
	position: relative;
}

#main_bottom {
	width: 90%;
	margin: 0;
	padding: 10% 5%;
	background-color: #5079d3;
	position: relative;
}

#main_bottom::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("images/startupportal_dots.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: .25;
	mix-blend-mode: lighten;
}

#main_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#main_top {
	width: 90%;
	color: #363c72;
	margin: 0;
	padding: 10% 5%;
	background-color: #c2dd22;
	position: relative;
}

#main_top::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("images/startupportal_dots.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: .5;
	mix-blend-mode: color-dodge;
}

#main_top_inner {
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#menu_container {
	display: none;
}

#mobile_logo {
	width: 175px;
	margin: 25px auto 15% auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

#mobile_logo img {
	width: 100%;
	height: auto;
	max-width: 175px;
	margin: 0 auto;
	padding: 0;
}

#mobile_menu {
	width: 80%;
    margin: 0 auto 15% auto;
    padding: 0;
}

#mobile_menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#mobile_menu ul li {
	list-style: none;
	margin: 0 0 15% 0;
	padding: 0;
	position: relative;
}

#mobile_menu ul li:last-child {
    margin: 0;
}

#mobile_menu ul li a {
	font: normal 1em "Bitter Bold", arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #c2dd22;
	margin: 0;
	padding: 0;
}

#mobile_menu ul li.blue a {
	color: #25a9e0;
}

#mobile_menu ul li.green a {
	color: #6bbf3a;
}

#mobile_menu ul li.midblue a {
	color: #5079d3;
}

#mobile_menu ul li.teal a {
	color: #00a69c;
}

#mobile_menu_container {
	width: 300px;
	height: 100%;
	position: fixed;
	z-index: 0;
	top: 0;
	right: -300px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	overflow-x: hidden;
    transition: right .375s ease-in-out;
	text-align: center;
}

#mobile_social {
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

#tags_single {
	width: 100%;
    font: normal .75em "Open Sans Bold", arial, sans-serif;
	margin: 0 0 5% 0;
	padding: 0;
    display: inline-block;
}

#tags_single a:link, #tags_single a:visited {
	font: normal 1em "Open Sans Bold", arial, sans-serif;
	text-decoration: none;
	color: #363c72;
}

#tags_single img {
	width: 100%;
	height: auto;
	max-width: 18px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
    display: inline-block;
}

/* Classes */

.blog {
    width: 100%;
    margin: 0 0 10% 0;
    padding: 0 0 10% 0;
    border-bottom: 1px dotted #5079d3;
}

.blog_date {
    font: normal .75em "Open Sans Bold", arial, sans-serif;
	color: #6bbf3a;
    margin: 0 0 5% 0;
    padding: 0;
}

.blog_excerpt {
    margin: 0 0 5% 0;
    padding: 0;
}

.blog_image {
    width: 100%;
    margin: 0 0 7.5% 0;
    padding: 0;
}

.blog_image img {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0;
    padding: 10px;
	border: 1px solid #363c72;
	box-sizing: border-box;
}

.blog_image_single {
    width: 100%;
    margin: 0 0 7.5% 0;
    padding: 0;
}

.blog_image_single img {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0;
    padding: 10px;
	border: 1px solid #363c72;
	box-sizing: border-box;
}

.blog_single {
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_title {
    font: normal 2.5em "Bitter Medium", arial, sans-serif;
    line-height: 1em;
	color: #25a9e0;
	margin: 0 0 5% 0;
	padding: 0;
}

.blog_title a:link, .blog_title a:visited {
	text-decoration: none;
	font: normal 1em "Bitter Medium", arial, sans-serif;
    color: #25a9e0;
}

.blue {
	color: #25a9e0;
}

.clear::after {
    content: "";
    display: table;
    clear: both;
}

.fab.fa-facebook-f {
	width: 36px;
	height: 36px;
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding: 0;
	background-color: #5079d3;
	border-radius: 50%;
	position: relative;
}

.fab.fa-facebook-f::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.fab.fa-instagram {
	width: 36px;
	height: 36px;
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding: 0;
	background-color: #00a69c;
	border-radius: 50%;
	position: relative;
}

.fab.fa-instagram::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.fab.fa-x-twitter {
	width: 36px;
	height: 36px;
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding: 0;
	background-color: #25a9e0;
	border-radius: 50%;
	position: relative;
}

.fab.fa-x-twitter::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.fab.fa-youtube {
	width: 36px;
	height: 36px;
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding: 0;
	background-color: #6bbf3a;
	border-radius: 50%;
	position: relative;
}

.fab.fa-youtube::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.ghost_black {
	font: normal .875em "Bitter Bold", times, serif;
	text-transform: uppercase;
    color: #000;
	margin: 0;
	padding: 10px 25px;
	background-color: transparent;
	border: 1px solid #000;
    box-sizing: border-box;
    display: inline-block;
	white-space: nowrap;
}

.ghost_blog {
	font: normal .875em "Bitter Bold", times, serif;
	text-transform: uppercase;
    color: #000;
	margin: 0;
	padding: 10px 25px;
	background-color: transparent;
	border: 1px solid #000;
    box-sizing: border-box;
    display: inline-block;
	white-space: nowrap;
}

.ghost_blue {
	font: normal .875em "Bitter Bold", times, serif;
	text-transform: uppercase;
    color: #363c72;
	margin: 5% 0 0 0;
	padding: 10px 25px;
	background-color: transparent;
	border: 1px solid #363c72;
    box-sizing: border-box;
    display: inline-block;
	white-space: nowrap;
}

.ghost_portal {
	display: none;
}

.ghost_portal_mobile {
	font: normal .875em "Bitter Bold", times, serif;
	text-transform: uppercase;
    color: #000;
	margin: 0 auto 15% auto;
	padding: 10px 25px;
	background-color: transparent;
	border: 1px solid #000;
    box-sizing: border-box;
    display: inline-block;
	white-space: nowrap;
}

.ghost_white {
	font: normal .875em "Bitter Bold", times, serif;
	text-transform: uppercase;
    color: #fff;
	margin: 0;
	padding: 10px 25px;
	background-color: transparent;
	border: 1px solid #fff;
    box-sizing: border-box;
    display: inline-block;
	white-space: nowrap;
}

.green {
	color: #6bbf3a;
}

.how {
	width: 100%;
	margin: 0 0 7.5% 0;
	padding: 0;
	text-align: center;
}

.how:last-child {
	margin: 0;
}

.how_icon {
	width: 100%;
	margin: 0 0 5% 0;
	padding: 0;
}

.how_icon img {
	margin: 0 auto;
	padding: 0;
}

.join {
	width: 100%;
	max-width: 366px;
	margin: 0;
	padding: 0;
}

.join_title {
	font: normal 1.75em "Open Sans Bold", arial, sans-serif;
    color: #c2dd22;
	margin: 0 0 5% 0;
	padding: 0;
}

.lime {
	color: #c2dd22;
}

.midblue {
	color: #5079d3;
}

.otgs-development-site-front-end {
	display: none !important;
}

.page_nav {
    width: 200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.page_next {
    width: 40px;
    margin: 0;
    padding: 0;
}

.page_next img {
    width: 100%;
    height: auto;
    max-width: 40px;
    margin: 0;
    padding: 0;
}

.page_prev {
    width: 40px;
    margin: 0;
    padding: 0;
}

.page_prev img {
    width: 100%;
    height: auto;
    max-width: 40px;
    margin: 0;
    padding: 0;
}

.page_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.tags {
	width: 100%;
    font: normal .75em "Open Sans Bold", arial, sans-serif;
	margin: 0 0 7.5% 0;
	padding: 0;
    display: inline-block;
}

.tags a:link, .tags a:visited {
	font: normal 1em "Open Sans Bold", arial, sans-serif;
	text-decoration: none;
	color: #363c72;
}

.tags img {
	width: 100%;
	height: auto;
	max-width: 18px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
    display: inline-block;
}

.teal {
	color: #00a69c;
}

.video {
    position: relative;
	margin: 0;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video_container {
    width: 100%;
    height: auto;
    max-width: 560px;
    margin: 0 0 7.5% 0;
    padding: 0;
}

.what {
	width: 100%;
	max-width: 175px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.what_image {
	width: 100%;
	max-width: 175px;
	margin: 0;
	padding: 0;
}

.what_image img {
	width: 100%;
	height: auto;
	max-width: 175px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
}

.white {
	color: #fff;
}

.who {
	width: 100%;
	max-width: 175px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.who_image {
	width: 100%;
	max-width: 175px;
	margin: 0;
	padding: 0;
}

.who_image img {
	width: 100%;
	height: auto;
	max-width: 175px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
}

/* Animated Hamburger */

.hamburger {
	margin: 0;
	padding: 0;
	display: inline-block;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	overflow: visible;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.hamburger-box {
	width: 24px;
	height: 16px;
	display: inline-block;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 24px;
	height: 2px;
	background-color: #25a9e0;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	background-color: #c2dd22;
	top: -7px;
}

.hamburger-inner::after {
	background-color: #5079d3;
	bottom: -7px;
}

/* Squeeze */

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

}

/* End */