@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap);
/*run sass
sass --watch scss/main.scss css/main.css
*/
/*Partials*/
/*Colors*/
/*IAG Blue*/
/*IAG Green*/
/*IAG Gold*/
/*IAG Bronze*/
/*Yellow*/
/*Body text*/
/*Links*/
/*United Nations Blue*/
/*Alice Blue*/
/*Cerulean Blue*/
/*Additional colors*/
/*Cultured*/
/*Oxford Blue*/
/*Border color*/
/*Alerts*/
/*Font weights*/
/*BUTTONS*/
/*Primary button*/
/*Secondary button*/
/*Grey button*/
/*TYPROGRAPHY*/
/*Introductory Text*/
/*ALERTS*/
.alert-success {
  background-color: #119DA4;
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
  /*18px*/
  line-height: 1.263rem;
}

/*@import "theme/typehead";*/
/*
//////////  General Styles
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.5rem;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #4E4E4E;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  padding: 0 !important;
  margin: 0;
  height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  color: #4E4E4E;
  word-wrap: break-word;
}

h1 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.75rem;
}

h2 {
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 2.25rem;
}

h3 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.875rem;
}

h4 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
}

a {
  color: #5689E4;
}

a,
a:visited {
  background-color: transparent;
  text-decoration: none;
}

a:hover,
a:active {
  border-bottom: none;
  outline: 0;
}

a:focus {
  border-bottom: none;
}

a img {
  border: 0;
}

li {
  margin-bottom: 0.5rem;
}

/*
//////////  Colour Styles
*/
.bg-primary {
  background-color: #1B2859 !important;
}

.text-primary {
  color: #1B2859 !important;
}

.bg-secondary {
  background-color: #5689E4 !important;
}

.text-secondary {
  color: #5689E4 !important;
}

.bg-tertiary {
  background-color: #EEF3FC !important;
}

.text-tertiary {
  color: #EEF3FC !important;
}

.bg-darkblue {
  background-color: #0D1932 !important;
}

