@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans";

@font-face {
  font-family: "Exemplar Pro";
  src: url("../css/fonts/exemplar-pro-bold.otf");
}

@keyframes slideDown {
  from {
    transform: translateY(-5rem);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animateDown {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes dropDown {
  from {
    transform: translateY(15px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

html {
  font-size: 62.5%;
}

@media only screen and (max-width: 1150px) {
  html {
    font-size: 59.37%;
  }
}

@media only screen and (max-width: 960px) {
  html {
    font-size: 57.2%;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 56.25%;
  }
}

@media only screen and (max-width: 500px) {
  html {
    font-size: 53.12%;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  box-sizing: border-box;
}

a,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Exemplar Pro", sans-serif;
  font-weight: bold;
}

.quote {
  font-size: 4.6rem;
  opacity: 0.3;
}

.page-heading {
  display: inline-block;
  font-size: 2.6rem;
  border-bottom: 4px solid var(--hover);
  margin: 0 16%;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 960px) {
  .page-heading {
    margin: 0 9%;
  }
}

hr {
  width: 75%;
  margin-bottom: 2rem;
}

.row-nopadding {
  padding: 0;
  margin: 0;
}

.row-nopadding [class^=col-] {
  padding: 0;
}

.row-nomargin {
  margin: 0;
}

.button {
  display: inline-block;
  padding: 1rem 2rem;
  border: 1px solid var(--hover);
  color: var(--hover);
  font-size: 1.5rem;
  transition: 0.2s;
}

.button:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.button span {
  display: inline-block;
  font-size: 1.9rem;
  vertical-align: middle;
  margin-left: 0.5rem;
  transition: transform 0.2s;
}

.button:hover span {
  transform: translateX(5px);
}

.blue-button {
  border-color: #143b88;
  color: #143b88;
}

.blue-button:hover {
  color: var(--hover);
  border-color: var(--hover);
}

.pagination {
  display: block;
  text-align: center;
  margin: 1rem 0;
}

.pagination a {
  display: inline-block;
  width: 3.8rem;
  height: 3.8rem;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: 0.3s;
  text-align: center;
  padding-top: 6px;
  transition: 0.2s ease-in;
}

.pagination a:hover {
  border: 1px solid var(--hover);
}

.pagination .active {
  border: 1px solid var(--hover);
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
}

.navigation {
  position: absolute;
  width: 100%;
  padding: 1rem 9%;
  background-color: var(--base);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

@media only screen and (max-width: 960px) {
  .navigation {
    padding: 1rem 5%;
  }
}

.nav-only {
  height: 8.5rem;
}

.nav-only .navigation {
  background-color: var(--base);
}

.section-header {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section-heading {
  color: #143b88;
  font-size: 3rem;
}

.black {
  color: #222222;
}

main {
  max-width: 1440px;
  margin: auto;
}

#news-section {
  overflow: hidden;
  padding: 5rem 12rem;
}

@media only screen and (max-width: 960px) {
  #news-section {
    padding: 5rem 4rem;
  }
}

#research-section {
  padding: 5rem 12rem 8rem;
  background-color: #dbd8d8;
}

@media only screen and (max-width: 960px) {
  #research-section {
    padding: 5rem 4rem 8rem;
  }
}

#project-section {
  overflow: hidden;
  padding: 6rem 12rem;
}

@media only screen and (max-width: 960px) {
  #project-section {
    padding: 6rem 4rem;
  }
}

#home-about .section-bg {
  position: relative;
  width: 100%;
  height: 58rem;
  background-color: #ccc;
}

#home-about .section-bg .feature-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}

#home-about .section-bg .feature-container::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}

#home-about .section-bg .feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home-about .section-bg .active {
  display: block;
}

#home-about .section-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9%;
  width: 55%;
  z-index: 1;
}

@media only screen and (max-width: 1150px) {
  #home-about .section-content {
    width: 70%;
  }
}

@media only screen and (max-width: 960px) {
  #home-about .section-content {
    left: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  #home-about .section-content {
    width: 80%;
  }
}

#home-about .section-content .text {
  font-size: 5.5rem;
  color: #ffffff;
  margin-bottom: 5rem;
  text-shadow: 1px 1px #222222;
}

@media only screen and (max-width: 768px) {
  #home-about .section-content .text {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 500px) {
  #home-about .section-content .text {
    font-size: 4.5rem;
  }
}

#home-assets {
  overflow: hidden;
  padding: 7rem 12rem;
}

@media only screen and (max-width: 960px) {
  #home-assets {
    padding: 7rem 4rem;
  }
}

#home-assets .video {
  margin-bottom: 2rem;
}

#home-assets .video a {
  color: var(--hover);
  font-size: 1.4rem;
}

#home-assets .video a:hover {
  color: #222933;
}

#home-assets .video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

#home-assets .video-wrapper img,
#home-assets .video-wrapper iframe,
#home-assets .video-wrapper video {
  width: 100%;
}

