/*.navbar-nav li:nth-child(1){
	  box-shadow: inset 0px -3px 0px #103184;
}
*/

ul.navbar-nav li.active {
    border-bottom-color: rgb(220, 38, 38) !important;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.navbar {
  margin-bottom: 0px !important;
}

.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
  border-bottom: solid 3px #103184 !important;
}
.navbar-default .navbar-brand {
  color: #b0b0b0;
  box-shadow: inset 0px -3px 0px #103184
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #6f6f6f;
  background-color: #ffffff;
  box-shadow: inset 0px -3px 0px #103184
}

legend {
  font-size: 18px;
}

.modal-backdrop{
	z-index:1000;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color:#dddddd;
}


element.style {
}

.lg\:mb-6 {
    margin-bottom: 1.5rem;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}

div {
    display: block;
}

.lg\:text-2xl {
    font-size: 1.65rem;
    line-height: 2rem;
}

.lg\:block {
    display: block;
}
.text-lightBlue {
    --tw-text-opacity: 1;
    color: rgb(0 0 143 / var(--tw-text-opacity));
}
.font-semibold {
    font-weight: 600;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.font-sans {
    font-family: Source Sans Pro,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}
html, body {
	font-family: Source Sans Pro,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
    font-size: 14px;
	line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(27 38 60 / var(--tw-text-opacity));
}
body {
    margin: 0;
    line-height: inherit;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Source Sans Pro,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
}

.container {
    width: 1280px;
}

.main-nav-container {
    position: relative;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.main-nav.is-sticky .main-nav-container::after {
    --tw-content: none;
    content: var(--tw-content);
}


.main-nav-container::after {
    position: absolute;
    bottom: -1px;
    left: 1.5rem;
    right: 1.5rem;
    height: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-content: "";
    content: var(--tw-content);
}

.btn-primary-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 143 / var(--tw-bg-opacity))!important;
    --tw-text-opacity: 1!important;
    color: rgb(255 255 255 / var(--tw-text-opacity))!important;
}

.btn-primary-black {
    --tw-border-opacity: 1!important;
    --tw-text-opacity: 1!important;
    color: rgb(0 0 143 / var(--tw-text-opacity))!important;
    border-color: rgb(0 0 143 / var(--tw-border-opacity))!important;
}

.btn-primary {
    font-size: 1rem!important;
    line-height: 1.5rem!important;
    text-transform: uppercase!important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter!important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)!important;
    transition-duration: 0.15s!important;
    border-width: 1px!important;
    padding: 0.75rem 1.5rem!important;
}


.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:hover {
    color: #2f5fef;
    background-color: #e6e6e6;
    border-color: #1040d1;
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
font-size: 1rem!important;
    line-height: 1.5rem!important;
    text-transform: uppercase!important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter!important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)!important;
    transition-duration: 0.15s!important;
    border-width: 1px!important;
    padding: 0.75rem 1.5rem!important;
}