.iag-border {
  background: linear-gradient(90deg, #1b2859 0%, #66ba47 50%, #ffb314 100%);
  height: 4px;
  display: block;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.tooltip-inner {
  background-color: #1B2859;
}

.mask {
  top: auto;
}

/*Hide Borders*/
@media (max-width: 1399.98px) {
  .border-xl-none {
    border: 0 !important;
  }
}

@media (max-width: 1199.98px) {
  .border-lg-none {
    border: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .border-md-none {
    border: 0 !important;
  }
}

.modal-thumb {
  max-height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-light {
  background-color: #fafafa !important;
}

.success {
  color: #119DA4;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

/*Additional CSS*/
.autocomplete-suggestions {
  margin: 12px 0;
  max-width: 85vh !important;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 48vh !important;
  overflow-y: scroll;
  padding: 0px 0px 5px 0px;
}

.autocomplete-suggestion {
  line-height: 35px !important;
  font-size: 18px !important;
  font-family: "Nunito", sans-serif;
  padding: 5px 20px;
}

.autocomplete-suggestion:hover {
  background: rgba(137, 207, 239, 0.3);
  cursor: pointer;
}

.drop-left {
  right: 0;
  left: auto;
}

.green-top {
  border-top: 5px solid #66BA47 !important;
}

.font-bold {
  font-weight: 700 !important;
}

#health-rating_star {
  display: inline-block;
}

.pagination {
  webkit-box-pack: start !important;
  justify-content: flex-start !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.dataTables_paginate {
  padding-bottom: 0px !important;
}

.custom-table thead {
  display: none !important;
}

.custom-table .info_result .dataTables_info {
  padding-top: 0px !important;
}

.custom-table .table-pagination, .custom-table .pagination, .custom-table .tablepagination div {
  margin-top: 0px !important;
  text-align: left !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.custom-table td {
  padding: 0px !important;
}

.custom-table .table-striped > tbody > tr:nth-of-type(odd) > *,
.custom-table .table-striped > tbody > tr:nth-of-type(even) > * {
  --mdb-table-accent-bg: rgb(250 250 250);
}

.custom-table.table > :not(caption) > * > * {
  background-color: none !important;
  border-bottom-width: 1px;
  box-shadow: none !important;
}

.custom-table.table-bordered > :not(caption) > *, #incident_location_results_table, #incident_location_results_table tbody {
  border-width: 0px 0;
}

.custom-table.table, .custom-table tr, .custom-table td, .custom-table tbody {
  border: none !important;
  background: none !important;
}

.accordion-item td {
  min-width: 100px;
}

#map-slider-container .thumb.active {
  display: none !important;
}

.sticky_div {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.popper_dropdown {
  right: 0;
  left: auto;
}

.dropdown .dropdown-menu .dropdown-item-custom:hover {
  background-color: #EEF3FC !important;
  color: #000 !important;
  box-shadow: 0px 0px !important;
  border-radius: 0.5rem !important;
}

.dropdown .dropdown-menu, .dropleft .dropdown-menu, .dropright .dropdown-menu, .dropup .dropdown-menu {
  padding: 0px !important;
}

.feedback-icon {
  font-size: 25px;
  padding: 8px;
  margin: 5px;
}

.feedback-icon:hover {
  background: #EEF3FC;
  cursor: pointer;
}

.btn.btn-green {
  background-color: #BBF1F1 !important;
  color: #008080;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid #008080;
  margin: 0;
  font-weight: 600;
  box-shadow: none;
}

.hide-on-load {
  display: none;
}

.cascading-admin-card .admin-up {
  margin-left: 4%;
  margin-right: 4%;
  margin-top: -20px;
}

.cascading-admin-card {
  height: 167px;
}

.cascading-admin-card .admin-up .fas {
  padding: 1.7rem;
  font-size: 2rem;
  color: #fff;
  text-align: left;
  margin-right: 1rem;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2), 0 2px 13px 0 rgba(0, 0, 0, 0.19);
}

.cascading-admin-card .admin-up .data {
  float: right;
  margin-top: 2rem;
  text-align: right;
}

.iag-service-provider, .iag-cost-container, .iag-core-partner {
  padding-left: 10px;
  padding-right: 10px;
}

.btn-primary:hover {
  color: #0b51c5 !important;
}

.btn-green:hover {
  color: #fff !important;
  border-color: #1b451d !important;
  background-color: #1b451d !important;
}

table.table a.btn.btn-green {
  color: #008080;
}

.paginate_button.disabled {
  background: rgba(78, 78, 78, 0.06);
}

.emtpy-leg-inquire-btn {
  bottom: 2px;
  right: 4px;
}

.dropdown-content {
  max-height: 25.625rem !important;
}

.flight-nav-tab:not(.active) {
  color: #fff !important;
}

.flight-nav-tab:not(.active) {
  color: #fff !important;
}

.flight-nav-tab:hover {
  color: #0e52c1 !important;
}

.dt-center {
  text-align: center;
}

.arbitrip-link {
  font-size: 10px !important;
  display: inline !important;
  width: 60px;
}

#search_blocker {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.form-check-input:disabled {
  display: none;
}

#create_case_form .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  opacity: 1 !important;
}

.case-attachment-btn {
  height: 35px;
}

/*
//////////  Form Styles
*/
.form-control.form-control-lg {
  height: 48px;
}

/*.form-control*/
input[type=checkbox] {
  transform: scale(1.2);
  border: 0.025rem solid #d8d8d8;
  padding: 0.0898rem;
}

/*
//////////  Header Styles
*/
header {
  padding: 0 0 2rem;
  /*.globus-logo*/
  /*.navbar*/
  /* MAIN NAV MIDDLE */
  /*.mainnav*/
  /* RIGHT NAV */
  /*.right-nav*/
  /*MAIN SEARCH*/
  /*.main-search*/
}
header .globus-logo img {
  max-width: 150px;
  height: auto;
  width: 100%;
}
header .navbar {
  margin: 1.5rem 2rem 0.5rem;
  box-shadow: none;
  padding: 0;
  /*.navbar-expand-lg*/
}
@media (max-width: 575.98px) {
  header .navbar {
    margin: 1rem 1rem 1.5rem;
  }
}
header .navbar.navbar-expand-lg {
  /*.navbar-nav*/
}
header .navbar.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem;
  /*&.dropdown-toggle:after*/
}
header .navbar.navbar-expand-lg .navbar-nav .nav-link:after {
  display: block;
  content: "";
  border-bottom: solid 3px #5689E4;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  padding-top: 0.5rem;
}
header .navbar.navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle:after {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  vertical-align: 0.155em;
  margin-left: 0.455em;
}
header .navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover:after {
  transform: scaleX(1);
}
header .mainnav {
  /*ul.dropdown-menu*/
}
header .mainnav ul.dropdown-menu {
  background-color: #0D1932;
  margin-top: 0 !important;
}
@media (max-width: 991.98px) {
  header .mainnav ul.dropdown-menu {
    position: relative !important;
    box-shadow: none;
  }
}
header .mainnav ul.dropdown-menu li {
  margin-bottom: 0;
}
header .mainnav ul.dropdown-menu li a.dropdown-item {
  padding: 1rem 1.5rem;
  display: block;
  color: #fff;
}
@media (max-width: 991.98px) {
  header .mainnav ul.dropdown-menu li a.dropdown-item {
    padding: 0.5rem 1.5rem;
    border-radius: 0;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  header .mainnav ul.dropdown-menu li a.dropdown-item:hover {
    background-color: #1B2859;
    border-left: 5px solid #5689E4;
  }
}
header .right-nav {
  /*.dropdown-menu*/
}
@media (max-width: 991.98px) {
  header .right-nav {
    position: absolute;
    right: 0;
    top: 0;
  }
}
header .right-nav .notifi-intro-container {
  padding: 1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
}
header .right-nav .notifi-intro-container .notifi {
  font-size: 1.125rem;
}
header .right-nav .notifi-intro-container a.mrk-read {
  font-size: 1rem;
  padding: 0;
  color: #5689E4;
}
header .right-nav .dropdown-menu {
  margin-top: 2.125rem;
  min-width: 14rem;
  /*li*/
}
@media (max-width: 575.98px) {
  header .right-nav .dropdown-menu {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.26), 0 4px 6px -2px rgba(0, 0, 0, 0.22);
    margin-top: 1rem;
  }
}
header .right-nav .dropdown-menu::before {
  content: "";
  position: absolute;
  right: 28px;
  top: -25px;
  z-index: 1;
  border: solid 15px transparent;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
header .right-nav .dropdown-menu li {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  /*.dropdown-item*/
}
header .right-nav .dropdown-menu li:last-child {
  border-bottom: 0;
}
header .right-nav .dropdown-menu li .dropdown-item {
  padding: 1rem 1.5rem;
  /*hover*/
}
@media (max-width: 575.98px) {
  header .right-nav .dropdown-menu li .dropdown-item {
    white-space: normal;
    padding: 0.8rem 1rem;
  }
}
header .right-nav .dropdown-menu li .dropdown-item:hover {
  background-color: #EEF3FC;
  /*border-left: 3px solid $link;*/
}
header .main-search {
  /*.location*/
  /*.keyword*/
}
header .main-search .searchdivider {
  position: absolute;
  top: 10px;
  right: 0%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  header .main-search .searchdivider {
    display: none;
  }
}
header .main-search .location {
  background-color: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  /*input*/
}
@media (max-width: 991.98px) {
  header .main-search .location {
    background-color: transparent;
    margin-bottom: 1rem;
  }
}
header .main-search .location input {
  height: 70px;
  border: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1rem 1rem 0rem 2.2rem;
  z-index: 1;
  font-size: 1.2rem;
  z-index: 4;
  background: transparent;
  /*focus*/
}
@media (max-width: 991.98px) {
  header .main-search .location input {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    background: #fff;
    z-index: 3;
  }
}
@media (max-width: 575.98px) {
  header .main-search .location input {
    height: 55px;
    padding: 1rem 1rem 0rem 1.6rem;
    font-size: 15px;
  }
}
header .main-search .location input:focus {
  background-color: #EEF3FC;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  border: 0;
  box-shadow: none;
}
header .main-search .location .field-title {
  position: absolute;
  left: 2.3rem;
  top: 0.5rem;
  z-index: 3;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  header .main-search .location .field-title {
    top: 0.2rem;
    left: 1.7rem;
    left: 1.7rem;
  }
}
header .main-search .keyword {
  background-color: #fff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  /*input*/
  /*button*/
}
@media (max-width: 991.98px) {
  header .main-search .keyword {
    background-color: transparent;
  }
}
header .main-search .keyword input {
  height: 70px;
  border: 0;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 1rem 5rem 0rem 2rem;
  font-size: 1.2rem;
  z-index: 4;
  background: transparent;
  /*focus*/
}
@media (max-width: 991.98px) {
  header .main-search .keyword input {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    background: #fff;
    z-index: 3;
  }
}
@media (max-width: 575.98px) {
  header .main-search .keyword input {
    height: 55px;
    padding: 1rem 1rem 0rem 1.8rem;
    font-size: 15px;
  }
}
header .main-search .keyword input:focus {
  background-color: #EEF3FC;
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  border: 0;
  box-shadow: none;
}
header .main-search .keyword button.search {
  background-color: #5689E4;
  position: absolute;
  right: 0;
  height: 80%;
  border-radius: 2rem;
  color: #fff;
  z-index: 4;
  padding: 1rem 1rem;
}
@media (max-width: 575.98px) {
  header .main-search .keyword button.search {
    padding: 0rem 1rem;
    top: -0.9px;
  }
  header .main-search .keyword button.search img {
    width: 20px;
  }
}
header .main-search .keyword .field-title {
  position: absolute;
  left: 2rem;
  top: 0.5rem;
  z-index: 4;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  header .main-search .keyword .field-title {
    top: 0.2rem;
    left: 1.7rem;
  }
}
header .badge-notification {
  font-size: 0.8rem;
  margin-left: -0.9rem;
  margin-top: -0.3rem;
}
@media (max-width: 991.98px) {
  header .navbar-collapse {
    background-color: #0D1932;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

/*header*/
/*
//////////  Footer Styles
*/
footer {
  margin-top: auto;
}
footer.main {
  background-color: #0D1932;
}
footer.dash-footer .dash-scope {
  background-color: transparent !important;
  margin-bottom: 4rem;
}
footer.dash-footer .footerbar {
  background-color: #0D1932;
}

/*footer*/

/* ================================
 * Global Alert footer styles
 * ================================ */

.footer-alerts-table-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
}

.footer-alerts-header {
  background: rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px 10px 0 0;
  padding: 20px 25px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

table.footer-alerts-table {
  background: rgba(0, 0, 0, 0.40);
  border-radius: 0;
  overflow: hidden;
  margin-top: 0;
}

table.footer-alerts-table thead th {
  background: rgba(0, 0, 0, 0.60);
  border-bottom: 1px solid rgba(255, 255, 255, 0.30) !important;
  white-space: nowrap;
  padding: 15px 10px 15px 30px;
}

table.footer-alerts-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

table.footer-alerts-table tbody td {
  border-top: none !important;
  vertical-align: middle;
  padding: 20px 10px 20px 30px;
}

.footer-alerts-footer {
  background: rgba(0, 0, 0, 0.60);
  border-radius: 0 0 10px 10px;
  padding: 20px 30px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-alerts-icon-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ff4c4c;
}

.footer-alerts-icon-circle i {
  font-size: 0.9rem;
}

.footer-alerts-title-text {
  font-size: 1.05rem;
  display: inline-block;
  white-space: normal;
  word-break: break-word;
}

/*
//////////  Login Page Styles
*/
#login-wrapper {
  padding: 0 0 102px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*#content*/
}
#login-wrapper #content {
  min-height: 100%;
}
#login-wrapper #content form {
  max-width: 23rem;
  width: 100%;
}
#login-wrapper #content .login-bg-image {
  background: url(/images/login.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 30%;
}
#login-wrapper #content .login-bg-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: #0d1932;
  background: linear-gradient(0deg, rgba(13, 25, 50, 0.7) 23%, rgba(13, 25, 50, 0) 100%);
}

