.card .card-image img {
    border-bottom: 1px solid #dedede;
}

.card-content h5 {
    margin: 0 0 .5rem 0;
}

.dropdown-button:hover, table.border.highlight tr:hover {
    cursor: pointer;
}

#formDiv, #loginDiv .container, #practice, #signUpDiv {
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-top: 20px;
    max-width: 400px;
    padding: 20px;
}

h1 {
    font-size: 4.2rem;
    font-weight: 200;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
}

h4 {
    font-weight: 300;
}

h6 {
    font-size: 1.1rem;
}

home-component .parallax-container {
    height: 900px;
    width: 100%;
}

html {
    line-height: 1.5;
    font-family: 'Open Sans Condensed', "Roboto", sans-serif;
    font-size: 1.3rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
}

nav {
    background-color: #fff;
}

nav, nav.nav-extended, nav.nav-extended .nav-wrapper {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    height: 40px;
    line-height: 40px;
    min-height: auto;
}

nav .tabs #stats.tab {
    color: #999;
    margin-right: 20px;
    text-transform: none;
}

nav, nav a, nav ul a {
    color: rgba(0, 0, 0, 0.87);
}

nav .logo {
    margin-top: 10px;
    max-width: 100px;
}

nav .row {
    margin-bottom: 0;
}

nav ul a {
    font-weight: 600;
    font-size: .9rem;
}

nav ul a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

nav ul a.btn.dropdown-button {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}

nav ul.right {
    margin-right: 10px;
}

nav ul.right a {
    display: block;
}

nav ul.right a:hover {
    background-color: transparent;
}

nav ul.right .dropdown-content {
    top: 64px !important;
}

.navbar-fixed {
    max-height: 40px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: rgba(0, 0, 0, 0.87);
}

.service {
    position: relative;
    padding: 1em 1.5em;
    margin: 2em auto;
    overflow: hidden;
}

.service:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #ef6c00 #fff #fff #ef6c00;
    background: #ef6c00;
    -webkit-box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.3), 2px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.3), 2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.3), 2px 2px 1px rgba(0, 0, 0, 0.2);
    /* Firefox 3.0 damage limitation */
    display: block;
    width: 0;
}

.service:hover:before {
    background: transparent;
    border-color: transparent;
}

#services .service.card-panel:hover {
    padding: 87px 0;
}

.service:hover .desc {
    display: block;
}

.service .desc {
    display: none;
    padding: 0 20px;
}

.service:hover .sub, .service:hover .title {
    display: none;
}

#services .card-panel {
    background-color: #f6f6f6;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    font-weight: 600;
    padding: 80px 0;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    -moz-transition: background-color 0.5s ease, color 0.5s ease;
    -o-transition: background-color 0.5s ease, color 0.5s ease;
    -ms-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
}

#services .card-panel:hover {
    background: #ef6c00;
    color: #fff;
}

#services .card-panel small {
    font-size: 80%;
    font-weight: 400;
}

table.border {
    border-bottom: 1px solid #d0d0d0;
    font-size: 14px;
}

table.border tr {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
}

table.border td {
    padding: 15px;
}

#tabs {
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
    padding-top: 15px;
}

.tabs .indicator {
    background-color: #ef6c00;
}

.tabs .tab a {
    font-size: 1rem;
}

.tabs .tab a.active, .tabs .tab a:focus, .tabs .tab a:focus.active, .tabs .tab a:hover {
    background-color: transparent;
    color: #ef6c00;
}

.uppercase {
    text-transform: uppercase;
}