body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #525252;
    font-size: 16px;
    font-weight: 300;
}


/*Fonts*/


/*--------------*/

h1 {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 1.3px;
    color: #525252;
}

h2 {
    font-size: 26px;
    font-weight: 300;
}

h3 {
    font-size: 23px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

p {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .5px;
    color: #525252;
}

p.small,
.small > p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5px;
    color: #525252;
}

a {
    font-weight: 400;
    color: #3CA0F3;
}

a:hover {
    color: #1482DD;
    text-decoration: none;
}

.white {
    color: #fff;
}

p.white {
    font-weight: 400;
}

strong {
    font-weight: 500;
}

.strong {
    font-weight: 600;
}

li {
    list-style: none;
}

ol li {
    list-style: decimal;
    padding-bottom: 10px;
}


/*Components*/


/*-----------------*/

.btn {
    background-color: #3CA0F3;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    border-radius: 20px;
    color: #fff;
    border: 0px;
    width: 130px;
    height: 36px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
}

.btn:focus {
    color: #fff;
    outline: 0px;
    border: none;
}

.btn:active {
    outline: 0px;
    color: #fff;
}

.btn:focus:active {
    outline: 0px;
}

.btn:hover {
    -webkit-transition-duration: 0.3s;
    /* Safari */
    color: #fff;
    background-color: #59A8E9;
    box-shadow: 0 6px 22px 1px rgba(0, 0, 0, 0.15);
}

.btn.learn-more-btn {
    background-color: orange;
    width: 180px;
    margin-top: 18px;
}


/* Page Components*/

.section {
    padding: 80px 0;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.14);
}

.section .container {
    max-width: 950px;
}

.section-thin .container {
    max-width: 650px;
}

.section-content {
    padding: 0 5%;
    margin-bottom: 70px;
}


/*Page Fonts*/

.section h1 {
    margin-bottom: 75px;
}

.panel a:hover,
.panel a:active,
.panel a:focus,
.panel a:visited {
    text-decoration: none;
}

p.very-small,
.very-small p {
    font-size: 16px;
    line-height: normal;
}

.outline h2 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.FAQs h2 {
    margin-top: 60px;
    margin-bottom: 22px;
}


/*Page Style*/

.panel {
    background-color: rgba(0, 0, 0, .04);
    border-width: 0px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22);
}

.panel-heading {
/*    margin: 12px 0;*/
    padding: 15px 20px;
}

.list-group-item,
.panel-body {
    background-color: rgb(255, 255, 255);
    padding: 15px 20px;
    line-height: 22px;
}

h4.blue-heading {
    font-size: 17px;
    font-weight: 700;
    color: #3CA0F3;
    margin-bottom: -30px;
}



/*Hero Content*/


/*------------------*/

.hero-subtext {
    max-width: 400px;
    margin: 0 auto;
}

.phonehero-subtext {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: justify;
}

.home .hero-img {
    padding-top: 240px;
}

@media screen and (min-height: 900px) {
    .home .hero-img {
        padding-top: 0;
    }
}

.class-text {
    font-weight: 500;
}


/*------------------*/

.section-1 {
    padding-bottom: 150px;
}

.section-1-item {
    padding: 40px;
}

.tutor-icon-wrapper {
    height: 160px;
}

#schedule-icon {
    width: 180px;
    padding-right: 20px;
}

#money-icon {
    width: 215px;
    padding-top: 8px;
}

#add-courses-icon {
    width: 210px;
    padding-right: 20px;
}


/*Tutor Section 2*/

.container-how-it-works {
    max-width: 800px;
}

.container-how-it-works-thin {
    max-width: 800px !important;
}


.how-it-works-content {
    margin-bottom: 60px;
}

.media-no-icon {
    margin-top: 55px !important;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
}