/*#login-wrapper*/
/*
//////////  Dashboard Styles
*/
.search-intro p {
  font-size: 1.125rem;
}

.dash-bg {
  /* The image used */
  background-image: url(/images/dashboard.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: fixed;
  top: 0;
  left: 0;
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.dash-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: #0d1932;
  background: linear-gradient(0deg, #0d1932 23%, rgba(13, 25, 50, 0) 100%);
}

/*
//////////  Main Search Styles
*/
#main-search {
  position: relative;
  /*#location*/
  /*#keyword*/
}
#main-search #location {
  position: relative;
  /*.location*/
}
#main-search #location label {
  color: #1B2859;
  font-size: 0.875rem;
  position: absolute;
  z-index: 1;
  left: 1.7rem;
  top: 0.6rem;
}
#main-search #location input {
  border-radius: 50px 0px 0px 50px;
}
#main-search #location input::-moz-placeholder {
  color: #797979;
  font-size: 15px;
}
#main-search #location input:-ms-input-placeholder {
  color: #797979;
  font-size: 15px;
}
#main-search #location input::placeholder {
  color: #797979;
  font-size: 15px;
}
#main-search #location input:focus {
  background: #EEF3FC !important;
  border: 0;
  border-radius: 50px 50px 50px 50px;
}
#main-search #keyword {
  position: relative;
}
#main-search #keyword label {
  color: #1B2859;
  font-size: 0.875rem;
  position: absolute;
  z-index: 1;
  left: 1.7rem;
  top: 0.6rem;
}
#main-search #keyword input {
  border-radius: 0px 50px 50px 0px;
}
#main-search #keyword input::-moz-placeholder {
  color: #797979;
  font-size: 15px;
}
#main-search #keyword input:-ms-input-placeholder {
  color: #797979;
  font-size: 15px;
}
#main-search #keyword input::placeholder {
  color: #797979;
  font-size: 15px;
}
#main-search #keyword input:focus {
  background: #EEF3FC !important;
  border: 0;
  border-radius: 50px 50px 50px 50px;
}
#main-search #keyword button {
  padding: 1rem 1.3rem;
  position: absolute;
  right: 0rem;
  top: 0rem;
  border-radius: 50px;
}

