html body {
    min-width: 289px;
    background-color: #002e5d;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.form-header {
    /*uncomment to set a min height of header*/
    /*min-height: 150px;*/
    max-width: 800px;
    /*uncomment to center logo on header*/
    margin-right: auto;
        margin-left: auto;
    -webkit-font-smoothing: antialiased;
}

.form-header-content {
    display: block;
    width: 100%;
    margin-top: 10px;
    background-color: #ffc72d;
   
}

    .form-header-content .logo:after {
        /*Uncomment below to center logo on header*/
        /*margin-left: auto;
            margin-right: auto;*/
        /*set url to image you wish to display for logo, set width to resize*/
        content: url("/Content/org/MKCXKW0YJCYGOQJ7/Bgesh_FinalLogoArt_Wordmark_Print_Navy.svg");
        width: 40%;
       
    }

#formBody {
    margin-top: 35px;
    margin-bottom: 35px;
}

.form-container {
    position: relative;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    top: 25px;
    margin-bottom: auto;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}

.form-horizontal {
    margin: 1em;
}

    .form-horizontal .control-group {
        margin-bottom: 15px;
    }

    .form-horizontal .control-label {
        float: left;
        width: 185px;
        text-align: left;
        margin-right: 15px;
        font-weight: 400;
        color: #333333;
    }

    /*Hides grid labels*/
    .form-horizontal .label-div-grid .control-label {
        display: none;
    }

.form-control, .k-numerictextbox {
    width: 300px;
}

/* Bgesh Settings for Input Fields */
.control-group .control-label label{font-weight: normal;}
.control-group .control-label{
    float: left;
    width: 100%;
    max-width: 205px;
    margin-top: 15px;
	text-align: left !important;
	padding-top: 0 !important;
}
.control-group .control-div{
    display: inline-block;
    width: 100%;
    max-width: 355px;
    position: relative;
}
.control-group .control-div input {
    box-shadow: none !important;
    padding: 6px 12px;
    width: 100%;
    border-radius: 0;
    height: 48px;
    font-size: 14px;
    border: none;
    background-color: #fff4d5;
}
.control-group .control-div.control-div-dropdown .k-dropdown {
    box-shadow: none !important;
    width: 100%;
    padding: 0 0;
    border-radius: 0;
    height: 48px;
    font-size: 14px;
    border: none;
    background: #fff4d5;         
}
.k-dropdown .k-dropdown-wrap {
    background-color: #fff4d5 !important;
    border-color: #002d5e !important;
    display: inline-block;
    width: 100%;
    padding: 0 !important;
    border: none !important;
	height: 100%;
}
.k-dropdown .k-dropdown-wrap .k-icon::before{top: 10px;}
.control-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.k-widget.k-datepicker {
    display: inline-block;
    width: 100%;
	border: none;
}
.k-picker-wrap.k-state-default {
    border: none !important;
    border-radius: 0 !important;
	background-color: #fff4d5 !important;
}
.control-group .control-div.control-div-date .k-picker-wrap input {
    border-radius: 0 !important;
    display: inline-block;
    width: 100% !important;
    border-radius: 0 !important;
    border: none !important;
	padding: 0 !important;
	height: 35px !important;
	background-color: #fff4d5 !important;
}
.control-group .control-div.control-div-dropdown .k-dropdown-wrap .k-input {
    line-height: 33px !important;
}
.control-div.control-div-textarea textarea {
    box-shadow: none !important;
    background-color: #fff4d5;
    border-radius: 0;
    height: 100px;
    font-size: 14px;
    border: none;
    resize: none;
}
.k-list-container {
    border-color: rgba(0, 0, 0, .2);
    background-color: #fafafa;
}

/* End Bgesh Input Field Settings */


.requiredfield {
    font-weight: 700;
    color: tomato;
}

    .requiredfield:after {
        content: " *";
    }

.k-button.k-primary{
    text-align: center;
    display: inline-block;
    font-size: 18px;
    background-color: #002d5e;
    color: #ffc72c;
    border: 1px solid #ffc72c;
    border-radius: 10px;
    padding: 8px 42px 8px;
	cursor:pointer;
}