#home-assets .video-wrapper .player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-container {
  width: 100%;
  position: relative;
}

#owl-demo1 .owl-nav,
#owl-demo2 .owl-nav,
#owl-demo3 .owl-nav {
  position: absolute;
  top: -7rem;
  right: 0;
}

@media only screen and (max-width: 500px) {

  #owl-demo1 .owl-nav,
  #owl-demo2 .owl-nav,
  #owl-demo3 .owl-nav {
    display: none;
  }
}

#owl-demo1 .owl-nav .owl-prev,
#owl-demo1 .owl-nav .owl-next,
#owl-demo2 .owl-nav .owl-prev,
#owl-demo2 .owl-nav .owl-next,
#owl-demo3 .owl-nav .owl-prev,
#owl-demo3 .owl-nav .owl-next {
  display: inline-block;
  width: 3.8rem;
  height: 3.8rem;
  margin-left: 4px;
  margin-bottom: 1rem;
  border: 1px solid #aaa !important;
  outline: none;
  transition: 0.3s;
}

#owl-demo1 .owl-nav .owl-prev span,
#owl-demo1 .owl-nav .owl-next span,
#owl-demo2 .owl-nav .owl-prev span,
#owl-demo2 .owl-nav .owl-next span,
#owl-demo3 .owl-nav .owl-prev span,
#owl-demo3 .owl-nav .owl-next span {
  color: #aaa;
}

#owl-demo1 .owl-nav .owl-prev:hover,
#owl-demo1 .owl-nav .owl-next:hover,
#owl-demo2 .owl-nav .owl-prev:hover,
#owl-demo2 .owl-nav .owl-next:hover,
#owl-demo3 .owl-nav .owl-prev:hover,
#owl-demo3 .owl-nav .owl-next:hover {
  border: 1px solid #777 !important;
}

#owl-demo1 .owl-nav .owl-prev:hover span,
#owl-demo1 .owl-nav .owl-next:hover span,
#owl-demo2 .owl-nav .owl-prev:hover span,
#owl-demo2 .owl-nav .owl-next:hover span,
#owl-demo3 .owl-nav .owl-prev:hover span,
#owl-demo3 .owl-nav .owl-next:hover span {
  color: #777;
}

#owl-demo1 .owl-nav {
  top: 42%;
  right: 4rem;
}

#owl-demo1 .owl-nav .owl-prev,
#owl-demo1 .owl-nav .owl-next {
  display: block;
  border: 1px solid #777 !important;
}

#owl-demo1 .owl-nav .owl-prev span,
#owl-demo1 .owl-nav .owl-next span {
  color: #777;
}

#owl-demo1 .owl-nav .owl-prev:hover,
#owl-demo1 .owl-nav .owl-next:hover {
  border: 1px solid #aaa !important;
}

#owl-demo1 .owl-nav .owl-prev:hover span,
#owl-demo1 .owl-nav .owl-next:hover span {
  color: #aaa;
}

.map {
  width: 100%;
  height: 50rem;
  background-color: #ccc;
  margin-bottom: 5rem;
}

.banner-slider {
  width: 100%;
}

.banner-slide {
  position: relative;
  width: 100%;
  height: 100vh;
}

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