/*#main-search*/
/*
//////////  Country Health Rating Bar Styles
*/
.country-health-search {
  margin-top: -0.5rem;
}
@media (max-width: 575.98px) {
  .country-health-search {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}
.country-health-search .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

#country-health-rating {
  /*.alert*/
}
#country-health-rating .alert {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  /*.intro-text*/
}
@media (max-width: 575.98px) {
  #country-health-rating .alert {
    padding-right: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 575.98px) {
  #country-health-rating .alert .intro-text {
    display: block;
  }
}
#country-health-rating .alert a {
  color: #fff;
}

/*#country-health-rating*/
/*
//////////  Returned Search Page Styles
*/
@media (max-width: 991.98px) {
  .provider-map {
    max-height: 34rem;
    overflow: hidden;
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .provider-map {
    max-height: 24rem;
    overflow: hidden;
    padding: 0;
  }
}

/*.provider-map*/
#returned-search-filter .form-check {
  margin-bottom: 0;
}
#returned-search-filter select.form-select {
  font-size: 16px;
  border-radius: 50px;
  padding: 1rem 1.5rem;
  line-height: normal;
  border-color: #D8D8D8;
}

/*#returned-search-filter*/
/*
//////////  Pagination Styles
*/
.pagination {
  margin: 2rem 0 1rem;
  /*.page-item*/
}
.pagination .page-item {
  margin-right: 1rem;
}
.pagination .page-item.active .page-link {
  background-color: #5689E4;
}
.pagination .page-item .page-link {
  color: #5689E4;
  border: 1px solid #5689E4;
  background-color: transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid #5689E4;
  margin: 0;
  font-weight: 600;
  box-shadow: none;
}