.square-screenshots {
    position: relative;
    width: 110%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.square-screenshots img {
    width: 100%;
}

.square-app-buttons {
    margin-top: 82px !important;
}

.square-app-buttons img {
    margin-bottom: 10px;
}


/*Tutor section 3*/

.get-started-today-bg {
    background-color: white;
    padding-top: 100px;
    padding-bottom: 130px;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.14);
}

.get-started-content {
    max-width: 1000px;
}

.get-started-today-bg .col-md-3 {
    padding: 0;
}

.horizontal-line {
    position: relative;
    ;
    top: -25px;
    left: 33px;
    background-color: #CCC;
    height: 1.5px;
    width: 640px;
}

.vertical-line {
    display: none;
    position: relative;
    top: -8px;
    left: 16px;
    background-color: #CCC;
    height: 382px;
    width: 2px;
}

.vertical-line-up {
    display: none;
    position: relative;
    top: -191px;
    left: 16px;
    background-color: #CCC;
    height: 150px;
    width: 2px;
}

.number-circle-top {
    background-color: white;
    margin: 13px auto 25px auto;
    padding-top: 3px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    border: solid 1px #CCC;
}

p.step-text {
    font-size: 14px;
    margin: 0 auto 20px auto;
    padding: 0 6%;
    /*max-width: 240px;*/
}

.step-1,
.step-2,
.step-3 {
    border-radius: 4px;
    padding: 18px 0 30px 0;
}

.step-1 {
    background-color: #f2f2f2;
}



/* Navbar */


/*------------------*/

.navbar {
    -webkit-transition-duration: 0.3s;
    /* Safari */
    padding: 15px 0;
}

.navbar-brand {
    padding: 10px;
}

.scroll-nav {
    background-color: white !important;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.14);
    padding: 8px;
}

.scroll-nav a {
    color: #818181 !important;
}

.navbar-btn {
    background-color: orange;
    margin-left: 20px;
    color: white;
}

a.pull-right.btn.navbar-btn {
    color: white !important;
}

.navbar-toggle {
    border-color: #AAA;
}

.icon-bar {
    background-color: #AAA;
}

.nav a {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-align: center;
    color: #ffffff;
    margin-top: 1px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    /*text-decoration: underline;*/
    font-weight: 600;
    background-color: transparent;
}

.current-page {
    font-weight: 600 !important;
}

.brand {
    height: 30px;
}

.brand-print {
    height: 60px;
}

.orange-logo {
    content: url('/images/logo-normal.svg');
}


/* Hero */

.main-panel {
    height: 100vh;
}

.main-panel-not-fullscreen {
    height: 100%;
}