.banner-image {
  position: absolute;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-content {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 9%;
  width: 55%;
  z-index: 1;
}

@media only screen and (max-width: 1150px) {
  .banner-content {
    width: 70%;
  }
}

@media only screen and (max-width: 960px) {
  .banner-content {
    left: 5%;
  }
}

@media only screen and (max-width: 500px) {
  .banner-content {
    top: 55%;
  }
}

.banner-content .banner-heading {
  font-size: 6rem;
  color: #ffffff;
  line-height: 1.3;
}

@media only screen and (max-width: 500px) {
  .banner-content .banner-heading {
    font-size: 5.5rem;
  }
}

.banner-content .banner-desc {
  color: #ffffff;
  line-height: 1.7;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}

.slideDown {
  animation: slideDown 1s ease-in-out;
}

.top-nav {
  padding: 0 9%;
  text-align: right;
  margin-right: 15.5rem;
}

@media only screen and (max-width: 1150px) {
  .top-nav {
    display: none;
  }
}

.top-nav .top-nav-item {
  display: inline;
}

.top-nav .top-nav-link {
  display: inline-block;
  margin: 0 1.6rem;
  padding: 0.8rem 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #222933;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.top-nav .top-nav-link:hover {
  border-top: 4px solid #143b88;
}

.top-nav .active {
  border-top: 4px solid #143b88;
}

.sidebar {
  position: absolute;
  top: 1.4rem;
  right: 9%;
  width: 10rem;
  z-index: 1000;
  display: none;
}

@media only screen and (max-width: 1150px) {
  .sidebar {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .sidebar {
    right: 5%;
  }
}

.search-icon {
  display: inline-block;
  padding-top: 0.5rem;
}

.ham-menu {
  height: 40px;
  width: 40px;
  cursor: pointer;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ham-menu .bar {
  position: relative;
  height: 1px;
  width: 20px;
  background-color: #ffffff;
}

.ham-menu .bar::before,
.ham-menu .bar::after {
  height: 1px;
  width: 30px;
  background-color: #ffffff;
}

.ham-menu .bar::before {
  position: absolute;
  content: " ";
  top: -9px;
  left: -5px;
}

.ham-menu .bar::after {
  position: absolute;
  content: " ";
  top: 9px;
  left: -5px;
}

.side-nav-modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

.side-nav-modal .side-nav-content {
  position: absolute;
  right: -32rem;
  top: 0;
  height: 100%;
  width: 32rem;
  background-color: #ecffff;
}

.side-nav-modal .side-nav-list {
  margin-top: 5rem;
  padding-top: 1rem;
  width: 100%;
  height: 90%;
  text-align: center;
  overflow-y: auto;
}

.side-nav-modal .side-nav-list::-webkit-scrollbar {
  width: 0;
}

.side-nav-modal .side-nav-item {
  margin-bottom: 1.5rem;
}

.side-nav-modal .side-nav-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: 80%;
  padding: 0.6rem 1rem;
  font-family: "Exemplar Pro", sans-serif;
  font-weight: 400;
}

.side-nav-modal .side-nav-link:hover {
  color: var(--hover);
}

.side-nav-modal .side-drop-list {
  background-color: rgba(59, 140, 194, 0.74);
  width: 80%;
  margin: 0 auto 1.5rem;
  border-radius: 5px;
  overflow: hidden;
  display: none;
}

.side-nav-modal .side-drop-link {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  padding: 1rem;
  width: 100%;
  transition: 0.3s;
}

.side-nav-modal .side-drop-link:hover {
  background-color: var(--hover);
}

.side-nav-modal .cross {
  position: absolute;
  top: 1.5rem;
  left: 2.5rem;
  z-index: 100;
  color: #222933;
  cursor: pointer;
}

.side-nav-modal .cross:hover {
  color: var(--hover);
}

.side-nav-modal .nav-button {
  display: inline-block;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1150px) {
  .main-nav {
    display: none;
  }
}

.main-nav .main-nav-item {
  display: inline-block;
  color: #ffffff;
}

.main-nav .main-nav-link {
  font-family: "Exemplar Pro", sans-serif;
  display: inline-block;
  padding: 2rem 1.4rem;
  font-size: 1.9rem;
  font-weight: bold;
  transition: color 0.2s;
}

.main-nav .main-nav-link:hover {
  color: var(--hover);
}

.main-nav .active {
  color: var(--hover);
}

.search-icon {
  font-size: 2rem;
  margin-right: 1.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
  transition: 0.3s;
}

.search-icon:hover {
  color: var(--hover);
}

.nav-button {
  padding: 1rem 2rem;
  background-color: var(--hover);
  text-transform: uppercase;
  color: #222933;
  font-weight: bold;
  letter-spacing: 0.5px;
  transition: 0.2s;
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-list {
  display: none;
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: -40%;
  width: 30rem;
  border-radius: 5px;
  box-shadow: 0 0 5px #333;
  overflow: hidden;
  z-index: 1000;
  animation: dropDown 0.3s ease-in-out;
}

.dropdown .dropdown-item {
  padding: 0;
}

.dropdown .dropdown-link {
  display: inline-block;
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
  width: 100%;
  transition: 0.3s;
  white-space: normal;
}

.dropdown .dropdown-link:hover {
  background-color: var(--hover);
  color: #ffffff;
}

.dropdown:hover .dropdown-list {
  display: block;
}

.card-box {
  width: 100%;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .card-box {
    width: 100%;
  }
}

.card-box .card-box-img-holder {
  position: relative;
  width: 100%;
  height: 40rem;
  overflow: hidden;
}

.card-box .card-box-img-holder img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}

.card-box:hover img {
  transform: scale(1.05);
}

.card-title {
  font-family: "Exemplar Pro", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 1.2rem 0;
  color: #222933;
}

.card-desc {
  color: #666666;
  letter-spacing: 0.5px;
}

.fontsize-22 {
  font-size: 2.2rem;
}

.white-color {
  color: #ffffff;
}

.small-card .card-box-img-holder {
  height: 19rem;
}

.small-card .card-title {
  font-size: 1.8rem;
}

.project-card {
  padding-bottom: 0;
  margin-bottom: 5rem;
}

.project-card .card-box-img-holder {
  height: 16.5rem;
}

.project-card .card-title {
  font-size: 2rem;
  margin: 0.5rem 0;
  text-transform: uppercase;
}

.project-card .card-desc {
  font-size: 1.3rem;
  text-transform: uppercase;
}

.research-card {
  position: relative;
  padding: 0;
}

.research-card .card-box-img-holder {
  position: relative;
  height: 28rem;
}

.research-card .card-box-img-holder::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #222222;
  opacity: 0;
  z-index: 1;
  transition: 0.5s;
}

.research-card .card-box-img-holder::after {
  position: absolute;
  content: " ";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  width: 91%;
  border: 1px solid #ffffff;
  z-index: 1;
}

.research-card .card-box-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.research-card .card-title {
  background-color: #dddddd;
  margin: 0 7% 15px;
  padding: 1.5rem 0.5rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #403e42;
  text-align: center;
  transition: 0.5s;
}

.research-card:hover .card-box-img-holder::before {
  opacity: 0.7;
}

.research-card:hover .card-title {
  background-color: var(--hover);
  color: #ffffff;
}

.feature-box {
  width: 100%;
  background-color: #403e42;
  text-align: center;
}

.feature-box .col-3 {
  padding: 0;
}

.feature-box .feature-list {
  width: 70%;
  margin: auto;
  padding: 1.5rem 9%;
}

@media only screen and (max-width: 960px) {
  .feature-box .feature-list {
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .feature-box .feature-list {
    width: 90%;
  }
}

@media only screen and (max-width: 500px) {
  .feature-box .feature-list {
    width: 100%;
  }
}

.feature-box .feature-item {
  position: relative;
  padding: 1rem;
  border-right: 1px solid #888;
  cursor: pointer;
}

.feature-box .feature-item img {
  height: 8.5rem;
  width: 8.5rem;
  border-radius: 50%;
  object-fit: cover;
  margin-top: -8rem;
  box-sizing: content-box;
  border: 8px solid transparent;
  transition: 0.2s;
}

@media only screen and (max-width: 500px) {
  .feature-box .feature-item img {
    height: 7rem;
    width: 7rem;
  }
}

.feature-box .feature-item p {
  font-family: "Exemplar Pro", sans-serif;
  color: #ffffff;
  font-size: 2.2rem;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 500px) {
  .feature-box .feature-item p {
    font-size: 1.8rem;
  }
}

.feature-box .feature-list .col-3:last-child .feature-item {
  border-right: none;
}

.feature-box .feature-item:hover img {
  border: 8px solid var(--hover);
}

.feature-box .active img {
  border: 8px solid var(--hover);
}

.events {
  margin-bottom: 5rem;
}

.events .event-item {
  margin-bottom: 3rem;
}

.events .event-date {
  height: 6.7rem;
  width: 6.7rem;
  box-shadow: 0 0 3px #222933;
  border-radius: 50%;
  font-size: 3rem;
  font-family: "Exemplar Pro", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #666666;
  padding-top: 0.5rem;
}

.events .event-date span {
  display: block;
  font-size: 1.2rem;
  color: var(--hover);
}

.events .event-time {
  color: #666666;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.event-item:hover .event-title {
  color: #143b88;
}

.testimonial {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 960px) {
  .testimonial {
    margin-top: 4rem;
  }
}

.testimonial .testimonial-list {
  position: relative;
  width: 100%;
}

.testimonial .testimonial-item {
  width: 100%;
}

.testimonial .testimonial-item .testimonial-text {
  font-size: 1.5rem;
  color: #666666;
}

.testimonial .testimoni {
  margin-top: 3rem;
}

.testimonial .testimoni img {
  height: 5.3rem;
  width: 5.3rem;
  border-radius: 50%;
  object-fit: cover;
}

@media only screen and (max-width: 960px) {
  .testimonial .testimoni img {
    height: 6.5rem;
    width: 6.5rem;
  }
}

.testimonial .testimoni h5 {
  line-height: 1;
}

.testimonial .testimoni span {
  font-size: 1.4rem;
  color: #666666;
}

#footer {
  background-color: #eeeeee;
  padding: 4rem 0 0;
}

#footer .footer-body {
  padding: 0 10.5rem;
  max-width: 1440px;
  margin: auto;
}

