@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #1d1d1d;
  font-size: 1.125rem;
  background: #f7f8fd;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 600;
}

h2 {
  font-size: 1.875rem;
  line-height: 42px;
}

h3 {
  font-size: 1.75rem;
  line-height: 40px;
}

h4 {
  font-size: 1.5rem;
  line-height: 34px;
}

h5 {
  font-size: 1.375rem;
  line-height: 34px;
}

h6 {
  font-size: 1.25rem;
  line-height: 34px;
}

section {
  padding: 30px 0;
}

li a {
  font-weight: 600;
  color: #0556ad;
  text-decoration: underline;
}

p {
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
p a {
  font-weight: 600;
  color: #0556ad;
  text-decoration: underline;
}
p strong {
  font-weight: 600;
}
p.font-20 {
  font-size: 1.125rem;
}

a {
  color: #0556ad;
  text-decoration: underline;
}
a:hover {
  color: #0556ad;
  text-decoration: none;
}

h2.sectionHeader {
  font-size: 2.25rem;
  color: #404040;
  font-weight: 600;
  margin-bottom: 15px;
}

.flex-fit {
  display: flex;
  flex-direction: column;
}

.bg-blue {
  background: #e8effe;
}

.skip-to-content {
  position: absolute;
  background: #1d1655;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  left: 0;
  transform: translateY(-100%);
  transition: transform 0.3s;
}
.skip-to-content:focus {
  transform: translateY(0%);
}
.skip-to-content:hover {
  color: #fff;
}

.page-link {
  color: #0556ad !important;
}

.bluebg {
  background: #337ab7 !important;
}

boderradius .form-label-group {
  margin-bottom: 15px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}

/*FORMS END*/
/*BORDER RADIUS FOR IMAGE BANNER IMAGE*/
.borderradius {
  border-radius: 40px;
}

.scroll-to-top {
  display: none;
  cursor: pointer;
  background: #f7f8fd;
  color: #0556ad;
  padding: 5px 10px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  line-height: 50px;
  text-align: center;
  z-index: 1000;
}
.scroll-to-top p {
  margin: 0;
}
.scroll-to-top p .fa-arrow-up {
  margin-right: 5px;
}
.scroll-to-top:hover {
  background: #e8effe;
}

@media only screen and (max-width: 768px) {
  .scroll-to-top {
    display: none !important;
  }
}
/* - - - - - - - - - - - - - - - - - - -
            Navigation
- - - - - - - - - - - - - - - - - - - */
.top-navbar {
  background: #ffffff;
  height: 60px;
}
.top-navbar .navbar-brand {
  margin: 0;
}
.top-navbar .navbar-brand img {
  height: 50px;
  margin: 6px 0;
}
.top-navbar .nav-triggers {
  display: flex;
  float: right;
}
.top-navbar .nav-triggers #searchIcon {
  display: inline-flex;
  cursor: pointer;
  color: #1d1655;
  padding: 20px 0px 0 20px;
  height: 60px;
  width: 57px;
  font-size: 1.188rem;
  background: transparent;
  border: none;
  transition: 0.3s ease-out;
}
.top-navbar .nav-triggers #searchIcon:after {
  content: "\f002";
  font: var(--fa-font-regular);
  font-weight: 600;
}
.top-navbar .nav-triggers #searchIcon:hover {
  background: #e8effe;
}
.top-navbar .nav-triggers #searchIcon.selected {
  background: #e8effe;
}
.top-navbar .nav-triggers #searchIcon.selected:after {
  content: "X";
  font: var(--fa-font-regular);
  font-weight: 600;
}
.top-navbar .nav-triggers #searchIcon p {
  display: none;
}
.top-navbar .nav-triggers .navbar-toggler {
  height: 60px;
  padding: 0 15px;
  border-radius: 0;
}
.top-navbar .nav-triggers .navbar-toggler:focus, .top-navbar .nav-triggers .navbar-toggler:hover {
  all: revert;
  height: 60px;
  padding: 0 15px;
}
.top-navbar .nav-triggers .navbar-toggler span {
  position: relative;
  display: block;
  background: #1d1655;
  border-radius: 50px;
  height: 2px;
  width: 20px;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}
.top-navbar .nav-triggers .navbar-toggler span.middle-bar {
  margin: 5px 0;
}
.top-navbar .nav-triggers .navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}
.top-navbar .nav-triggers .navbar-toggler span:nth-child(2) {
  opacity: 1;
}
.top-navbar .nav-triggers .navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}
.top-navbar .nav-triggers .navbar-toggler:not(.collapsed) {
  background: #003366;
  padding: 15px;
  height: 60px;
  width: 52px;
}
.top-navbar .nav-triggers .navbar-toggler:not(.collapsed) span:nth-child(1) {
  background: #ffffff;
  transform: translate(18%, -30%) rotate(50deg);
}
.top-navbar .nav-triggers .navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
.top-navbar .nav-triggers .navbar-toggler:not(.collapsed) span:nth-child(3) {
  background: #ffffff;
  transform: translate(18%, 30%) rotate(-50deg);
}

#mySearchBox {
  background: #e8effe;
  padding: 15px 0;
  transition: 0.3s ease-out;
}
#mySearchBox label {
  font-size: 1.5rem;
  color: #404040;
  font-weight: 600;
  margin-bottom: 5px;
}
#mySearchBox input.form-control {
  font-size: 1.125rem;
  color: #1d1d1d;
  font-weight: 500;
  border-radius: 0;
  border-color: #a5a9b5;
  box-shadow: none;
  border-right: 0;
}
#mySearchBox input::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  color: #4b4b4a;
  font-weight: 400;
}
#mySearchBox .btn-search {
  background: #337ab7;
  border-color: #337ab7;
  color: #ffffff;
}
#mySearchBox .btn-search:hover, #mySearchBox .btn-search:focus {
  background: #055997;
  border-color: #055997;
}

