@font-face {
    font-family: dinbold;
    src: url("../fonts/din-bold-webfont.eot");
    src: url("../fonts/din-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din-bold-webfont.woff2") format("woff2"), url("../fonts/din-bold-webfont.woff") format("woff"), url("../fonts/din-bold-webfont.ttf") format("truetype"), url("../fonts/din-bold-webfont.svg#dinbold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: dinregular;
    src: url("../fonts/din-regular-webfont.eot");
    src: url("../fonts/din-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din-regular-webfont.woff2") format("woff2"), url("../fonts/din-regular-webfont.woff") format("woff"), url("../fonts/din-regular-webfont.ttf") format("truetype"), url("../fonts/din-bold-regular.svg#dinregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: dinmedium;
    src: url("../fonts/din-medium-webfont.eot");
    src: url("../fonts/din-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din-medium-webfont.woff2") format("woff2"), url("../fonts/din-medium-webfont.woff") format("woff"), url("../fonts/din-medium-webfont.ttf") format("truetype"), url("../fonts/din-medium-webfont.svg#dinmedium") format("svg");
    font-weight: normal;
    font-style: normal;
}
body {
    padding-top: 50px;
}
html, body, p, li {
    font-family: dinregular, Arial, Helvetica, sans-serif;
}
p {
    font-size: 1.1em;
    margin-bottom: 25px;
}
p.partners_title {
    margin-top: 10px;
    margin-left: 25px;
    font-size: 0.9em;
    text-transform: uppercase;
}
li {
    font-size: 1.1em;
}
.clearfix {
    clear: both;
}
h1, h2, h3, h4, h5, h6 {
    font-family: dinbold, Arial, Helvetica, sans-serif;
}
h2 {
    font-size: 1.3em;
    color: #58595b;
    margin: 40px auto;
    text-align: center;
    text-transform: uppercase;
}
h22 {
    font-size: 1.3em;
    color: #58595b;
    margin: 30px auto;
    text-align: center;
    text-transform: uppercase;
}
.header_banner {
    margin-top: 60px;
}
#mentorship {
    background-image: url(../images/mentorship_background.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    min-height: 400px;
    border: 1px solid #ccc;
}
#mentorship h2 {
    background-image: url(../images/mentorship_icon.png);
}
#mentorship .mentorship_content {
    background-color: #fff;
    max-width: 600px;
    width: 100%;
    height: 400px;
    position: relative;
    padding: 25px;
    text-align: center;
}
#mentorship a.mentor_link {
    color: #d31145;
}
#timeline {
    background-color: #000;
}
#timeline h2 {
    background-image: url(../images/timeline_icon.png);
    color: #fff;
}
#contact {
    background-color: #000;
    color: #fff;
}
#contact h2 {
    background-image: url(../images/contact_icon.png);
    color: #fff;
    text-align: left;
}
#contact p {
    color: #fff;
}
#contact a {
    color: #fff;
}
#contact .subscribe h2 {
    display: none;
}
@media (max-width: 767px) {
    section .container {
        padding: 0 10px 25px;
    }
    .sponsors {
        z-index: 2;
    }
    .sponsor {
        text-align: center;
    }
    .sponsor img {
        width: 100%;
        max-width: 190px;
    }
    #mentorship {
        background-image: none;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: transparent;
        min-height: 0;
        border: none;
    }
    #mentorship .mentorship_content {
        background-color: #fff;
        max-width: 100%;
        width: 100%;
        height: auto;
        position: relative;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    #timeline {
        background-color: transparent;
        color: #58595b;
    }
    #timeline h2 {
        background-color: transparent;
        color: #58595b;
    }
    #timeline p {
        background-color: transparent;
        color: #58595b;
    }
    p.partners_title {
        margin-top: 10px;
        margin-left: 10px;
        font-size: 0.9em;
    }
}
footer {
    background-color: #000;
    font-size: 0.8em;
    text-align: center;
    padding: 25px;
}
a {
    text-decoration: underline;
    color: #58595b;
}
a:hover {
    text-decoration: none;
}
a.applynow {
    border-radius: 10px;
    color: #fff;
    background: #d31145;
}
a.mobile_nest_link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    position: absolute;
    left: 5px;
    top: 80px;
    z-index: 10;
}
.partners_img {
    width: 100%;
    max-width: 1365px;
}
.navbar {
    //height: 130px;
    background: #fff;
}
.navbar-brand {
    height: auto;
    padding: 20px 15px;
}
.navbar-nav {
    background: #fff;
}
.navbar-nav>li>a {
    text-shadow: none;
    font-size: 16px;
    color: #d31145;
    padding: 5px 13px;
    margin: 0 3px;
    text-transform: uppercase;
    font-family: dinmedium, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.section_apply_now {
    text-align: center;
    margin: 40px auto 25px auto;
    color: #fff;
}
.section_apply_now a {
    padding: 5px 5px 5px 5px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.section_apply_now a.applynow:hover {
    color: #fff;
}
section .container {
    padding: 0 40px 25px;
    margin: 0 auto;
    max-width: 900px;
}
section .container h2 {
    padding: 80px 0 0;
    background-position: left top;
    background-repeat: no-repeat;
    //text-align: left;
}
section .intro {
    color: #d31145;
    font-size: 1.1em;
}
section img {
    max-width: 100%;
}

/* KRDS STYLES */

.sectionBg {
    background: #faf9f3;
    //background: #d4edf1;
}
.stratupProfile.pinkBg {
    background: #f6ccd7;
}
section .container h2.titleBlock {
    padding-top: 0;
    position: relative;
}
.titleBlock span {
    display: inline-block;
    padding-bottom: 1em;
    position: relative;
}
.titleBlock span:after {
    content: '';
    background: #d31145;
    width: 55%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
section .container h2.titleBlock small {
    font-family: dinregular;
    display: block;
    font-size: 0.9em;
    margin-top: 0.4em;
    text-transform: none;
}
section .intro p {
    color: #333;
}
.solutionswrap {
    display: table;
    width: 100%;
}
.solutionswrap article {
    width: 100%;
    background: #dcdcdc;
    box-sizing: border-box;
    margin-bottom: 1em;
}
.solutionswrap article h4 {
    background: #d31145;
    color: #FFF;
    font-size: 18px;
    padding: 12px 16px;
    margin: 0 0 16px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.solutionswrap article h4 span {
    display: table-cell;
    vertical-align: top;
}
.solutionswrap article ul {
    margin: 0;
    margin-bottom: 10px;
    padding: 0 26px;
}
.solutionswrap article ul li {
    font-size: 15px;
    padding-bottom: 14px;
}
.solutionswrap article ul li p {
    color: #333;
    padding: 0;
    margin: 0;
}
section .intro .links a {
    color: #0563c1;
    font-weight: bold;
}
section .intro .registerNow {
    text-align: center;
    max-width: 240px;
    margin: 0 auto;
}
section .intro .registerNow a {
    //background: #d31145;
    background: #a5a5a5;
    font-size: 20px;
    color: #FFF;
    padding: 16px 0;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    line-height: normal;
	pointer-events: none;
	cursor: default;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
section .intro .registerNow small {
	font-size: 12px;
}
section .intro .registerNow a:hover {
    //background: #f52f64;
}
.benefitsLst {
    list-style: none;
    padding: 0;
}
.benefitsLst li {
    display: table;
    width: 100%;
    margin-bottom: 22px;
}
.benefitsLst li figure {
    display: block;
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
    padding-top: 16px;
    text-align: center;
}
.benefitsLst li figure img {
    max-width: 86%;
    display: block;
}
.benefitsLst li p {
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
}
.benefitsLst li p strong {
    display: block;
    text-align: center;
}
.challengeLst {
    list-style: none;
    padding: 0;
}
.challengeLst li {
    display: table;
    width: 100%;
    margin-bottom: 22px;
}
.challengeLst li figure {
    display: block;
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
    padding-top: 16px;
    text-align: center;
}
.challengeLst li figure img {
    max-width: 86%;
    display: block;
}
.challengeLst li p {
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
}
.challengeLst li p strong {
    display: block;
    text-align: center;
}
.faqansLst {}
.faqansLst ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.faqansLst li {
    padding: 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 2%;
    margin-bottom: 16px;
    text-align: center;
    box-sizing: border-box;
}
.faqansLst li figure {
    display: block;
    max-width: 96px;
    margin: 0 auto;
    text-align: center;
}
.faqansLst li figure img {
    display: block;
    max-width: 60%;
    margin: 0 auto;
}
.faqansLst h6 {
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 12px;
}
.faqansLst h4 {
    font-size: 0.8em;
    color: #d31145;
}
.faqansLst p {
    font-size: 0.85em;
    margin-bottom: 0;
}
.sponsors {}
.sponsors h2 {
    margin-bottom: 20px;
}
.sponserBlock {
    position: relative;
    margin-bottom: 30px;
}
.sponserBlock h4 {
    font-size: 1em;
    color: #999;
    margin: 0;
    text-align: center;
}
.sponserBlock h4 a {
    display: inline-block;
    color: #999;
    text-decoration: none;
    max-width: none !important;
}
.sponserBlock h4 a:hover {
    color: #000;
}
.sponserBlock a {
    display: inline-block;
    vertical-align: middle;
    max-width: 133px;
}
.sponserBlock a img {
    max-width: 100%;
    display: block;
}
.aiaColor {
    color: #d31145;
}
.contactMail, .faqLinks {
    font-weight: bold;
    //text-align: center;
}
.contactMail {
    display: inline-block;
    vertical-align: middle;
    //text-align: left;
}
.contactMail a {
    color: #d31145 !important;
    font-weight: normal;
}
.faqLinks a {
    color: #FFF !important;
    text-decoration: none;
}
.faqLinks a:hover {
    color: #d31145 !important;
}
h2.footerFaq {
    background-image: url(../images/faq_icon.png) !important;
}
#mc_embed_signup input.email {
    width: 100% !important;
    color: #000;
}
.navbar-nav>li a.blockChain {
    background: #d31145;
    color: #FFF;
}
.miniBanner {
    background-color: #000;
    background-image: url(../images/mini_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    max-height: 178px;
    box-sizing: border-box;
}
.miniBanner:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.miniBanner .bannerContent {
    position: relative;
    z-index: 2;
}
.miniBanner .wrapper {
    width: 90%;
    margin: 0 auto;
    padding-top: 5%;
}
.miniBanner h3 {
    font-family: dinbold, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFF;
    margin: 0;
    text-transform: uppercase;
}
.miniBanner h1 {
    font-family: dinbold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
    margin: 5px 0 0;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
.miniBanner h1 span {
    display: inline-block;
    color: #d31145;
}
.miniBanner h2 {
    font-family: dinbold, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    padding: 0;
    margin: 5px 0;
    text-align: left;
    text-transform: none;
}
.miniBanner h2 a {
    color: #FFF;
}
.miniBanner h2 a:hover {
    text-decoration: none;
}
.miniBanner .bannerFooter {
    padding-bottom: 2%;
    margin: 0 auto;
    display: table;
    width: 92%;
    margin: 0 auto;
}
.miniBanner .bannerFooter div {
    font-family: dinbold, Arial, Helvetica, sans-serif;
    font-size: 7px;
    color: #FFF;
    text-align: right;
}
.miniBanner .bannerFooter div:last-child {
    text-align: right;
}
.miniBanner .bannerFooter div span {
    color: #d31145;
}
.bannerBlock {}
.bannerBlock {
    background-color: #000;
    background-image: url(../images/blockChain.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
}
.bannerBlock:before {
    content: '';
    background: rgba(6, 151, 218, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bannerBlock .bannerContent {
    position: relative;
    z-index: 1;
}
.bannerBlock .wrapper {
    width: 90%;
    margin: 0 auto;
    //padding-top: 5%;
}
.bannerBlock a {
    background: #a5a5a5;
    font-weight: bold;
    font-size: 11px;
    color: #FFF;
    padding: 12px 14px;
    margin-top: 22px;
    max-width: 232px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    line-height: normal;
    box-sizing: border-box;
	pointer-events: none;
	cursor: default;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.bannerBlock a +p {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	//max-width: 145px;
	margin-top: 5px;
	text-align: center;
	display: inline-block;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
.bannerBlock a:hover {
    //background: #f52f64;
}
.bannerBlock h1 {
    font-family: dinbold, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
.bannerBlock h1 span {
    display: inline-block;
    color: #d31145;
}
.bannerBlock h2 {
    font-family: dinbold, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFF;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: none;
}
.bannerBlock .bannerFooter {
    padding-top: 6%;
    padding-bottom: 3%;
    margin: 0 auto;
    display: table;
    width: 90%;
    margin: 0 auto;
}
.bannerBlock .bannerFooter div {
    font-family: dinbold, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
}
.bannerBlock .bannerFooter div:last-child {
    text-align: right;
}
.bannerBlock .bannerFooter div span {
    color: #d31145;
}
.wrap {
    margin-bottom: 25px;
}
.wrap p {
    margin-bottom: 15px;
}
.wrap ul {
    margin-bottom: 25px;
}
.wrap ul li {
    margin-bottom: 10px;
}
.winnerLst ul figure {
    margin-bottom: 12px;
}
@media (min-width: 600px) {
    .bannerBlock h1, .miniBanner h1 {
        font-size: 30px;
    }
    .bannerBlock h2, .miniBanner h2 {
        font-size: 20px;
    }
    .miniBanner h3 {
        font-size: 20px;
    }
    .bannerBlock .bannerFooter {
        padding-top: 9%;
    }
    .bannerBlock .bannerFooter div, .miniBanner .bannerFooter div {
        font-size: 16px;
    }
    .miniBanner .bannerFooter div {
        font-size: 13px;
    }
	.bannerBlock a +p {
		font-size: 19px;
	}
}
@media (min-width: 1024px) {
    .headerBlock {
        padding-left: 4%;
        padding-right: 4%;
    }
    .bannerBlock {
        //min-height: 617px;
        min-height: 403px;
        position: relative;
        display: table;
        width: 100%;
    }
    .bannerBlock .bannerContent {
        position: relative;
        z-index: 1;
        display: table-cell;
        vertical-align: middle;
    }
    .bannerBlock:before {
        left: -20%;
        transform: skew(16deg);
        -webkit-transform: skew(16deg);
    }
    .miniBanner .wrapper {
        padding-top: 32px;
    }
    .bannerBlock .wrapper, .miniBanner .wrapper {
        width: 92%;
        margin: 0 auto;
    }
    .bannerBlock a {
        font-size: 18px;
        padding: 16px 14px 12px;
        max-width: 232px;
        //display: block;
    }
	.bannerBlock a +p {
		font-size: 26px;
		color: #FFF;
		margin-left: 12px;
		text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
		//max-width: 232px;
	}
    .bannerBlock h1 {
        font-size: 52px;
    }
    .miniBanner h1 {
        font-size: 40px;
    }
    .bannerBlock h1 span {
        display: inline-block;
        color: #d31145;
    }
    .bannerBlock h2 {
        font-size: 36px;
    }
    .miniBanner h2 {
        font-size: 26px;
    }
    .miniBanner .bannerFooter div:last-child {
        transform: translateY(-45%);
        -webkit-transform: translateY(-45%);
    }
    .bannerBlock .bannerFooter {
        display: table;
        width: 92%;
        transform: translateY(50%);
        padding-top: 6%;
        padding-bottom: 0;
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }
    .bannerBlock .bannerFooter div, .miniBanner .bannerFooter div {
        display: table-cell;
        vertical-align: middle;
        font-family: dinbold, Arial, Helvetica, sans-serif;
        font-size: 25px;
        color: #FFF;
    }
    .bannerBlock .bannerFooter div:last-child {
        text-align: right;
    }
    .bannerBlock .bannerFooter div span {
        color: #d31145;
    }
}
@media (min-width: 1025px) {
    .bannerBlock .bannerFooter {
        padding-top: 4%;
    }
    .navbar-nav>li>a {
        font-size: 13px;
        padding: 5px 10px;
        margin: 0 3px;
    }
}
@media (min-width: 1100px) {
    .bannerBlock:before {
        left: -30%;
    }
}
@media (min-width: 1200px) {
    .bannerBlock .bannerFooter {
        padding-top: 6%;
    }
    .bannerBlock {
        min-height: 486px;
    }
    .bannerBlock:before {
        left: -35%;
    }
}
@media (min-width: 1350px) {
    .bannerBlock {
        min-height: 527px;
    }
    .bannerBlock:before {
        left: -35%;
    }
    .navbar-nav>li>a {
        font-size: 1em;
        padding: 5px 13px;
        margin: 0 3px;
    }
}
@media (min-width: 1600px) {
    .bannerBlock {
        min-height: 512px;
    }
    .bannerBlock .bannerFooter {
        padding-top: 95px;
    }
    .bannerBlock:before {
        left: -45%;
    }
}

/*.benefitsLst {
	list-style: none;
	padding: 0;
}
.benefitsLst li {
	display: table;
	width: 100%;
	margin-bottom: 22px;
}
.benefitsLst li figure {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	max-width: 100px;
	padding-top: 16px;
}
.benefitsLst li figure img {
	max-width: 86%;
	display: block;
}
.benefitsLst li p {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	padding-left: 14px;
	box-sizing: border-box;
	margin-bottom: 0;
}*/


/* KRDS STYLES endOff */

@media screen and (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
    .solutionswrap article {
        width: 100%;
        display: block;
        margin-bottom: 1.2em;
    }
    .solutionswrap article h4 {
        min-height: auto;
    }
    .faqansLst li {
        width: 48%;
    }
}
.faq_section .faq_list {
    //padding-left: 35px;
}
.faq_section h3 {
    font-size: 1.2em;
    color: #d31145;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
}
.faq_section h3::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 13px;
    top: 2px;
    left: 0;
    z-index: 1;
    background-image: url(../images/arrow_down.png);
    background-position: left center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out 0s;
}
.faq_section.active h3::before {
    transform: rotate(-180deg);
}
.faq {
    margin-bottom: 25px;
}
.faq .question {
    margin-bottom: 5px;
    font-family: dinbold, Arial, Helvetica, sans-serif;
}
.faq .question p {
    margin-bottom: 5px;
    font-family: dinbold, Arial, Helvetica, sans-serif;
}
.faq .answer {
    margin-bottom: 5px;
}
#sidenav ul.nav li a.active, #sidenav ul.nav li a:hover, #sidenav ul.nav li a.active:hover {
    background-image: url(../images/sidenav_red_dot.png);
    background-repeat: no-repeat;
    background-position: right center;
    opacity: 1;
}
#sidenav {
    position: fixed;
    right: 30px;
    top: 250px;
    z-index: 100;
}
#sidenav ul.nav li {
    margin: 0;
    padding: 0;
    background-image: url(../images/sidenav.png);
    background-position: right center;
    background-repeat: no-repeat;
    overflow: visible;
}
#sidenav ul.nav li a {
    padding: 0;
    margin: 0;
    padding: 3px 27px 3px 7px;
    text-indent: -9999px;
    font-size: 0.75em;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease-out 0s;
}
#sidenav ul.nav li a.active {
    text-indent: -9999;
}
#sidenav ul.nav li a:hover, #sidenav ul.nav li a.active:hover {
    background-color: #58595b;
    color: #fff;
    text-indent: 0;
    text-decoration: none;
}
@media screen and (min-width: 769px) {
    #contact .subscribe h2 {
        display: block;
    }
}
@media (min-width: 991px) {
    .navbar-nav {
        margin-top: 26px;
        margin-left: 5px;
    }
    .navbar-nav.chainNav {
        margin-top: 50px;
    }
    .navbar-nav>li>a:hover {
        color: #999;
        background: none;
    }
    .navbar-nav>li>a.active {
        background-color: #eee;
    }
    .navbar-nav>li>a.applynow {
        color: #d31145;
        background-color: #d5d7d8;
    }
    .navbar-nav>li>a.applynow:hover {
        color: #fff;
        background-color: #d5d7d8;
    }
    section .intro .registerNow {
        width: 40%;
    }
    .benefitsLst li {
        display: table;
        width: 100%;
        margin-bottom: 22px;
    }
    .benefitsLst li figure {
        display: inline-block;
        vertical-align: middle;
        width: 30%;
        max-width: 100px;
        padding-top: 76px;
    }
    .benefitsLst li p {
        font-size: 1.1em;
        display: inline-block;
        vertical-align: middle;
        width: 80%;
        padding-left: 14px;
    }
    .challengeLst li {
        display: table;
        width: 100%;
        margin-bottom: 22px;
    }
    .challengeLst li figure {
        display: inline-block;
        vertical-align: top;
        width: 40px;
        max-width: 40px;
        padding-top: 0;
    }
    .challengeLst li figure img {
        max-width: 100%;
    }
    .challengeLst li p {
        font-size: 1.1em;
        display: inline-block;
        vertical-align: middle;
        width: 80%;
        padding-left: 14px;
    }
    .solutionswrap {
        display: table;
        width: 100%;
        border-spacing: 10px;
        border-collapse: separate;
    }
    .solutionswrap article {
        width: 33.33%;
        display: table-cell;
        vertical-align: top;
        margin-bottom: 0;
    }
    .solutionswrap article h4 {
        min-height: 84px;
    }
    .faqansLst li {
        width: 33%;
        min-height: 198px;
    }
    .faqansLst.twoRows li {
        width: 48%;
    }
    .faqansLst li figure {
        min-height: 57px;
    }
    .faqansLst h4 {
        min-height: 30px;
    }
    .sponserBlock h4 {
        margin-top: 35px;
        margin-bottom: -25px;
        z-index: 1;
        position: relative;
    }
    .sponserBlock.sponserBlock2 a {
        max-width: 116px;
    }
    .sponsors.bchain .container h2 {
        padding-top: 0;
        margin-bottom: 10px;
    }
    .sponsors.bchain .sponserBlock.sponserBlock2 a {
        max-width: 146px;
    }
    .sponserBlock.sponserBlock2 h4 {
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .collapse {
        background: #FFFFFF;
    }
    .collapse li {
        float: none;
    }
    .navbar-nav>li>a {
        border-bottom: 1px solid #ccc;
        padding: 7px 15px;
        font-size: 0.8em;
    }
    .navbar-nav>li>a:hover {
        background: #999;
        color: #fff;
    }
    .navbar-nav>li>a.applynow {
        background: none;
        border-radius: 0;
    }
    .navbar-nav>li>a.applynow:hover {
        color: #fff;
        background: #999;
    }
}
.timeline_stages {
    display: block;
    margin-bottom: 15px;
}
.timeline_stages .stage {
    background: #f8f8f8;
    display: block;
    margin-bottom: 5px;
    color: #58595b;
    padding: 5px;
}
.timeline_stages .stage .stage_time {
    font-size: 1em;
}
.timeline_stages .stage .stage_name {
    text-transform: uppercase;
    font-size: 1em;
}
.timeline_milestones ol {
    padding: 15;
}
.timeline_milestones li {
    margin-bottom: 15px;
    margin-left: 0;
}
.timeline_milestones .milestone {
    color: #d82f36;
    text-transform: uppercase;
    font-size: 1em;
}
.timeline_milestones .milestone_date {
    font-size: 1em;
}
.nest_link {
    margin-top: -100px;
    text-align: center;
}
.nest_link p {
    padding: 0;
    margin: 0;
    font-size: 0.8em;
    color: #666;
    line-height: 0.7em;
    margin-top: 10px;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 992px) {
    footer {
        text-align: right;
    }
    .col-md-15 {
        width: 20%;
        float: left;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .navbar-nav>li a.blockChain {
        background: #d31145;
        padding: 8px 22px 6px;
        color: #FFF;
        display: inline-block;
        text-align: center;
        max-width: 156px;
    }
    .navbar-nav>li a.blockChain:hover {
        background: #f52f64;
    }
    .tableDate {
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.jumbotron.fullwidth {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background: #fff;
    padding-bottom: 0;
}
.jumbotron.fullwidth img {
    width: 100%;
    //max-height: 560px;
}
.fullwidth .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.navbar-toggle .icon-bar {
    background-color: #333;
    width: 30px;
    height: 3px;
}
.section_footer_image img {
    width: 100%;
}
#howitworks h2 {
    background-image: url(../images/howitworks_icon.png);
}
#access h2 {
    background-image: url(../images/access_icon.png);
}
#who h2 {
    background-image: url(../images/who_icon.png);
}
#location h2 {
    background-image: url(../images/location_icon.png);
}
#faqs h2 {
    background-image: url(../images/faq_icon.png);
}
.faq_answer p {
    margin-bottom: 5px;
}
.stButton, .stButton .stMainServices {
    height: 20px !important;
}
#blog {
    padding-top: 120px;
    background: #eeefef;
}
#blog .blog_post {
    margin: 0 0 30px 0;
}
#blog .blog_post h2 {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #d31145;
}
#blog .blog_post h2, #blog .blog_post h3, #blog .blog_post h4 {
    color: #d31145;
}
#blog .blog_post h2 {
    font-size: 1.4em;
}
#blog .blog_post h3 {
    font-size: 1.2em;
}
#blog .blog_post h4 {
    font-size: 1em;
}
#blog .blog_post p {
    margin-bottom: 10px;
}
#blog .blog_post .blog_date {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 25px;
}
#blog .blog_sidebar .sidebar_box {
    background: #f8f8f8;
    padding: 15px 10px;
    min-height: 80px;
    border-radius: 5px;
}
#blog .blog_sidebar h3 {
    color: #666;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}