@media only screen and (max-width: 960px) {
  #footer .footer-body {
    padding: 4rem 2.5rem 0;
  }
}

#footer .section-header {
  margin-bottom: 1rem;
}

#footer .section-heading {
  font-size: 1.8rem;
}

#footer p {
  font-size: 1.4rem;
  line-height: 1.8;
}

#footer .footer-menu a {
  display: block;
  padding: 0.5rem 0;
}

#footer .footer-menu a:hover {
  color: var(--hover);
}

.social-links {
  margin-top: 2rem;
}

.social-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #aaa;
  color: #aaa;
  padding-top: 2px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: 0.2s;
}

.social-icon:hover {
  color: #ffffff;
  border-color: transparent;
}

.facebook:hover {
  background-color: #3b5999;
}

.twitter:hover {
  background-color: #55acee;
}

.youtube:hover {
  background-color: #cd201f;
}

.copyright {
  padding: 1.5rem 12rem;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #ffffff;
}

.copyright .col-6 {
  padding: 0;
}

@media only screen and (max-width: 960px) {
  .copyright {
    padding: 1.5rem 4rem;
  }
}

.list {
  margin-bottom: 8rem;
}

.list .list-date {
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: center;
}

.list .list-date span {
  display: block;
  font-family: "Exemplar Pro", sans-serif;
  font-size: 5rem;
  line-height: 1;
  color: #aaaaaa;
  transition: 0.3s;
}