.k-button.k-primary:hover {
    border: 1px solid #002d5e;
    background-color: #ffc72c;
    color: #002d5e;
}

.k-primary, .k-button, a.k-button.k-button-icontext.k-grid-add {
    background-color: #ffc72c;
    border-color: #ffc72c;
    color: #002e5d;
}

#upload-files-section .k-upload-button {
background-color: tomato;
border-color: #indigo;
}

#upload-files-section .k-upload-button a {
    display: inline-block;
    padding: 10px 15px;
    background-color: #002d5e;
    color: #fafafa;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

#upload-files-section .k-upload-button a:hover {
background-color: #ffc72c;
border-color: #002d5e;
}


.toolbar {
    text-align: center;
}

.k-grid-header .k-header, .k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link, .k-pager-info, .k-scheduler-agendaview .k-scheduler-datecolumn, .k-scheduler-header {
    color: #333333;
}

.k-grid {
    border: 0;
}

.k-grid-header, .k-grid-header-wrap, .k-header, k-grid-content {
    border: 0;
    background-color: #F9F9F9;
}

.k-grid-toolbar {
    border: 0;
    background-color: transparent;
}

span.fa.fa-times {
    padding-right: 0;
}

.k-upload {
    margin-bottom: 0;
    /*uncomment to give upload control a border*/
    border: 1px solid #ffc72c;
    border-bottom-color: #ffc72c;
    background-color: transparent;

}

.file-upload-footer {
    margin-bottom: 30px;
    background-color: #fafafa;
    text-align: center;
}

    .file-upload-footer span {
        margin-left: 10px;
        font-size: .9em;
    }

button .fa {
    line-height: inherit;
    width: auto;
    margin-left: 0;
    padding-left: 4px;
    padding-right: 4px;
}

button .k-sprite.fa {
    font-size: inherit;
    overflow: inherit;
}

.k-multiselect.k-header {
    padding-bottom: 4px;
}

.form-horizontal .control-label {
    display: inline-block;
}

.control-div {
    display: inline-block;
}

.control-div-multiselect {
    border: 1px solid #bfbfbf;
}

.textarea {
    resize: vertical;
}

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.control-group {
    overflow: hidden;
    padding-bottom: 4px;
}

    .control-group > .control-label > label {
        display: inline;
    }

    .control-group > .control-div-checkbox > label {
        width: 300px
    }


.captcha-formatting {
    padding-top: 25px;
    padding-bottom: 10px;
}

.acknowledgement-formatting {
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #002d5e;
    box-shadow: 1px 1px 1px rgba(0,0,0,.085);
    background-color: #fafafa;
}

.consent-formatting {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #d3d3d3;
    box-shadow: 1px 1px 1px rgba(0,0,0,.085);
    background-color: #E7FFFF;
}

@media (max-width:768px) {
    .form-container {
        top: 0;
    }

    .form-horizontal .control-label {
        padding-top: 7px;
        margin-right: 0;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
    }

    /*Uncomment to left align grids with inputs. Must set left equal to control-label width plus margin*/
    /*.control-div-grid, .control-div-textarea {
          margin-left: 200px;
      }*/
}
/* Bgesh Form Footer */
.form-footer {
    background-color: #fafafa;
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: auto;
    gap: 15px;
}

.form-footer .horizontal-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.form-footer .horizontal-list li {
    flex: 1 1 200px;
    text-align: center;
}

.form-footer .horizontal-list li a {
    display: inline-block;
    padding: 10px 15px;
    background-color: #002d5e;
    color: #fafafa;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.form-footer .horizontal-list li a:hover {
    background-color: #ffc72c;
    color: #002d5e;
}

/* Social media icon on a new row */
.form-footer .horizontal-list.social {
    display: flex;
    justify-content: flex-start;
}
.form-footer .horizontal-list.social li a {
    background-color: transparent;
    color: #002d5e;
    text-decoration: underline;
    text-decoration-color: #ffc72c;
    font-size: 20px;
    padding: 0;
}
.form-footer .horizontal-list.social li a:hover { background-color: #fff4d5  !important;  color: #fff  !important;}
/* End Bgesh Form Footer */