.navbar {
  display: block;
  padding: 0;
  background: #003366;
}
.navbar .container {
  padding: 0;
}
.navbar .navbar-nav .nav-item {
  font-size: 1.063rem;
}
.navbar .navbar-nav .nav-item a.nav-link {
  color: #ffffff;
  padding: 15px 20px;
}
.navbar .navbar-nav .nav-item a.nav-link.library-search {
  background: #337ab7;
}
.navbar .navbar-nav .nav-item a.nav-link.library-search::after {
  content: "\f061";
  font: var(--fa-font-regular);
  font-size: 1.125rem;
  font-weight: 700;
  padding: 3px 0;
  float: right;
}
.navbar .navbar-nav .nav-item a.active {
  background: #1d1655;
}
.navbar .navbar-nav .nav-item a:hover {
  text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - -
                Header
- - - - - - - - - - - - - - - - - - - */
header {
  padding: 50px 0;
  background-color: #337ab7;
  background-image: url(/img/background/sd-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header .content {
  background: #337ab7;
  padding: 30px;
}
header .content h1 {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}
header .content p {
  font-weight: 500;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 25px;
}
header .content .btn-light {
  border-color: #fff;
}
header.inner-header {
  background: #ffffff;
  border-top: 1px solid #d2d1e2;
  padding: 30px 0;
}
header.inner-header h1 {
  font-size: 2.7rem;
  color: #1d1d1d;
  margin: 0;
}
header.inner-header p {
  font-size: 1.25rem;
  line-height: 30px;
  margin: 10px 0 0 0;
}
header.inner-header .breadcrumb {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 10px;
}
header.inner-header .breadcrumb .breadcrumb-item {
  font-size: 1rem;
  display: inline-block;
  padding: 0;
}
header.inner-header .breadcrumb .breadcrumb-item:active {
  color: #73738c;
}
header.inner-header .breadcrumb .breadcrumb-item:before {
  padding: 0 7px 0 5px;
  color: #d2d1e2;
}
header.inner-header .breadcrumb .breadcrumb-item a {
  font-weight: 500;
  text-decoration: underline;
}
header.inner-header .breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
}
header.inner-header input.form-control {
  font-size: 1.125rem;
  color: #1d1d1d;
  font-weight: 500;
  border-radius: 0;
  box-shadow: none;
  border-right: 0;
}
header.inner-header input.form-control:focus {
  border-color: #337ab7;
}
header.inner-header input::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  color: #4b4b4a;
  font-weight: 400;
}
header.inner-header button.btn-search {
  background: #337ab7;
  border-color: #337ab7;
  color: #ffffff;
}
header.inner-header button.btn-search:hover, header.inner-header button.btn-search:focus {
  background: #055997;
  border-color: #055997;
}

/* - - - - - - - - - - - - - - - - - - -
            Inner Content
- - - - - - - - - - - - - - - - - - - */
.inner-content .goToMobile {
  display: block;
  cursor: pointer;
  background: #003366;
  text-align: right;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 12px 20px;
}
.inner-content .content h2 {
  font-weight: 600;
  border-bottom: 1px solid #d2d1e2;
  padding: 30px 0 10px 0;
  margin-bottom: 20px;
}
.inner-content .content h3 {
  color: #404040;
  font-weight: 600;
  margin-bottom: 10px;
}
.inner-content .content a h3 {
  color: #0556ad;
}
.inner-content .content p {
  margin: 0 0 25px 0;
}
.inner-content .content p a {
  text-decoration: none !important;
  border-bottom: 1px solid #0556ad;
  background-size: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.7s;
}
.inner-content .content p a:hover {
  text-decoration: none;
  border: none !important;
  background-image: linear-gradient(transparent calc(100% - 1px), #0556ad 1px);
  transition: background-size 0.8s;
  background-size: 100%;
  padding-bottom: 1px;
}
.inner-content .content p.f-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #404040;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.inner-content .content p.f-heading a {
  font-weight: 700;
  text-decoration: none !important;
  border: none;
}
.inner-content .content p.f-heading a:hover {
  text-decoration: none;
  background-image: linear-gradient(transparent calc(100% - 2px), #0556ad 1px);
}
.inner-content .content p.contact-icons {
  font-size: 1.25rem;
}
.inner-content .content hr {
  border-top: 1px solid #404040;
  margin: 50px 0;
}
.inner-content .content ul,
.inner-content .content ol {
  margin-bottom: 30px;
}
.inner-content .content ul li,
.inner-content .content ol li {
  font-size: 1.063rem;
  margin-bottom: 2px;
}
.inner-content .content ul li a,
.inner-content .content ol li a {
  font-weight: 600;
  border-bottom: 1px solid #0556ad;
  text-decoration: none !important;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 0%;
  transition: background-size 0.7s;
}
.inner-content .content ul li a:hover,
.inner-content .content ol li a:hover {
  text-decoration: none;
  border: none !important;
  background-image: linear-gradient(transparent calc(100% - 1px), #0556ad 1px);
  transition: background-size 0.7s;
  background-size: 100%;
  padding-bottom: 1px;
}
.inner-content .content ul li:last-child,
.inner-content .content ol li:last-child {
  margin-bottom: 0;
}
.inner-content .content .video-blocks {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d2d1e2;
}
.inner-content .content .video-blocks p {
  margin-bottom: 10px;
}
.inner-content .content .video-blocks iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
}
.inner-content .content .video-blocks .img-container {
  height: 250px;
  overflow: hidden;
}
.inner-content .content .video-blocks .img-container img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.inner-content .content .video-blocks .app-store a:hover {
  opacity: 0.8;
}
.inner-content .content .cta-block {
  background: #e8effe;
  padding: 30px 40px 30px 30px;
  margin-bottom: 30px;
}
.inner-content .content .cta-block h2 {
  color: #404040;
  margin-bottom: 10px;
}
.inner-content .content .split-block {
  background: #1d1655;
  padding: 35px;
  color: #fff;
  margin-bottom: 30px;
}
.inner-content .content .split-block .block-start {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 35px 0;
  margin: 0 0 35px 0;
}
.inner-content .content .split-block h3 {
  color: #fff;
  margin-bottom: 10px;
}
.inner-content .content .split-block a {
  text-decoration: none !important;
  border-bottom: 1px solid #fff;
  background-size: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.7s;
}
.inner-content .content .split-block a:hover {
  text-decoration: none;
  border: none !important;
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
  transition: background-size 0.8s;
  background-size: 100%;
  padding-bottom: 1px !important;
}
.inner-content .content .offset-img-block {
  position: relative;
  background: #337ab7;
  color: #fff;
  margin: 0 0 50px 0;
  padding: 30px;
}
.inner-content .content .offset-img-block h3 {
  color: #fff;
}
.inner-content .content .offset-img-block p a {
  color: #fff;
  border-color: #fff;
}
.inner-content .content .offset-img-block p a:hover {
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
  text-decoration: none;
}
.inner-content .content .offset-img-block .img-container {
  margin-bottom: 20px;
}
.inner-content .content .offset-img-block .img-container img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}
.inner-content .left-navigation {
  margin-bottom: 40px;
}
.inner-content .left-navigation p {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 10px 15px;
}
.inner-content .left-navigation p a {
  color: #0556ad;
}
.inner-content .left-navigation .active {
  color: #003366;
}
.inner-content .left-navigation ul li {
  border-bottom: 1px solid #d2d1e2;
}
.inner-content .left-navigation ul li a {
  position: relative;
  display: block;
  padding: 15px 15px;
  color: #1d1d1d;
  font-size: 1.063rem;
  font-weight: 500;
  line-height: initial;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: all 0.2s;
}
.inner-content .left-navigation ul li a.active {
  background: rgba(232, 239, 254, 0.65);
  border-color: #337ab7;
  color: #1d1d1d;
  font-weight: 600;
}
.inner-content .left-navigation ul li a.active:hover {
  background: rgba(232, 239, 254, 0.65);
  border-color: #337ab7;
}
.inner-content .left-navigation ul li a.active.open {
  background: rgba(232, 239, 254, 0.65);
  border-color: #337ab7 !important;
}
.inner-content .left-navigation ul li a.active.open.has-children {
  background: rgba(232, 239, 254, 0.65);
}
.inner-content .left-navigation ul li a:hover {
  background: rgba(232, 239, 254, 0.65);
  border-left: 3px solid #337ab7;
}
.inner-content .left-navigation ul li a.has-children:after {
  position: absolute;
  /* content: "\f078"; */
  font: var(--fa-font-regular);
  font-size: 0.938rem;
  font-weight: 600;
  right: 10px;
  top: 20px;
  float: right;
  rotate: -90deg;
}
.inner-content .left-navigation ul li a.has-children.open {
  font-weight: 600;
  border-color: #ffffff;
  background: #ffffff;
}
.inner-content .left-navigation ul li a.has-children.open:after {
  position: absolute;
  content: "\f077";
  font: var(--fa-font-regular);
  font-size: 0.938rem;
  font-weight: 600;
  right: 10px;
  top: 20px;
  float: right;
}
.inner-content .left-navigation ul li a.has-children.open:hover {
  border-color: rgba(232, 239, 254, 0.65);
  background: rgba(232, 239, 254, 0.65);
}
.inner-content .left-navigation ul ul li a {
  color: #1d1d1d;
  background: #fff;
  padding: 12px 10px 12px 30px;
  font-size: 1.063rem;
  font-weight: 500;
  line-height: initial;
  text-decoration: none;
}
.inner-content .left-navigation ul ul li a:hover {
  background: rgba(232, 239, 254, 0.65);
  border-left: 3px solid transparent;
}
.inner-content .left-navigation ul ul li a.active {
  background: rgba(232, 239, 254, 0.65);
}
.inner-content .left-navigation ul ul li a.active:hover {
  border-color: #337ab7;
  background: rgba(232, 239, 254, 0.65);
}
.inner-content .left-navigation ul ul li ul li a {
  padding-left: 40px;
}
.inner-content .recent-news {
  margin-top: 30px;
}
.inner-content .recent-news h2 {
  font-size: 2rem;
  line-height: 36px;
  padding-top: 20px;
  border-top: 1px solid #d2d1e2;
}
.inner-content .recent-news .news {
  padding: 15px 0;
  border-bottom: 1px solid #d2d1e2;
}
.inner-content .recent-news .news h3.news-title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 5px;
}
.inner-content .recent-news .news p.news-date {
  color: #84829a;
  margin: 0;
}
.inner-content.error-page .image-card .card-content {
  padding: 30px 0;
}
.inner-content.error-page .image-card .card-content p {
  font-size: 1.25rem;
  font-weight: 500;
}
.inner-content.error-page .image-card .card-content .btn {
  width: 100%;
}
.inner-content.error-page .image-card .card-content .btn:first-child {
  margin-bottom: 10px;
}