.list .list-img-wrapper {
  position: relative;
  width: 100%;
  height: 19rem;
  overflow: hidden;
}

.list .list-img-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.list .list-title {
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
}

@media only screen and (max-width: 768px) {
  .list .list-title {
    margin-top: 1rem;
  }
}

.list .list-title span {
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #d13938;
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 50px;
  vertical-align: middle;
  margin-left: 1rem;
}

.list .list-desc {
  color: #666666;
}

.list .button {
  margin-top: 2rem;
}

.list:hover .list-date span {
  color: #143b88;
}

.list:hover .list-img-wrapper img {
  transform: scale(1.1);
}

.list:last-child {
  margin-bottom: 4rem;
}

form .form-control {
  font-family: inherit;
  color: #666666;
  font-size: inherit;
  background-color: #eeeeee;
  border: none;
  padding: 1rem;
  height: auto;
}

form .form-control:focus {
  outline: none;
  box-shadow: none;
  background-color: #eeeeee;
}

form select {
  background: url(../../images/lnr-chevron-down.svg) no-repeat 97%;
  -webkit-appearance: none;
  appearance: none;
}

form .radio-label {
  position: relative;
  padding: 1rem 5rem;
  font-family: inherit;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}

form .radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

form .radio-title {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #222222;
}

form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #666666;
  z-index: -1;
}

form .radio-label input:checked~.radio-title {
  color: #ffffff;
}

form .radio-label input:checked~.checkmark {
  background-color: #143b88;
  border: 1px solid #143b88;
}

form .for-amount {
  margin: 5rem 0;
}

form .for-amount p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #222933;
  margin-bottom: 2rem;
}

.form-button {
  display: inline-block;
  padding: 1rem 2rem;
  margin: 2rem 0 3rem;
  border: none;
  background-color: var(--hover);
  color: #ffffff;
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: 0.2s;
}

.form-button:hover {
  color: #222933;
}

.form-button .fa {
  margin-right: 1.5rem;
}

.g-recaptcha {
  width: 300px;
  margin: auto;
}

#donate-form form {
  margin: 6rem 0;
}

#donate-form form .form-control {
  margin-bottom: 2rem;
  padding: 1.5rem;
}

#donate-form form .radio-title {
  font-size: 1.5rem;
  text-transform: initial;
}

#donate-form .form-button {
  font-size: 2.8rem;
  padding: 2rem 2.5rem;
}

#donate-form .form-button .fa {
  font-size: 3.5rem;
}

.publication-list-table {
  overflow-x: auto;
}

.publication-table {
  width: 100%;
  margin: 2rem 0;
  color: #666666;
  font-size: 1.4rem;
  border-collapse: separate;
  border-spacing: 0 1rem;
}

@media only screen and (max-width: 960px) {
  .publication-table {
    width: 100rem;
  }
}

.publication-table tr {
  cursor: pointer;
}

.publication-table .publ-name {
  width: 12%;
  height: 9.4rem;
  background-color: #888888;
  color: #ffffff;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 1.5rem;
  text-align: center;
  letter-spacing: 0.5px;
  transition: 0.2s;
}

.publication-table .publ-process {
  width: 9%;
  height: 9.4rem;
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
}

.publication-table .publ-desc {
  padding: 0 1.2rem;
  width: 33%;
}

.publication-table .publ-auther {
  padding: 0 1rem;
  width: 21%;
  font-family: "Exemplar Pro", sans-serif;
}

.publication-table .publ-publiser {
  width: 25%;
  padding: 1rem 2.5rem;
}

.publication-table tr:hover .publ-name {
  background-color: #605f5f;
}

.member-row {
  padding-bottom: 5rem;
}

.profile-card {
  position: relative;
  width: 32rem;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 10rem;
}

.profile-card .profile-card-wrapper {
  display: inline-block;
  position: relative;
  width: 26rem;
  height: 32rem;
  border-radius: 10px;
  overflow: hidden;
}

.profile-card .profile-card-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.profile-card .profile-card-body {
  position: absolute;
  right: 0;
  top: 70%;
  width: 19.6rem;
  height: 19.6rem;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 3rem;
  display: flex;
  align-items: center;
  z-index: 10;
}

