/* Minification failed. Returning unminified contents.
(432,34): run-time error CSS1046: Expect comma, found '0'
(432,38): run-time error CSS1046: Expect comma, found '/'
 */
/*# Source Sans Pro regular #*/
@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

/*# Source Sans Pro italic #*/
@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Italic.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}

/*# Source Sans Pro bold #*/
@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-SemiBold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
    font-family: "Source Sans Pro";
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
}

h1 {
    margin-top: 0.5rem;
}

/* Wrapper around the entire body of the page */
#wrapper {
    cursor: default; /*Force no Ibar cursor unless it's a text control.*/
}

body {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: #1C1C1C;
    background-color: #fff;
}

.topbar {
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    background-image: url(/Images/Default_Banner.jpg);
    background-size: cover;
    background-position: center;
}

#logos {
    background: url(/Images/AG_Yost.png) no-repeat left;
    height: 100px;
}

.hidden {
    display: none;
}

.error,
.validation-summary-errors {
    color: #d9534f;
    font-weight: normal;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #354851;
    text-decoration: none;
    background-color: transparent;
}

a:hover, a:focus {
    color: #354851;
    text-decoration: none;
}

.emailLink {
    color: #166aaa;
    background-color: transparent;
}

.emailLink:hover, .emailLink:focus {
    color: #166aaa;
    text-decoration: underline;
    background-color: transparent;
}

.nameChangeEmailLink {
    color: #166aaa;
    background-color: transparent;
}

.nameChangeEmailLink:hover, .nameChangeEmailLink:focus {
    color: #166aaa;
    text-decoration: underline;
    background-color: transparent;
}

.selectedOfficerEmail {
    color: #166aaa;
}

.selectedOfficerEmail:hover, .selectedOfficerEmail:focus {
    color: #166aaa;
    text-decoration: underline;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="file"] {
    display: block;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: .4rem 1.2rem;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #fff;
    background: #354851;
    border: 2px solid #fff;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #fff;
    color: #465d6b;
    border-color: #465d6b;
}

.btn-primary:active, .btn-primary.active {
    background-color: #354851;
    border-color: #465d6b;
}

.btn-xs {
    padding: 1px 5px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.form-group {
    margin-bottom: 15px;
}

.form-group.required > .col-form-label:after {
    content: "*";
    color: #d9534f;
    font-weight: bold;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.navbar {
    position: relative;
    height: 4rem;
    padding: 0;
    background: #465d6b;
    color: #fff;
}

.navbar:after {
    content: '';
    display: block;
    height: 3px;
    background: #b8974d;
    z-index: 50;
}

.navbar-nav > li > a, .nav-link {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding-left: 0 !important;
}

.navbar-nav > li > a:hover, .nav-link > a:hover {
    color: #b8974d;
}

.navbar-nav > li {
    float: left;
    padding-right: 10px;
}


div.nav-link:hover {
    color: #f8f9fa !important;
}

.navbar-toggler {
    border: 1px solid white;
}

.navbar-header {
    color: white;
    padding-right: 16px;
    padding-top: 8px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.alert {
    margin-bottom: 0;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.mvc-grid {
    font-size: 14px !important;
}

.mvc-grid-dropdown {
    width: 125px !important;
}

.form-select {
    font-size: 14px !important;
}

.lightCopy {
    font-size: 14px;
    color: #666;
}

.primaryCopy {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.panel {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: .75rem 1.1rem;
    background-color: rgba(0,0,0,.03);
    cursor: pointer;
    border-bottom: 0;
}

.panel-heading .collapsed:before {
    content: '';
    width: 24px;
    height: 24px;
    float: right;
}

.panel-heading .collapsed:before {
    background: url(/Images/icons8-expand-arrow-24.png) no-repeat center;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    cursor: pointer;
}

.drop-shadow {
    -webkit-box-shadow: 5px 5px 7px #999999;
    box-shadow: 5px 5px 7px #999999;
}


.tooltip-inner {
    background-color: #354851!important;
    color: #fff;
}

.text-bold-underline {
    font-weight: bold;
    font-style: normal; /* Removes italics */
    text-decoration: underline;
}

.supportingDocumentsCollapsable > .fa {
    padding-top: 8px;
}

.supportingDocumentsCollapsable {
    display: inline-flex;
    cursor: pointer;
    user-select: none;
}

.mvc-grid-pager .active, .mvc-grid-pager .active:focus, .mvc-grid-pager .active:hover {
    background-color: #354851;
    color: #ffffff;
}

.mvc-grid tr:hover {
    background-color: #f8f9fa !important;
}

a[href="#"] {
    color: #b8974d;
    font-weight: 600;
}

.dropdown-menu {
    top: 130%;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-item {
    padding: 0.5rem 1.2rem;
    border-bottom: 1px solid #d8d8d8;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #354851;
}

/*# Footer #*/
.footer-col {
    overflow: hidden;
    margin-bottom: .5rem;
}

.contact-title {
    padding: .6rem 0;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-link {
    display: block;
    text-decoration: underline;
}

.footer-link:hover {
    text-decoration: none;
}

.footer-container {
    background: #465d6b;
    padding: 1rem 0 0;
    color: #fff;
}

.navbar-expand-md {
    border-bottom: 3px solid #b8974d;
}

.float-right {
    float: right !important;
}

.float-right img {
    height: 100px;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.color-box {
    border: 1px solid #eee;
    border-radius: .25rem;
    margin-bottom: 1em;
}

.shadow {
    background: #f8f9fa;
    padding: 3px;
}

.note-icon {
    background-image: url(/Images/Calendar_Note.png);
}

.info-tab {
    float: left;
    margin-left: -16px;
    width: 50px;
    height: 52px;
    display: inline-block;
    position: relative;
    top: 8px;
}

.note-box {
    padding: 10px 8px 8px 40px;
}

.lead-paragraph {
    font-weight: bold;
}

.required {
    color: #6d091c;
}

.print {
    color: #b8974d;
    font-weight: 600;
}

.contact {
    text-decoration: underline;
}

.mr-3 {
    width: 160px;
    margin-right: 0 !important;
}

.title-tab {
    margin-left: 0.5rem;
    font-weight: 600;
}

.media-body p {
    margin-left: 0.5rem;
}

.phone {
    text-decoration: none;
    color: #fff;
}

.copyright {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #354851;
    color: #fff;
}

.copyright a {
    color: #fff;
}

.grid-col-large-width {
    width: 220px;
}

.text-justify {
    text-align: justify !important;
}

.spinneroOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 40%;
    left: 0px;
}

.spinneroOverlayOpacity {
    filter: opacity(0.5);
}