/* - - - - - - - - - - - - - - - - - - -
          Next Page Buttons
- - - - - - - - - - - - - - - - - - - */
.page-nav-buttons {
  margin-top: 50px;
}
.page-nav-buttons a.navi-btn {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.page-nav-buttons a.navi-btn .arrow {
  display: flex;
  flex-direction: column;
  background: #0556ad;
  padding: 25px 12px;
}
.page-nav-buttons a.navi-btn .arrow span {
  color: #fff;
}
.page-nav-buttons a.navi-btn .content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
}
.page-nav-buttons a.navi-btn .content p {
  color: #404040;
  margin: 0;
}
.page-nav-buttons a.navi-btn .content p:first-child {
  font-weight: 700;
}
.page-nav-buttons a.navi-btn.next {
  float: right;
}
.page-nav-buttons a.navi-btn.next .content {
  text-align: right;
  margin: 0 15px 0 0;
}
.page-nav-buttons a:hover {
  text-decoration: none;
  background: #e8effe;
}

/* - - - - - - - - - - - - - - - - - - -
            Top Quick Links
- - - - - - - - - - - - - - - - - - - */
.topQuickLinks a {
  text-decoration: none;
  color: #0556ad;
}
.topQuickLinks a .card {
  margin: 0;
  border-radius: 0;
  border: 2px solid #1d1655;
}
.topQuickLinks a .card .card-body {
  display: flex;
}
.topQuickLinks a .card .card-body img {
  display: inline-flex;
  height: 50px;
  margin-right: 20px;
}
.topQuickLinks a .card .card-body h3 {
  display: inline-flex;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  align-items: center;
}
.topQuickLinks a:hover {
  text-decoration: underline;
}

/* - - - - - - - - - - - - - - - - - - -
        The Timeline
- - - - - - - - - - - - - - - - - - - */
.timeline .content {
  margin: auto;
}
.timeline .img-container {
  margin-bottom: 20px;
}
.timeline .img-container img {
  object-fit: cover;
}