#blog .blog_sidebar ul ul {
    padding: 0;
    padding-left: 10px;
}
h2.mentor_title {
    margin: 10px auto;
}
.team_list .team_ul {
    list-style: none;
    padding: 0;
    margin: 20px auto;
    text-align: center;
    width: 100%;
    position: relative;
}
.team_list .team_item {
    display: inline-block;
    margin: 10px 5px;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    width: 170px;
}
.team_list .team_member .thumbnail {
    margin-bottom: 5px;
}
.team_list .team_member .thumbnail.no-border {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.team_list .team_member .person_name {
    font-weight: bold;
    text-transform: uppercase;
}
.team_list .team_member .person_title {
    font-size: 0.9em;
}
.team_list .team_member .person_bio {
    display: none;
}
.team_list .team_member .bio_popup {
    text-align: left;
    background: #f8f8f8;
    padding: 10px;
    display: none;
    position: absolute;
    top: 210px;
    left: 0;
    z-index: 1000;
}
.team_list .team_member .bio_popup h3 {
    text-align: center;
}
.team_list .team_member .bio_popup .thumbnail {
    background-color: transparent;
}
.team_list .team_member .bio_popup img {
    max-width: 120px;
}
.team_list .team_member .bio_popup a.close_btn {
    text-indent: -9999px;
    display: block;
    width: 48px;
    height: 48px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACLklEQVRoQ+2YyUoEQQyGpx/Fm7jv+1PoQb14EEEvIoLv4qu4e3E/+SAevbgx/j9UpBm6rSUpZLAGwjjdU+l8+VOVjFWnz19Vn8ffKQB/rWBRoCigzEApIWUC1cv/jQKDSNUBbB/2qU7b7w5mcHsLdgj78j0rVIFJOLp0tpkRgsGfw25hq7B3KwD6mYJdZISYdv4Z/BrszRc874cqIL74EGaIalgqIcm5iwk+BYBrJFNUwwIiOfhUAK6TWtVCyN6KzryURGwJ1cty1pUTSypFCQbPBNzHlk09CA0A/aRCTLh9pApeU0L1JMzhw5lTI0QJBs/MP2gyb1FCdYh5fDgNgBh3mTcJ3koBASEElaA1KWEevDUA/bVBjOHelVXZWG7iui/5e8GVkygx5Mrm0aLmex+oPYWaAHht0UHc4J0nVZbgc5RQHWivqqrjbrf7gosDsNc2Ws31XApIp35GcDw2Wf8bsA9NsE1rcwD0TpXcwDIAmkNYA7QNZtKxOcWuw8x+FFkC+AYz6dimEFYAoYOZ9AmOEiZKWADEDmamEFqA1PHADEIDoB0PpGPzhOLplLSxUwEYPDejtsNKx+bYkQSRAjDqGpM2eOlLKohYgBEX/JPxYLYEfydufgr5UfTTlGMAcgUvwSw7CIIEQ4QCDMPpNcw6873jTTREKACPyyPYDizoP2aKoW0Fa7dhuyHDXyiAIp68SwtA3vz6vRcF/DnK+42iQN78+r0XBfw5yvuNb5rypDHNS/xWAAAAAElFTkSuQmCC);
}
.section_apply_now {
    background: #d31145;
    ;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    display: table;
    padding: 5px 15px;
}
.header_apply_btn {
    background: #d5d7d8;
    ;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 5px 15px;
}
.red_container {
    background: #d31145;
    padding-bottom: 0px;
    color: #fff;
}
.redBand {
    background: #d31145;
    height: 24px;
    margin-top: 10px;
}
.red_top_text {
    text-align: right;
    margin: 10px;
    font-weight: bold;
    font-size: 18px;
    padding-right: 110px;
    height: 4px;
}
@media (max-width: 480px) {
    .red_top_text {
        float: center;
        text-align: center;
        margin-right: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 700px) {
    .red_top_text {
        float: center;
        text-align: center;
        margin-right: 0px;
        padding-right: 0px;
    }
}

/*# sourceMappingURL=main.css.map */

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #ccc;
    }
    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        //padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

