* {
    box-sizing: border-box;
}
body{
    margin:0;
    background: #EFF6F6;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.wrap{
    background: white;
}
.row{
    max-width: 1100px;
    margin:auto;
    padding-top:36px;
    padding-bottom:36px;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 900px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}

    .contact{
        margin-bottom:40px !important;
    }

    .card{
        padding:60px !important;
        /*margin-top:-320px !important;*/
    }
}
@media only screen and (max-width: 660px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
    .about{
        background-position: -90px center !important;
    }
    .logo img{
        display:block;
        margin-left: 30px !important;
    }
    .main{
        font-size: 7vw !important;
        padding-top: 50px !important;
    }
    .tagline{
        margin-top:55px !important;
    }
    .tagline em{
        font-size: 4vw !important;
        margin-bottom: 0 !important;
    }
    .about{
        height: 400px !important;
    }
    .connect, .contact{
        /*padding:30px !important;*/
        float: left !important;
        margin-left: 30px !important;
    }
    .connect{
        margin-bottom: 45px !important;
    }
    .bottom-section .cta{
        max-width: 212px !important;
    }
    .footer-contact{
        min-width: 0 !important;
    }
    .jobs{
        margin-bottom: 30px !important;
    }
    .about-page{
        height: 400px !important;
    }
    .about-page .tagline{
        font-size: 26px !important;
    }
    .about-page .tagline em{
        font-size: 16px !important;
    }
    .bio{
        width: 100% !important;
        padding: 15px;
        float: none !important;
        margin:auto !important;
    }
    .team-member img{
        margin: auto !important;
        float: none !important;
    }
    .team-member b{
        text-align: center !important;
    }
    .card{
        padding:30px !important;
        margin-top:-320px !important;
    }
    .card-wrap{
        padding:36px 0 0 0 !important;
    }
}


html {
    font-family: "Lucida Sans", sans-serif;
}