.profile-card .profile-card-title {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.profile-card .profile-card-desc {
  font-size: 1.2rem;
  font-style: italic;
}

.profile-card-wrapper:hover~.profile-card-body {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.image-card {
  position: relative;
  width: 100%;
  height: 34rem;
  background-color: #666666;
  overflow: hidden;
}

.image-card::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.image-card img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.image-card .image-card-content {
  position: absolute;
  left: 7.5%;
  top: 30%;
  width: 85%;
  z-index: 2;
  color: #ffffff;
  text-align: center;
}

.image-card .image-card-tag {
  display: inline-block;
  padding: 1rem 2rem;
  border: 1px solid #ffffff;
  margin-bottom: 1rem;
}

.image-card .image-card-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.image-card .image-card-date {
  font-size: 1.2rem;
  font-style: italic;
}

.image-card:hover img {
  transform: scale(1.05);
}

#blog [class^=col-],
#donate [class^=col-] {
  padding-right: 0;
  margin-bottom: 5px;
}

#blog [class^=col-]:nth-child(3n+2),
#donate [class^=col-]:nth-child(3n+2) {
  padding-right: 5px;
}

#blog [class^=col-]:nth-child(3n+1) .image-card,
#donate [class^=col-]:nth-child(3n+1) .image-card {
  height: 58rem;
}

#blog [class^=col-]:nth-child(3n+1) .blog-content,
#donate [class^=col-]:nth-child(3n+1) .blog-content {
  width: 55%;
  left: 20%;
  text-align: center;
}

#blog [class^=col-]:nth-child(3n+1) .image-card-title,
#donate [class^=col-]:nth-child(3n+1) .image-card-title {
  font-size: 4.5rem;
}

@media only screen and (max-width: 768px) {

  #blog [class^=col-]:nth-child(3n+2),
  #donate [class^=col-]:nth-child(3n+2) {
    padding-right: 0;
  }

  #blog [class^=col-]:nth-child(3n+1) .image-card,
  #donate [class^=col-]:nth-child(3n+1) .image-card {
    height: 41rem;
  }

  #blog [class^=col-]:nth-child(3n+1) .blog-content,
  #donate [class^=col-]:nth-child(3n+1) .blog-content {
    width: 85%;
    left: 7.5%;
    text-align: left;
  }

  #blog [class^=col-]:nth-child(3n+1) .image-card-title,
  #donate [class^=col-]:nth-child(3n+1) .image-card-title {
    font-size: 3rem;
  }
}

#blog .image-card,
#donate .image-card {
  height: 41rem;
}

#blog .blog-content,
#donate .blog-content {
  position: absolute;
  bottom: 10%;
  left: 7.5%;
  width: 85%;
  z-index: 2;
  color: #ffffff;
  text-align: left;
}

#blog .image-card-title,
#donate .image-card-title {
  font-size: 3rem;
}

.search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1500;
  display: none;
}

.search-form {
  display: none;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  padding: 6rem;
  background-color: rgba(8, 26, 59, 0.95);
  border-radius: 5px;
  text-align: center;
  z-index: 101;
  animation: animateDown 0.4s ease-in-out;
}

@media only screen and (max-width: 960px) {
  .search-form {
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .search-form {
    width: 80%;
  }
}

@media only screen and (max-width: 500px) {
  .search-form {
    width: 90%;
    padding: 4rem;
  }
}

.search-form input {
  padding: 2rem;
  width: 100%;
  background-color: #ffffff;
  border: none;
  font-size: 1.8rem;
}

@media only screen and (max-width: 960px) {
  .search-form input {
    padding: 1.5rem;
  }
}

.search-form .close {
  position: absolute;
  color: #ffffff;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.animateUp {
  animation: animateUp 0.4s ease-in-out;
}

.editor {
  overflow: auto;
}

.editor::first-letter {
  font-size: 10rem;
  float: left;
  font-family: "Exemplar Pro", sans-serif;
  color: #143b88;
  margin-right: 2rem;
  margin-bottom: 2rem;
  line-height: 1;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  clear: both;
}

.editor h1 {
  font-size: 3.5rem;
}

.editor h2 {
  font-size: 3rem;
}

.editor h3 {
  font-size: 2.8rem;
}

.editor h4 {
  font-size: 2.5rem;
}

.editor h5 {
  font-size: 2rem;
}

.editor h6 {
  font-weight: bold;
  font-size: 1.8rem;
}

.editor p {
  letter-spacing: 0.2px;
  line-height: 2;
  padding: 2rem 0;
}

.editor a {
  color: #099dca;
}

.editor a:hover {
  text-decoration: underline;
}

.editor blockquote {
  position: relative;
  display: block;
  width: 60%;
  font-family: "Exemplar Pro", sans-serif;
  margin: 3rem auto;
  font-size: 2.4rem;
  padding: 5rem 0;
  color: #143b88;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .editor blockquote {
    width: 80%;
  }
}

@media only screen and (max-width: 500px) {
  .editor blockquote {
    width: 100%;
  }
}

.editor blockquote::before,
.editor blockquote::after {
  position: absolute;
  display: inline-block;
  color: #666666;
  font-size: 11rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.7;
  opacity: 0.3;
}

.editor blockquote::before {
  top: 0;
  left: 0;
  content: "“";
}

.editor blockquote::after {
  bottom: -4rem;
  right: 0;
  content: "”";
}

.editor b,
.editor strong {
  font-weight: bold;
}

.editor i,
.editor em {
  font-style: italic;
}

.editor u {
  text-decoration: underline;
}