.home .main-panel {
    background-image: radial-gradient(circle at 39% 160%, #3873ff 0%, #3498db 75%, #30e6ff 110%);
}

.home .main-panel-not-fullscreen {
    background-image: radial-gradient(circle at 39% 160%, #3873ff 0%, #3498db 75%, #30e6ff 110%);
}

.hero-content {
    height: 100vh;
}

.hero-content-not-fullscreen {
    height: 100%;
    padding-bottom: 50px;
}

.hero-text-content {
    text-align: center;
}



h1 {
    opacity: 1 !important;
}



/*Call To Action bar */

.cta-banner {
    position: relative;
    height: 74px;
    margin-top: -74px;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.12);
    z-index: 1;
}

.cta-content {
    margin-top: 20px;
}

.home .cta-banner {
    /* background-image: linear-gradient(90deg, #ff9636, #ff8d33, #ffa22a); */
    background-color: #3CA0F3;
}

.cta-background-proxy-1,
.cta-background-proxy-2,
.cta-background-proxy-3 {
    position: absolute;
    bottom: 0;
    min-height: 74px;
    width: 100%;
    z-index: 1;
}

.cta-background-proxy-1 {
    background-image: linear-gradient(90deg, #8bd8f4, #7dbdee);
}

.cta-background-proxy-2 {
    background-image: linear-gradient(90deg, #DD7CED, #BF6CF8);
}

.cta-background-proxy-3 {
    background-image: linear-gradient(90deg, #F3CF7D, #F294C4);
}

.cta-form button {
    color: white;
    /*position: absolute;
  top: 5px;
  margin-left: -135px;*/
    background-color: #3CA0F3;
}

.cta-form .form-inline .form-control {
    display: inline-block;
    border-radius: 30px;
    height: 46px;
    width: 370px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

#phone-input {
    font-size: 18px;
    padding-left: 55px;
    vertical-align: middle;
}

.cta-download-img {
    display: none;
    margin-top: 5px;
}

.home .cta-download-img a {
    /* background-color: #3CA0F3; */
    background-color: orange;
}

.android-button {
    display: inline-block;
    position: absolute;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px
}

.android-button-2 {
    bottom: -4px;
    margin-left: 135px;
    position: absolute;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px
}


/*Home Body Content*/


/*------------------*/


/*Home Section 1*/

.section-1-bg {
    height: 480px;
    background-image: linear-gradient(166deg, #6B4BF4, #E357EB);
}

.backshape.section-1-bg {
    /*margin-top:-100px;  Override for 'how it works' BG*/
}

.section-1-img {
    position: relative;
    width: 73%;
    margin: 0 auto;
    z-index: 1000;
}


/*Home Section 2*/

.section-2-bg {
    height: 350px;
    background-image: linear-gradient(204deg, #DF42FF, #FFCE42);
}

.section-2-img {
    position: relative;
    width: 73%;
    margin: 0 auto;
    z-index: 1000;
}


/*Home Section 3*/

.section-3-bg {
    height: 350px;
    background-image: linear-gradient(332deg, #F98540, #FFCE42);
}

.section-3-img {
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
    width: 140%;
    margin-left: -200px;
    margin-top: -100px;
    /*margin: 0 auto;*/
    z-index: 1000;
}

.phone-panel {
    background-image: radial-gradient(circle at 19% 93%, #49C5EE, #2E88EE);
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.14)
}

.section-4-content {
    height: 100%;
}

.section-4-img {
    width: 400px;
    margin-top: 40px;
    margin-left: 60px;
}


/*Footer Bottom*/

.footer {
    margin: 0 60px;
}

.footer-left,
.footer-right-1,
.footer-right-2 {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
}

.footer-left {
    max-width: 540px;
}

.footer-right-1,
.footer-right-2 {
    width: 21%;
    min-width: 191px;
}

.social-icons {
    margin-top: 15px;
    margin-bottom: 13px;
}

.social-icons img {
    width: 45px;
    margin-right: 10px;
}

.app-buttons {
    margin-top: 12px;
    margin-bottom: 15px;
}

.app-buttons img {
    height: 40px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.footer-text {
    font-size: 14px;
    font-weight: 400;
    color: #818181;
    text-align: left;
}

.footer-text a {
    color: #818181;
}

.footer-links li {
    list-style-type: none;
    margin: 8px auto;
}

.footer-links a {
    color: #818181;
}

.footer-links img {
    /*margin: 30px auto;*/
}

.footer-links h4 {
    margin-top: 6px;
    margin-bottom: 15px;
    color: #ff9400;
}


/* Helper Classes */

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    display: flex;
    align-items: center;
}

.vertical-bottom {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    display: flex;
    align-items: flex-end;
}

#search-descripton {
    margin-top: 115px;
}

#request-descripton {
    /*margin-top: 115px;*/
}

.iphone-adjustment {
    margin-top: -13.3%;
}

img.green-arrow {
    position: absolute;
    width: 50%;
}


/*Responsiveness*/


/*------------------*/

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 32px;
    }
    .third-card {
        display: none;
    }

    #search-descripton {
        margin-top: 80px;
    }
    #request-descripton {
        /*margin-top: 50px;*/
    }
    .section-1-item {
        padding: 0px;
    }
    .section-3-img {
        width: 150%;
    }
    .section-4-img {
        width: 500px;
        margin-top: 28px;
        margin-left: 35px;
    }
}


/*Only Medium Sizes*/

@media screen and (max-width: 991px) and (max-height: 800px) {
    .home .hero-img {
        max-width: 70vh;
        margin-top: 30px;
    }
    h1 {
        font-size: 28px;
    }
    p {
        font-size: 16px;
    }
    p.hero-subtext {
        padding: 0 26px;
    }
    p.phonehero-subtext {
        padding: 0 26px;
    }
}

@media screen and (max-width: 991px) {
    .fourth-school {
        display: none;
    }
    #UF-logo,
    #UCF-logo,
    #USF-logo,
    #FSU-logo {
        width: 100%;
    }
    /*Disengage vertical centering class*/
    .container .vertical-center {
        display: block;
        min-height: inherit;
    }
    .container .vertical-bottom {
        display: block;
    }
    .home .hero-img {
        padding-top: 0px;
    }
    .hero-content {
        padding-top: 100px;
    }
    .home .hero-content img {
        margin: 50px auto 0 auto;
        max-width: 555px;
        width: 100%;
    }
    .hero-content-not-fullscreen {
        padding-top: 100px;
    }
    .home .hero-content-not-fullscreen img {
        margin: 50px auto 0 auto;
        max-width: 555px;
        width: 100%;
    }

    .section-1-img,
    .section-2-img {
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
        z-index: 0;
    }
    .section-3-img {
        width: 100%;
        padding-right: 10%;
        max-width: 700px;
        margin: 40px auto 0 auto;
    }
    .section-4-content {
        margin-top: 35px;
    }
    .section-4-img {
        width: 100%;
        padding-left: 6%;
        max-width: 450px;
        margin: 40px auto 0 auto;
    }
    .iphone-adjustment {
        margin-top: 40px;
    }
    #search-descripton {
        margin-top: 50px;
    }
    #request-descripton {
        /*margin-top: 50px;*/
    }


    .step-1,
    .step-2,
    .step-3 {
        text-align: left;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        /*padding-left: 20px;*/
        /*padding-right: 5%;*/
    }
    p.step-text {
        padding: 0px;
    }
    .horizontal-line {
        display: none;
    }
    .vertical-line,
    .vertical-line-up {
        display: block;
    }
    .number-circle-top p {
        text-align: center;
        font-size: 20px;
    }
    .number-circle-top {
        display: inline-block;
        margin: 15px 12px 0 18px;
        ;
        vertical-align: top;
    }
    .step-wrapper {
        display: inline-block;
        width: calc(100% - 90px);
    }
    @media screen and (max-width: 890px) {
        .wrapper-schools {
            margin: auto 8%;
        }
        .third-school {
            display: none;
        }
        .footer {
            margin: 0;
        }
        .footer-left {
            max-width: none;
            width: 100%;
            text-align: center !important;
            margin-top: 0px;
            margin-bottom: 30px;
        }
        .footer-left p {
            text-align: center;
        }
        .footer-right-1,
        .footer-right-2 {
            margin: 30px auto;
            width: 50%;
            min-width: 191px;
        }
        .footer-right-1 {
            padding-left: 10%;
        }
        .footer-right-2 {
            padding-left: 20%;
        }
    }
    @media screen and (max-width: 767px) {
        .navbar {
            border-width: 0px;
            -webkit-transition-duration: 0.3s;
            /* Safari */
            background-color: white !important;
            box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.14);
            padding: 8px 0;
        }
        .navbar img {
            content: url('/images/logo-normal.svg');
        }
        .nav a {
            color: #818181 !important;
        }
        .navbar-btn {
            display: none;
        }
        .section-1-item {
            max-width: 270px;
            margin: 80px auto;
        }
        .media,
        .media-no-icon {
            max-width: 550px;
            margin: 0 auto !important;
        }
        .square-screenshots {
            margin-top: 30px;
        }
        .square-app-buttons {
            margin-top: 20px !important;
        }
    }
    @media screen and (max-width: 750px) {
        .second-card {
            display: none;
        }
        .footer-right-1 {
            padding-left: 6%;
        }
        .footer-right-2 {
            padding-left: 14%;
        }
    }
    @media screen and (max-width: 600px) {
        .second-school {
            display: none;
        }
    }
}