.timeline-random .image-card .card-content p:first-child {
  font-size: 1.5rem;
  font-weight: 500;
  opacity: 0.6;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.main-timeline {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  margin-left: 5px;
}
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #0556ad;
  top: 0;
  bottom: 0;
  left: 0%;
  margin-left: -3px;
}
.main-timeline .timeline-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.main-timeline .timeline-item:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
  left: -12px;
  background-color: white;
  border: 4px solid #0556ad;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.main-timeline .timeline-item .timeline-content {
  background: #fff;
  padding: 30px 40px;
}
.main-timeline .timeline-item .timeline-content p.timeline-date {
  font-size: 1.5rem;
  font-weight: 500;
  opacity: 0.6;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-timeline .timeline-item .timeline-content p:last-child {
  margin: 0;
}
.main-timeline .timeline-item .image-container {
  overflow: hidden;
}
.main-timeline .timeline-item .image-container img {
  object-fit: cover;
}
.main-timeline .fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.main-timeline .fade-in.visible {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}

/* - - - - - - - - - - - - - - - - - - -
            Image Cards
- - - - - - - - - - - - - - - - - - - */
.image-card {
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
}
.image-card:last-child {
  margin-bottom: 0;
}
.image-card .flex-fit {
  display: flex;
  flex-direction: column;
}
.image-card .img-container {
  max-height: 250px;
  overflow: hidden;
}
.image-card .img-container img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.image-card .card-content {
  padding: 30px;
  margin: auto 0;
}
.image-card .card-content h2 a,
.image-card .card-content h3 a {
  font-size: 2rem;
  font-weight: 600;
  line-height: 34px;
}
.image-card .card-content p:last-child {
  margin: 0;
}

/* - - - - - - - - - - - - - - - - - - -
        Home News & Updates
- - - - - - - - - - - - - - - - - - - */
.home-updates {
  padding-top: 0;
}
.home-updates h2 {
  margin: 0 0 5px 0;
}
.home-updates p {
  color: #605f6f;
  margin-bottom: 25px;
}
.home-updates .h-articles {
  margin-bottom: 30px;
}
.home-updates .h-articles .content {
  margin: auto;
  padding: 0 0 0 20px;
}
.home-updates .h-articles .content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 28px;
}
.home-updates .h-articles .content p {
  line-height: 26px;
  margin: 0;
}
.home-updates .h-articles .content span {
  font-family: "Hind Madurai", sans-serif;
  font-size: 1.625rem;
  color: #404040;
  font-weight: 600;
}
.home-updates .h-articles.news-small {
  margin-bottom: 30px;
}
.home-updates .h-articles.news-small .img-container {
  max-height: 110px;
  overflow: hidden;
}
.home-updates .h-articles.news-small .img-container img {
  height: 110px;
  object-fit: cover;
  width: 100%;
}
.home-updates .h-articles.news-featured {
  margin-bottom: 30px;
}
.home-updates .h-articles.news-featured .img-container {
  max-height: 250px;
  overflow: hidden;
}
.home-updates .h-articles.news-featured .img-container img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.home-updates .h-articles.news-featured .content {
  padding: 10px 0 0 0;
}

