@charset "utf-8";
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 65px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-top: 30px;
    padding-bottom: 30px;
}

a {
    color: #626469;
}

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

.container {
    max-width: 1200px;
}

.jumbotron {
    height: 550px;
    background: #FFF url("images/homepage-header.jpg") no-repeat center top;
    margin-bottom: -60px;
    padding-top: 200px;
    background-size: cover;
}

.jumbotron h1, .jumbotron .h1 {
    font-size: 50px;
    text-align: center;
    color: #3DCD58;
}

.jumbotron p {
    text-align: center;
}

.splash {
    background-color: rgba(0, 0, 0, 0.58);
    max-width: 550px;
    margin: 0 auto;
    padding: 30px;
    color: white;
}

.navbar {
    margin-bottom: 20px;
    min-height: 65px;
    background-color: #3dcd58 !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 5px;
}

.navbar-inverse .navbar-nav > li > a {
    text-transform: uppercase;
    color: #FFFFff !important;
}

.navbar-inverse .navbar-toggle {
    border-color: #FFF;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #87D300;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 400px
}

.navbar-collapse {
    border: 0;
    box-shadow: none;
}

.white {
    background-color: #FFF;
}

.grey {
    background-color: #e7e6e6;
}

.light-green {
    background-color: #3DCD58 !important;
    border: #87D300 !important;
}

.light-green p {
    color: #FFF;
}

.green {
    background-color: #009530;
}

.green p {
    color: #FFF;
}

.green > h3 {
    color: #87D300;
}

.grey > h3 {
    color: #009530;
}

#leader {
    background: url("images/leader.jpg") no-repeat center top;
}

#change {
    background: url("images/change-course.jpg") no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

footer .grey ul li a {
    font-size: 11px;
    color: #626469;
}

footer .grey ul li a:hover {
    color: #009530;
    text-decoration: none;
}

footer .grey ul {
    padding: 0;
}

footer .col-sm-12.col-md-3 {
    padding-right: 0;
}

#legal {
    color: white;
    margin: 0;
    padding: 20px;
}

#legal li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase;
}

#legal li a {
    color: white;
}

#legal li a {
    text-decoration: white;
}

footer .legal {
    text-align: center;
}

#login-links a {
    font-size: 11px;
    color: #626469;
}

#login-links a:hover {
    color: #009530;
    text-decoration: none;
}

#login-links {
    float: right;
    padding: 0;
}

#login-links li {
    line-height: 1em;
    list-style: outside none none;
}

.login-link {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    text-align: start;
    line-height: 29px;
    color: #009530;
    margin-bottom: 15px;
}

i.login-icon {
    float: left;
    border-radius: 50%;
    text-align: center;
    padding: 0px 0px 0px 2px;
    width: 30px;
    height: 32px;
    line-height: 33px !important;
    margin-right: 10px;
    color: #fefefe;
    background-color: #009530;
}

.btn-default {
    background-color: #3DCD58;
    border-color: #3DCD58;
    color: white !important;
    text-transform: none !important;
}

.btn-default:hover {
    background-color: #87D300;
    border-color: #87D300;
    color: white;
}

.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: white;
}

.input-group {
    margin-bottom: 10px;
}

.btn {
    white-space: normal;
}

.form-control {
    height: 28px;
    font-size: 11px;
}

.spacer {
    height: 60px;
}

.arrow {
    width: 47px;
    height: 25px;
    background: url("images/arrow.png") no-repeat center center;
    display: block;
}

.input-group-addon {
    font-size: 11px;
    text-align: left;
}

#contact_link {
    position: fixed;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 0px;
    top: 35%;
    z-index: 3000;
    background-repeat: no-repeat;
    background-color: #42b4e6;
    color: #fff;
    /*font-weight:bold;*/
    background-position: center center;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    margin:0;
    text-transform: uppercase;
    font-size:140%;
}

.navbar-inverse .navbar-nav > li > a {
    text-transform: uppercase;
}

.navbar-nav > li {
    max-width:180px;
}

.notes {
    color: #626469;
    display: block;
    font-size: 11px;
    margin-top: 10px;
}

.tooltip-inner {
    max-width: 400px;
    text-align: left;
    padding: 20px;
    left: 0;
}

.tooltip-arrow {
    display: none;
}

[data-toggle="tooltip"] {
    cursor: pointer;
}

.share {
    position: relative;
    cursor: pointer;
}

.icons-list {
    background: black;
    opacity: 1;
    padding: 0;
    position: absolute;
    display: none;
    z-index: 1;
    width: 200px;
    bottom: 40px;
    left: -80px;
}

.icons-list .icon-holder {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    padding: 0 !important;
}

.pinterest {
    background-color: #C5282F;
}

.twitter {
    background-color: #6CDFEA;
}

.facebook {
    background-color: #3B5998;
}

.google_plus {
    background-color: #E34429;
}

.email {
    background-color: #42C5B0;
}

.fa {
    font-size: 16px !important;
    line-height: 40px !important;
}

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .jumbotron {
        height: 300px;
    }

    .jumbotron > .container {
        display: none;
    }

    #contact_link {
        top: 230px;
    }

}

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

.font-italic {
    font-style: italic;
}
