body,
html {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative;
    background: #eee
}
.thank-you-bar {
    z-index: 2;
    display: none;
    position: fixed;
    top:0;
    height: auto;
    width: 100%;
    padding: 15px 0;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 16px
}
header {
    height: 60px
}
#nav,
.nav,
.nav-desktop {
    background: none
}
.mdl-layout__header {
    position: relative
}
.nav {
    display: none
}
.nav-desktop-container {
    position: fixed;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    min-height: 1px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
}
.heading h2{
  font-size: 30px;
}
.nav-desktop {
    position: absolute;
    right: 40px;
    top: 90px;
    width: 20%;
    max-width: 200px;
    margin: 0;
    padding: 0
}
.nav-desktop li {
    float: left;
    width: 100%;
    min-width: 200px;
    padding: 20px 30px 40px 0;
    text-align: right;
    list-style: none
}
.nav-desktop li a {
    color: #757575;
    font-size: 16px;
    text-decoration: none
}
.nav-desktop li a:after {
    content: "\25CF";
    position: absolute;
    font-size: .5em;
    margin-left: 10px
}
.nav-desktop li.active {
    background: #f5f7f8
}
.nav-desktop li.active a {
    color: #4a7ef9!important
}
.nav-register {
    text-transform: uppercase
}
.nav-register a {
    color: #2d2d2d!important
}
#infos:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    max-width: 1184px;
    width: 98%;
    height: 20px;
    display: block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px 5px 0 0;
    background: #afbcc4
}
#infos h2 {
    color: #467bfa
}
#infos p{
        font-family: 'Roboto Mono', monospace;
        font-weight: 400;
}
section {
    position: relative;
    max-width: 1224px;
    width: 100%;
    margin: 20px auto 40px;
    padding: 20px 20px 40px;
    border-radius: 5px;
    background: url("../assets/images/lp-rownumber-grey.png") 40px 50px no-repeat #fff
}
section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 50px;
    display: block;
    background: #fff
}
span.code {
    color: #bdbdbd
}
section h2,
span.code {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 24px
}
span.code-compact {
    font-family: 'Roboto Mono', monospace;
    font-weight: 800;
    font-size: 24px;
    color: #B9D7FF
    /*color: #203E6E*/
}
span.codered {
    font-family: 'Roboto Mono', monospace;
    font-weight: 800;
    font-size: 18px;
    color: #e7362d
}
section h2 {
    margin: 0;
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 22px;
    color: #3e3e3e;
    text-align: left
}
section div.code-line {
    margin: 10px 0;
    padding: 20px 0 20px 30px;
    /*padding: 18px 0 18px 40px;*/
    border-left: 1px solid #eee
}
section div.code-line-invest {
    margin: 10px 0;
    padding: 0 0 0 40px;
    border-left: 1px solid #eee
}
section div.code-line-approach {
    margin: 10px 0;
    padding: 18px 0 18px 40px;
    border-left: 1px solid #eee;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px
}
section div.code-line-compact {
    margin: 0px;
    border-left: 1px solid #B9D7FF;
    padding: 0px 0px 0px 30px
}

section h1 {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.15em;
    color: #3e3e3e;
    text-align: left
}
.blue {
    color: #467bfa;
}
.bluepara {
    color: #467bfa;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 0px
}
.red {
    color: #e7362d
}
.orange {
    color: #ffa300
}
.orange-compact {
    font-size: 18px;
    color: #ffa300;
    margin-bottom: 0px
}
.blue-compact {
    font-size: 16px;
    color: #3A5888;
    margin-bottom: 0px
}
.green {
    color: #4caf50
}
.greenpara {
    color: #4caf50;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    margin-left: 28px;
    margin-bottom: 0px;
    padding: 0px
}
.cityHighLight{
    color: #4caf50;
}

section p {
    font-size: 16px;
    color: #757575
}
section .heading {
    margin-bottom: 40px
}
section .button {
    display: inline-block;
    background: #467bfa;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff
}
section table {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 24px;
    color: #424242
}
section table tr:first-child td {
    padding-top: 0
}
section table td {
    vertical-align: top;
    padding: 10px 10px 10px 0;
}
section table.table-orange td:first-child {
    color: #ffa000
}
#instructor img {
    max-width: 360px;
    height: auto;
    display: block;
    margin-bottom: 40px
}
#instructor p.name {
    font-size: 24px;
    color: #212121
}
#instructor p {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    color: #757575;
    font-size: 16px;
    margin-bottom: 5px
}
#instructor a {
    font-size: 16px;
    color: #e7362d;
    text-decoration: none
}
#locations {
    padding: 0;
    overflow: hidden
}
#locations:after {
    display: none
}
#locations iframe {
    height: 420px
}
.location-spacing {
    padding: 20px 20px 40px;
    position: relative
}
.location-spacing:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 50px;
    display: block;
    background: #fff
}
#locations table {
    margin-top: 40px
}
#locations table span {
    font-size: .85em
}

