/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Custom css by Tulsi Patel.
 1. Home page 
 2. Mobile navigation menu
 3. Section Animation
 3. Carousel
 4. Collapsible buttons */

.section-body {
    overflow-x:hidden;
    margin: 20px;
}

.section-title-h1 {
    color: #5c5c5e;
    font-family: 'Helvetica', serif;
    font-variant: all-small-caps;
    font-weight: 500;
    font-size: 50px;
    margin: 20px;
    margin-top: 40px;
    text-align: center;
}

.section-title-h2 {
    color: #19558d;
    font-family: 'Roboto', serif;
    font-variant-caps: all-petite-caps;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-size: 40px;
    margin: 20px;
    text-align: left;
}

.section-title-h3 {
    color: #5c5c5e;
    font-family: 'Helvetica', serif;
    font-variant: all-small-caps;
    font-weight: 600;
    margin: 20px;
}

.section-h2 {
    color: #19558d;
    font-family: Helvetica, serif; 
    font-variant: all-small-caps; 
    font-variant-east-asian: normal;
    font-size: 30px;
}

.section-title-view-all {
    font-variant: small-caps;
    font-weight: 700;
    font-size: 20px;
    margin: 20px;
    padding-top: 10px;
    text-align: right;
}

.section-title-view-all a {
    color: #19558d;
}

.section-title-view-all a:hover {
    text-decoration: underline;
}

.section-divider {
    margin: 10px auto;
    width: 1000px auto;
}

.section-content-posts
{
    font-size: 18px;
    line-height: 24px;
    margin: 20px;
}

.section-content-description {
    color: #949496;
    font-size: 25px;
    font-family: Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 300;
    font-style: normal;
    line-height: 40px;
    margin: 20px;
}

ul.section-content-description li {
    color: #949496;
    font-size: 25px;
    font-family: Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 300;
    font-style: normal;
    line-height: 40px;
}

.section-divider-lab-highlights {
    border-left: 1px solid rgb(201, 201, 201);
    height: 250px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 100px;
}

.section-body-lab-highlights {
    /* background-color: #006893;
    color: #373737;
    filter: brightness(120%);
    filter: contrast(120%); */
    color: #949496;
    margin: 20px;
}

.section-title-lab-highlights h2 {
    text-align: center;
    font-variant: small-caps;
    font-variant-east-asian: normal;
    font-weight: bold;
    font-size: 43px;
    color: aliceblue;
    padding: 10px;
    margin: 20px;
}

div.section-content-lab-highlights {
    width: 100%;
    margin: 20px;
}

.section-title-lab-highlights h2:first-of-type {
    animation: showup 7s infinite;
}

li.left-li {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 21px;
    font-family: Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 300;
    font-style: normal;
    margin: 20px;
    color: gainsboro;
}

li.right-li {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 21px;
    font-family: Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 300;
    font-style: normal;
    margin: 20px;
    color: gainsboro;
}

.section-content-lab-highlights ul.left:first-of-type {
    animation: showup 7s infinite;
}

.section-content-lab-highlights ul.right:first-of-type {
    animation: showup 7s infinite;
}

.section-video-lab-highlights {
    margin: 20px;
    width: auto;
}

.img-div-wrapper img {
    height: 135px;
    width: 135px;
    border-radius: 50%;
    /* border: 1px solid white; */
    padding: 5px;
    object-fit: cover;
    object-position: top;
}

.person-div
{   
    font-size: 18px;
    padding: 10px;
    text-align: center;
}

.people-name
{
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
    color: #007eb6;
}

.designation
{
    padding-top: 10px;
    color: #050505;
}

.hanlon-title
{
    /* font-style: italic;    */
    font-size: 17px;
}

.section-content-people {
    margin: 20px;
}

.img-div-wrapper img:first-of-type {
    animation: showup 5s infinite;
}

.section-body-video {
    /* width: 100%; */
    background-color: #fff;
    margin: 20px;
}

.video {
    max-width: 100%;
    margin-left: 12.5%;
    margin-right: 12.5%;
    background-color: #fff;
}

div.video {
    margin: 20px;
}