/*HOME PAGE*/
.about {
    height: 88vh;
    min-height: 300px;
    background: #343D8F;
    background-image: url("img/wave.png"); /* fallback */
    background-image: url("img/wave.png"), linear-gradient(#2C358A, #4D4796); /* W3C */
    background-size: cover;
    background-position: left center
}
.logo{
    padding-top:12px;
    float: left;
    width: 33.33%;
}
.logo img{
    margin-left:60px;
}
.menu{
    width: 66.66%;
    float: right;
}
.menu-item{
    text-align: center;
    padding-top:14px;
    width: 100px;
    float: right;
    font-weight: 600;
    text-decoration: none;
    color:#ffffff;
    font-size: 12px;
    margin-right: 30px;
}
.picture img{
    display:block;
    margin-left: auto;
    margin-right: auto;
    height:auto;
    width: 100%;
    max-width: 900px;
    }
.header{  
    border-bottom:1px solid #4FC3DF; /* in case a browser cant handle rgba */
    border-bottom:1px solid rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    padding-top:20px;
    padding-bottom:20px;
    height: 85px;
    margin:auto;
}
.header::after {
    content: "";
    clear: both;
    display: table;
}

.main{
    text-align: center;
    cursor:default;
    font-size: 48px;
    padding-top: 44vh;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    padding-left:15px;
    padding-right:15px;
}
.tagline{
    color:white;
    font-weight: 300;
    margin-top: -98px;
}
.tagline em{
    font-style: normal;
    font-size: 21px;
    display:block;
    margin-bottom:-8px;
    color: #B6B6D9;
}

.odd {
    background: #FBFBFB; /* Old browsers */
    background: -moz-linear-gradient(top, #F2F3F7 0%, #FBFBFB 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #F2F3F7 0%,#FBFBFB 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #F2F3F7 0%,#FBFBFB 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F3F7', endColorstr='#FBFBFB',GradientType=0 ); /* IE6-9 */
    padding-top:50px;
}
.even {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #FBFBFB 0%, #F2F3F7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FBFBFB 0%,#F2F3F7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FBFBFB 0%,#F2F3F7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBFBFB', endColorstr='#F2F3F7',GradientType=0 ); /* IE6-9 */

}
.products{
    color:#535353;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}
.products a{
    text-decoration: none;
}
.products p{
    max-width: 600px;
    margin: 30px auto 30px auto;
    padding: 0 30px 0 30px;
}
.products img, .section-header img{
    display: block;
    margin: 15px auto 0 auto;
}
.products hr{
    width: 100px;
    margin: 30px auto 60px auto;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #DFDDED;
    padding: 0; 
}
.products .section-header{
    margin-top:-155px;
}
.section-header{
    color:#2B388F;
    font-size: 20px;
    font-weight: 600;
    margin:auto;
    text-align: center;
    margin-bottom:40px;
}
.even .row .summary{
    float:right;
}
.even .row img{
    float;left;
}

.mailstrom .big-button{
    background: #34A1E6;
    -webkit-box-shadow: 0px 2px 14px 0px rgba(135,184,181,0.3);
    -moz-box-shadow: 0px 2px 14px 0px rgba(135,184,181,0.3);
    box-shadow: 0px 2px 14px 0px rgba(135,184,181,0.3);
    color:#ffffff;
    line-height: 34px;
    margin: 15px auto 30px auto;
    width: 140px;
}
.mailstrom .picture{
    margin-bottom:72px;
}
.footer{
    background-color:#F5F5F8;
    font-size: 12px;
    color:#586081;
    font-weight: 400;
}
.footer-contact{
    float: right;
    min-width: 320px;
}
.footer-contact a{
    display:block;
    float: left;
    width: 100%;
    margin: 5px 0 5px 0;
    text-decoration: none;
}
.footer-contact em{
    font-style: normal;
    margin-bottom: 10px;
    display: block;
    float: left;
}
.contact{
    width: 170px;
    float: left;
}
.contact em{
    width: 100%;
    font-weight: 600;
}
.connect{
    margin-top:16px;
    float: right;
    padding-right:30px;
}
.copyright{
    float: left;
}
.copyright{
    padding: 0px 15px 0 30px;
}
.copyright img{
    margin-bottom:8px;
}
.copyright a{
    margin-right: 15px;
    text-decoration: none;
    font-weight: 600;
    color: #2B388F;
}

.big-button{
    border-radius: 100px;
    border:0;
    color:#006478;
    height: 36px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}
.footer .big-button{
    background: #40439D; /* Old browsers */
    width: 120px;
    -webkit-box-shadow: 0px 2px 14px 0px rgba(99,103,183,0.5);
    -moz-box-shadow: 0px 2px 14px 0px rgba(99,103,183,0.5);
    box-shadow: 0px 2px 14px 0px rgba(99,103,183,0.5);
    color:#ffffff;
    line-height: 34px;
    background: -moz-linear-gradient(top, #514DA2 0%, #40439D 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #514DA2 0%,#40439D 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #514DA2 0%,#40439D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#514DA2', endColorstr='#40439D',GradientType=0 ); /* IE6-9 */
}
.bottom-section{
    text-align: center;
    background-color:#ffffff;
    font-size: 20px !important;
    font-weight: 300;
    padding-top:14px;
}
.bottom-section a{
    text-decoration: none;
}
.bottom-section .big-button{
    width: 160px;
    background: #ffffff; /* Old browsers */
    -webkit-box-shadow: 0px 2px 14px 0px rgba(93,93,98,0.1);
    -moz-box-shadow: 0px 2px 14px 0px rgba(93,93,98,0.1);
    box-shadow: 0px 2px 14px 0px rgba(93,93,98,0.1);
    color:#504BA3;
    border:1px solid #DEDEDE;
    line-height: 32px;
    margin: 30px auto 15px auto;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #FBFCFC 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#FBFCFC 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FFFFFF 0%,#FBFCFC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FBFCFC',GradientType=0 ); /* IE6-9 */
}
.jobs{
    color:#586081;
    font-size:13px;
    font-weight: 300;
    text-align: left;
    max-width: 500px;
    margin: auto;
    padding:30px;
}
.jobs .section-header img{
    display: block;
    margin: 15px auto 15px auto;
}
.jobs .section-header{
    margin-top:-114px;
}
.jobs em{
    color:#586081;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    padding-bottom: 15px;
}
.jobs hr{
    width: 100px;
    margin: 30px auto 30px auto;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #DFDDED;
    padding: 0; 
}


/*ABOUT PAGE*/
.about-page {
    height: 320px;
    background: #343D8F;
    background-position: left center
}
.about-page .main{
    padding-top:50px;
}
.about-page .tagline{
    margin-top:0;
    font-size: 36px;
    max-width: 680px;
    margin:auto;
}
.content-page{
    background-color: #FBFCFC;
}
.content-page .section-header{
    margin-top:-105px;
}
.team-member{
    padding: 15px;
    margin:0 auto 30px auto;
    overflow: auto;
    max-width: 600px;
}
.team-member img{
    display: block;
    float: left;
    margin-right: 15px;
}
.bio{
    float: right;
    color:#586081;
    font-size: 15px;
    font-weight: 300;
    max-width: 430px;
}
.bio b{
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-top:10px;
}
.bio em{
    font-weight: 300;
    color: #8E94AF;
}

.advisors{
    max-width: 520px;
    color:#586081;
    font-size: 15px;
    font-weight: 400;
    margin:auto;
    padding:30px;
}
.advisors b{
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    font-size: 16px;
}
.advisors em{
    font-weight: 300;
    color: #8E94AF;
}
.advisors ul{
    list-style: none;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
.advisors li{
    margin-bottom: 15px;
}


/*PRESS RELEASE TEMPLATE*/
.card{
    background-color: white;
    -webkit-box-shadow: 0px 2px 16px 0px rgba(43,56,143,0.1);
    -moz-box-shadow: 0px 2px 16px 0px rgba(43,56,143,0.1);
    box-shadow: 0px 2px 16px 0px rgba(43,56,143,0.1);
    min-height: 300px;
    max-width: 900px;
    margin:-240px auto 30px auto;
    float:none;
    font-size:18px;
    color:#586081;
    padding:60px 120px 60px 120px;
    line-height: 32px;
}
.card-wrap{
    padding:36px 30px 0 30px;
}
.card h2{
    font-size:14px;
    font-weight: 700;
}
.card h1{
    color:#2B388F;
    font-size: 26px;
}
.card p{
    padding-top:15px;
}