﻿* {
    margin: 0;
    padding: 0;
    border: 0;
}

#previewimg {
    display:none;
}

#links3 {
    margin: 20px;
}

#links3 a {
    color: #bbc0cb;
    font-weight: 500;
    font-size: 26px;
    padding: 10px;
}

.leftcolumn-content {
    font-family: 'Cabin', sans-serif;
    display: inline-block;
    font-size: 1.5em;
    margin-bottom: 12px;
    opacity: .5;
    font-weight: 700;
}

#leftcolumn {
    height: 562px; 
    position: relative;
    padding-left: 60px;
    padding-right: 160px !important;
    border: solid 0 gray;
    
}

#rightcolumn {
    text-align: right; 
    border: solid 0 gray;
}

#hublogo {
    width: 184px; 
    height: 75px;
}


.feature {
    padding: 10px;
    text-align: center;
    font-size: 1.25em;
    padding: 0 70px 0 70px;
    margin: 0 0 30px 0;
}

.feature p {
margin-top: 15px

}

#loginlinks {
    margin: 10px;
    float: right;
}

#loginlinks a {
    color: gray;
    font-size: large;
    margin: 20px;
    
}

form#subForm { margin-top: 30px; }

form#subForm input[type=email],
form#subForm input[type=submit],
form#subForm button {
    -moz-transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
    -webkit-transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
    transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
    font-family: 'Roboto', sans-serif;
    float: left;
    margin-top: 5px;
}

form#subForm input[type=email] {
    border-radius: 6px;
    border: 2px solid #e5e6e7;
    width: 70%;
    border-right: none;
    height: 50px;
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 17px;
    color: #8a93a5;
    -webkit-appearance: none;
}

form#subForm input[type=email]:focus { border-color: #d2d4d6; }

form#subForm input[type=submit], form#subForm button {
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    background-color: #4FB9FC;
    width: 119px;
    height: 50px;
    position: absolute;
    /*left: 345px;*/
    z-index: 999;
    margin-top: 0;
}

form#subForm input[type=submit]:hover, form#subForm button:hover { background-color: #1da5fb; }

form#subForm input[type=submit] ::-webkit-input-placeholder, form#subForm button ::-webkit-input-placeholder { color: #bbc0cb; }

form#subForm input[type=submit] :-moz-placeholder, form#subForm button :-moz-placeholder {
    /* Firefox 18- */
    color: #bbc0cb;
}

form#subForm input[type=submit] ::-moz-placeholder, form#subForm button ::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbc0cb;
}

form#subForm input[type=submit] :-ms-input-placeholder, form#subForm button :-ms-input-placeholder { color: #bbc0cb; }

form#subForm .error {
    color: #FF3E54;
    font-size: 16px;
} 








a.btn-learn-more {
    display: inline-block;
    border-radius: 6px;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background-color: #4FB9FC;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    margin-top: 5px;
}

a.btn-learn-more:hover { background-color: #1da5fb; }

/* Large Desktop */

@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {    
}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    #links3 a { color: #228B22; }

    #rightcolumn { display: none; }
}

/* Landscape phones and down */

@media (max-width: 480px) {   
    #links3 {
        position: absolute;
    margin: 0;
        padding: 0;
        border: 0;
    bottom: 0;
    
}


    #leftcolumn {
    height: 562px; 
    position: relative;
    padding-left: 20px;
    border: solid 0px gray;
    width: 100%;
    
}



    .content-container .content {
        transform: translateY(0%);
        float: none;
        width: 85%;
        text-align: center
    }


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

    .feature {
        padding: 0;
    }


    form#subForm input[type=email] {
        width: 100%;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-right: 2px solid #e5e6e7;
        margin-bottom: 0;
    }

    form#subForm button {
        margin-top: 10px;
        width: 100%;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        position: relative;
        left: 0;
        margin-bottom: 15px;
    }

   
}