@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.html-master {
  height: 100%;
}
.html-master body {
  display: grid;
  grid-template: "h" "b" "f";
  grid-template-rows: auto 1fr auto;
  height: 100%;
  margin: 0;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
.html-master body header {
  grid-area: h;
}
.html-master body .body-content {
  grid-area: b;
  align-self: start;
}
.html-master body footer {
  grid-area: f;
  display: grid;
  grid-template: ". cr .";
  grid-template-columns: auto minmax(auto, 1fr) auto;
  align-items: end;
  justify-items: center;
  margin-bottom: unset;
  padding: 1em;
  background-color: #0A2C49;
}
.html-master body footer .copyright {
  grid-area: cr;
  color: white;
  margin-top: 0.2em;
  font-size: 1.2em;
  font-weight: 600;
}

/* 1. Theme default css */
body {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.svg-icon {
  max-width: 15px;
  margin-left: 0.8em;
  vertical-align: middle;
}

a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
  border: solid 3px #A1C4E3;
}

a:focus {
  color: #fff;
  text-decoration: none;
  border: solid 3px #A1C4E3;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
  color: #1F1F1F;
}

a,
button {
  color: #1F1F1F;
  outline: medium none;
}

button:focus {
  border: solid 3px #A1C4E3;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  color: #1F1F1F;
  padding-top: 20px;
  border-bottom: 1px solid #9D9D9D;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

blockquote {
  margin-left: 1em;
  border-left: solid 3px #A1C4E3;
  padding: 0.3em;
  padding-left: 1em;
}
blockquote p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

p {
  margin: unset;
  margin-bottom: 1em;
  color: #4D4D4D;
  font-weight: 400;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

h3 {
  font-size: 24px;
}

.mb-65 {
  margin-bottom: 67px;
}

.black-bg {
  background: #020c26 !important;
}

.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

.overlay {
  position: relative;
  z-index: 0;
}

.overlay::before {
  position: absolute;
  content: "";
  background-color: #1f1f1f;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.overlay2 {
  position: relative;
  z-index: 0;
}

.overlay2::before {
  position: absolute;
  content: "";
  background-color: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}

.overlay_skyblue {
  position: relative;
  z-index: 0;
}

.overlay_skyblue::before {
  position: absolute;
  content: "";
  background-color: #5DB2FF;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}

.bradcam_overlay {
  position: relative;
  z-index: 0;
}

.bradcam_overlay::before {
  position: absolute;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db2ff+0,7db9e8+100&1+24,0+96 */
  background: -moz-linear-gradient(left, rgb(93, 178, 255) 0%, rgb(101, 180, 249) 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(93, 178, 255) 0%, rgb(101, 180, 249) 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(93, 178, 255) 0%, rgb(101, 180, 249) 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5db2ff", endColorstr="#007db9e8",GradientType=1 ); /* IE6-9 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

/* button style */
.owl-carousel .owl-nav div {
  background: transparent;
  height: 50px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  color: #fff;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 50px;
  font-size: 15px;
  line-height: 50px;
  border: 1px solid #fff;
  left: 140px;
}
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 140px;
}
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
}
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #009DFF;
  border: 1px solid transparent;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-40 {
  margin-bottom: 40px;
}

.print-button {
  text-align: center;
  color: #fff;
  background: #114379;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 500;
  padding: 0.5em;
  margin: 0;
}

.print-button:hover {
  background: #A1C4E3;
}

.header-grid {
  display: grid;
}
@media (min-width: 900px) {
  .header-grid {
    grid-template: "logo navi sec";
    grid-template-columns: auto minmax(auto, 1fr) auto;
  }
  .header-grid .header-nav-btn {
    display: none;
  }
  .header-grid .header-grid-logo .logo {
    padding-right: 1em;
    border-right: solid 2px #0A2C49;
  }
}
@media (max-width: 900px) {
  .header-grid {
    grid-template: "logo sec btn" "navi navi navi";
    grid-template-columns: auto 1fr auto;
    justify-items: center;
  }
  .header-grid .header-contact-list {
    display: none;
  }
  .header-grid .header-nav {
    max-height: 0em;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0;
    padding-left: 2em;
  }
  .header-grid .header-nav ul {
    padding: 2em;
  }
  .header-grid .header-nav ul li {
    padding: 0;
    padding-bottom: 1em;
    width: 100%;
  }
  .header-grid .header-nav ul li .submenu {
    position: relative;
    visibility: visible;
    padding: 0;
    opacity: 1;
    left: unset;
    top: unset;
    width: inherit;
    background: inherit;
    box-shadow: unset;
    border: unset;
    border-left: solid 1px white;
    margin-left: 0.3em;
  }
  .header-grid .header-nav ul li .submenu li {
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 0.5em;
    padding: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-left: 1em;
  }
  .header-grid .header-nav ul li .submenu li a {
    padding: 0;
    position: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    color: #FFF;
    font-size: 1.2em;
    text-transform: capitalize;
    font-weight: 500;
  }
  .header-grid .header-nav ul li .submenu li:hover a {
    color: #FFF;
  }
  .header-grid .header-section-list {
    justify-self: end;
    align-self: center;
  }
  .header-grid .header-grid-logo .logo {
    width: 130px;
  }
}
.header-grid a {
  text-decoration: none;
}
.header-grid .header-grid-logo {
  grid-area: logo;
  justify-self: start;
  align-self: center;
  padding: 1em;
  overflow: hidden;
  max-width: 12em;
}
.header-grid .header-grid-logo .logo {
  width: 10em;
}
.header-grid .header-grid-logo .header-grid-link {
  display: grid;
  grid-template: "l t";
  grid-template-columns: auto auto;
  border: white solid 0px;
  border-radius: 0.5em;
  background-color: white;
}
.header-grid .header-grid-logo .header-grid-link .logo {
  grid-area: l;
  max-width: 6em;
  max-height: 6em;
  padding: 0;
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  align-self: center;
}
.header-grid .header-grid-logo .header-grid-link .text-logo {
  justify-self: start;
  align-self: center;
  grid-area: t;
  color: black;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 1em;
  max-width: 250px;
}
.header-grid .header-grid-logo .header-grid-link .text-logo .title {
  font-size: 2em;
  line-height: 1em;
  font-weight: 500;
  width: auto;
}
.header-grid .header-grid-logo .header-grid-link .text-logo .tagline {
  font-size: 1em;
  line-height: 1em;
}
.header-grid .header-contact-list {
  grid-area: con;
  padding: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 1em;
  justify-self: end;
  align-self: end;
  border-radius: 8px;
  border: solid 1px #A1C4E3;
}
.header-grid .header-contact-list ul {
  margin: unset;
  padding: unset;
  list-style: none;
}
.header-grid .header-contact-list li {
  margin: unset;
  padding: unset;
  font-size: 1em;
}
.header-grid .header-contact-list .heading {
  color: white;
  font-size: 1.3em;
  text-align: center;
  font-weight: 300;
  padding: unset;
  margin-bottom: 0.3em;
  border-bottom: solid 1px white;
}
.header-grid .header-contact-list .fa {
  color: #A1C4E3;
  margin-right: 0.5em;
}
.header-grid .header-contact-list a {
  color: white;
  font-size: 1.2em;
  font-weight: 700;
}
.header-grid .header-section-list {
  grid-area: sec;
  padding: 2em;
  justify-self: center;
  align-self: center;
}
.header-grid .header-section-list .button-container {
  overflow: hidden;
}
.header-grid .header-section-list .button-container .section-button {
  padding: 0.4em;
  padding-top: 0.5em;
  overflow: hidden;
  border-radius: 8px;
  border: solid 2px #57595B;
  transition: background 0.25s ease;
}
.header-grid .header-section-list .button-container .section-button.individuals-button {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-width: 1px;
}
.header-grid .header-section-list .button-container .section-button.researchers-button {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-width: 1px;
}
.header-grid .header-section-list .button-container .section-button a {
  color: #FFF;
}
.header-grid .header-section-list .button-container .section-button:hover {
  background: #A1C4E3;
}
.header-grid .header-section-list a {
  font-weight: 600;
}
.header-grid .header-nav {
  align-self: center;
  justify-self: start;
  grid-area: navi;
}
.header-grid .header-nav ul {
  padding: unset;
  margin: unset;
}
.header-grid .header-nav ul li {
  display: inline-block;
  position: relative;
  padding: unset;
  margin: unset;
  padding-top: 1em;
  padding-right: 4em;
}
.header-grid .header-nav ul li a {
  color: #0A2C49;
  font-size: 1.4em;
  text-transform: capitalize;
  font-weight: 700;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  position: relative;
}
.header-grid .header-nav ul li a i {
  font-size: 0.6em;
}
.header-grid .header-nav ul li a::before {
  position: absolute;
  content: "";
  background: #0A2C49;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-grid .header-nav ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
.header-grid .header-nav ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}
.header-grid .header-nav ul li a:hover {
  color: #0A2C49;
}
.header-grid .header-nav ul li .submenu {
  position: absolute;
  left: 0;
  top: 160%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  border: 1px solid #d3d3d3;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.header-grid .header-nav ul li .submenu li {
  display: block;
  margin: 10px 5px;
  padding: unset;
}
.header-grid .header-nav ul li .submenu li a {
  padding: 10px 5px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}
.header-grid .header-nav ul li .submenu li a::before {
  display: none;
}
.header-grid .header-nav ul li .submenu li:hover a {
  color: #000;
}
.header-grid .header-nav ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}
.header-grid .header-nav ul li:hover > a::before {
  opacity: 1;
}
.header-grid .header-nav ul li:first-child a {
  padding-left: 0;
}
.header-grid .header-nav-btn {
  justify-self: end;
  align-self: center;
  margin: 1em;
}
.header-grid .header-nav-btn.active button:before {
  content: "-";
}
.header-grid .header-nav-btn button {
  color: #155B99;
  width: 1.3em;
  height: 1.3em;
  border: solid 4px #415C71;
  background: white;
  border-radius: 40px;
  font-size: 3em;
  line-height: 0;
}
.header-grid .header-nav-btn button:before {
  content: "+";
}

.grid-content-container {
  display: grid;
  max-width: 1080px;
  margin: auto;
  grid-column-gap: 1.2em;
}
.grid-content-container .head {
  grid-area: head;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-left: 1em;
}
.grid-content-container .head h1 {
  font-size: 2em;
  font-weight: 700;
  border-bottom: unset;
  border-bottom: 1px solid #9D9D9D;
}
@media (min-width: 900px) {
  .grid-content-container {
    grid-template: "lfsd head head" "lfsd main rtsd";
    grid-template-rows: auto 1fr;
    grid-template-columns: auto minmax(100px, 1fr) auto;
  }
  .grid-content-container .sidebar-left-content {
    max-width: 17.2em;
  }
  .grid-content-container .sidebar-right-content {
    max-width: 17.2em;
    justify-self: end;
  }
}
@media (max-width: 900px) {
  .grid-content-container {
    grid-template: "lfsd" "head" "main" "rtsd";
  }
  .grid-content-container .sidebar-left-content {
    text-align: center;
  }
}

.main-content {
  grid-area: main;
  padding: 0.5em;
  justify-self: start;
  width: 100%;
}

.sidebar-right-content {
  grid-area: rtsd;
  padding: 0;
  margin: 0;
}

.sidebar-left-content {
  grid-area: lfsd;
}
.sidebar-left-content .divider {
  padding: 0px;
  padding-left: 8px;
  margin-left: 12px;
  margin-right: 12px;
  border-bottom: 1px solid #9D9D9D;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sidebar-left-inner {
  position: sticky;
  top: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.sidebar-left-inner .header {
  transition: background 0.25s ease;
  padding: 0;
  margin: 0;
  padding-left: 0.5em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
  margin-top: 0.2em;
  font-weight: 300;
  font-size: 2em;
}
.sidebar-left-inner .header:hover {
  background: rgba(0, 157, 255, 0.1921568627);
}
.sidebar-left-inner .sidebar-item-boxed {
  background-color: #415C71;
  border: solid 1px #415C71;
  border-radius: 7px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.sidebar-left-inner .sidebar-item-boxed.individuals {
  background-color: #155B99;
  border: solid 1px #155B99;
}
.sidebar-left-inner .sidebar-item-boxed.researchers {
  background-color: #0A2C49;
  border: solid 1px #0A2C49;
}
.sidebar-left-inner .sidebar-item-boxed ul {
  background-color: white;
  border-radius: 7px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  padding-top: 8px;
  padding-bottom: 4px;
}
.sidebar-left-inner ul li {
  margin: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  border-radius: 4px;
  transition: background 0.25s ease;
}
.sidebar-left-inner ul li.active a {
  border-left: solid 2px #20a4f7;
  border-bottom: solid 2px #20a4f7;
}
.sidebar-left-inner ul li.active a > div {
  font-weight: 700;
  font-style: italic;
}
.sidebar-left-inner ul li div, .sidebar-left-inner ul li a {
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 0.06em;
}
.sidebar-left-inner ul li .side-header {
  display: flex;
  font-style: italic;
  font-weight: 600;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
.sidebar-left-inner ul li a {
  display: flex;
  border: solid 2px rgba(0, 0, 0, 0);
  border: solid 2px rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-bottom: 4px;
  padding-left: 1em;
  padding-right: 1em;
}
.sidebar-left-inner ul li a div {
  width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 0.7em;
  padding-bottom: 0.5em;
}
.sidebar-left-inner ul li a:hover {
  background: rgba(0, 157, 255, 0.3960784314);
}
.sidebar-left-inner ul li h2 {
  color: #576b80;
  font-weight: 400;
  font-size: 2em;
  letter-spacing: -0.03em;
  padding-left: 0.5em;
  border-bottom: 1px solid #9D9D9D;
}
.sidebar-left-inner ul li:focus {
  outline: none;
}
.sidebar-left-inner a {
  text-decoration: none;
}

.sidebar-inner {
  position: sticky;
  top: 0.5em;
  border-color: #A1C4E3;
  margin-top: 0.5em;
}

.sidebar-box {
  padding-bottom: 0.5em;
  margin-top: 0.5em;
  text-transform: uppercase;
}
.sidebar-box .divider {
  border-bottom: solid 1px;
  border-color: #155B99;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
.sidebar-box h3 {
  padding: unset;
  margin: unset;
  padding-left: 0.2em;
  padding-bottom: 0.2em;
  padding-right: 0.2em;
  font-weight: 600;
  font-size: 2em;
}
.sidebar-box ul li {
  margin-left: 1em;
  padding: 0.2em;
  transition: background 0.25s ease;
}
.sidebar-box ul li:hover {
  background: rgba(0, 157, 255, 0.1921568627);
}
.sidebar-box a {
  font-weight: 500;
  font-size: 1.5em;
}

.individuals-button {
  background-color: #155B99;
}

.researchers-button {
  background-color: #0A2C49;
}

.individuals-button, .researchers-button {
  text-align: center;
}
.individuals-button a div, .researchers-button a div {
  color: white;
}

.text-area h2 {
  border-bottom: solid 2px black;
}
.text-area h3 {
  font-weight: 600;
  border-bottom: solid 0px black;
  font-size: 1.5em;
  margin: unset;
  margin-bottom: 0.3em;
}
.text-area p, .text-area a {
  font-weight: 500;
}
.text-area p > a {
  font-size: 1em;
}
.text-area p > a:focus {
  font-weight: bold;
  text-decoration: underline;
}
.text-area ul {
  margin: 0px;
  padding: 0px;
}
.text-area ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
  line-height: 1.4em;
  list-style-position: outside;
}
.text-area ul li p {
  margin-bottom: 0.5em;
}
.text-area ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  margin-right: 10px;
  border: 3px solid #A1C4E3;
  top: 4px;
  left: 7px;
  border-radius: 50%;
}
.text-area .boxed-item-area {
  border: solid 2px #415C71;
  border-radius: 14px;
  padding: 1em;
  margin: 0.5em;
}
.text-area .boxed-item-buffer {
  margin-bottom: 1em;
}
.text-area .dualColumn {
  display: grid;
  grid-gap: 1em;
}
@media (min-width: 768px) {
  .text-area .dualColumn {
    grid-template: "l r";
  }
}
@media (max-width: 768px) {
  .text-area .dualColumn {
    grid-template: "l" "r";
  }
}
.text-area .dualColumn .left-col {
  grid-area: l;
}
.text-area .dualColumn .right-col {
  grid-area: r;
}
.text-area .line-button {
  color: black;
  border: solid 1px;
  border-color: rgba(0, 157, 255, 0.3960784314);
  border-radius: 6px;
  display: inline-block;
  position: relative;
  padding: 0.3em;
  padding: 1em;
  padding-left: 1em;
  line-height: 1em;
  font-weight: 600;
}
.text-area .line-button:hover {
  background: rgba(0, 157, 255, 0.3960784314);
}
.text-area .centered {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
.text-area .boxed-container {
  border: solid 1px #415C71;
  border-radius: 10px;
  margin: 0.5em;
  padding: 1em;
}
.text-area .table-area {
  overflow-x: auto;
}
.text-area .table-area table {
  width: 100%;
  border: 1px solid #ddd;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.text-area .table-area table .empty, .text-area .table-area table .check {
  text-align: center;
  color: #415C71;
  font-size: 2em;
}
.text-area .table-area table .check:before {
  content: "✔";
}
.text-area .table-area table th > h1 {
  border: none;
  font-weight: 700;
  font-size: 1.3em;
  margin: 0;
  padding: 0;
}
.text-area .table-area table th, .text-area .table-area table tr, .text-area .table-area table td {
  width: auto;
  padding: 8px;
  border: 1px solid #ddd;
  color: #0A2C49;
}
.text-area .table-area table th {
  border-bottom-width: 2px;
}
.text-area .form-area {
  border: solid 1px #415C71;
  border-radius: 10px;
  margin: 0.5em;
  padding: 1em;
}
.text-area .form-area .form-title {
  margin: 0;
  padding: 0.5em;
  padding-top: 1em;
  background-color: #415C71;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.text-area .form-area .form-title h1 {
  color: white;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 2.5em;
}
.text-area .form-area form {
  padding: 0.5em;
}
.text-area .field-area {
  display: grid;
  grid-template: "l" "i";
  margin: 0.5em;
}
.text-area .field-area .field-label {
  grid-area: l;
  margin-right: 0.5em;
}
.text-area .field-area .field-label label {
  color: black;
  font-size: 1em;
  margin: 0;
  user-select: none;
}
.text-area .field-area .field-label p {
  color: #7e7e7e;
  font-size: 1em;
  font-style: italic;
}
.text-area .field-area .field-input {
  grid-area: i;
}
.text-area .field-area .field-input .checkbox-area .checkbox-input {
  display: grid;
  align-content: center;
  align-items: center;
  grid-template: "i l";
  grid-template-columns: min-content;
}
.text-area .field-area .field-input .checkbox-area .checkbox-input label {
  grid-area: l;
  margin: 0;
  margin-top: 0.2em;
  user-select: none;
  font-size: 1em;
}
.text-area .field-area .field-input .checkbox-area .checkbox-input input {
  grid-area: i;
  margin-right: 0.3em;
  height: 1.3em;
  width: 1.3em;
}
.text-area .field-area .field-input .radio-area .radio-input {
  display: grid;
  align-content: center;
  align-items: center;
  grid-template: "i l";
  grid-template-columns: min-content;
  margin: 0.2em;
}
.text-area .field-area .field-input .radio-area .radio-input label {
  grid-area: l;
  margin: 0;
  margin-top: 0.2em;
  user-select: none;
  font-size: 1em;
}
.text-area .field-area .field-input .radio-area .radio-input input {
  grid-area: i;
  margin-right: 0.3em;
  height: 1.3em;
  width: 1.3em;
}
.text-area .field-area .field-input .text-input > input, .text-area .field-area .field-input select, .text-area .field-area .field-input textarea {
  height: 2em;
  padding: 0;
  padding-left: 0.25em;
}
.text-area .field-area .field-input .text-input input {
  width: 100%;
}
.text-area .field-area .field-input textarea {
  min-height: 2em;
  max-width: 100%;
  height: 8em;
  width: 100%;
  resize: both;
}
.text-area .modal-area {
  display: inline;
}
.text-area .modal-area .modal-btn {
  margin: 0.5em;
  padding: 1em;
  border: 1px solid black;
  border-radius: 12px;
  background-color: white;
  color: black;
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.2em;
  transition: border-radius 0.2s ease, border-width 0.2s ease, background 0.5s ease;
}
.text-area .modal-area .modal-btn .btn-content {
  display: grid;
  justify-items: center;
}
.text-area .modal-area .modal-btn:hover, .text-area .modal-area .modal-btn:focus {
  background-color: #EAF2F9;
  text-decoration: none;
  cursor: pointer;
}
.text-area .modal-area .modal-btn img {
  max-height: 250px;
  max-width: 250px;
}
.text-area .modal-area .modal-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  min-height: 300px;
}
.text-area .modal-area .modal-popup .modal-content {
  position: relative;
  width: 1080px;
  width: 80vw;
  max-height: 90vh;
  margin: auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding: unset;
  background-color: #fefefe;
  border: 1px solid #888;
  border-radius: 0.5em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.text-area .modal-area .modal-popup .modal-content .modal-header {
  display: grid;
  grid-template: "h x";
  max-height: 5vh;
  padding: 2px 16px;
  background-color: #0A2C49;
  color: white;
}
.text-area .modal-area .modal-popup .modal-content .modal-header .modal-title {
  grid-area: "h";
  color: white;
  border: unset;
  text-decoration: none;
  padding: unset;
  margin: unset;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.text-area .modal-area .modal-popup .modal-content .modal-header .modal-close {
  grid-area: "x";
  justify-self: end;
  color: white;
  font-size: 2em;
  font-weight: bold;
}
.text-area .modal-area .modal-popup .modal-content .modal-header .modal-close:hover, .text-area .modal-area .modal-popup .modal-content .modal-header .modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.text-area .modal-area .modal-popup .modal-content .modal-scroll {
  max-height: 85vh;
}
.text-area .modal-area .modal-popup .modal-content .modal-scroll .modal-body {
  max-height: 80vh;
  overflow: auto;
  padding: 1em;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.text-area .collapses-area .collapse-btn {
  background-color: rgba(119, 119, 119, 0);
  cursor: pointer;
  padding: 18px;
  padding-bottom: 12px;
  width: 100%;
  border: none;
  border-radius: 12px;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: border-radius 0.2s ease, border-width 0.2s ease, background 0.5s ease;
}
.text-area .collapses-area .collapse-btn .title {
  padding: 0;
  line-height: 1;
  margin: auto;
  border-width: 1px;
  border-color: #415C71;
  font-weight: 700;
  font-size: 18px;
}
.text-area .collapses-area .collapse-btn:hover {
  background-color: #EAF2F9;
}
.text-area .collapses-area .active .collapse-btn {
  border-bottom: solid;
  border-width: 1px;
  border-color: #415C71;
  background: #415C71;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.text-area .collapses-area .active .title {
  border-color: white;
  color: white;
  font-weight: 700;
}
.text-area .collapses-area .collapsible {
  margin-bottom: 10px;
  border: solid;
  border-width: 1px;
  border-radius: 15px;
  border-color: #0A2C49;
}
.text-area .collapses-area .accordian {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-left: 5px;
}
.text-area .collapses-area .collapse-content {
  padding: 10px;
}
.text-area .collapses-area .resource-title {
  font-size: 1.2em;
}

.catalog-btn {
  margin: 1em;
  background-color: #415C71;
  border-color: black;
}
.catalog-btn:hover {
  background-color: #0A2C49;
}
.catalog-btn:active {
  background-color: #A1C4E3;
}

iframe {
  padding-left: 1em;
}

.sections-grid {
  display: grid;
  grid-template: "h" "b";
}
@media (max-width: 900px) {
  .sections-grid .section-header h1 {
    text-align: center;
  }
}

.section-header {
  grid-area: h;
  max-width: 1920px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-radius: 0.75em;
  padding: unset;
  margin: 0em 1em;
  padding: 0.5em 1em;
}
.section-header h1 {
  color: white;
  padding: unset;
  margin: unset;
  word-break: break-all;
  font-size: 3em;
  font-weight: 500;
  border-bottom: unset;
}
.section-header.header-researchers {
  background: #0A2C49;
}
.section-header.header-researchers a {
  text-decoration: none;
}
.section-header.header-researchers a:hover {
  color: #A1C4E3;
}
.section-header.header-individuals {
  background: #155B99;
}
.section-header.header-individuals a {
  text-decoration: none;
}
.section-header.header-individuals a:hover {
  color: #A1C4E3;
}

.section-body {
  grid-area: b;
}
.section-body .grid-content-container .head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section-body .grid-content-container .head h1 {
  margin: 0;
}

.html-master {
  height: 100%;
}
.html-master body {
  display: grid;
  grid-template: "h" "b" "f";
  grid-template-rows: auto 1fr auto;
  height: 100%;
}
.html-master body header {
  grid-area: h;
}
.html-master body .body-content {
  grid-area: b;
  align-self: start;
}
.html-master body footer {
  grid-area: f;
  display: grid;
  grid-template: ". cr .";
  grid-template-columns: auto minmax(auto, 1fr) auto;
  align-items: end;
  justify-items: center;
  margin: 1em;
  margin-bottom: unset;
  padding: 1em;
  background-color: #415C71;
  border: solid 2px #415C71;
  border-bottom: unset;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
.html-master body footer .copyright {
  grid-area: cr;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
}

.front-page-area {
  display: grid;
  max-width: 1080px;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: auto;
}
.front-page-area .sections-area {
  color: #FFFFFF;
}
.front-page-area .sections-area h2 {
  border-bottom: solid 1px;
}
.front-page-area .sections-area p, .front-page-area .sections-area h1, .front-page-area .sections-area h2, .front-page-area .sections-area h3, .front-page-area .sections-area li {
  color: #0A2C49;
}
.front-page-area .sections-area ul {
  padding-bottom: 10px;
}
.front-page-area a.normal-link {
  text-decoration: underline;
}
.front-page-area a.normal-link:hover {
  text-decoration: underline;
  color: #415C71;
}
.front-page-area .front-page-sections {
  margin: 1em;
  padding: 1em;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.5em;
  border: solid 3px #155B99;
  border-radius: 1em;
  border-left: none;
  border-right: none;
}
.front-page-area .front-page-sections h2 {
  font-size: 3em;
}
.front-page-area .front-page-sections p {
  font-size: 1.4em;
  margin: unset;
  margin-bottom: 0.5em;
}
.front-page-area .service_area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  overflow: hidden;
  border-radius: 1em;
  margin: 1em;
  background: #83C4FF;
}
.front-page-area .service_area .boxed-button-white {
  display: inline-block;
  padding: 9px 24px;
  border: 0;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.front-page-area .service_area .boxed-button-white:hover {
  background: #fff;
  color: #009DFF;
  border: 1px solid transparent;
}
.front-page-area .service_area .boxed-button-white:focus {
  outline: none;
}
.front-page-area .service_area .boxed-button-white.large-width {
  width: 220px;
}
.front-page-area .service_area .single_service {
  display: grid;
  grid-template: "t" "d" "b";
  justify-items: center;
  background: #155B99;
  padding: 3em 2em;
}
.front-page-area .service_area .single_service .title {
  grid-area: t;
  width: 100%;
}
.front-page-area .service_area .single_service .title h2 {
  font-size: 2.5em;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border-bottom: solid 2px white;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
}
.front-page-area .service_area .single_service .title h2 a {
  text-decoration: none;
}
.front-page-area .service_area .single_service .description {
  grid-area: d;
}
.front-page-area .service_area .single_service .description p {
  font-size: 1.8em;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.front-page-area .service_area .single_service .description p a, .front-page-area .service_area .single_service .description p button {
  color: #fff;
  text-decoration: none;
}
.front-page-area .service_area .single_service .description p a:hover {
  color: #1f1f1f;
}
.front-page-area .service_area .single_service .button {
  grid-area: b;
  padding: 1em;
  align-self: end;
}
.front-page-area .service_area .single_service .button a {
  font-size: 1.3em;
  font-weight: 600;
}
.front-page-area .service_area .single_service:nth-child(2n) {
  background: #0A2C49;
}
.front-page-area .service_area .single_service:nth-child(3n) {
  background: #415C71;
}
.front-page-area .heading-area {
  padding: 3em;
  margin-left: 1em;
  margin-right: 1em;
  border-radius: 1em;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(22, 88, 146, 0.712)), url("/img/banner/carousel1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.front-page-area .heading-area .heading-title {
  color: white;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 4em;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
  border-bottom: solid rgba(255, 255, 255, 0.486) 1px;
}
.front-page-area .heading-area .heading-tagline {
  padding-top: 0.5em;
  padding-left: 0.5em;
  color: white;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 1.7em;
  font-weight: 600;
}
.front-page-area .slider_area {
  padding-left: 1em;
  padding-right: 1em;
}
.front-page-area .slider_area .slider_bg_1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(22, 88, 146, 0.712)), url("/img/banner/carousel1.jpg");
}
.front-page-area .slider_area .slider_bg_2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45)), url("/img/banner/banner2.png");
}
.front-page-area .slider_area .single_slider {
  border-radius: 1em;
  padding-left: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.front-page-area .slider_area .single_slider .slider_text h3 {
  color: #FFFFFF;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 4em;
  text-transform: capitalize;
  font-weight: 300;
}
.front-page-area .slider_area .single_slider .slider_text h3 span {
  font-weight: 700;
}
.front-page-area .slider_area .single_slider .slider_text p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 40px;
  margin-top: 10px;
}
.front-page-area .slider_area .single_slider .slider-tagline {
  padding-left: 1em;
}
.front-page-area .slider_area .single_slider .slider-tagline p {
  color: white;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 1.7em;
  font-weight: 600;
}