.post-video {
    width: 300px;
    margin-top: 10px;
    padding-bottom: 30px;
    transition: transform .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

div.post-video {
    /* align-items: center; */
    margin: 10px;
}

div.post-video:hover {
    transform: scale(1.1); 
    text-decoration: underline;
}

.post-video-title a {
    color: #373737;
}

.post-video-title a:hover {
    text-decoration: underline;
    color: #19558d;
    font-weight: bold;
}

.tag-description {
    color: #626264;
    font-size: 18px;
    font-family: 'Roboto', serif;
    /* font-family: Cochin, Georgia, Times, 'Times New Roman', serif; */
    font-weight: 300;
    line-height: 30px;
    margin-left: 0px;
    margin-right: 0px;
}

.dropdown {
    position: relative;
    display: inline-block;
    z-index: 3;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 96%;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
}

.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 96%;
    min-width: 205px;
    background-color: #172d42;
    border-radius: 0px;
    border-top: 0.9px solid #757575d2;
    border-left: 0.8px solid #757575d2;
    border-right: 0.8px solid #757575d2;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    z-index: 3;
    cursor: pointer;
}

.dropdown:hover .dropdown-toggle {
    color: white;
    background-color: #007eb6;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px;
    border-top: 5px solid #007eb6;
    border-bottom: 5px solid #007eb6;
    border-left: 8px solid #007eb6;
    border-right: 8px solid #007eb6;
}

.dropdown-submenu {
    position: relative;
    display: inline-block;
    z-index: 3;
}

.dropdown-menus-submenu {
    display: none;
    position: absolute;
    top: 96%;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}   

.dropdown-submenu > .dropdown-menus-submenu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu:hover > .dropdown-menus-submenu {
    display: block;
    position: absolute;
    min-width: 200px;
    background-color: #172d42;
    border-radius: 0px;
    border-top: 1px solid #757575d2;
    border-left: 1px solid #757575d2;
    border-right: 1px solid #757575d2;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 1;
    cursor: pointer;
}

/* rotate caret on hover */
div.dropdown-submenu a.dropdown-toggle:hover  span,
div.dropdown-submenu a.dropdown-toggle:focus  span,
div.dropdown-submenu a.dropdown-toggle:active  span {
    text-decoration: underline;
    transform: rotate(-90deg);
    color: #096da7; 
}

/* .dropdown:hover .dropdown-toggle:after {
    content: '';
    position: absolute;
    top: 95%;
    left: 60%;
    background: #007eb6;
    width: 15px;
    height: 15px; 
    z-index: 2; */

    /* The points are: (left top: x y, right top: x y, center bottom: x y) */
    /* clip-path: polygon(0 0, 100% 0, 50% 50%);
}     */

/* 1st level and 2nd level dropdown menus hover, focus, active event styling */
.site-header .main-menu ul li div.dropdown a.dropdown-item:hover,
.site-header .main-menu ul li div.dropdown a.dropdown-item:focus
.site-header .main-menu ul li div.dropdown a.dropdown-item:active,
.site-header .main-menu ul li div.dropdown div.dropdown-menu div.dropdown-submenu a.dropdown-item:hover,
.site-header .main-menu ul li div.dropdown div.dropdown-menu div.dropdown-submenu a.dropdown-item:focus,
.site-header .main-menu ul li div.dropdown div.dropdown-menu div.dropdown-submenu a.dropdown-item:active {
    color: #096da7;
}

/* 1st level dropdown menu styling */
.site-header .main-menu ul li div.dropdown a.dropdown-item { 
  color: white;
  font-size: 20px;
  font-variant-caps: all-petite-caps;
  font-style: normal;
  padding: 10px;
  border-bottom: 0.5px solid #757575d2;
}

/* 2nd level dropdown menu styling */
.site-header .main-menu ul li div.dropdown div.dropdown-menu div.dropdown-submenu a.dropdown-item {
    background-color: #172d42;
    border: solid #172d42;
    color: white;
    font-size: 18px;
    font-variant-caps: all-petite-caps;
    font-style: normal;
    padding: 15px;
    border-bottom: 0.5px solid #757575d2;
}

/* Main dropdown button hover, focus, active styling */
.site-header .main-menu ul li div.dropdown a.btn:hover,
.site-header .main-menu ul li div.dropdown a.btn:focus,
.site-header .main-menu ul li div.dropdown a.btn:active {
    color: white;
    background-color: #095988;
    border-radius: 0px;
    border-top: 5px solid #095988;
    border-bottom: 5px solid #095988;
    border-left: 8px solid #095988;
    border-right: 8px solid #095988;
    filter: opacity(70%);
    filter: brightness(90%);
    filter: contrast(90%);
}

/* Main CURRENT dropdown button hover, focus, active event styling */
.site-header .main-menu ul li.current-dropdown-menu-item div.dropdown a.btn:hover,
.site-header .main-menu ul li.current-dropdown-menu-item div.dropdown a.btn:focus,
.site-header .main-menu ul li.current-dropdown-menu-item div.dropdown a.btn:active { 
    color: white;
    background-color: #095988;
    border-radius: 0px;
    border-top: 5px solid #095988;
    border-bottom: 5px solid #095988;
    border-left: 8px solid #095988;
    border-right: 8px solid #095988;
    filter: opacity(70%);
    filter: brightness(90%);
    filter: contrast(90%);
}   