@media screen and (max-width: 440px) {
    h1 {
        font-size: 26px;
    }
    p {
        font-size: 16px;
    }
    p.hero-subtext {
        padding: 0 5%;
        max-width: 330px;
    }
    p.phonehero-subtext {
        padding: 0 5%;
        max-width: 330px;
    }
    .hero-content {
        padding-top: 85px;
    }
    .hero-content img {
        margin-top: 30px;
    }
    .hero-content-not-fullscreen {
        padding-top: 85px;
    }
    .hero-content-not-fullscreen img {
        margin-top: 30px;
    }
    #search-icon {
        width: 90px;
        margin-bottom: -5px;
    }
    #request-icon {
        width: 75px;
        margin-bottom: -10px;
    }
    #meet-up-icon {
        width: 110px;
        margin-bottom: -8px;
    }

    .wrapper-testimonials {
        margin: 0 0;
    }
    .testimonial-card {
        margin: 0px 0px;
    }
    .footer-right-1,
    .footer-right-2 {
        width: 100%;
    }
    .footer-right-1 {
        margin-bottom: auto;
    }
    .footer-right-1,
    .footer-right-2,
    .footer-right-1 ul,
    .footer-right-2 ul {
        padding-left: 20%;
    }
    .cta-form {
        display: none;
    }
    .cta-download-img {
        display: table;
    }
    #join-the-thousands-text {
        font-size: 28px;
        padding-top: 60px;
    }
    .cta-content {
        margin-top: 13px;
    }
}