/* Updates - home banner */
.homeBanner {
    position: relative;
}
.homeBanner .learnTxt {
    color: rgba(255,255,255,0.9);
    font-size: 32px;
    font-size: 1.73vw;
    position: absolute;
    top: 64%;
    left: 4%;
    width: 32%;
    line-height: 1.3;
    text-align: center;
}
.homeBanner .learnTxt a {
    color: #fff;
    display: table;
    margin: 0 auto;
    text-decoration: underline;
}
.homeBanner .learnTxt a:hover {
    opacity: 0.8;
}
@media only screen and (max-width: 1280px) {
    .noVW .homeBanner .learnTxt {
        font-size: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .noVW .homeBanner .learnTxt {
        font-size: 10px;
    }
}

/* Updates - Startup section */
.stratupSection, 
.stratupProfile, 
.stratupProfile2,
.stratupProfile3,
.stratupProfile4,
.stratupProfile5 {
    background: #a21a42;
    overflow: hidden;
}
.stratupSection .container, 
.stratupProfile .container, 
.stratupProfile2 .container,
.stratupProfile3 .container,
.stratupProfile4 .container,
.stratupProfile5 .container {
    width: 80%;
    font-size: 0;
    max-width: none;
    padding: 3% 0 0;
}
.startupBlk {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    font-size: 14px;
    text-align: center;
}
.startupBlk .header {
    position: relative;
    cursor: pointer;
}
.startupBlk .header:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    border: 10px solid transparent;
    border-bottom-color: #FFF;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s;
}
.startupBlk .header.active:after {
    transform: translateY(0%);
    opacity: 1;
}
.startupBlk figure {
    width: 75%;
    height: 0;
    padding-bottom: 75%;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    will-change: transform;
    transition: all 0.4s;
    transform: scale(1);
    transform-origin: top center;
}
.startupBlk:hover figure {
    transform: scale(0.95);
}
.startupBlk figure img {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}
.startupBlk figure img.tradle {
  width: 60%;
}
.startupBlk figure img.email {
  width: 33%;
}
.startupBlk figure img.utocat {
  width: 50%;
}
.startupBlk figure:before {
    content: '';
    display: inline-block;
    width: 0;
    padding-bottom: 100%;
    vertical-align: middle;
}
.startupBlk hgroup {
    color: #fff;
    text-transform: uppercase;
    height: 120px;
    transition: all 0.4s;
}
.startupBlk .header:hover hgroup {
    opacity: 0.8;
}
.startupBlk hgroup h3 {
    font-size: 22px;
    margin: 20px 0 8px;
}
.pinkBg .startupBlk hgroup h3 {
  color: #a21a42;
}
.startupBlk hgroup p {
    font-size: 11px;
    margin-bottom: 0;
}
.pinkBg .startupBlk hgroup p {
  color: #a21a42;
}
.startupBlk hgroup a {
    color: #fff;
}
.pinkBg .startupBlk hgroup a {
  color: #a21a42;
}
.startupBlk .detail {
    background: #FFF;
    display: none;
    width: 100vw;
    position: relative;
    margin-left: -10vw;
}
.startupBlk .detail > div {
    //color: #a21a42;
    color: #58595b;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 20px;
    text-align: left;
}
.startupBlk p {
    font-size: 16px;
}
.startupBlk .detail h3 {
    color: #a21a42;
    font-size: 25px;
}
.startupBlk .detail h3 + p {
    color: #a21a42;
}
.startupBlk:nth-child(2n) .detail {
    left: -100%;
}
.startupBlk:nth-child(3n) .detail {
    left: -200%;
}
.startupBlk:nth-child(4n) .detail {
    left: -300%;
}
.startupBlk:nth-child(5n) .detail {
    left: -400%;
}
.startupBlk .active + .detail > div {
    -webkit-animation: fade 0.5s;
    animation: fade 0.5s;
    transform-origin: top center;
}
@media only screen and (max-width: 1300px) {
    .stratupSection .container, 
	.stratupProfile .container,
	.stratupProfile2 .container,
	.stratupProfile3 .container,
	.stratupProfile4 .container,
	.stratupProfile5 .container {
        width: 90%;
    }
    .startupBlk .detail {
        margin-left: -5vw;
    }
    .startupBlk .detail > div {
        width: 90%;
    }
    .startupBlk hgroup {
        height: 92px;
    }
    .startupBlk hgroup h3 {
        font-size: 19px;
        margin: 18px 0 6px;
    }
    .startupBlk hgroup p {
        font-size: 10px;
    }
	#contact_title {
		display: none
	}
}
@media only screen and (max-width: 960px) {
    .startupBlk hgroup h3 {
        font-size: 18px;
    }
    .startupBlk hgroup p {
        font-size: 9px;
    }
}
@media only screen and (max-width: 800px) {
    .startupBlk {
        display: block;
        width: 100%;
        padding: 2%;
        background: #fff;
        margin-bottom: 30px;
    }
    .startupBlk .header figure {
        box-shadow: 0 0 3px rgba(0,0,0,0.15);
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        padding-bottom: 20%;
        margin-right: 3%;
    }
    .startupBlk hgroup {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 77%;
        margin-left: -4px;
        color: #000;
    }
    .startupBlk hgroup h3 {
        margin-top: 6px;
    }
    .stratupProfile .startupBlk hgroup h3 {
        margin-top: 18px;
    }
    .startupBlk hgroup p {
        font-size: 10px;
    }
    .startupBlk hgroup a {
        color: #ff5e88;
    }
    .startupBlk .header:after {
        background: url(../images/arrow_down.png) no-repeat;
        background-size: contain;
        width: 13px;
        height: 7px;
        border: 0 none;
        transform: translateY(0%);
        right: 0;
        opacity: 1;
    }
    .startupBlk .header.active:after {
        transform: translateY(100%);
        opacity: 0;
    }
    .startupBlk .detail {
        margin-left: 0;
        width: 100%;
        left: 0 !important;
    }
    .startupBlk .detail > div {
        width: 100%;
        padding: 20px 0;
    }
    .startupBlk .detail h3,
    .startupBlk .detail h3 + p {
        display: none;
    }
    .startupBlk p {
        font-size: 15px;
        color: #000;
        margin-bottom: 0;
    }
}

@-webkit-keyframes slideDown {
    from { -webkit-transform: scaleY(0); transform: scaleY(0); opacity: 0;}
}
@keyframes slideDown {
    from { -webkit-transform: scaleY(0); transform: scaleY(0); opacity: 0;}
}
@-webkit-keyframes fade {
    from {  -webkit-transform: scaleY(0); transform: scaleY(0); opacity: 0;}
}
@keyframes fade {
    from {  -webkit-transform: scaleY(0); transform: scaleY(0); opacity: 0;}
}