/* Main CURRENT dropdown button styling */
.site-header .main-menu ul li.current-dropdown-menu-item div.dropdown a.btn { 
  color: white;
  background-color: #007eb6;
  border-radius: 0px;
  border-top: 5px solid #007eb6;
  border-bottom: 5px solid #007eb6;
  border-left: 8px solid #007eb6;
  border-right: 8px solid #007eb6;
  text-align: center;
}

/* Mobile menu CURRENT navigation button except doropdown buttons hover, focus, active event styling */
.mobile-menu ul > li.current-menu-item a.btn:hover,
.mobile-menu ul > li.current-menu-item a.btn:focus {
  color: white;
  background-color: #095988;
  border-radius: 0px;
  filter: opacity(70%);
  filter: brightness(90%);
  filter: contrast(90%);
}

/* Mobile menu CURRENT navigation button except doropdown buttons styling */
.mobile-menu ul > li.current-menu-item a.btn { 
  color: white;
  background-color: #007eb6;
  border-radius: 0px;
}

/* Mobile menu CURRENT doropdown button hover, focus, active event styling */
.mobile-menu ul > li.current-dropdown-menu-item a.btn:hover,
.mobile-menu ul > li.current-dropdown-menu-item a.btn:focus,
.mobile-menu ul > li.current-dropdown-menu-item a.btn:active {
    color: white;
    background-color: #095988;
    border-radius: 0px;
    filter: opacity(70%);
    filter: brightness(90%);
    filter: contrast(90%);
}

/* Mobile menu CURRENT doropdown button styling */
.mobile-menu ul > li.current-dropdown-menu-item a.btn {
    color: white;
    background-color: #007eb6;
    border-radius: 0px;
    margin-right: 0px;
    text-align: left;
}

/* Mobile-menu 1st level dropdown menus hover, focus, active event styling */
.mobile-menu ul > li div.dropdown a.dropdown-item:hover,
.mobile-menu ul > li div.dropdown a.dropdown-item:focus
.mobile-menu ul > li div.dropdown a.dropdown-item:active {
    color: #0893e4;
    font-weight: bold;
}

/* Mobile-menu 2nd level dropdown menus hover, focus, active event styling */
.mobile-menu ul > li div.dropdown div.dropdown-menu div.dropdown-submenu div.dropdown-menus-submenu a.dropdown-item:hover,
.mobile-menu ul > li div.dropdown div.dropdown-menu div.dropdown-submenu div.dropdown-menus-submenu a.dropdown-item:focus,
.mobile-menu ul > li div.dropdown div.dropdown-menu div.dropdown-submenu div.dropdown-menus-submenu a.dropdown-item:active {
    color: #053753;
    font-weight: bold;
}

/* Mobile-menu 2nd level dropdown button hover, focus, active event styling */
.mobile-menu ul > li div.dropdown div.dropdown-menu div.dropdown-submenu a.dropdown-toggle:hover,
.mobile-menu ul > li div.dropdown div.dropdown-menu div.dropdown-submenu a.dropdown-toggle:focus,
.mobile-menu ul > li div.dropdown div.dropdown-menu div.dropdown-submenu a.dropdown-toggle:active {
    color: white;
    font-weight: 100;
    background-color: #095988;
    border-radius: 0px;
    filter: opacity(70%);
    filter: brightness(90%);
    filter: contrast(90%);
}

/* Mobile-menu 2nd level dropdown button styling */
.mobile-menu ul > li div.dropdown div.dropdown-menu div.dropdown-submenu a.dropdown-toggle {
    background: #394a5a;
    border: solid #394a5a;
    color: white;
    font-size: 18px;
    font-variant-caps: all-petite-caps;
    font-style: normal;
    padding: 10px;
    border-bottom: 0.4px solid #757575d2;
}

/* Mobile-menu 1st level and 2nd level dropdown button styling */
.mobile-menu ul > li div.dropdown a.dropdown-item { 
  color: white;
  font-size: 18px;
  font-variant-caps: all-petite-caps;
  font-style: normal;
  padding: 10px;
  border-bottom: 0.4px solid #757575d2;
}

/* Mobile-menu 1st level dropdown hover, focus, active event styling */
.mobile-menu ul > li div.dropdown a.btn:hover,
.mobile-menu ul > li div.dropdown a.btn:focus,
.mobile-menu ul > li div.dropdown a.btn:active {
    color: white;
    background-color: #095988;
    border-radius: 0px;
    border-top: 0px solid #095988;
    border-bottom: 0px solid #095988;
    border-left: 0px solid #095988;
    border-right: 0px solid #095988;
    filter: opacity(70%);
    filter: brightness(90%);
    filter: contrast(90%);
}