.editor ul,
.editor ol {
  clear: both;
  padding: 2rem 5rem;
}

@media only screen and (max-width: 500px) {

  .editor ul,
  .editor ol {
    padding: 2rem 0;
  }
}

.editor ul li,
.editor ol li {
  padding: 1rem;
  line-height: 1.8;
}

.editor ul {
  list-style-type: disc;
}

.editor ol {
  list-style-type: decimal;
}

.editor figure,
.editor figure.left {
  position: relative;
  display: table;
  float: left;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  margin: 2rem;
  margin-left: 0;
}

.editor figure img,
.editor figure img.left,
.editor figure img.right,
.editor figure img.center,
.editor figure.left img,
.editor figure.left img.left,
.editor figure.left img.right,
.editor figure.left img.center {
  margin: 0;
  float: none;
}

.editor figure figcaption,
.editor figure.left figcaption {
  display: table-caption;
  caption-side: bottom;
}

.editor figure figcaption p,
.editor figure.left figcaption p {
  padding: 0;
  margin: 0;
}

.editor figure.right {
  float: right;
  margin: 2rem;
  margin-right: 0;
}

.editor figure.center {
  float: none;
  display: table;
  margin: 2rem auto;
}

.editor img,
.editor img.left {
  max-width: 100%;
  min-width: 20rem;
  float: left;
  margin: 2rem;
  margin-left: 0;
  clear: both;
}

.editor img.right {
  float: right;
  margin: 2rem;
  margin-right: 0;
}

.editor img.center {
  float: none;
  display: block;
  margin: 2rem auto;
}

.editor table,
.editor td {
  border: 1px solid #a9c1f2;
  text-align: left;
}

.editor table {
  clear: both;
  border-collapse: collapse;
  max-width: 100%;
  min-width: 40rem;
  margin: 3rem auto 4rem;
}

.editor table caption {
  caption-side: bottom;
  font-style: italic;
  font-size: small;
  padding: 0.5rem;
}

.editor th {
  background-color: #5f738f;
  color: #fff;
}

.editor th,
.editor td {
  padding: 15px;
}

.editor iframe {
  max-width: 100%;
}

#projects {
  padding: 3rem 0;
}

#projects .project-list {
  padding: 2rem 9% 0;
}

#news {
  padding: 3rem 0;
}

#news .news-list {
  padding: 2rem 16% 0;
}

@media only screen and (max-width: 960px) {
  #news .news-list {
    padding: 2rem 9% 0;
  }
}

#careers {
  padding: 3rem 0;
}

#careers .careers-list {
  padding: 2rem 16% 0;
}

@media only screen and (max-width: 960px) {
  #careers .careers-list {
    padding: 2rem 9% 0;
  }
}

#publication {
  padding: 3rem 0;
}

#publication .publication-list {
  padding: 2rem 9% 0;
}

#member {
  overflow: hidden;
  padding: 3rem 0;
}

#member .member-list {
  padding: 2rem 10.5rem 0;
}

#media {
  padding: 3rem 0;
}

#media .media-list {
  padding: 2rem 0;
}

#media [class^=col-] {
  padding-right: 5px;
  margin-bottom: 5px;
}

#media [class^=col-]:nth-child(3n+3) {
  padding-right: 0;
}

@media only screen and (max-width: 960px) {
  #media [class^=col-]:nth-child(3n+3) {
    padding-right: 5px;
  }

  #media [class^=col-]:nth-child(2n+2) {
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  #media [class^=col-]:nth-child(n) {
    padding-right: 0;
  }
}

#blog {
  padding: 3rem 0;
}

#blog .blog-list {
  padding: 2rem 0;
}

#donate {
  padding: 3rem 0;
}

#donate .donate-banner {
  margin-top: 3rem;
}

#donate .donate-detail {
  padding: 8rem 9% 0;
}

@media only screen and (max-width: 960px) {
  #donate .donate-detail {
    padding-top: 4rem;
  }
}

#donate .donate-detail .section-heading {
  font-size: 3.8rem;
  margin-bottom: 4rem;
}

#donate .single-detail {
  padding: 0;
  margin: 0;
}

#donate-form {
  padding: 3rem 20% 0;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  #donate-form {
    padding: 3rem 9% 0;
  }
}

#donate-form .section-heading {
  font-size: 3.8rem;
  margin-bottom: 1rem;
}

#contact {
  padding: 3rem 0;
}

#contact .contact-detail {
  padding: 3rem 16%;
}

@media only screen and (max-width: 960px) {
  #contact .contact-detail {
    padding: 8rem 9% 0;
  }
}

#contact .contact-list p {
  margin-bottom: 3rem;
}

#contact .contact-list span {
  font-family: "Exemplar Pro", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 2rem;
  color: #143b88;
}

#related {
  overflow: hidden;
  margin-bottom: 5rem;
}

#related .title {
  margin: 2rem 16%;
  font-size: 1.8rem;
}

