@charset "utf-8";
/* CSS Document */

.rounded-circle {
  background: white;
  width: 60px;
  height: 60px;
  margin: 5px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.home-link .front-page-header {
  color: white;
  font-family: 'Cachet W01 Medium';
  margin: 0;
}

h3.card-title.stories-card {
  font-size: 23px;
  color: white;
  font-family: 'Cachet W01 Bold';
}

header#header {
  position: relative;
  z-index: 99;
}

.top-btns a.btn.btn-primary {
  background: white;
  color: #01a490;
}

.top-btns a.btn.btn-primary:hover {
  background: #01a490;
  color: white;
}

.notification > div {
  padding: 5px;
}

.notification p {
  display: inline-block;
}

.notification .btn {
  margin-left: 10px;
}

.nav-top {
  background: #0060af;
}

.branding {
  justify-content: flex-start;
}
.brand {
  display: inline-block;
  margin-right: 2rem;
  transition: all 0.15s ease-out;
}

.home-link {
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
}

.home-link:hover {
  transform: scale(1.03);
}

.brand img {
  max-width: 60px;
  display: inline-block;
  margin: auto;
}
a.word-brand {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Cachet W01 Medium';
  font-size: 1.5em;
  line-height: 2;
  margin-right: 2rem;
  display: inline-block;
}
a.word-brand:hover {
  color: #fff;
}
.social-icons a {
  background: #fff;
  border-radius: 66%;
  display: inline-block;
  padding: 5px;
  min-width: 40px;
  text-align: center;
  margin-right: 5px;
  position: relative;
  padding-top: 9px;
  color: #0060af;
  transition: all 0.15s ease-out;
}

.social-icons i {
  color: #0060af;
}

.social-content span:hover {
  color: #626465;
}

#glt-translate-trigger {
  display: none;
}

.fa-instagram-square {
  font-size: 1.4em;
}

a.btn.btn-primary {
  color: #fff;
  border: 1px solid transparent;
  background: #01a490;
  padding: 5px 20px;
  margin-right: 10px;
  font-size: 1.25em;
}
a.btn.btn-primary:hover {
  color: #01a490;
  background: white;
  border: 1px solid #01a490;
}
.navbar-toggler .navbar-toggler-icon,
.navbar-toggler .bars {
  color: #fff;
  font-size: 40px;
}

nav.navbar.navbar-expand-md.navbar-gradient {
  background: linear-gradient(90deg, #0060af, #0089d0);

  position: sticky !important;
  z-index: 99999;
}

.menu-item a {
  color: #fff !important;
  font-size: 1.25em;
}
.menu-item-has-children:hover .sub-menu {
  display: block;
}

#header .navbar-expand-md .navbar-nav .dropdown-menu {
  border: none !important;
  background: linear-gradient(135deg, #0060af, #0089d0);
  z-index: 7;
  top: 40px;
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}

.navbar li {
  transition: all 0.15s ease-out;
}

header #inner-search-bar-title {
  padding-left: 0px;
  padding-right: 0;
}
.searchform {
  position: absolute;
  z-index: 1000000;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  top: 50px;
  border-radius: 5px;
  min-width: 300px;
}

div#search-button {
  display: none;
}

div#search-button.display {
  display: block;
}

.inner-search-wrapper {
  padding-right: 13px !important;
  width: 100% !important;
  margin-right: -52px !important;
  display: inline-block;
  vertical-align: top;
}

#banner h1.page-title {
  color: #fff;
  font-size: 40px;
  text-shadow: 1px 1px 10px #00000099;
}

#main-menu {
  margin-top: 0rem;
  margin-bottom: 0rem;
  display: flex;
  padding-left: 0;
  justify-content: center;
  margin-bottom: 0;
}
.menu-main-menu-container {
  width: 100%;
}
.sub-menu {
  padding-left: 0;
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  background: rgba(32, 189, 190, 0.98);
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
#main-menu > .menu-item {
  padding: 5px;
  padding-left: 10px;
  padding-right: 25px;
}
.menu-item {
  position: relative;
}
/*
.sub-menu .menu-item {
	display: block !important;
}
*/
.menu-item a {
  text-decoration: none !important;
  white-space: nowrap;
  display: block;
}
.top-btns {
  justify-content: flex-end;
  display: inline-block;
  text-align: center;
  position: relative;
  display: flex;
}
body #google_language_translator .goog-te-gadget .goog-te-combo {
  margin: 0;
  height: 42px !important;
  border-radius: 5px !important;
  color: #01a490 !important;
  font-weight: 900;
  font-size: 20px;
  font-family: 'Cachet W01 Book', Verdana, sans-serif;
  min-width: 165px;
}
.sub-menu .menu-item a {
  font-size: 18px;
}
.menu-item-has-children > span {
  display: inline-block;
  font-size: 16px;
  position: absolute;
  color: white;
  top: 12px;
  right: 5px;
}
.menu-item:hover {
  background-color: rgba(0, 107, 107, 0.9);
}
.social-icons {
  white-space: nowrap;
}
.page_item_has_children > ul.children.active {
  display: block;
}
@media (max-width: 1200px) {
  .branding {
    justify-content: center;
    margin-bottom: 1rem !important;
  }
  .top-btns {
    text-align: right;
    justify-content: center;
  }
  .social-icons {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .branding {
    text-align: center;
    justify-content: center;
  }
  .top-btns {
    text-align: center;
  }
  .navbar-collapse {
    background-color: transparent;
  }
  .navbar-brand {
    max-width: 90px;
  }
}
@media (max-width: 768px) {
  .menu-item:hover .sub-menu {
    display: none;
  }
  .sub-menu {
    position: relative;
    top: unset;
    margin-top: 5px;
    border-radius: 5px;
  }
  .sub-menu.show {
    display: block !important;
  }
  #main-menu.show {
    display: flex !important;
  }
  #main-menu {
    display: none;
    flex-direction: column;
    max-width: 360px;
    margin: 0 auto;
  }
  .menu-item a {
    text-align: left;
  }
  #main-menu > .menu-item {
    padding-right: 10px;
  }
  .menu-item-has-children > span {
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .navbar li:hover {
    background-color: unset !important;
  }
}

.notification.container-fluid p {
  margin: 0;
  line-height: 1.2;
  padding: 0px 5% 0px 50px;
  text-align: left;
}

.notification svg {
  max-width: 60px !important;
  padding: 5px;
}

svg.margin-right-sm.svg-inline--fa.fa-circle-info.fa-xl .fa-primary {
  color: #dd3333;
}

.notification-icon {
  height: 75px;
  width: 145px;
  display: flex;
  justify-content: center;
  background: #00000044;
}
.notification .text-center {
  display: flex;
  text-align: left !important;
  align-items: center;
  padding: 0px;
  margin: 0;
}

@media screen and (max-width: 1300px) {
  .notification-icon {
    height: 110px;
    width: 283px;
    display: flex;
    justify-content: center;
    background: #00000044;
  }
}

@media screen and (max-width: 1025px) {
  .notification-icon {
    display: none;
    justify-content: center;
  }

  .notification.container-fluid p {
    margin: 0;
    line-height: 1.2;
    padding: 20px;
    text-align: left;
  }
}