/*.pagination*/
/*
//////////  Modal Styles
*/
.modal-header {
  padding: 1.5rem 2rem 1rem;
}
@media (max-width: 575.98px) {
  .modal-header {
    padding: 1rem;
  }
}

.modal-title {
  color: #1B2859;
  font-size: 1.5rem;
  font-weight: 600;
}
.modal-title.provider-title {
  font-size: 2.25rem;
}

.modal-body {
  padding: 2rem;
}
@media (max-width: 575.98px) {
  .modal-body {
    padding: 1rem;
  }
}

#filter-options {
  border-bottom: 1px solid #D8D8D8;
  padding: 1.6rem 0 0.6rem;
}
#filter-options .option-title {
  color: #1B2859;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
#filter-options .form-check {
  margin-bottom: 1rem;
}
#filter-options .form-check .form-check-input {
  margin-left: -1em;
}
#filter-options p.showmore {
  color: #5689E4;
  cursor: pointer;
}

/*#filter-options*/
.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  transform: translate(100%, 0) scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
  max-width: 80%;
}
@media (max-width: 991.98px) {
  .modal.fade.show .modal-dialog.modal-dialog-slideout {
    max-width: 100%;
  }
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-dialog-slideout .modal-content {
  border: 0;
}

.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {
  height: auto;
  display: block;
}

.modal-dialog-slideout .modal-header h5 {
  float: left;
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 1000px;
  }
}
.modal-dialog.modal-dialog-slideout.modal-lg {
  display: block;
}