@media screen and (max-width: 390px) {
    .home .hero-content img {
        margin-top: 20px !important;
    }
    .home .hero-content-not-fullscreen img {
        margin-top: 20px !important;
    }
    .home .hero-text-content h1 {
        font-size: 19px;
        font-weight: 400;
    }
    .typed_data {
        font-weight: bolder;
    }
    .home p {
        /*font-size: 16px;*/
    }
}

/* Open navbar menus on hover */

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: inherit;
}


/* Order items */

.hero-img {
    z-index: 100;
    position: relative;
}

.cta-banner {
    z-index: 200;
    position: relative;
}

.section-header-orange {
    z-index: 200;
    position: relative;
    height: inherit;
    background-image: linear-gradient(332deg, #F98540, #FFCE42);
    padding-top: 70px;
    padding-bottom: 20px;
}


/*.wrapper {
  margin-top: inherit;
}*/

.hero-logo {
    margin-left: auto;
    margin-right: auto;
    height: 128px !important;
    width: 128px !important;
}


/* From old site */

.grey-bg {
    z-index: 200;
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #eaebec;
    border-bottom: 1px solid #eaebec;
    background: #F7F8FA;
}

.white-bg {
    z-index: 200;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eaebec;
    border-bottom: 1px solid #eaebec;
    background: white;
}


/*---------------------------------------
   2.4 SECTION HEADERS
-----------------------------------------*/

.section-header {
    margin-top: 90px;
    margin-bottom: 30px;
}

.section-header h2 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.section-header-top {
    margin-top: 90px;
    margin-bottom: 40px;
}

.section-header-top h2 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.section-header-station {
    margin-top: 110px;
    margin-bottom: 40px;
}

.section-header-station h2 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.section-header-station-top {
    margin-top: 110px;
    margin-bottom: 40px;
}

.section-header-station-top h2 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.sub-heading {
    margin-top: 20px;
    font-size: 26px;
}

.small-text {
    font-size: 14px;
}

.small-text-medium {
    font-size: 24px;
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.colored-text {
    /*color: #008ed6 !important;*/
    color: #3498db !important;
}

.dark-text {
    color: #454545;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.item-subtext {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: justify;
}

.item-text h2 {
    font-weight: 400;
    color: #3498db;
}

.item-image {
    /*border: 1px solid black;*/
    display: inline-block;
    text-align: center;
    min-height: 204px;
}

.item-image img {
    margin-top: 28px;
    /*border: 1px solid red;*/
}

.item-image i {
    margin-top: 28px;
    font-size: 11em;
    color: #3498db;
    /*border: 1px solid red;*/
}

.feature-list {
    margin-top: 15px;
}

.feature-list li {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
}

.feature-list li i {
    margin-right: 10px;
}


/*---------------------------------------
   3.3 SECTION: SERVICES
-----------------------------------------*/

.single-service-driver {
    padding: 40px 35px 40px 35px;
    margin: 0 0 30px 0;
    background: #ffffff;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 4px solid #eaeaea;
    border-radius: 3px;
    -webkit-transition: all ease 0.55s;
    transition: all ease 0.55s;
    text-align: center;
}

.single-service-driver p {
    font-size: 16px;
}

.single-service-driver .service-icon {
    font-size: 60px;
    margin-bottom: 35px;
}

.single-service-driver h3 {
    margin-bottom: 10px;
}

.single-service-station {
    padding: 40px 35px 40px 35px;
    margin: 0 0 30px 0;
    background: #ffffff;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 4px solid #eaeaea;
    border-radius: 3px;
    -webkit-transition: all ease 0.55s;
    transition: all ease 0.55s;
    text-align: center;
    height: 100%;
}

.single-service-station p {
    font-size: 16px;
}

.single-service-station .service-icon {
    font-size: 60px;
    margin-bottom: 35px;
}

.single-service-station h3 {
    margin-bottom: 10px;
}

.walkthrough-row {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.walkthrough-item {
  display: table-cell; /* Make elements inside the container behave like table cells */
}



.service-icon img {
    border: 1px solid #eaeaea;
}

.border-bottom-hover:hover {
    border-bottom-color: #008ed6;
}

.station-walkthough-button {
    width: 200px !important;
}


/* Problem statement */

.problem-statement {
    z-index: 200;
    position: relative;
    padding-top: 30px;
    background: #F7F8FA;
    margin-top: 80px;
}

.problem-image {
    font-size: 11em !important;
    color: #3498db;
    text-align: center;
    margin-top: -40px;
    margin-bottom: -20px;
}

.brief-station {
    padding-top: 110px;
    padding-bottom: 30px;
}

.brief-station .content-section {
    margin-top: 15px;
}

.brief-station h2 {
    margin-bottom: 15px;
    margin-top: 10px;
}

.brief-station p {
    margin-top: 40px;
}

.brief-station .brief-image-right {
    margin-top: 20px;
}

.brief-station .brief-image-right img {
    float: right;
    width: 92%;
}

.brief-station .brief-image-left {
    margin-top: 25px;
    overflow: hidden;
}

.brief-station .brief-image-left img {
    float: left;
    width: 95%;
}


/*---------------------------------------
   3.9 VERTICAL TIMELINE
-----------------------------------------*/

.vertical-timeline {
    padding: 0;
    margin: 0;
}

.timeline-section {
    padding: 0;
    padding-left: 135px;
    padding-top: 20px;
}

.timeline-section li {
    list-style-type: none;
    padding: 1em;
    margin: 0;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    overflow: visible;
    border-left: 2px solid #eaeaea !important;
}

.timeline-section li .date {
    display: inline-block;
    float: left;
    margin-left: -100px;
    max-width: 55px;
    margin-top: 5px;
}

.timeline-section li .icon-container {
    display: inline-block;
    float: left;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    margin-left: -38px;
    font-size: 22px;
}

.timeline-section li .info {
    text-align: left;
    background: #F7F8FA;
    margin-left: 15px;
    padding: 10px;
    font-size: 14px;
}


/* COLORED BACKGROUND AND TEXT*/

.color-bg {
    background: #008ed6;
}

.whats-the-problem {
    padding-top: 100px;
    padding-bottom: 100px;
}

.twitter-logo {
    height: 57px;
}

.youtube-logo {
    width: 80px;
}

.jobs-text li {
    color: white;
    list-style: square;
    font-size: 18px;
    font-weight: 400;
}

.jobs-text a:hover {
    color: white;
    text-decoration: underline;
}

.add-top-margin-80 {
    margin-top: 80px;
}

/* contact css */
.contact-email-link {
    color: white;
}
.contact-email-link:hover {
    color: orange;
}


/* Findstation css */
.top-row {
    margin-top: 120px;
    min-height: 20px;
}

.angular-google-map-container {
    height: 800px;
}

.station-detail-container {
    color: black;
    background-color: white;
    min-height: 170px;
}

.station-detail-container p {
    font-size: 16px;
}

.station-detail-content {
    color: black;
    background-color: white;
    padding: 10px;
    line-height: 1;
}

.station-row {
    color: black;
    background-color: white;
}

.station-row p{
    font-size: 16px;
}

.bottom-bar-fixed {
    position: fixed;
    bottom: 0;
    z-index: 1030;
/*    background-color: #3CA0F3;*/
    width: 100%;
/*    margin-top: 50px;*/
}

.bottom-bar-fixed p {
    color: white;
    margin: 5px;
    text-align: center;
}

.bottom-bar-fixed a {
    margin: 25px;
}

.print-button-shadow {
    -webkit-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.5);
    box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.5);
}

.demo-image {
    font-size: 10em;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.recaptcha-center {
    width: 304px;
    margin: 0 auto;
}

.full-width {
    width: 100%;
}

.hiddenclass {
    display: none;
}

.flags-dropdown a {
    text-align: left !important;
}

/* Modal styling */
.modal-btn {
    background-color: orange;
    margin-left: 20px;
    color: white;
}

/* Find station buttons */
.find-station-button-icon-size {
  font-size: 1.5em;
}
.fs-instr-btn {
  border: none;
  color: white;
  background-color: #59A8E9;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: none;
  font-size: 1.3em;
  padding: 4px 12px 6px 12px;
  font-weight: normal;
  border-radius: 20px;
}

.fs-instr-btn:hover {
    -webkit-transition-duration: 0.3s;
    /* Safari */
    color: #fff;
    background-color: orange;
    box-shadow: 0 6px 22px 1px rgba(0, 0, 0, 0.15);
}

.fs-getapp-button {
  padding: none;
  background-color: transparent !important;
  border: none !important;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 4px  2px 6px 12px;
}

.fs-getapp-button:hover {
    -webkit-transition-duration: 0.3s;
    /* Safari */
    color: #fff;
    background-color: orange;
    box-shadow: 0 6px 22px 1px rgba(0, 0, 0, 0.15);
}

.fs-instructions-text {
  font-size: 1.6em;
  font-weight: bold;
  color: #59A8E9;
}

@media screen and (max-width: 1010px) {
  .fs-instructions-text {
    font-size: 1.4em;
  }
  .fs-instr-btn {
    font-size: 1.2em;
    /*display: block;*/
  }
  .fs-getapp-button {
    /*display: block;*/
  }
}

/* Press page */
.press-language {
  /*font-size: 0.7em;*/
  /*color: gray;*/
}

.press-article-date {
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 5px;
  color:  #525252;
}

.press-article-title {
  margin-bottom: 0px;
  text-transform: capitalize;
}

.press-article-description {
  margin-bottom: 20px !important;
}

.press-article-description-link {
  font-size: 0.9em;
  color:  #525252;
  margin-bottom: 20px !important;
}

@media screen and (min-width: 480px) {
    .mobile-only {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .desktop-only {
        display: none;
    }
}