/* - - - - - - - - - - - - - - - - - - -
            Blue Block
- - - - - - - - - - - - - - - - - - - */
.section-block {
  background: #e8effe;
}
.section-block p {
  font-size: 1.25rem;
  margin: 0;
}
.section-block.access-resources .contain {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.section-block.access-resources .btn {
  margin-top: 20px;
  font-size: 1.25rem;
}
.section-block.whats-new {
  padding: 50px 0;
}
.section-block.whats-new .content {
  margin: auto 0;
}
.section-block.whats-new .content a h2 {
  color: #0556ad;
}
.section-block.whats-new .content p {
  color: #1d1d1d;
}
.section-block.whats-new .image-container {
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
}
.section-block.whats-new .image-container img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.section-block.whats-new.inner .content h2 {
  margin-bottom: 10px;
}
.section-block.whats-new.inner .content h3 {
  margin-bottom: 10px;
}
.section-block.whats-new.inner .content p {
  font-size: 1.063rem;
  margin-bottom: 20px;
}
.section-block.whats-new.inner .image-container {
  height: 250px;
}
.section-block.whats-new.inner .image-container img {
  height: 250px;
}

/* - - - - - - - - - - - - - - - - - - -
            Whats New Inner
- - - - - - - - - - - - - - - - - - - */
.whats-new-inner .news-featured {
  margin-bottom: 40px;
}
.whats-new-inner .news-featured img {
  height: 300px;
  object-fit: contain;
  margin-bottom: 20px;
}
.whats-new-inner .news-featured .content p {
  font-size: 1.063rem;
}
.whats-new-inner .news-featured .content p.date-published {
  margin-bottom: 5px;
}
.whats-new-inner .news-item {
  border-bottom: 1px solid #d2d1e2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.whats-new-inner .news-item:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.whats-new-inner .news-item h3 {
  margin: 0;
}
.whats-new-inner .news-item p.date-published {
  margin-bottom: 5px;
}

/* - - - - - - - - - - - - - - - - - - -
           Search Results
- - - - - - - - - - - - - - - - - - - */
.search-results .search-results-box {
  background: #e8effe;
  padding: 15px;
  margin-bottom: 30px;
}
.search-results .search-results-box input.form-control {
  font-size: 1.125rem;
  color: #1d1d1d;
  font-weight: 500;
  border-radius: 0;
  box-shadow: none;
  border-right: 0;
}
.search-results .search-results-box .search-filters {
  margin-top: 10px;
}
.search-results .number-results {
  border-bottom: 1px solid #d2d1e2;
  padding-bottom: 20px;
}
.search-results .number-results strong {
  font-weight: 600;
}
.search-results .result {
  padding: 20px 0;
  border-bottom: 1px solid #d2d1e2;
}
.search-results .result:first-child {
  margin-top: 10px;
}
.search-results .result p.search-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.search-results .result p.search-description {
  margin-bottom: 20px;
}
.search-results .result p.last-updated {
  font-style: italic;
  margin-bottom: 0;
  font-size: 90%;
}
.search-results .search-actions {
  margin-top: 20px;
}
.search-results .search-actions .page-number p {
  margin: 0 0 20px 0;
}
.search-results .search-actions .pagination {
  margin: 0;
}
.search-results .search-actions .pagination .page-item {
  margin-right: 10px;
}
.search-results .search-actions .pagination .page-item:last-child {
  margin: 0;
}
.search-results .search-actions .pagination .page-item.active .page-link {
  color: #fff;
  background: #76718e;
  border-color: #76718e;
}
.search-results .search-actions .pagination .page-item .page-link {
  font-size: 1.125rem;
  padding: 2px 13px;
  border-radius: 0;
  color: #0556ad;
  border-color: #fff;
}
.search-results .search-actions .pagination .page-item .page-link:hover {
  color: #fff;
  text-decoration: none;
  background: #0556ad;
  border-color: #0556ad;
}

/* - - - - - - - - - - - - - - - - - - -
            Newsletter
- - - - - - - - - - - - - - - - - - - */
.newsletter {
  background-color: #251e59;
  background-repeat: no-repeat;
  color: #ffffff;
}
.newsletter h2 {
  font-size: 2.25rem;
}
.newsletter .btn {
  font-size: 1rem;
}
.newsletter .btn.btn-link-light {
  padding: 12px 10px;
}

/* - - - - - - - - - - - - - - - - - - -
           Icon Cards
- - - - - - - - - - - - - - - - - - - */
.icon-cards {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
}
.icon-cards img {
  width: 70px;
  margin-bottom: 25px;
}
.icon-cards h3 {
  margin: 0 0 10px 0;
}
.icon-cards p {
  margin-bottom: 0;
}

/* - - - - - - - - - - - - - - - - - - -
           Image Blocks
- - - - - - - - - - - - - - - - - - - */
.image-blocks .block {
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
}
.image-blocks .block.quick-cards {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dee2e6;
}
.image-blocks .block .image-container img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.image-blocks .block .block-body {
  padding: 30px;
}
.image-blocks .block .block-body h2,
.image-blocks .block .block-body h3 {
  font-size: 1.75rem;
  line-height: 34px;
}
.image-blocks .block .block-body p:last-child {
  margin: 0;
}
.image-blocks .block.bg-transparent {
  box-shadow: none;
}
.image-blocks .block.bg-transparent img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.image-blocks .block.--landing .block-body {
  padding: 20px;
}
.image-blocks .block.--landing .block-body h2 {
  font-size: 1.5rem;
}

/* - - - - - - - - - - - - - - - - - - -
           Standard Blocks
- - - - - - - - - - - - - - - - - - - */
.standard-blocks {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
}
.standard-blocks p:last-child {
  margin: 0;
}

/* - - - - - - - - - - - - - - - - - - -
            Home Stats
- - - - - - - - - - - - - - - - - - - */
.home-stats {
  background: #337ab7;
  color: #ffffff;
  text-align: center;
  padding: 0;
}
.home-stats .bordered {
  border-bottom: 1px solid #d3259d;
}
.home-stats .bordered:last-child {
  border-bottom: none;
}
.home-stats .bordered .stats {
  padding: 20px 0;
}
.home-stats .bordered .stats h3 {
  font-size: 2.625rem;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.home-stats .bordered .stats p {
  font-size: 1.5rem;
  margin: 0;
}

/* - - - - - - - - - - - - - - - - - - -
          Landing FAQs
- - - - - - - - - - - - - - - - - - - */
.landing-faqs {
  background: #337ab7;
  color: #ffffff;
}
.landing-faqs h2 {
  font-size: 2.25rem;
  font-weight: 600;
}
.landing-faqs p {
  font-size: 1.25rem;
}
.landing-faqs .btn-link-light {
  font-size: 1.25rem;
  font-weight: 500;
}
.landing-faqs .accordion .accordion-item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.landing-faqs .accordion .accordion-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.landing-faqs .accordion .accordion-item .accordion-header:hover {
  background: transparent;
}
.landing-faqs .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 1.063rem;
  font-weight: 500;
  color: #ffffff;
}
.landing-faqs .accordion .accordion-item .accordion-header .accordion-button:hover {
  text-decoration: underline;
}
.landing-faqs .accordion .accordion-item .accordion-body {
  padding-top: 0;
}
.landing-faqs .accordion .accordion-item .accordion-body a {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}
.landing-faqs .accordion .accordion-item .accordion-body a:hover {
  text-decoration: none;
}
.landing-faqs .accordion .accordion-item .accordion-body p {
  font-size: 1.063rem;
}
.landing-faqs .accordion .accordion-item .accordion-body p a {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}
.landing-faqs .accordion .accordion-item .accordion-body p a:hover {
  text-decoration: none;
}
.landing-faqs .accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

/* - - - - - - - - - - - - - - - - - - -
           Accordions
- - - - - - - - - - - - - - - - - - - */
.accordion .accordion-item {
  position: relative;
  border-radius: 0;
  background: transparent;
  border: none;
  border-top: 1px solid #d2d1e2;
}
.accordion .accordion-item:last-child {
  border-bottom: 1px solid #d2d1e2;
}
.accordion .accordion-item .accordion-header {
  margin: 0;
  padding: 0 8px;
  border-bottom: 0;
}
.accordion .accordion-item .accordion-header:hover {
  background: rgba(232, 239, 254, 0.65);
}
.accordion .accordion-item .accordion-header .accordion-button {
  font-size: 1.063rem;
  line-height: 30px;
  font-weight: 600;
  background: transparent;
  color: #1d1d1d;
  padding: 15px 25px 15px 0;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: none;
  content: "\f078";
  font: var(--fa-font-regular);
  font-weight: 600;
}
.accordion .accordion-item .accordion-header .accordion-button:after {
  position: absolute;
  right: 0;
  top: 20px;
  background-image: none;
  content: "\f078";
  font: var(--fa-font-regular);
  font-weight: 600;
}
.accordion .accordion-item .accordion-body {
  padding: 0px 30px 25px 8px;
  font-size: 1.063rem;
}
.accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-body ul:last-child,
.accordion .accordion-item .accordion-body ol:last-child {
  margin-bottom: 0;
}

/* - - - - - - - - - - - - - - - - - - -
              Blockquote
- - - - - - - - - - - - - - - - - - - */
blockquote {
  position: relative;
  margin: 30px 0;
  padding: 15px 15px 15px 60px;
  background: #e8effe;
}
blockquote p {
  font-size: 1.125rem;
}
blockquote p:last-of-type {
  margin-bottom: 0 !important;
}
blockquote:before {
  position: absolute;
  color: #337ab7;
  top: 5px;
  left: 10px;
  font: var(--fa-font-solid);
  font-size: 2.5rem;
  content: "\f10d";
}
blockquote footer {
  padding: 0;
  background: transparent;
}
blockquote footer.blockquote-footer {
  margin: 10px 0 0 0;
  color: #5f666d;
}

/* - - - - - - - - - - - - - - - - - - -
           Right Navigation
- - - - - - - - - - - - - - - - - - - */
.right-side-nav {
  background: #e8effe;
  padding: 20px;
  margin-left: 0px;
}
.right-side-nav p.nav-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d1e2;
}
.right-side-nav .right-nav-items a.right-nav-item {
  display: block;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 12px 0;
  border-bottom: 1px solid #d2d1e2;
}

/* - - - - - - - - - - - - - - - - - - -
                Footer
- - - - - - - - - - - - - - - - - - - */
footer p.social-media a {
  text-decoration: none;
}

footer {
  background: #003366;
  padding: 50px 0;
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li a {
  font-size: 1.063rem;
  color: #ffffff;
  text-decoration: none;
}
footer ul li a:hover {
  color: #ffffff;
}
footer h3 {
  color: #ffffff;
  font-size: 1.75rem;
  margin: 30px 0 15px 0;
  font-weight: 400;
}
footer h2 {
  color: #ffffff;
}
footer .btn-light {
  font-weight: 600;
  margin-bottom: 25px;
}
footer p {
  font-size: 1.25rem;
}
footer p.social-media {
  display: flex;
  gap: 10px;
  color: #ffffff;
  margin: 0;
}
footer p.social-media a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  color: #337ab7;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #337ab7;
  text-decoration: none;
}
footer p.social-media a span:hover {
  background: #e8effe;
}
footer p.social-media a:hover {
  text-decoration: none;
}

.sub-footer {
  padding: 15px 0;
  color: #ffffff;
  background: #337ab7;
}
.sub-footer p {
  font-size: 1rem;
}