.modal-body {
  /*.operationsArea*/
  /*#personnel*/
}
.modal-body .card {
  box-shadow: none;
}
.modal-body .nav-pills .nav-link {
  text-transform: initial;
  font-size: 1rem;
  padding: 0.9rem 1.8rem;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  font-weight: 600;
  color: #1B2859;
}
.modal-body .nav-pills .nav-link.active {
  background-color: #5689E4;
  border: 0;
  box-shadow: none;
  color: #fff;
}
.modal-body #operationsArea ul {
  -moz-columns: 4 200px;
  columns: 4 200px;
}
.modal-body #operationsArea ul li {
  margin-bottom: 0.8rem;
}
.modal-body #operationsArea ul li img {
  margin-right: 0.7rem;
}
.modal-body #personnel {
  /*.card-body*/
}
.modal-body #personnel .card-body {
  border-bottom: 1px solid #D8D8D8;
  padding: 1rem 0 0.6rem;
  margin: 0rem 1.4rem 0.6rem;
}
.modal-body #personnel .card-body:last-child {
  border-bottom: 0;
}
.modal-body #personnel .card-body .card-title {
  margin-bottom: 1rem;
}

/*.modal-body*/
.accordion-item {
  border-bottom: 1px solid #D8D8D8 !important;
  border: 0;
  /*.accordion-button*/
  /*.accordion-body*/
}
.accordion-item:last-child {
  border-bottom: 0 !important;
}
.accordion-item .accordion-button {
  padding: 0 1rem;
  box-shadow: none;
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
  border-top-right-radius: 0.2rem !important;
  border-top-left-radius: 0.2rem !important;
  color: #1B2859;
  border-radius: 5px;
  font-weight: 600;
  background-color: #5689E4;
  padding: 0.5rem 1.5rem;
}
.accordion-item .accordion-button.collapsed {
  background-color: #fff;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
}
.accordion-item .accordion-button:not(.collapsed):after {
  background-image: url("/images/angle-up-w.svg");
  transform: rotate(0deg);
}
.accordion-item .accordion-button:after {
  background-image: url("/images/angle-down.svg");
  height: 0.65rem;
  background-size: 0.85rem;
}
.accordion-item .accordion-body {
  padding: 1rem;
}

/*.accordion-item*/
@media (max-width: 575.98px) {
  .nav-pills .nav-link {
    padding: 12px 15px 11px;
    margin-bottom: 0;
  }
}

/*
//////////  News and Announcements Styles
*/
#news .thumb {
  max-height: 250px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/*#news*/
