/*
Theme Name: Startup Portal
Theme URI: https://www.startupportal.com/
Description: A custom template designed by CurlyRed for the Startup Portal <a href="https://www.startupportal.com/" target="_blank">www.startupportal.com</a> website.
Version: 1.0
Author: CurlyRed Inc.
Author URI: http://www.curlyred.com/
*/

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

/* 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;
	transition: color .25s ease-in-out;
}
	
a:hover, a:visited:hover {
	text-decoration: none;
	color: #5079d3;
}

a, a:active, a:focus, a:link, a:visited, a:hover, a:visited:hover, :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 7.5em "Bitter Medium", arial, sans-serif;
    line-height: 1em;
    color: #c2dd22;
	margin: 0 0 50px 0;
	padding: 0;
}

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

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

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

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

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

li {
	margin: 0 0 5px 15px;
	padding: 0 0 0 15px;
}

li:last-child {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

ol {
	margin: 0 0 25px 20px;
	padding: 0;
}

ol:last-child {
	margin: 0 0 0 20px;
	padding: 0;
}

p {
	margin: 0 0 25px 0;
	padding: 0;
}

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

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

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

#blog_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
	position: relative;
	display: flex;
    gap: 50px;
    flex-wrap: nowrap;
}

#blog_left {
    width: calc(100% - 250px);
    margin: 0;
    padding: 0;
	position: relative;
}

#blog_right {
    width: 200px;
    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;
	z-index: 0;
}

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

#curlyred a:hover, #curlyred a:visited:hover {
	color: #000 !important;
}

#f_center {
    margin: 0;
    padding: 0;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	text-align: center;
}

#f_left {
    font: normal .75em "Bitter Bold", times, serif;
    line-height: 1.75em;
	color: #000;
	margin: 0;
    padding: 0;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

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

#f_left a:hover, #f_left a:visited:hover {
	color: #5079d3;
}

#f_logo {
    height: 70px;
    margin: 0;
    padding: 0;
	opacity: 1;
    transition: all .25s ease-in-out;
}

#f_logo:hover {
    opacity: .75;
    cursor: pointer;
}

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

#f_right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	text-align: right;
}

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

#footer {
	width: 90%;
    height: 70px;
	margin: 0;
	padding: 50px 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: 409px;
	margin: 0;
    padding: 0;
}

#h_logo {
    width: 100%;
	max-width: 409px;
    margin: 0;
    padding: 0;
	opacity: 1;
    transition: all .25s ease-in-out;
}

#h_logo:hover {
    opacity: .75;
    cursor: pointer;
}

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

#h_right {
    width: 100%;
	max-width: 600px;
	margin: 0;
    padding: 0;
	text-align: right;
}

#header {
    width: 90%;
    height: 100px;
	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: 100px 5%;
	position: relative;
}

#home_faq_container {
	width: 100%;
	margin: 0;
	padding: 0;
	column-count: 2;
	column-gap: 75px;
}

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

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

#home_how_container {
	width: 100%;
	margin: 50px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px 100px;
}

#home_how_container:after {
	content: '';
	flex-grow: 1;
}

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

#home_intro {
	width: 90%;
	margin: 0;
	padding: 50px 5% 100px 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: 100px 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;
	opacity: .25;
	mix-blend-mode: lighten;
}

#home_join_container {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px;
}

#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: 100px 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;
	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;
	flex-wrap: wrap;
	gap: 50px;
}

#home_what_flex {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

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

#home_what_text {
	width: calc(100% - 450px);
	margin: 0;
	padding: 0;
}

#home_who {
	width: 90%;
	color: #fff;
	margin: 0;
	padding: 100px 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;
	transform: rotate(180deg);
	opacity: .5;
	mix-blend-mode: lighten;
}

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

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

#home_who_inner ul {
	margin: 0 0 50px 20px;
}

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

#main_bottom {
	width: 90%;
	margin: 0;
	padding: 50px 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;
	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: 100px 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;
	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 {
	cursor: pointer;
}

#menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

#menu ul li a {
	font: normal 1em "Bitter Bold", arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #c2dd22;
	margin: 0;
	padding: 0;
    transition: all .25s ease-in-out;
}

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

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

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

#menu ul li.teal a {
	color: #00a69c;
}
	
#menu ul li a:hover {
	text-decoration: none;
    color: #000;
    cursor: pointer;
}

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

#mobile_menu_container {
	display: none;
}

#tags_single {
	width: 100%;
    font: normal .75em "Open Sans Bold", arial, sans-serif;
	margin: 0 0 25px 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;
	transition: color .25s ease-in-out;
}
	
#tags_single a:hover, #tags_single a:visited:hover {
	text-decoration: none;
	color: #000;
}

#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 50px 0;
    padding: 0 0 50px 0;
    border-bottom: 1px dotted #5079d3;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

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

.blog_excerpt {
    margin: 0 0 25px 0;
    padding: 0;
}

.blog_image {
    width: 250px;
    margin: 0 50px 0 0;
    padding: 0;
	opacity: 1;
	transition: all .25s ease-in-out;
}

.blog_image:hover {
	opacity: .75;
}

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

.blog_image_single {
    width: 400px;
    margin: 0 50px 25px 0;
    padding: 0;
    float: left;
}

.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 3em "Bitter Medium", arial, sans-serif;
    line-height: 1em;
	color: #25a9e0;
	margin: 0 0 10px 0;
	padding: 0;
}

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

.blog_title a:hover, .blog_title a:visited:hover {
	color: #000;
}

.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;
	transition: all .25s ease-in-out;
}

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

.fab.fa-facebook-f:hover {
	background-color: #000;
}

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

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

.fab.fa-instagram:hover {
	background-color: #000;
}

.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;
	transition: all .25s ease-in-out;
}

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

.fab.fa-x-twitter:hover {
	background-color: #000;
}

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

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

.fab.fa-youtube:hover {
	background-color: #000;
}

.ghost_black {
	font: normal 1.25em "Bitter Bold", times, serif;
	text-transform: uppercase;
    color: #000;
	margin: 0;
	padding: 20px 90px;
	background-color: transparent;
	border: 1px solid #000;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	white-space: nowrap;
}

.ghost_black:hover {
	color: #fff;
	background-color: #000;
    border: 1px solid #000;
}

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

.ghost_blog:hover {
	color: #fff;
	background-color: #000;
    border: 1px solid #000;
}

.ghost_blue {
	font: normal 1.25em "Bitter Bold", times, serif;
	text-transform: uppercase;
    color: #363c72;
	margin: 25px 0 0 0;
	padding: 20px 90px;
	background-color: transparent;
	border: 1px solid #363c72;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	white-space: nowrap;
}

.ghost_blue:hover {
	color: #fff;
	background-color: #363c72;
    border: 1px solid #363c72;
}

.ghost_portal {
	font: normal 1em "Bitter Bold", times, serif;
	text-transform: uppercase;
    color: #000;
	margin: 0;
	padding: 10px 30px;
	background-color: transparent;
	border: 1px solid #000;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	white-space: nowrap;
	position: absolute;
	top: -26px;
	right: 0;
}

.ghost_portal:hover {
	color: #fff;
	background-color: #000;
    border: 1px solid #000;
}

.ghost_white {
	font: normal 1.25em "Bitter Bold", times, serif;
	text-transform: uppercase;
    color: #fff;
	margin: 0;
	padding: 20px 90px;
	background-color: transparent;
	border: 1px solid #fff;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	white-space: nowrap;
}

.ghost_white:hover {
	color: #000;
	background-color: #fff;
    border: 1px solid #fff;
}

.green {
	color: #6bbf3a;
}

.how {
	width: calc((100% - 200px) / 3);
	max-width: 333px;
	margin: 0;
	padding: 0;
	text-align: center;
}

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

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

.join {
	width: calc((100% - 100px) / 3);
	max-width: 366px;
	margin: 0;
	padding: 0;
}

.join_title {
	font: normal 1.75em "Open Sans Bold", arial, sans-serif;
    line-height: 1.75em;
    color: #c2dd22;
	margin: 0 0 15px 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;
    opacity: 1;
    transition: all .25s ease-in-out;
}

.page_next:hover {
    opacity: .75;
}

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

.page_prev {
    width: 40px;
    margin: 0;
    padding: 0;
    opacity: 1;
    transition: all .25s ease-in-out;
}

.page_prev:hover {
    opacity: .75;
}

.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 25px 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;
	transition: color .25s ease-in-out;
}
	
.tags a:hover, .tags a:visited:hover {
	text-decoration: none;
	color: #000;
}

.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 20px 40px;
    padding: 0;
    float: right;
}

.what {
	width: calc((100% - 50px) / 2);
	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: calc((100% - 200px) / 5);
	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 {
	display: none;
}

}

/* End */