/* - - - - - - - - - - - - - - - - - - -
                Alerts
- - - - - - - - - - - - - - - - - - - */
/*.alert {
    font-weight: 500;
    color: #122b45;

    p {
        font-size: 1.125rem;
        font-weight: 500;
        color: #122b45;

        &:last-child {
            margin: 0;
        }
    }





    .alert-info {
        background: #cfe2ff;
        color: variables.$text-color;

        .alert-info::before {
            color: variables.$purple-blue;
            content: "\f05a";
            font: var(--fa-font-regular);
            font-size: 50px;
            margin-right: 30px;
        }
    }*/
/*START FROM STYLE GUIDE*/
/*.alert.alert-info .alert-icon {
        background: #107dde;
    }

    .alert .alert-icon {
        padding: 20px;
        display: table-cell;
        vertical-align: middle;
    }
}
.alert.alert-info .alert-icon {
    background: #107dde;
}

.alert .alert-icon {
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
}
.alert .alert-icon span {
    font-size: 22px;
    color: #fff;
}*/
.alert {
  display: table;
  font-weight: 500;
  color: #122b45;
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
}

.alert p:last-child {
  margin: 0;
}

.alert .alert-icon {
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}

.alert .alert-icon span {
  font-size: 22px;
  color: #fff;
}

.alert .alert-content {
  display: table-cell;
  padding: 20px;
  width: 100%;
}

.alert.alert-info .alert-content {
  background: #d9ebfe;
}

.alert.alert-info .alert-icon {
  background: #107dde;
}

.alert.alert-warning .alert-content {
  background: #fee6b1;
}

.alert.alert-warning .alert-icon {
  background: #ff9c00;
}

.alert.alert-success .alert-content {
  background: #ddedde;
}

.alert.alert-success .alert-icon {
  background: #317832;
}

.alert.alert-danger .alert-content {
  background: #fdddd9;
}

.alert.alert-danger .alert-icon {
  background: #ca1a00;
}

.alert.alert-dismissible .alert-content {
  padding-right: 40px;
}

.alert.alert-dismissible .btn-close {
  opacity: 1;
  background: 0 0;
  color: #5f6f80;
}

.alert.alert-dismissible .btn-close:after {
  font-size: 1.125rem !important;
  content: "X";
  font: var(--fa-font-regular);
}

.alert.alert-dismissible .btn-close:hover {
  color: #122b45;
}

/*END FROM STYLE GUIDE*/
/* - - - - - - - - - - - - - - - - - - -
            Icons with Text
- - - - - - - - - - - - - - - - - - - */
.trackcare-item {
  display: flex;
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d1e2;
}
.trackcare-item .trackcare-icon {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}
.trackcare-item .trackcare-icon img {
  border-radius: 50%;
}
.trackcare-item .trackcare-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.trackcare-item .trackcare-content h3,
.trackcare-item .trackcare-content h4 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
}
.trackcare-item .trackcare-content p {
  flex-direction: row;
}
.trackcare-item .trackcare-content p:last-child {
  margin: 0;
}

/* - - - - - - - - - - - - - - - - - - -
                Tables
- - - - - - - - - - - - - - - - - - - */
table {
  border: 1px solid #d2d1e2;
  background: #fff;
  margin-bottom: 30px;
  width: 100%;
}
table thead {
  background: #e8effe;
  color: #1d1d1d;
}
table thead tr th {
  border-bottom-color: #d2d1e2 !important;
  border-right: 1px solid #d2d1e2;
}
table tbody tr:nth-child(even) {
  background-color: #f7f8fd;
}
table tbody tr th,
table tbody tr td {
  border-bottom: 1px solid;
  border-bottom-color: #d2d1e2 !important;
  border-right: 1px solid #d2d1e2;
  vertical-align: middle;
  padding: 10px;
}
table tbody tr th p,
table tbody tr td p {
  margin: 0;
}
table tbody tr th a,
table tbody tr td a {
  text-decoration: underline;
}
table tbody tr th a:hover,
table tbody tr td a:hover {
  text-decoration: none;
}
table tbody tr:first-child {
  background: #e8effe;
  color: #1d1d1d;
}
table tbody tr:first-child th,
table tbody tr:first-child td {
  border-bottom-color: #d2d1e2 !important;
  border-right: 1px solid #d2d1e2;
}
table tbody tr:first-child th p,
table tbody tr:first-child td p {
  font-weight: 600;
}
table tbody tr:first-child th:last-child,
table tbody tr:first-child td:last-child {
  border-right: none;
}

/* - - - - - - - - - - - - - - - - - - -
                Buttons
- - - - - - - - - - - - - - - - - - - */
.btn1 {
  font-size: 1rem;
  font-weight: 500;
  padding: 12px;
  border-radius: 0;
  border: 2px solid;
}

.btn-outline-darkblue {
  color: #003366;
  border-color: #003366;
}

.btn-outline-darkblue:hover {
  color: #003366;
  border-color: #337ab7;
}