/*
//////////  Button Styles
*/
.btn {
  text-transform: none;
  box-shadow: none;
}

.btn.btn-primary {
  background-color: #5689E4;
  color: #fff;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid #5689E4;
  margin: 0;
  font-weight: 600;
  box-shadow: none;
}
.btn.btn-primary:hover {
  background-color: #EEF3FC !important;
  color: #5689E4;
  border: 1px solid #5689E4;
  box-shadow: none;
}

.btn.btn-secondary {
  background-color: #EEF3FC !important;
  color: #5689E4;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid #5689E4;
  margin: 0;
  font-weight: 600;
  box-shadow: none;
}
.btn.btn-secondary:hover, .btn.btn-secondary .btn-secondary:not([disabled]):not(.disabled):active {
  background-color: #5689E4 !important;
  border: 1px solid #5689E4 !important;
  color: #fff;
  box-shadow: none;
}

.btn.btn-grey {
  background-color: #D8D8D8 !important;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1rem;
  /*18px*/
  font-weight: 600;
  border-radius: 4px;
  margin: 0;
}
.btn.btn-grey:hover {
  background-color: #5689E4 !important;
  color: #fff;
  box-shadow: none;
}

/* button hacks */
/*btn-secondary remove purple bg coming from  mdb*/
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background-color: #5689E4 !important;
  border: 1px solid #5689E4;
  /* box-shadow: none;*/
}

/*
//////////  Tables Styles
*/
.table {
  font-size: 1rem !important;
}
.table th, .table td {
  font-size: 1rem;
}

.table.services th {
  font-weight: 600;
}
.table.services.table-striped > tbody > tr:nth-of-type(odd) > * {
  --mdb-table-accent-bg: #fff;
}
.table.services.table-striped > tbody > tr:nth-of-type(even) > * {
  --mdb-table-accent-bg: #fafafa;
}

/*.table.services*/
.table.fees th {
  font-weight: 600;
}
.table.fees.table-striped > tbody > tr:nth-of-type(odd) > * {
  --mdb-table-accent-bg: #fff;
}
.table.fees.table-striped > tbody > tr:nth-of-type(even) > * {
  --mdb-table-accent-bg: #fafafa;
}

/*.table.fees*/
/*
//////////  Card Page Styles
*/
/* CARDS Listings */
.listing {
  padding: 1.5rem;
  position: relative;
  /*.provider-content*/
  /*.field*/
  /*.status*/
}
.listing .fav {
  position: absolute;
  right: 1.2rem;
  top: 1.1rem;
  max-width: 1.5rem;
  z-index: 3;
  cursor: pointer;
}
.listing .provider-content {
  display: flex;
  /*.provider-name*/
}
@media (max-width: 991.98px) {
  .listing .provider-content {
    display: block;
  }
}
.listing .provider-content .provider-icon {
  margin-right: 1rem;
  min-width: 50px;
}
.listing .provider-content .provider-name h2.card-title {
  font-size: 1.375rem;
  line-height: 1.7rem;
}
.listing .provider-content .provider-name h3.card-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 991.98px) {
  .listing .field {
    display: block;
  }
}
.listing .status {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.1rem;
}
.listing .status .status-icon {
  max-width: 1rem;
  width: 100%;
  margin-right: 1rem;
}

/*.listing*/
/*Cards*/
.iag-badge-bronze {
  background-color: #BEAC83;
  color: #fff;
}

.iag-badge-green {
  background-color: #66BA47;
  color: #fff;
}

.iag-badge-gold {
  background-color: #FFB314;
  color: #000;
}

.iag-badge-yellow {
  background-color: #FFB000;
  color: #000;
}

.iag-badge-blue {
  background-color: #1B2859;
  color: #fff;
}

.iag-badge-red {
  background-color: #D21212;
  color: #fff;
}

.iag-badge-teal {
  background-color: #119DA4;
  color: #fff;
}

