﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.sexy-line {
    margin: 0 0 10px 0;
    border: 0;
    height: 2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffd449+50,ffffff+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #ffd449 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#ffd449 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#ffd449 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.sexy-line-primary {
    margin: 0 0 10px 0;
    border: 0;
    height: 2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,104911+51,ffffff+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #104911 51%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#104911 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#104911 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.card:hover .sexy-line {
    margin: 0 0 10px 0;
    border: 0;
    height: 2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#104911+0,548c2f+50,104911+100 */
    background: #104911; /* Old browsers */
    background: -moz-linear-gradient(left, #104911 0%, #548c2f 50%, #104911 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #104911 0%,#548c2f 50%,#104911 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #104911 0%,#548c2f 50%,#104911 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104911', endColorstr='#104911',GradientType=1 ); /* IE6-9 */
}

.bg-forest-opacity-10 .sexy-line {
    margin: 0 0 10px 0;
    border: 0;
    height: 2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffd449+50,ffffff+100 */
    background: #e7e9e3; /* Old browsers */
    background: -moz-linear-gradient(left, #e7e9e3 0%, #ffd449 50%, #e7e9e3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e7e9e3 0%,#ffd449 50%,#e7e9e3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e7e9e3 0%,#ffd449 50%,#e7e9e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##e7e9e3', endColorstr='##e7e9e3',GradientType=1 ); /* IE6-9 */
}

#footer .sexy-line {
    margin: 0 0 10px 0;
    border: 0;
    height: 2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#104911+0,548c2f+50,104911+100 */
    background: #104911; /* Old browsers */
    background: -moz-linear-gradient(left, #104911 0%, #548c2f 50%, #104911 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #104911 0%,#548c2f 50%,#104911 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #104911 0%,#548c2f 50%,#104911 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104911', endColorstr='#104911',GradientType=1 ); /* IE6-9 */
}

#index_hero {
    background: url('../img/kbaadmin_index_hero.png');
    /*    filter: grayscale(65%);*/
    height: 360px;
}

#index_hero_panel .row > div#headline {
    background: #104911;
    width: 40%;
    margin: 120px 0 70px 40px;
    opacity: 0.75;
    border-radius: 5px;
}

#headline h2 {
    margin: 10px 10px 10px 10px;
    color: #fff;
}

#headline .sub-title {
    margin: 0 10px 10px 15px;
    color: #fff;
    opacity: 1.0;
}

.bg-forest-opacity-10 {
    background-color: #e7e9e3;
}

.card.transparent {
    background-color: transparent !important;
    border: 0px !important;
}

.card.transparent .card-body {
    margin-top: -60px;
}

.card.transparent .card-body .btn.btn-primary {
    width: 75%;
    background-color: #fff;
    border: 1px solid #f9a620;
    color: #104911;
    font-size: 1.1em;
    font-weight: bold;
}

.container-fluid .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#footer p {
    color: #fff;
}

#footer a:not(.btn) {
    color: #a8d5e2;
}

.header-right {
    float: right;
    height: 56px;
}

.arrow-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 30px 0 0;
}

/*.arrow-wrapper > * {
    margin: 0 20px;
}*/

.arrow-up {
    width: 100%;
    height: 120px;
    background-color: #104911;
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.img-clip-block {
    margin: 20px 0 0 0;
}



.img-clip-row {
    text-align: center;
}

.img-clip-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.triangle-overlay {
    width: 100%;
    height: 120px;
    background-color: #104911;
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.triangle-overlay-content {
 position: absolute;
    left: 35%;
    right: 35%;
    bottom: 0%;
}

.triangle-overlay-content h3 {
    margin-bottom: 15px;
}

.min-h-1000 {
    min-height: 1000px !important;
}

.bg-gradient-primary-secondary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#104911+0,548c2f+60 */
    background: rgb(16,73,17); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(16,73,17,1) 0%, rgba(84,140,47,1) 60%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(16,73,17,1) 0%,rgba(84,140,47,1) 60%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(16,73,17,1) 0%,rgba(84,140,47,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104911', endColorstr='#548c2f',GradientType=1 ); /* IE6-9 */
}

.section-gradient-secondary-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#104911+0,548c2f+60 */
    background: rgb(16,73,17) !important; /* Old browsers */
    background: -moz-linear-gradient(left, rgba(84,140,47,1) 0%, rgba(16,73,17,1) 60%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(84,140,47,1) 0%, rgba(16,73,17,1) 60%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(84,140,47,1) 0%, rgba(16,73,17,1) 60%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#548c2f', endColorstr='#104911',GradientType=1 ) !important; /* IE6-9 */
}

#aboutUs .counters strong {
    display: inline !important;
}

.social-icons li a {
    height: 2em !important;
    width: 2em !important;
    line-height: 2em !important;
    font-size: 1em !important;
}

.btn:focus {
    background: linear-gradient(135deg, #104911 0%, #548C2F 80%) !important;
}

#home-client-help > li {
    line-height: 18px;
}

.height-50 {
    height: 50px;
}

.google-map-iframe {
    height: 500px;
    width: 100%;
    border: 0;
}

.height-200 {
    height: 200px;
}

.height-500 {
    height: 500px;
}

.min-height-315 {
    min-height: 315px;
}

.animation-delay-200 {
-webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.animation-delay-300 {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.animation-delay-600 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.animation-delay-900 {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.animation-delay-1200 {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.animation-delay-1500 {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.text-right {
    text-align: right !important;
}

.font-12 {
font-size: 12px !important;
}

.contact-success-message-hidden {
display: none;
}

.contact-success-message-visible {
display: block;
}

.aspect-16-9 {
    object-fit: cover;
}

.card.hidden {
    display: none;
}

.bio-card {
    margin-left: 20px;
    max-height: 305px;
    border-radius: 0;
    border: 2px solid #fefefe;;
}

.bio-card-detail {
    margin-left: 0;
}

.bio-card img {
    max-width: 240px !important;
    max-height: 300px !important;
}

.bio-card .card-img-overlay {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
}

.bio-card .card-img-overlay .card-title {
    color: white; 
    font: 1rem "Open Sans", Arial, sans-serif; 
    /* background: #104911;*/ /* fallback color */
    /* background: rgba(16, 73, 17, 0.7); */
    background: #212529; /* fallback color */
    transition: all 0.3s;
	background: rgba(33, 37, 41, 0.8);
    letter-spacing: .05rem;
    padding: 10px;
}

.bio-card .card-img-overlay .card-text {
	font-size: 0.58rem;
	font-weight: 300;
	letter-spacing: 0rem;
	text-transform: uppercase;
	z-index: 2;
	line-height: 2.3;
    color: #fff;
}

.bio-card-detail {
    border: 2px solid #212529 !important;
}

.bio-card:hover {
    cursor: pointer;
    border: 2px solid #212529;
}



.bio-card:hover .card-title {
	background: rgba(33, 37, 41, 0.9);
}

.bio-card .card-body {
    font-size: .75rem;
    padding: 15px 10px 15px 10px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
}

.bio-card .close-bio:hover {
    color: #000;
}

.bio-card .bio-show-more:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.5);
}



@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

@media screen and (max-width: 768px) {

    .bio-card {
        margin-left: 0 auto;
        max-height: 610px;
    }

    .bio-card .card-body {
        font-size: .75rem;
        padding: 15px 10px 15px 10px;
        max-height: 300px;
        overflow-y: auto;
        background-color: #fff;
    }
}

@media screen and (max-width: 991px) {
    .bio-card img {
        width: 240px !important;
        height: 300px !important;
    }
}





