﻿/* Generated by less 2.5.1 */
@import url('https://fonts.googleapis.com/css?family=Amiri:400,400i,700,700i|Montserrat:300,800&display=swap');

@media only screen and (min-width: 100px) {
    
    body {
        background-color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        color: #333;
        font-size: 15.5px;
    }
    .logo-container img {
        width: 100%;
        padding: 10px;
    }
    h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 55px;
        color: #041c71;
    }

        h1.pageTitle {
            margin: 10px 0 60px 0;
        }

    h2 {
        font-size: 48px;
        font-weight: 800;
        color: #666;
        font-family: 'Amiri', serif;
        color: #00284d;
    }

        h2 small {
            display: block;
            margin-bottom: 5px;
            font-weight: 300;
            font-size: 16px;
            color: #333;
            font-family: 'Montserrat', sans-serif;
        }

        h2.bottom {
            position: relative;
            padding-bottom: 5px;
            margin: 0 0 30px 0;
        }

            h2.bottom:after {
                content: '';
                position: absolute;
                bottom: 0;
                lefT: 0;
                height: 3px;
                width: 150px;
                background-color: #ddd;
            }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-weight: 800;
        font-size: 26px
    }
    p {
        font-size:17px;
    }
    .mb-30 {
        margin-bottom: 30px;
    }

    .btn {
        border-radius: 0;
        text-transform: uppercase;
    }

    .btn-primary {
        border: 3px solid #1a4480;
        color: #1a4480 !important;
        background: #fff;
        padding: 10px 20px;
        transition: 0.1s ease all;
        margin-bottom: 20px;
        font-weight: 700;
        width:auto;
    }
    .btn-primary.wizardStartStep{
        width:100%;
    }
        .btn-primary:hover,
        .btn-primary:focus,
        .btn-primary:active {
            border-color: #1a4480;
            background: #1a4480;
            color: #fff !important;
        }

    .navbar-portalbar-v3 .icon-stack .icon-kygov-text {
        color: #dddddd;
    }

    .navbar-portalbar-v3 .governor {
        color: #dddddd;
    }

    .navbar-portalbar-v3 {
        background-color: #00284d;
        background: linear-gradient(to bottom, #00284d 0%, #00284d 100%);
        border-color: #000e1a;
    }

        .navbar-portalbar-v3 .navbar-toggle,
        .navbar-portalbar-v3 .navbar-toggle:hover,
        .navbar-portalbar-v3 .navbar-toggle:active,
        .navbar-portalbar-v3 .navbar-toggle:focus {
            background: #00284d;
            background: rgba(0, 40, 77, 0.4);
        }

        .navbar-portalbar-v3 .navbar-nav > li > a {
            color: #dddddd;
            text-shadow: none;
        }

        .navbar-portalbar-v3 .navbar-brand {
            color: #dddddd !important;
            padding: 11px 10px 10px 0;
            margin-left: -5px !important;
        }

        .navbar-portalbar-v3 .navbar-nav > li > a:hover,
        .navbar-portalbar-v3 .navbar-nav > .open > a,
        .navbar-portalbar-v3 .navbar-nav > .open > a:hover,
        .navbar-portalbar-v3 .navbar-nav > .open > a:focus {
            background: #00284d;
            background: rgba(0, 40, 77, 0.4);
            color: #dddddd;
            text-shadow: none;
        }

        .navbar-portalbar-v3 .search-toggle,
        .navbar-portalbar-v3 .login-toggle {
            color: #dddddd;
        }

        .navbar-portalbar-v3 .navbar-text-kytagline {
            color: #dddddd;
            padding-top: 15px;
        }

        .navbar-portalbar-v3 .input-group .form-control {
            border-radius: 6px 0 0 6px !important;
            border: 0;
            border-right: 0;
        }

        .navbar-portalbar-v3 .input-group .btn-search-form {
            border-radius: 0 6px 6px 0 !important;
            color: #888;
            background-color: #888;
            border-color: #888;
        }

            .navbar-portalbar-v3 .input-group .btn-search-form i {
                color: #fff;
            }

        .navbar-portalbar-v3 .app-usagovsearch {
            margin-top: 6px;
            margin-bottom: 6px;
        }


    main {
        padding: 40px 0;
    }

    footer {
        background: #338ad0;
        padding: 20px 0;
        font-size: 14px;
    }

        footer h4,
        footer p,
        footer a {
            color: #ffffff !important;
        }

        footer .footer-social a i {
            font-size: 30px;
            color: #FFF !important;
        }

        footer .footer-logo {
            height: 50px;
            margin-bottom: 15px;
        }

            footer .footer-logo + p {
                margin-bottom: 0;
            }




    .logo-container {
        margin-bottom:25px;
    }

}

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

    .logo-container img {
        width: 100%;
        padding: 20px 70px;
    }
        .logo-container img.seal {
            padding-top:30px
        }
        .logo-container img.teamky {
            padding: 30px 100px 20px 100px
        }

        footer .footer-social,
        footer .footer-links {
            float: right;
        }


}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
   
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .lg-pad {
        padding: 30px;
    }
}

/* master page over rides for forms services */
.footerRow > .container {
    background:transparent !important;
    text-align:initial;
    border:0;
    color:#fff !important;
    padding:0;
}


/* new styles */
.header-img {
    margin-bottom:20px;
}


h4 {
    font-size: 26px;
}

p {
    font-size: 17px
}

hr {
    border-top: 1px solid #ddd;
}

.rblRepeatDirectionVertical {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
}

    .rblRepeatDirectionVertical .radio {
        width: 33%;
        order: 1;
        flex-grow: 1;
        margin: 0;
        padding: 10px;
    }

        .rblRepeatDirectionVertical .radio label {
            position: relative;
            background: rgb(230, 233, 237);
            display: block;
            text-align: center !important;
            padding: 16px;
            font-size: 16px;
            font-weight: 600;
            z-index: 20;
            color: #222;
            border-radius: 6px;
        }

            .rblRepeatDirectionVertical .radio label.active {
                background: rgb(0, 112, 204);
                color: #fff;
            }

        .rblRepeatDirectionVertical .radio input[type=radio] {
            position: absolute;
            clip: rect(0,0,0,0);
            pointer-events: none;
        }

.form-actions {
    margin-left: 0%;
    background: transparent;
    margin-right: 0%;
    text-align: center;
}

@media (min-width: 768px) {
    .donate-options .col-sm-3.control-label {
        text-align: left !important;
    }

    .form-actions {
        margin-left: 51%;
        position: relative;
        top: -50px;
        margin-bottom: -50px
    }
}

.form-actions .btn-primary {
    display: block;
    width: auto;
    margin-top: 40px;
}
.form-actions .btn-primary.wizardStartStep{
    width:100%;
}
.drop-here .col-sm-3,
.drop-here .col-sm-9 {
  width:100% !important;
}
.drop-here .form-group label {
    text-align: left ;
}
.drop-here .form-group.donate-options-other,
.drop-here .form-group.inhonor,
.drop-here .form-group.fundraiser {
   margin-left:-5px;
   margin-right:-5px;
   margin-bottom:0px;
}
.g-recaptcha {
    padding-left:10px;
}
@media only screen and (min-width : 768px) {
    .options-adjust {
        padding:0px 10px;
    }
        .donate-options .col-sm-9 {
            width: 100%;
        }
}