.iag-badge-grey {
  background-color: #797979;
  color: #000;
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  /*.card-body*/
}
.card.bronze-top {
  border-top: 5px solid #BEAC83;
}
.card.green-top {
  border-top: 5px solid #66BA47;
}
.card.yellow-top {
  border-top: 5px solid #FFB000;
}
.card.blue-top {
  border-top: 5px solid #1B2859;
}
.card.red-top {
  border-top: 5px solid #D21212;
}
.card.teal-top {
  border-top: 5px solid #119DA4;
}
.card.grey-top {
  border-top: 5px solid #797979;
}
.card .rating-poor {
  color: #D21212;
}
.card .rating-developing {
  color: #FFB000;
}
.card .rating-top {
  color: #119DA4;
}
.card .rating-na {
  color: #797979;
}
.card .iag-color-bronze {
  color: #BEAC83;
}
.card .iag-color-green {
  color: #66BA47;
}
.card .iag-color-gold {
  color: #FFB314;
}
.card .iag-color-yellow {
  color: #FFB000;
}
.card .iag-color-blue {
  color: #1B2859;
}
.card .iag-color-red {
  color: #D21212;
}
.card .iag-color-teal {
  color: #119DA4;
}
.card .iag-color-grey {
  color: #797979;
}
.card h1.card-header {
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
  line-height: 1;
}
.card h2.card-header {
  font-size: 1.375rem;
  line-height: 1.8rem;
  color: #1B2859;
}
.card h2.card-title {
  font-weight: 700;
  color: #1B2859;
  font-size: 1.375rem;
  line-height: 1.7rem;
}
.card h2.card-title.sub-18 {
  font-size: 1.125rem;
}
.card h3 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.card .card-body p.card-text {
  font-size: 1rem;
}

/*.card*/
@media (max-width: 991.98px) {
  .card-deck {
    display: block;
  }
  .card-deck .card {
    margin-bottom: 1rem;
  }
}

/*
//////////  Helpful Tools Page Styles
*/
#helpful-tools .nav.nav-pills {
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  margin-left: 0;
  /*.nav-link*/
  /*li.nav-item{
    border-bottom: 1px solid $border;

    margin-bottom: 0;
    line-height: normal;
    display: flex;
    a.nav-link{
      width: 100%;
      padding: 1rem;
      display: block;
      font-size: 1.125rem;
      color: $primary-color;
      &:hover{
        background-color: $secondary-link;
        border-left: 5px solid $link;
      }
    }
  }*/
}
@media (max-width: 991.98px) {
  #helpful-tools .nav.nav-pills {
    margin-bottom: 1rem;
    box-shadow: none;
    border: 0;
  }
}
#helpful-tools .nav.nav-pills .nav-link {
  margin: 0;
  background-color: #fff;
  text-transform: capitalize;
  font-size: 1rem;
  border-bottom: 1px solid #D8D8D8;
  padding: 1.4rem;
  font-weight: 600;
  border-radius: 0;
  color: #1B2859;
  box-shadow: none !important;
  /*@media (max-width: 991.98px)*/
}
#helpful-tools .nav.nav-pills .nav-link:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#helpful-tools .nav.nav-pills .nav-link:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#helpful-tools .nav.nav-pills .nav-link.active {
  background-color: #EEF3FC;
  border-left: 5px solid #5689E4;
  color: #1B2859;
}
#helpful-tools .nav.nav-pills .nav-link:hover {
  background-color: #EEF3FC;
  border-left: 5px solid #5689E4;
}
@media (max-width: 991.98px) {
  #helpful-tools .nav.nav-pills .nav-link {
    margin: 0.5rem;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 0.9rem 1.8rem;
  }
  #helpful-tools .nav.nav-pills .nav-link.active {
    background-color: #5689E4;
    border: 0;
    color: #fff;
  }
}

/*#helpful-tools*/
.search-provider {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  width: 60% !important;
}

.search-provider {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  width: 60% !important;
}

header .main-search .location input:focus {
  background-color: transparent;
}

header .main-search .search-provider button.search{
  background-color: #5689E4;
  position: absolute;
  right: 0;
  height: 80%;
  border-radius: 2rem;
  color: #fff;
  z-index: 4;
  padding: 1rem 1rem;
}



        