.mobile-menu ul > li .dropdown {
    display: none;
    font-size: 14px;
    line-height: 25px;
}

.mobile-menu ul > li .dropdown .dropdown-menu {
    display: none;
    position: relative;
    float: none;
    top: 100%;
    background-color: #394a5a;
    min-width: 205px;
    z-index: 1;
}

.mobile-menu ul > li .dropdown:hover .dropdown-menu {
    display: block;
    position: relative;
    line-height: 25px;
    top: 100%;
    min-width: 205px;
    background-color: #394a5a;
    border-radius: 0px;
    border-top: 0.4px solid #757575d2;
    border-left: 0.5px solid #757575d2;
    border-right: 0.5px solid #757575d2;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 1;
    cursor: pointer;
}

.mobile-menu ul > li .dropdown:hover .dropdown-toggle {
    color: white;
    background-color: #007eb6;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px;
    border-top: 0px solid #007eb6;
    border-bottom: 0px solid #007eb6;
    border-left: 0px solid #007eb6;
    border-right: 0px solid #007eb6;
}

.mobile-menu .dropdown-submenu .dropdown-toggle {
    position: relative;
    display: block;
    background: #394a5a;
    z-index: 1;
}

.mobile-menu .dropdown-submenu .dropdown-menus-submenu {
    display: none;
    position: relative;
    float: none;
    top: 100%;
    background: #747f8a;
    min-width: 205px;
    z-index: 1;
}   

.mobile-menu .dropdown-submenu .dropdown-menus-submenu {
    top: 0;
    left: 0;
}

.mobile-menu .dropdown-submenu:hover .dropdown-menus-submenu {
    display: block;
    position: relative;
    min-width: 205px;
    margin-left: 0px;
    background-color: #747f8a;
    border-radius: 0px;
    border-top: 1px solid #757575d2;
    border-left: 1px solid #757575d2;
    border-right: 1px solid #757575d2;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 1;
    cursor: pointer;
}

/* rotate caret on hover */
.mobile-menu ul > li > div.dropdown div.dropdown-menu div.dropdown-submenu a.dropdown-toggle:hover  span,
.mobile-menu ul > li > div.dropdown div.dropdown-menu div.dropdown-submenu a.dropdown-toggle:focus  span,
.mobile-menu ul > li > div.dropdown div.dropdown-menu  div.dropdown-submenu a.dropdown-toggle:active  span {
    text-decoration: underline;
    transform: rotate(-360deg);
    color: white;
}

.card-header {
    width: 100%;
    border: 1px solid gainsboro;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: #19558d;
    background-image: linear-gradient(to right, #19558d , rgba(100, 53, 100, 0.705));
    filter: brightness(80%);
    filter: contrast(90%);
}

.btn.collapsible {
    width: 100%;
    text-align: left;
    margin: 5px;
}

.mb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
    font-family: Helvetica, sans-serif;
    font-variant: all-small-caps;
    font-variant-east-asian: normal;
    font-size: 18px;
}


.btn.btn-link.collapsible .mb-0:hover {
    color: rgba(220, 220, 220, 0.753);
}

.btn.btn-link.collapsible .mb-0:focus, .btn.btn-link.collapsible .mb-0::after {
    text-align: left;
    color: white;
}

.card-header .btn.btn-link.collapsible .mb-0:after {
    font-family: 'Glyphicons Halflings';  
    content: "\e114";  
    position: absolute;
    right: 50px;        
    color: white;    
}

.card-header .btn.btn-link.collapsible.collapsed .mb-0:after {
    content: "\e080";
}

.card-header .btn.btn-link.collapsible .mb-0:hover::after {
    color: rgba(220, 220, 220, 0.753);
}

.card-header .btn.btn-link.collapsible .mb-0:focus::after {
    text-align: left;
    color: white;
}

.card-header .btn.btn-link.collapsible.collapsed .mb-0:hover::after {
    color: rgba(220, 220, 220, 0.753);
}

.card-header .btn.btn-link.collapsible.collapsed .mb-0:focus::after {
    text-align: left;
    color: white;
}

/* .carousel {
    background-color: #3b7f96;
    margin-left: 60px;
    margin-right: 60px;
} */

.carousel-inner {
    padding: 25px;
}
 
.carousel:hover {
    box-shadow: 0 8px 16px 0 rgb(189, 187, 187);
}

