html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  padding-bottom: 300px;
  min-height: 100%;
  position: relative;
}

p, a, li {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

a {
  color: #047292;
}
a:visited {
  color: #047292;
}
a:hover {
  color: #000000;
}
a :focus {
  color: #000000;
  outline: none;
}

.card {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
}

.readmore {
  text-align: right;
}
.readmore a {
  color: #047292;
}
.readmore a:visited {
  color: #047292;
}
.readmore a:hover {
  color: #000000;
  text-decoration: none;
}

.badge-primary {
  background-color: #31a9ca;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding: 20px 0px;
  margin: 0px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  margin: 0px;
  padding: 20px 0px;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: left;
  font-weight: 600;
  margin: 0px;
  padding: 20px 0px;
}

.btn {
  font-size: 16px;
  line-height: 16px;
}

.btn-default {
  position: relative;
  background-color: #434345;
  border: solid 1px #434345;
  color: #ffffff;
  padding: 11px 20px 10px 20px;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.3s ease 0s;
}
.btn-default:visited, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus {
  background-color: #434345;
  border: solid 1px #434345;
  color: #ffffff;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-default:hover {
  background-color: #434345;
  border: solid 1px #434345;
  color: #ffffff;
  opacity: 0.8;
}

.btn-primary {
  font-size: 14px;
  line-height: 14px;
  padding: 11px 20px 10px 20px;
  font-weight: 300;
  background-color: #31a9ca;
  border: solid 1px #31a9ca;
  color: #ffffff;
}
.btn-primary:visited, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus {
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #ffffff;
  border: solid 1px #31a9ca;
  color: #047292;
}

.button-holder {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.main-block {
  padding: 30px 0;
}

.list-group-item {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.list-group-item:first-child, .list-group-item:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.page-item {
  margin-right: 10px;
}
.page-item:first-child a.page-link, .page-item:last-child a.page-link {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.page-item a.page-link {
  background-color: #31a9ca;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
.header {
  background-color: #31a9ca;
  min-height: 80px;
}

.main-header {
  background-color: #31a9ca;
  position: relative;
}
.main-header .logo {
  margin-top: 15px;
  padding-left: 30px;
}
.main-header .logo img {
  height: 48px;
}
.main-header .top-nav {
  height: 30px;
}
.main-header .top-nav .top-nav-holder {
  background-color: #31a9ca;
  text-align: right;
}
.main-header .top-nav .top-nav-holder ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: inline-block;
}
.main-header .top-nav .top-nav-holder ul li {
  display: inline-block;
  margin-left: 30px;
  color: #ffffff;
}
.main-header .top-nav .top-nav-holder ul li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
}
.main-header .logo-holder {
  position: relative;
}
.main-header .navbar-toggler {
  display: none;
}

.navigation-holder {
  padding-right: 14px;
}

.footer-section {
  padding: 60px 0px;
  background-color: #ededed;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
}
.footer-section .warning {
  margin-top: 18px;
  font-size: 12px;
  line-height: 14px;
}
.footer-section .warning p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.footer-section .logo {
  width: auto;
}

.navbar {
  justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
}
.navbar .dropdown-toggle::after {
  margin-left: 5px;
}
.navbar li.nav-item {
  margin-left: 30px;
}
.navbar li.nav-item a {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
.navbar .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .navbar-collapse {
  padding: 0px 30px 0 0;
}
.navbar .navbar-collapse .nav > li > a {
  padding: 15px 18px;
}
.navbar .navbar-collapse .nav > li > a:hover {
  background-color: #047292;
  color: #ffffff;
}
.navbar .navbar-collapse .nav > li > a:focus {
  background-color: #047292;
  color: #ffffff;
}
.navbar .navbar-collapse .nav > li.active > a {
  background-color: #047292;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .open > a {
  background-color: #047292;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu {
  background-color: #047292;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .navbar-collapse .nav .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu > li > a:hover {
  background-color: #000000;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu > li > a:focus {
  background-color: #000000;
  color: #ffffff;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #31a9ca;
}

.navbar-toggler {
  border-color: #0a556a;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(10,85,106, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .header-navigation {
    padding-right: 0px;
  }

  .navbar .navbar-collapse .nav > li > a {
    padding: 15px 8px;
    font-size: 14px;
  }
}
.search-header {
  background-color: #047292;
  padding: 80px 0 100px;
}

.breadcrumb {
  padding: 0px;
}

.breadcrumbs-holder {
  background-color: #047292;
  padding: 20px 0;
}
.breadcrumbs-holder h1 {
  color: #ffffff;
}

.breadcrumb {
  background-color: transparent;
  margin-top: 20px;
  color: #ffffff;
}
.breadcrumb li {
  background-color: #31a9ca;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  padding: 5px 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.breadcrumb a {
  color: #ffffff;
}

.home-blocks .card {
  margin-bottom: 0px;
}

.home-content .card {
  margin-bottom: 0px;
  padding: 0px;
}
.home-content .card a {
  padding: 0 15px;
}

.home-text {
  text-align: center;
  color: #ffffff;
}
.home-text h1 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 34px;
  padding: 0px;
}
.home-text p {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
}

.home-blocks {
  padding: 30px 0px;
  background-color: #ededed;
}
.home-blocks .far, .home-blocks .fas {
  font-size: 30px;
  color: #31a9ca;
}
.home-blocks .h5 a {
  font-size: 16px;
  font-weight: 500;
}

.content {
  padding: 60px 0px;
}
.content.home-content .card a:hover {
  background-color: #047292;
  text-decoration: none;
  color: #ffffff;
}
.content.home-content .card a:hover h5 {
  color: #ffffff;
}
.content.home-content .card a:hover .text-muted {
  color: #ffffff !important;
}
.content.home-content .card a:hover .progress {
  background-color: #ffffff;
}

.latest-news {
  margin-top: 18px;
}
.latest-news time {
  font-size: 12px;
}
.latest-news h3 {
  padding: 5px 0px 10px;
}
.latest-news p.intro {
  margin-bottom: 0px;
}
.latest-news .readmore {
  padding-right: 20px;
}

.pageNav {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.news-block {
  margin-bottom: 30px;
}

.news-item {
  position: relative;
  border: solid 1px #ededed;
  padding: 15px 15px 40px 15px;
}
.news-item time {
  font-style: italic;
  padding: 3px 5px;
  background-color: #31a9ca;
  color: #ffffff;
}
.news-item .readmore {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 40px;
  text-align: right;
  padding-right: 20px;
  width: 100%;
}

/*# sourceMappingURL=all.css.map */