.btn {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 0;
  border: 2px solid;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-primary {
  background: #337ab7;
  border-color: #337ab7;
  color: #ffffff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #055997;
  border-color: #055997;
}
.btn.btn-open-athens {
  padding: 5px 25px;
}
.btn.btn-open-athens img {
  height: 40px;
  margin-left: 10px;
}
.btn.btn-light {
  background: #ffffff;
  border-color: #1d1655;
  color: #1d1655;
}
.btn.btn-light:hover {
  background: #e8effe;
}
.btn.btn-link-light {
  color: #ffffff;
  border: none;
  text-decoration: underline;
}
.btn.btn-outline-light {
  background: #fff;
  border-color: #0556ad;
  color: #0556ad;
}
.btn.btn-outline-light:hover {
  background: #e8effe;
}
.btn.btn-white-outline {
  color: #0556ad;
  background: #fff;
  border-color: #003366;
  font-weight: 600;
}
.btn.btn-white-outline:hover {
  color: #0556ad;
  background: #fff;
  border-color: #003366;
  font-weight: 600;
}

/*ROT*/
.rot-container {
  background-color: #337ab7;
  padding: 3rem;
  margin-bottom: 4rem;
}

.rot-container p {
  color: #ffffff;
}

.rot-container p:last-child {
  margin: 0;
}

.rot-link {
  display: flex;
  flex-direction: row;
}

.rot-icon {
  margin: auto;
  padding-left: 3rem;
}

.rot-blue {
  display: none;
}

.rot-container:hover .rot-white {
  display: none;
}

.rot-container:hover .rot-blue {
  display: block;
}

.rot-container:hover a {
  text-decoration: none;
  color: #337ab7;
}

.rot-container:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.rot-container:hover p {
  color: #337ab7;
}

.validation-summary-errors ul li {
  color: #d80000;
}

@media (min-width: 768px) {
  .wrapper {
    min-height: 100vh;
    margin-bottom: -318px;
    padding-bottom: 318px;
  }
  /* - - - - - - - - - - - - - - - - - - -
          The Timeline
  - - - - - - - - - - - - - - - - - - - */
  .timeline .img-container {
    height: 300px;
    overflow: hidden;
  }
  .timeline .img-container img {
    object-fit: cover;
    height: 300px;
  }
  /* - - - - - - - - - - - - - - - - - - -
        Home News & Updates
    - - - - - - - - - - - - - - - - - - - */
  .home-updates .h-articles {
    margin-bottom: 30px;
  }
  .home-updates .h-articles .content {
    margin: auto;
    padding: 0 0 0 20px;
  }
  .home-updates .h-articles .content h3 {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .home-updates .h-articles .content p {
    line-height: 26px;
    margin: 0;
  }
  .home-updates .h-articles .content span {
    font-family: "Hind Madurai", sans-serif;
    font-size: 1.625rem;
    color: #404040;
    font-weight: 600;
  }
  .home-updates .h-articles.news-small {
    margin-bottom: 30px;
  }
  .home-updates .h-articles.news-small .img-container {
    max-height: 110px;
    overflow: hidden;
  }
  .home-updates .h-articles.news-small .img-container img {
    height: 110px;
    object-fit: cover;
    width: 100%;
  }
  .home-updates .h-articles.news-featured .img-container {
    max-height: 250px;
    overflow: hidden;
  }
  .home-updates .h-articles.news-featured .img-container img {
    height: 250px;
    object-fit: cover;
    width: 100%;
  }
  .home-updates .h-articles.news-featured .content {
    padding: 0 0 0 20px;
  }
  /* - - - - - - - - - - - - - - - - - - -
                Home Stats
    - - - - - - - - - - - - - - - - - - - */
  .home-stats {
    padding: 30px 0;
  }
  .home-stats .bordered {
    border-right: 1px solid #d3259d;
    border-bottom: none;
  }
  .home-stats .bordered:last-child {
    border-right: none;
  }
  .home-stats .bordered:nth-child(1) {
    border-bottom: 1px solid #d3259d;
  }
  .home-stats .bordered:nth-child(2) {
    border-bottom: 1px solid #d3259d;
    border-right: none;
  }
  .home-stats .bordered .stats {
    padding: 20px 0;
  }
  .home-stats .bordered .stats h3 {
    font-size: 2.625rem;
    font-weight: 600;
    margin: 0 0 10px 0;
  }
  .home-stats .bordered .stats p {
    font-size: 1.5rem;
    margin: 0;
  }
  /* - - - - - - - - - - - - - - - - - - -
           Search Results
    - - - - - - - - - - - - - - - - - - - */
  .search-results .search-results-box {
    padding: 30px;
  }
  .search-results .search-results-box .search-filters {
    display: flex;
    margin-top: 10px;
  }
  .search-results .search-results-box .search-filters .form-check {
    display: inline-block;
    margin-right: 25px;
  }
  .search-results .search-actions {
    margin-top: 50px;
  }
  .search-results .search-actions .page-number p {
    margin: 5px 0;
  }
  /* - - - - - - - - - - - - - - - - - - -
                Blockquote
  - - - - - - - - - - - - - - - - - - - */
  blockquote {
    position: relative;
    padding: 25px 25px 25px 40px;
  }
  blockquote:before {
    position: absolute;
    color: #337ab7;
    top: 5px;
    left: -20px;
    font: var(--fa-font-solid);
    font-size: 3rem;
    content: "\f10d";
  }
}
@media (min-width: 992px) {
  section {
    padding: 40px 0;
  }
  a.animate-light {
    border-bottom: 1px solid !important;
    text-decoration: none !important;
    background-size: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.7s;
  }
  a.animate-light:hover {
    text-decoration: none;
    border: none !important;
    background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
    transition: background-size 0.8s;
    background-size: 100%;
    padding-bottom: 1px !important;
  }
  /* - - - - - - - - - - - - - - - - - - -
              Navigation
  - - - - - - - - - - - - - - - - - - - */
  .top-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
  }
  .top-navbar .navbar-brand {
    display: inline-flex;
    align-items: center;
    height: 100px;
    padding: 0;
  }
  .top-navbar .navbar-brand img {
    height: 70px;
  }
  .top-navbar .nav-triggers {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    height: 100px;
  }
  .top-navbar .nav-triggers #searchIcon {
    width: fit-content;
    font-size: 1.063rem;
    height: min-content;
    padding: 0 15px 0 0;
    margin-right: 15px;
    border-right: 2px solid #d2d1e2;
  }
  .top-navbar .nav-triggers #searchIcon::after {
    content: "Site search";
    font-family: "Open Sans", sans-serif;
    font-size: 1.063rem;
    font-weight: 600;
  }
  .top-navbar .nav-triggers #searchIcon::before {
    content: "\f002";
    font: var(--fa-font-regular);
    font-size: 1.063rem;
    font-weight: 600;
    color: #605f6f;
    margin-right: 5px;
  }
  .top-navbar .nav-triggers #searchIcon:hover {
    cursor: pointer;
    background: transparent;
    text-decoration: underline;
  }
  .top-navbar .nav-triggers #searchIcon.selected {
    background: transparent;
  }
  .top-navbar .nav-triggers #searchIcon.selected:before {
    content: "X";
  }
  .top-navbar .nav-triggers #searchIcon.selected::after {
    content: "Close search";
    font-family: "Open Sans", sans-serif;
    font-size: 1.063rem;
    font-weight: 600;
  }
  .top-navbar .nav-triggers p.register {
    font-size: 1.063rem;
    font-weight: 600;
    margin: 0 25px 0 0;
  }
  .top-navbar .nav-triggers p.register a {
    color: #1d1655;
  }
  .top-navbar .nav-triggers p.register a:hover {
    text-decoration: underline;
  }
  .top-navbar .btn-primary {
    font-size: 1.063rem;
    padding: 10px 25px;
    margin: 0;
  }
  .top-navbar .btn-primary span {
    margin-left: 7px;
  }
  .navbar {
    background: #003366;
    border-top: 1px solid #d2d1e2;
  }
  .navbar .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .navbar .navbar-nav .nav-item a {
    border-bottom: 4px solid transparent;
    transition: 0.3s;
  }
  .navbar .navbar-nav .nav-item a.nav-link {
    color: #ffffff;
    font-weight: 500;
    padding: 15px 20px;
  }
  .navbar .navbar-nav .nav-item a.active {
    font-weight: 600;
    background: transparent;
    border-bottom: 4px solid #337ab7;
  }
  .navbar .navbar-nav .nav-item a:hover {
    border-bottom: 4px solid #337ab7;
    transition: 0.3s;
  }
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border-top: 0px;
  }
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding-top: 12px;
    padding-bottom: 12px;
    border: none;
    transition: none;
  }
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background: #e8effe;
    color: #1d1d1d;
  }
  .breadcrumb {
    margin-bottom: 20px !important;
  }
  .breadcrumb .breadcrumb-item {
    font-size: 1.125rem !important;
  }
  .breadcrumb .breadcrumb-item:before {
    padding: 0 1rem !important;
  }
  /* - - - - - - - - - - - - - - - - - - -
                Search Box
    - - - - - - - - - - - - - - - - - - - */
  #mySearchBox {
    padding: 25px 0;
  }
  /* - - - - - - - - - - - - - - - - - - -
                  Header
  - - - - - - - - - - - - - - - - - - - */
  header {
    padding: 150px 0 70px 0;
  }
  header .content {
    padding: 50px;
  }
  header .content h1 {
    font-size: 2.25rem;
  }
  /* - - - - - - - - - - - - - - - - - - -
        The Timeline
    - - - - - - - - - - - - - - - - - - - */
  .timeline .content {
    margin: auto;
  }
  .timeline .img-container {
    margin: 0;
  }
  .main-timeline {
    margin: 0 auto;
  }
  .main-timeline::after {
    left: 50%;
  }
  .main-timeline .timeline-item {
    position: relative;
    padding: 0;
    width: 40%;
    left: 6%;
  }
  .main-timeline .timeline-item.right {
    left: 54%;
  }
  .main-timeline .timeline-item.right:after {
    left: -12.6%;
  }
  .main-timeline .timeline-item:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    left: 107%;
    background-color: white;
    border: 4px solid #0556ad;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
    top: calc(50% - 12.5px);
  }
  .main-timeline .timeline-item .timeline-content {
    background: #fff;
    padding: 30px 40px;
  }
  .main-timeline .timeline-item .timeline-content p.timeline-date {
    font-size: 1.5rem;
    font-weight: 500;
    opacity: 0.6;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .main-timeline .timeline-item .timeline-content p:last-child {
    margin: 0;
  }
  /* - - - - - - - - - - - - - - - - - - -
                Home Stats
    - - - - - - - - - - - - - - - - - - - */
  .home-stats .bordered:nth-child(1) {
    border-bottom: none;
  }
  .home-stats .bordered:nth-child(2) {
    border-right: 1px solid #d3259d;
    border-bottom: none;
  }
  /* - - - - - - - - - - - - - - - - - - -
            Inner Content
    - - - - - - - - - - - - - - - - - - - */
  .inner-content .content {
    margin-left: 30px;
  }
  .inner-content .content .split-block .block-start {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
    padding: 0 30px 0 0;
    margin: 0 30px 0 0;
  }
  .inner-content .recent-news {
    margin-top: 0px;
  }
  .inner-content .recent-news h2 {
    border: none;
    padding: 0;
  }
  .inner-content .left-navigation ul li {
    border-bottom: none;
  }
  .inner-content.error-page .image-card .card-content {
    padding: 0 30px;
  }
  .inner-content.error-page .image-card .card-content .btn {
    width: initial;
  }
  .inner-content.error-page .image-card .card-content .btn:first-child {
    margin-bottom: 0;
  }
  /* - - - - - - - - - - - - - - - - - - -
              Newsletter
  - - - - - - - - - - - - - - - - - - - */
  .newsletter {
    background-image: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, #251e59 45%, #251e59 100%), url(../img/background/newsletter-bg.png);
    background-repeat: no-repeat;
    color: #ffffff;
  }
  .newsletter .btn {
    font-size: 1.125rem;
  }
  .newsletter .btn.btn-link-light {
    padding: 12px 25px;
  }
  /* - - - - - - - - - - - - - - - - - - -
            Standard Blocks
    - - - - - - - - - - - - - - - - - - - */
  .standard-blocks {
    padding: 50px;
  }
  /* - - - - - - - - - - - - - - - - - - -
                Image Cards
    - - - - - - - - - - - - - - - - - - - */
  .image-card .img-container {
    max-height: 250px;
    overflow: hidden;
  }
  .image-card .img-container img {
    height: 250px;
    object-fit: cover;
    width: 100%;
  }
  .image-card .card-content {
    padding: 0 50px;
  }
  /* - - - - - - - - - - - - - - - - - - -
            Blue Block
    - - - - - - - - - - - - - - - - - - - */
  .section-block.whats-new {
    padding: 0;
  }
  .section-block.whats-new .image-container {
    height: 250px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .section-block.whats-new.inner .image-container {
    height: 340px;
    margin: 30px 0;
  }
  .section-block.whats-new.inner .image-container img {
    height: 340px;
    object-fit: contain;
  }
  /* - - - - - - - - - - - - - - - - - - -
            Whats New Inner
    - - - - - - - - - - - - - - - - - - - */
  .whats-new-inner .news-featured img {
    height: 300px;
    object-fit: contain;
    margin: 0;
  }
  /* - - - - - - - - - - - - - - - - - - -
             Right Navigation
  - - - - - - - - - - - - - - - - - - - */
  .right-side-nav {
    margin-left: 30px;
  }
  /* - - - - - - - - - - - - - - - - - - -
                Footer
    - - - - - - - - - - - - - - - - - - - */
  footer h3 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  /* - - - - - - - - - - - - - - - - - - -
            Inner Content
    - - - - - - - - - - - - - - - - - - - */
  .inner-content .content .offset-img-block {
    margin: 50px 0;
    min-height: 330px;
    padding: 40px 30px;
  }
  .inner-content .content .offset-img-block .img-container {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    top: -25px;
    right: 15px;
    height: 340px;
    overflow: hidden;
  }
  .inner-content .content .offset-img-block .img-container img {
    object-fit: cover;
    height: 340px;
    width: 85%;
  }
}
@media (min-width: 1400px) {
  .navbar .container {
    display: block;
  }
  /* - - - - - - - - - - - - - - - - - - -
            Inner Content
    - - - - - - - - - - - - - - - - - - - */
  .inner-content .content .offset-img-block .img-container img {
    width: 95%;
  }
  /* - - - - - - - - - - - - - - - - - - -
          The Timeline
  - - - - - - - - - - - - - - - - - - - */
  .main-timeline .timeline-item:after {
    content: "";
    left: 107.7%;
  }
  .main-timeline .timeline-item.right:after {
    left: -12.3%;
  }
  .main-timeline .timeline-item .image-container {
    height: 300px;
    overflow: hidden;
  }
}

/*# sourceMappingURL=style.css.map */