@media (max-width: 1024px) {
    section h1 {
        margin: 0
    }
    section .heading {
        margin-bottom: 15px
    }
}
@media (max-width: 839px) {
    #nav {
        background: #eee;
        /*display: block;
        top:0;*/
    }
    .mdl-layout__header {
        position: fixed
    }
    .nav,
    .nav.open {
        background: #fff
    }
    .nav.open {
        display: block;
        height: auto
    }
    .nav.open a {
        color: #616161
    }
    .nav-desktop {
        display: none
    }
    #infos {
        margin-top: 75px
    }
    #infos:before {
        display: none
    }
    section {
        background-image: none;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 30px;
        width: auto
    }
    section:after {
        display: none
    }
    /*section div.code-line {
        padding: 20px 0 20px 30px
    }*/
    section h2,
    section span.code {
        font-size: 18px
    }
    section h1 {
        font-size: 32px
    }
    section p {
        font-size: 14px
    }
    #instructor img {
        max-width: 80%
    }
    #instructor p,
    #instructor p a {
        font-size: 14px
    }
    #locations iframe {
        height: 390px
    }
    #agenda table,
    #locations table {
        font-size: 18px
    }
    #agenda tr:first-child td:first-child {
        padding-top: 0
    }
    #agenda td:first-child {
        padding-top: 20px
    }
    #agenda td {
        width: 100%;
        display: block;
        padding-top: 0
    }
}
* {
    box-sizing: border-box;
}
*+p:last-child {
    margin-bottom: 0
}
body {
    line-height: 24px
}
header {
    position: relative
}
h1,
h2,
h3 {
    width: 100%
}
h1,
h2,
h3 {
    text-align: center
}
h2 {
    font-weight: 300
}
ol,
ul {
    font-size: 16px
}
.nav-container {
    position: relative;
    width: 100%;
    max-width: 1200px
}
.logotd {
    display:block;
    width:100%;
    height:auto
}
.logo {
    top: 20px;
    left: 16px;
    width: 110px
}
.hamburger,
.logo {
    position: absolute
}
.hamburger {
    display: none;
    top: 15px;
    right: 20px;
    font-size: 3rem;
    color: #616161
}
.mdl-grid {
    max-width: 1200px;
    padding-left: 70px
}
.mdl-layout--fixed-header .mdl-layout__header {
    display: -ms-flexbox;
    display: flex
}
section.light-on-dark h1,
section.light-on-dark h2 {
    color: #fff
}

select{
    width: 100%;
    height: 40px;
}

.mktoFormRow{
  width:90% !important;
}

.mktoHtmlText{
    width:100% !important;
    font-family: 'Roboto Mono', monospace !important;
    color:#969696;
    margin-bottom: 30px !important;
}

.yogi{
  width:42% !important;
  float:left;
  display:inline;
}

label{
    font-family: Consolas, monospace !important;
    padding-left:0px !important;
}

.mktFormText, .mktFormSelect, .mktoForm .mktoFormRow input[type="text"], .mktoForm .mktoFormRow input[type="email"], .mktoForm .mktoFormRow input[type="tel"], .mktoForm .mktoFormRow input[type="textarea"], .mktoForm .mktoFormRow select  {
    border: none !important;
    border-bottom: 1px solid #fff !important;
    width: 100%;
    font-size: 16px;
    padding: 4px 0px;
    margin: 0;
    background: transparent;
    -webkit-appearance: none;
    font-family: 'Roboto Mono', monospace !important;
    font-weight: 400;
    outline:0 !important;
    background:transparent;
    border-radius:0 !important;
}

form.mktoForm .mktoFieldWrap .mktoRadioList label{
    width: auto !important;
}

.mdl-grid form.mktoForm .mktoFieldWrap .mktoRadioList input{
  width:15px !important;
}

form.mktoForm .mktoFieldWrap .mktoRadioList{
    width:200px !important;
}

.mktoRadioList label{
  margin-top:7px !important;
  margin-left:10px !important;
}

.label-wrapper {
    display: none
}
section.register,
section.register:after {
    background-color: #384850
}
section.register:after {
    width: 51px
}
@media (max-width: 839px) {
    .mdl-grid {
        padding-left: 0
    }
    .hamburger {
        display: block
    }
    .mdl-layout__header {
        min-height: 60px
    }
    .mdl-layout__tab-bar {
        position: fixed;
        height: auto;
        padding-top: 10px;
        padding-left: 0;
        width: 100%;
        left: 0;
        top: 60px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
        display: none
    }
    .mdl-layout__tab {
        width: 100%;
        margin: 0!important;
        font-size: 20px;
        padding-bottom: 50px;
        display: block
    }
}
footer {
    background: #f5f5f5;
    font-size: 14px
}
footer .container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 28px
}
.footer-nav {
    padding-top: 24px;
    border-top: 1px solid #e2e2e2;
    margin: 0 16px
}
.footer-nav ul {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0
}
.footer-nav li {
    margin-right: 42px;
    display: inline-block
}
footer a {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid transparent;
    color: #616161;
    padding-bottom: 2px;
    text-decoration: none;
    transition: border-color .3s ease-out
}
a:link {
    -webkit-tap-highlight-color: #338ffe
}
@media only screen and (max-width: 839px) {
    .footer-nav {
        margin: 0;
        padding: 26px
    }
    .footer-nav ul {
        display: block;
        margin: 10px 10px 0 30px;
        padding: 0
    }
    .footer-nav li.-initial {
        display: block
    }
    .footer-nav li {
        margin-bottom: 18px
    }
    footer .container {
        padding: 0
    }
    .yogi{
      width:90% !important;
    }
}
@media screen and (max-width: 839px) {
    .footer-nav ul {
        margin: 0
    }
}
@media (max-width: 839px) and (min-width: 480px){
  .mdl-cell--6-col, .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet, .yogi {
      width: 100% !important;
  }
}
/*# sourceMappingURL=main.css.map */