@media only screen and (max-width: 960px) {
  #related .title {
    margin: 2rem 9%;
  }
}

#related .publication-list-table {
  margin: 1rem 9%;
}

#related .more-news {
  padding: 1rem 16%;
}

@media only screen and (max-width: 960px) {
  #related .more-news {
    padding: 1rem 9%;
  }
}

.follow-links {
  position: sticky;
  top: 2%;
  text-align: center;
  margin-top: 5rem;
}

@media only screen and (max-width: 960px) {
  .follow-links {
    margin-top: 2rem;
  }
}

.follow-links .follow-head {
  font-size: 0.9rem;
  text-transform: uppercase;
}

.follow-links .follow-head i {
  margin-right: 0.5rem;
}

.follow-links .follow-link {
  width: 3rem;
  margin: auto;
}

@media only screen and (max-width: 1150px) {
  .follow-links .follow-link {
    width: 100%;
  }
}

.follow-links .follow-link a {
  border: none;
  color: #ffffff;
}

.follow-links .follow-link a:first-child {
  margin-top: 1rem;
}

.follow-links .follow-link .facebook {
  background-color: #3b5999;
}

.follow-links .follow-link .twitter {
  background-color: #55acee;
}

#single-page {
  padding: 3rem 0;
}

#single-page .single-heading {
  font-size: 5.6rem;
  margin: 1rem 16%;
}

@media only screen and (max-width: 1150px) {
  #single-page .single-heading {
    font-size: 5.2rem;
  }
}

@media only screen and (max-width: 960px) {
  #single-page .single-heading {
    font-size: 5rem;
    margin: 1rem 9%;
  }
}

@media only screen and (max-width: 768px) {
  #single-page .single-heading {
    font-size: 4.5rem;
  }
}

#single-page .single-image {
  width: 100%;
  height: auto;
  height: 70rem;
}

.single-detail {
  position: relative;
  margin: 0 16%;
  padding: 3rem 0;
}

@media only screen and (max-width: 960px) {
  .single-detail {
    margin-right: 9%;
    margin-left: 14%;
  }
}

@media only screen and (max-width: 500px) {
  .single-detail {
    margin-right: 5%;
  }
}

.social-share-button {
  position: absolute;
  left: -8rem;
  height: 95%;
  width: 60px;
  z-index: 1000;
}

@media only screen and (max-width: 500px) {
  .social-share-button {
    left: -6.5rem;
  }
}

.share-links {
  position: sticky;
  top: 5%;
  text-align: center;
}

.share-links .share-title {
  font-size: 0.9rem;
  text-transform: uppercase;
}

.share-links .share-title i {
  margin-right: 0.5rem;
}

.share-links .social-share {
  width: 32px;
  margin: auto;
  margin-top: 1rem;
}

.share-links .social-share .st-total {
  padding: 0 !important;
}

.share-links .social-share .st-btn {
  display: inline-block !important;
  width: 100%;
  margin: 0.5rem 0;
}

#team-detail {
  padding: 3rem 0;
}

#team-detail .member-detail {
  padding: 2rem 16%;
}

@media only screen and (max-width: 960px) {
  #team-detail .member-detail {
    padding: 2rem 9%;
  }
}

#team-detail .single-detail {
  margin: 0;
}

#team-detail .single-detail q {
  width: 90%;
}

#team-detail .profile-card {
  width: 100%;
}

@media only screen and (max-width: 960px) {
  #team-detail .profile-card {
    margin-bottom: 2rem;
  }
}

#team-detail .profile-card .profile-card-wrapper {
  width: 100%;
}

#team-detail .profile-card-content {
  text-align: center;
  margin-top: 1rem;
}

#team-detail .profile-card-title {
  margin-bottom: 0;
}

@media(max-width:375px) {
  #single-page .single-image {
    height: auto !important;
  }
}

.editor img {
  height: unset;
}

.editor em {
  font-style: italic;
  display: inline-block;
}

#home-about .section-bg {
  position: relative;
  width: 100%;
  height: 40rem;
  background-color: #ccc;
}

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

/*for sticky menu*/
.top-nav {
  margin-right: 15.5rem;
}

.top-nav .top-nav-list {
  padding-right: 15.5rem;
}

#top-sticky-left {
  display: none;
  padding-top: 4.5rem;
}


.top-nav-sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  width: 100%;
  animation: animateDown 0.3s ease;
}

@media only screen and (max-width: 1150px) {
  .sidebar-sticky {
    position: fixed;
    animation: animateDown 0.28s ease;
  }
}

.main-nav-sticky {
  position: fixed;
  top: 4.5rem;
  z-index: 999;
  padding: 0 9%;
  background-color: var(--base);
  animation: animateDown 0.28s ease-out;
}
@media only screen and (max-width: 1150px) {
  .main-nav-sticky {
    padding: 1rem 9%;
    top: 0;
  }
}
@media only screen and (max-width: 960px) {
  .main-nav-sticky {
    padding: 1rem 5%;
  }
}