/* ol.carousel-indicators {
    margin-bottom: 5px;
} */
 
.item {
    padding-left: 150px; 
    padding-right: 150px;
}

.block {
    height: 5em;
    line-height: 5em;
    width: 10em;
    background: #464646;
    color: #fdfdfd;
    text-align: center;
    margin: 1em auto;
    text-shadow: 0 0 1px #333; /* so one can see fadeBgColor properly */
}
  
.animatable {
    visibility: hidden;

    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
}
  
.animated {
    visibility: visible;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;

    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;

    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes moveUp {
	0% {
        opacity: 1;
		-webkit-transform: translateY(20px);
    }	
    100% {
        opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
        opacity: 1;
		-moz-transform: translateY(20px);
	}
	100% {
        opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
        opacity: 1;
		-o-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
        opacity: 1;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}

#peopleCarousel .carousel-indicators li {
    border: 1px solid #d3d3d3 !important;
    background-color: #d3d3d3;
}

#peopleCarousel .carousel-control.left {
    background-image: none !important;
}

#peopleCarousel .carousel-control.right {
    background-image: none !important;
}

#peopleCarousel:hover {
    box-shadow: none;   
}

#peopleCarousel ol.carousel-indicators {
    margin-bottom: -25px;
}

#peopleCarousel .carousel-control .icon-prev:before {
    color: #949496;
    font-size: 36px;
}

#peopleCarousel .carousel-control .icon-next:before {
    color: #949496;
    font-size: 36px;
}

.hidden-list {
    display: none;
}

.active-list {
    display: block;
}

/* .card.projects-toggle {
    position: relative;
    width: 800px;
} */

div.sticky {
    position: fixed;
    right: 68px;
    bottom: 8px;
    /* background-color: #404040; */
    background-color: #929292;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    font-size: 3.5rem;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    display: none;
}

.sticky a {
    color: #ffffff;
}

.sticky a .fa .fa-info-circle {
    display: inline-block;
    position: absolute;
    right: 180px;
    bottom: 10px;
    font-weight: bold;
}

div.sticky:hover {
    background-color: #ffffff;
    border: solid 1px #007eb6;
}

.sticky a:hover {
    color: #007eb6;
    font-weight: bold;
    /* text-decoration: underline; */
}

.sticky .tooltiptext {
    visibility: hidden;
    width: 190px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background-color: black;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    right: 48px;
    bottom: 0px;
    z-index: 1;
}

.sticky .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

div.sticky:hover .tooltiptext {
    visibility: visible;
}

#reference {
    position: relative;
    /* border: solid 1px green; */
    /* height: 1000px; */
}
  
#reference a {
    position: absolute;
    /* left: 0px; */
    top: -90px;
    /* border: solid 10px red; */
}

#reference .reference-target:target {
    position: absolute;
    /* left: 0px; */
    /* anchor offset + header height + header padding + header margins */
    top: 0px;
    /* margin: 0; */
}

.flip-card {
    background-color: transparent;
    width: 350px;
    height: 350px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* .flip-card-front {
    align-items: center;
    filter: opacity(70%);
    background-color: rgba(49, 58, 68, 0.8);;
    color: white;
} */

.flip-card-front {
    align-items: center;
    filter: opacity(85%);
    /* background-color: rgba(49, 58, 68, 0.8); */
    /* background-color: #053753; */
    background-image: linear-gradient(to bottom, #19558d, #172d42); 
    filter: opacity(90%);
    /* filter: brightness(100%);  */
    /* filter: contrast(98%); */
    color: white; 
    box-sizing: border-box;
}

.flip-card-front div {
    align-items: center;
    background-image: linear-gradient(to bottom, #19558d, #172d42); 
    filter: opacity(90%);
    /* filter: brightness(100%);  */
    /* filter: contrast(98%); */
    color: white; 
    /* background: #053753; */
    border: solid #ffffff 1px;
    margin: 10px;
    width: 330px;
    height: 330px;
}

.flip-card-front h2 {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
    font-family: 'Roboto', serif;
    font-variant-caps: all-petite-caps;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-size: 40px;
    font-variant: normal; 
    text-align: center; 
    color: gainsboro; 
}

.flip-card-back {
    background-color: #053753;
    color: white;
    transform: rotateY(180deg);
}

.flip-card-back a {
    padding-top: 10px;
    color: gainsboro;
}

.flip-card-back a:hover, 
.flip-card-back a:focus {
    font-weight: bold;
}

.flip-card-back ol {
    justify-content: center;
    margin: 15px;
}

.flip-card-back ol li {
    text-align: left;
    padding-top: 5px;
}

