



.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type=number] {
  -moz-appearance: textfield;
}

blockquote {
  margin-left: 40px;
}

.carousel-caption:hover {
  color: white;
  text-decoration: none;
}

img {
  max-width: 100%;
}


.logo-font {
  font-family: 'Cormorant', serif;
}

.title-font {
  font-family: 'Merriweather', serif;
}

.text-font {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400px;
}

.mobile-brand-font {
  font-family: 'Cinzel', serif; 
  font-weight: 600; 
}

@media screen and (min-width: 401px) {
  .mobile-brand-font {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .mobile-brand-font {
    font-size: 12px;
  }
}


.circle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0 6px;
  border: 1px solid #00274C;
  text-align: center;
}


.header-buttons {
  font-size:13px;
  font-weight:300;
}

.header-buttons:focus {
  outline: 2px solid white;
}

.footer-buttons:focus {
  outline: 2px solid white;
}

.carousel-control-next:focus {
  outline: 2px solid gray;
}

.carousel-control-prev:focus {
  outline: 2px solid gray;
}

.add-focus:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.focus-anchor:focus {
  outline: none;
}





.bg-none {
    background-color: rgba(0,0,0,0);
}

.faded-text {
  background: -webkit-linear-gradient(#333 60%, rgba(0,0,0,0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.summary.collapsing {
  transition: none !important;
}

.site-width{
  max-width:1160px;
}


.carousel-item img {
  object-fit: cover;max-height: 500px;
}


.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-height {
    height: 275px;
}

.footer-circle {
  margin-top: -34px;
  left: calc(50% - 113px);
  height: 113px;
  width: 226px;
  position:absolute;
  border-radius: 226px 226px 0 0;
  display: inline-block;
}

.anchor {
  display: block; 
  height: 180px; 
  margin-top: -180px; 
  visibility: hidden;
}

.sidebar-sticky {
  position: fixed;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
}


.card-cover {
  background-color: rgba(0,0,0,0);
}
.card-cover .btn {
  color: rgba(0,0,0,0) !important;
  border: rgba(0,0,0,0) !important;
}

.card-cover:hover {
  background-color: rgba(0,0,0,0.6);
}

.card-cover:hover .btn {
  color: white !important;
  border:1px solid white !important;
}


.page-content p {
  margin-bottom: 12px;
}

.page-content {
  margin-bottom: 30px;
}

.page-content ul li {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px !important;
}



.field-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.field-scroll::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.field-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(236, 236, 236, 0.938);
  background-color: rgba(122, 122, 122, .7);
}






.list-group-item {
  border: 0 !important;
  font-weight: 500;
}

.list-group-item:hover {
  background-color: rgba(0,0,0,.05) !important;
}

.form-control {
  border-radius: 0 !important;
}

.btn {
  border-radius: 0 !important;
}

.navbar .nav .nav-item .nav-link {
  color: black !important;
  font-weight: 300 !important;
  font-size:14px !important;
  margin:0 !important;
  padding: 8px !important;
  border-right: 1px solid #E3E3E3 !important;
  font-family: 'Montserrat';
}

.navbar .nav .nav-item {
  padding: 0px;
  margin-top: -2px;
  margin-bottom: 0px;
}

.header-buttons {
  font-size:13px;
  font-weight:300;
}


.navbar .nav .nav-item .nav-link:hover {
  background-color: rgba(0,0,0,.1) !important;
}






.select2-container .select2-selection--single {
    height: 31px !important;
    border-radius: 0rem !important;
    border: 0px solid #ced4da  !important;
}
.select2-container .select2-selection--multiple {
    border-radius: 0rem !important;
    border: 0px solid #ced4da  !important;
}

.select2-selection--single .select2-selection__rendered {
    line-height: 31px !important;
    font-size: 14px !important;
}

.select2-selection--multiple  .select2-selection__rendered {
    line-height: 18px !important;
    font-size: 14px !important;
    padding-left: 0px !important;
}

.select2-dropdown {
  border: 0 !important;
}

.select2-selection__choice {
  border-radius: 0rem !important;
  border: 1px solid #ced4da  !important;
  background-color: rgba(255, 203, 5, 0.4) !important;
  margin-left: 8px !important;
}

.select2-search__field {
  padding-left: 8px !important;
  border: 0 !important;
  width: 100% !important;
}

.select2-search--inline {
  width: 100% !important;
}

.select2-selection__placeholder {
  color: dimgray !important;
}

.select2-selection__arrow {
    height: 30px !important;
}
.select2-results__options {
  font-size: 14px !important;
}








