@keyframes AnimateBG {
    0% {
        background-position: 0% 0%, 0% 50%
    }
    50% {
        background-position: 0% 0%, 100% 50%
    }
    100% {
        background-position: 0% 0%, 0% 50%
    }
}

@font-face {
    font-family: 'Satoshi';
    src: url(https://static.igem.wiki/teams/4322/wiki/satoshi-regular.ttf);
}

@font-face {
    font-family: 'Satoshi Bold';
    src: url(https://static.igem.wiki/teams/4322/wiki/satoshi-bold.ttf);
}

@font-face {
    font-family: 'Clash Display';
    src: url(https://static.igem.wiki/teams/4322/wiki/clashdisplay-regular.ttf);
}

@font-face {
    font-family: 'Clash Display Bold';
    src: url(https://static.igem.wiki/teams/4322/wiki/clashdisplay-medium.ttf);
}

body {
    font-family: 'Satoshi', sans-serif;
    font-size: 1rem;
    overflow-x: hidden;
}

.left-aligned {
    margin-left: auto;
}

.bg-dark {
    background-color: #4B4444 !important;
}


/* HEADER STYLE */

.bg-hero {
    margin-bottom: 3rem;
    font-family: 'Clash Display Bold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('https://static.igem.wiki/teams/4322/wiki/header-banner.png'), linear-gradient( -45deg, #85485C 0%, #5A637C 25%, #925242 50%, #4B4444 75%, #DCC499 100%);
    background-size: 100% 100%, 500% 500%;
    background-repeat: no-repeat, no-repeat;
    animation: AnimateBG 20s ease infinite;

}

.bg-hero h1 {
    font-size: 4.5vw;
}
.index-container{
    width: 100%;
    margin-right: auto;
    margin-left:auto;
    margin-top: auto;
    padding-top: 40px;
}

/* END OF HEADER STYLE */

/* SCROLL TO TOP BUTTON STYLE */
#scroll-top{
  display: block; 
  position: fixed; 
  bottom: 20px; 
  right: 0;
  z-index: 99; 
  border:none;
  background: transparent;
  cursor: pointer; 
  padding: 15px; 
}
#scroll-top img{
  width:50px;
  height:auto;
}

/* AUDIO BUTTON STYLE */
article{
  display:none;
}
#audio {
    background: none;
    border: none;
    cursor: pointer;
    padding: 15px;
    bottom:20px;
    left:0;
    position:fixed;
    z-index:100;
}
#audio:hover{
opacity:0.9;
}
#audio img{
  width:35px;
  height:auto;
}


/* h2 heading style */

h2 {
    font-family: 'Clash Display Bold';
    color: #4B4444;
}

h4 {
    font-size: 1.4rem;
    color: #5A637C;
}

h5 {
    font-size: 1.3rem;
    color: #85485C;
}

h0 {
    font-family: 'Clash Display Bold', sans-serif;
    font-size: 3.5rem;
}

h6{
    font-size: 1.1rem;
    color: #85485C;
}

.subtext {
    margin-left: 25px;
}

.subtitle-line {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.subtitle-line:after {
    content: '';
    flex-grow: 1;
    height: 0.4rem;
    background: #DCC499;
    margin: auto;
    margin-left: 20px
}
.middle-line {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.middle-line:before, .middle-line:after {
    content: '';
    flex-grow: 1;
    height: 0.4rem;
    background: #DCC499;
    margin: auto;
    margin-left: 20px;
    margin-right: 20px
}
.blue-text {
    color: #5A637C;
}

.orange-text {
    color: #925242;
}

.purple-text {
    color: #85485C;
}
.green-text {
    color: #6c765b;
}
.brown-text {
    color: #653818;
}


/* CALLOUT */

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}


/*  team profile callout */

.bd-callout-card {
    padding: 2.5rem 2rem;
    border-radius: 20px;
    background-color: #d8cbc4;
    max-width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    margin: 1rem;
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
    display: flex;
}

.bd-callout-card::before,
.bd-callout-card::after {
    content: '';
    position: absolute;
    z-index: -1;
}

.bd-callout-card::before {
    width: 100%;
    height: 100%;
    border: 1px solid #FFF;
    border-radius: 10px;
    top: -.7rem;
    left: -.7rem;
}

.bd-callout-card::after {
    height: 15rem;
    width: 15rem;
    background-color: #925242;
    border-radius: 50%;
    top: -8rem;
    right: -8rem;
    box-shadow: 2rem 6rem 0 -3rem #FFF
}

.bd-callout-card img {
    width: 20vw;
    height: 20vw;
    overflow: hidden;
    min-width: 100px;
    box-shadow: 0 0 0 5px #FFF;
    border-radius: 50%;
    object-fit: cover;
}

.bd-callout-card .extra-img img {
    width: 18vw;
    height: 18vw;
    border-radius: 0px;
    box-shadow: 0 0 0 0px #FFF;
    float: right;
    margin-left: 1rem;
    object-fit: contain;
}

.infos {
    margin-left: 1.5rem;
}

.name {
    margin-bottom: 1rem;
}

.name h2 {
    font-size: 1.3rem;
}

.name h4 {
    font-size: 1.1rem;
    color: #5A637C;
}

.name h5 {
    font-size: 1.1rem;
    color: #85485C;
}

.text {
    font-size: 1rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 450px) {
    .card {
        display: block;
    }
    .infos {
        margin-left: 0;
        margin-top: 1.5rem;
    }
}


/* end of team profile callout */

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}


/* figures with captions */

.figure-img {
    float: right;
    padding: 0 2rem 0 2rem;
}

.figure-img img {
    width: 20vw;
    height: auto;
}

.figure-img figcaption {
    font-style: italic;
    font-size: 13px;
    position: relative;
    padding-top: 0.5rem;
    bottom: 0;
    right: 0;
    color: #4b4444;
    text-align: center;
}
.caption-ctr{
  font-style: italic;
    font-size: 13px;
    position: relative;
    bottom: 0;
    right: 0;
    color: #4b4444;
    text-align: center;
}

/* centered figure */

.figure-img-ctr {
    padding: 0 2rem 0 2rem;
    text-align: center;
}

.figure-img-ctr img {
    width: 60%;
    vertical-align: middle;
    height: auto;
}

.figure-img-ctr figcaption {
    font-style: italic;
    font-size: 13px;
    position: relative;
    padding-top: 0.5rem;
    bottom: 0;
    right: 0;
    color: #4b4444;
    text-align: center;
}

/* end of figures with captions */

/* index page */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  /* basic color palette */
  --white-1: white;
  --white-2: #ccc;
  --white-3:#fff4e0;
  --black-1: black;
  --black-2: #262626;
  --black-3: grey;
  --dark-brown:#4B4444;
  --light-blue:#6e8ecd;
  --pink-1:#de4f82;
  --pink-2:#ebacb4;
  --peach:#f8b497;
  --light-yellow:#f8d598;
  --beige:#f4e8d1;

  /* spaces */
  --space-10: 0.1em;
  --space-20: 0.2em;
  --space-30: 0.3em;
  --space-100: 0.5em;
  --space-200: 0.8em;
  --space-250: 1em;
  --space-300: 1.8em;
  --space-350: 2em;
  --space-600: 5em;
  --space-900: 8em;
}
/* components */
.page {
  color: var(--black-1);
  display: grid;
  min-height: 100vh;
  grid-template-areas: "main";
  font-size: var(--ft-se-400);
  background-color: var(--white-1);
}
.page__main {
  grid-area: main;
}
.main {
  display: grid;
  grid-template-areas: "content1" "content2" "content3" "content4" "content5" "content6" "content7" "content8";
}
.content {
  --content-top__body_bd-cr: var(--white-1);
  --content-top__subtitle_cr: var(--dark-brown);
  --content-top__desc_cr: var(--black-3);
  --content__title-edges_bd-cr: var(--black-2);
  --content__title-edges_cr: var(--white-2);
  --content__title_bd-cr: transparent;
  --content__title_cr: var(--black-1);
  --content__subtitle_cr: var(--white-1);
  --content__body_cr: var(--dark-brown);
  --content__body_pg-bk: var(--space-600);
  --content__body_pg-ie: var(--space-600);
  --url1: url("https://static.igem.wiki/teams/4322/wiki/home-background.png");
  --url12: url("https://static.igem.wiki/teams/4322/wiki/micromurals-logo.gif");

  --url2: url("https://static.igem.wiki/teams/4322/wiki/index-2.jpg");
  --url4: url("https://static.igem.wiki/teams/4322/wiki/index-wl.png");
  --url5: url("https://static.igem.wiki/teams/4322/wiki/igem-print.png");
  --url6: url("https://static.igem.wiki/teams/4322/wiki/index-feedback.jpg");
   --url7: url("https://static.igem.wiki/teams/4322/wiki/index-outreach.png");

}


.content__header {
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
  padding-block: var(--content__header_pg-bk, var(--space-900));
}
.content__title {
  --pg: var(--space-100) var(--space-200);
  color: var(--content__title_cr, var(--white-2));
  padding: var(--content__title_pg, var(--pg));
  display: inline-block;
  word-spacing: var(--content__title_wd-sg, var(--space-20));
  letter-spacing: var(--content__title_lr-sg, var(--space-30));
/*   text-transform: uppercase; */
  background-color: var(--content__title_bd-cr, transparent);
  font-family:'Clash Display',sans-serif;
  font-size:34px;
  z-index:5;
}
.blue{
  color:var(--light-blue);
  font-family:'Clash Display Bold';
}
.pink{
  color:var(--pink-1);
  font-family:'Clash Display Bold';
}
.content__body {
  color: var(--content__body_cr, var(--white-2));
  background-color: var(--content__body_bd-cr, var(--dark-brown));
  padding-block: var(--content__body_pg-bk, var(--space-600));
}
.content__subtitle {
  color: var(--content__subtitle_cr, var(--white-2));
  margin-bottom: var(--content__subtitle_mn-bm, var(--space-250));
  word-spacing: var(--content__subtitle_wd-sg, var(--space-20));
/*   letter-spacing: var(--content__subtitle_lr-sp, var(--space-20)); */
  font-family: 'Satoshi Bold';
  font-weight: var(--content__subtitle_ft-wt, var(--ft-wt-400));
  font-size: 22px;
  text-align: center;
/*   text-transform: uppercase; */
}
.content__desc {
  color: var(--content__desc_cr, var(--content__body_cr, var(--black-3)));
  text-align: justify;
  padding-inline: var(--content__desc_pg-ie, var(--content__body_pg-ie, var(--space-600)));
  line-height: var(--content__desc_le-ht, var(--space-300));
}
.content:nth-child(1) .content__header {
  background-image: var(--url12), var(--url1);
  background-repeat: no-repeat;
  background-size: 38%, cover;
  background-position: center;
  background-attachment: fixed;
  position: center 0;
}
.content:nth-child(1) {
  grid-area: content1;
}
.content:nth-child(2) .content__header {
  background-color:#FFF4E0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: center;
}
.content:nth-child(2) {
  grid-area: content2;
}
.content:nth-child(3) .content__header {
  background-image: var(--url2);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: center;
}
.content:nth-child(3) {
  grid-area: content3;
}
.content:nth-child(4) .content__header {
  background-image:var(--url4);
  /* background-color:white; */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: center 0;
}
.content:nth-child(4) {
  grid-area: content4;
}
.content:nth-child(5) .content__header {
  background-image: var(--url5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  background-attachment: fixed;
  position: center 0;
}
.content:nth-child(5) {
  grid-area: content5;
}
.content:nth-child(6) .content__header {
  background-image: var(--url6);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  background-attachment: fixed;
  position: center 0;
}
.content:nth-child(6) {
  grid-area: content6;
}
.content:nth-child(7) .content__header {
  background-image: var(--url6);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: center 0;
}
.content:nth-child(7) {
  grid-area: content7;
}
.content:nth-child(8) .content__header {

  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: center 0;
}
.content:nth-child(8) {
  grid-area: content8;
}
.content:nth-child(9) .content__header {
  background-image:var(--url7);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: center 0;
}
.content:nth-child(11) .content__header {
  background-color:white;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: center 0;
}
.content:first-child .content__header .content__title, .content:last-child .content__header .content__title {
  color: var(--content__title-edges_cr, var(--content__title_cr, var(--white-2)));
  background-color: var(--content__title-edges_bd-cr, var(--content__title_bd-cr, var(--black-2)));
}
.content:first-child .content__body {
  background-color: var(--content-top__body_bd-cr, var(--content__body_bd-cr, var(--black-2)));
}
.content:first-child .content__body .content__subtitle {
  color: var(--content-top__subtitle_cr, var(--content__subtitle_cr, var(--white-2)));
}
.content:first-child .content__body .content__desc {
  color: var(--content-top__desc_cr, var(--content__body_cr, var(--black-3)));
}
@media (max-width: 560px) {
  :root {
    font-size: 0.95rem;
  }
  .content {
    --content__body_pg-ie: var(--space-350);
  }
}
/* animated blobs */
.blob-container {
	background: var(--beige);
	min-height: 100vh;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.shape-blob {
	background:var(--light-blue);
	height: 200px;
	width: 200px;
	border-radius: 30% 50% 20% 40%;
  	animation: 
		transform 10s ease-in-out infinite both alternate,
		movement_one 20s ease-in-out infinite both;
	opacity:.7;
	position: absolute;
	left: 70%;
	top: 50%;
}
.shape-blob.one{
  background:var(--peach);
	height: 500px;
	width: 500px;
	left: -200px;
	top: -150px;
	transform: rotate(-180deg);
	animation: transform 20s ease-in-out infinite both alternate, movement_two 40s ease-in-out infinite both;
}

.shape-blob.two{
  background:var(--pink-2);
	height: 350px;
	width: 350px;
	left: 500px;
	top: -150px;
	transform: rotate(-180deg);
	animation: transform 20s ease-in-out infinite both alternate, movement_two 40s ease-in-out infinite both;
}

@keyframes transform
{
    0%,
  100% { border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%; } 
   20% { border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%; } 
   40% { border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%; } 
   60% { border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%; } 
   80% { border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%; } 
}


@keyframes movement_one
{
    0%,
  100% { transform: none; }
   50% { transform: translate(50%, 20%) rotateY(10deg) scale(1.2); }
}

@keyframes movement_two
{
    0%,
  500% { transform: none; }
   50% { transform: translate(50%, 20%) rotate(-200deg) scale(1.2);}
}


/* end of index page */


/*team page*/

.accordion {
    max-width: 100%;
    height: 250px;
    display: flex;
    overflow: hidden;
    margin: 50px auto;
    border-radius: 10px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.tab {
    width: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    transition: all .5s ease;
    position: relative;
}

.tab img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caption {
    position: absolute;
    z-index: 2;
    white-space: nowrap;
    top: 150px;
    opacity: 0;
    padding-left: 10px;
}

.caption h2 {
    margin-bottom: 2px;
    text-overflow: clip;
    font-size: 24px;
    color: white;
    text-transform: uppercase;
}


/* --- Hover Effects --- */

.tab:hover img {
    opacity: .4;
}

.tab:hover {
    flex-shrink: 0;
}

.tab:hover .caption {
    transition: all .5s ease;
    opacity: 1;
}


/*end of team page*/


/* attributions page */

.competition-results {
    padding-left: 9vw;
}

.page-right {
    padding-left: 20vw;
}

.side-link,
.side-link:hover,
.side-link:focus,
.side-link:active {
    padding-top: 60px;
    margin-top: -60px;
    text-decoration: none;
    color: #4b4444;
}

.side-nav {
    float: left;
    top: 100px;
    width: 16vw;
    /*   padding:15px 15px 15px 0; */
    font-family: 'Satoshi Bold';
    font-size: 1.15rem;
    border-radius: 20px;
    background: #4b4444;
    box-shadow: inset 20px 20px 60px #403a3a, inset -20px -20px 60px #564e4e;
    position: sticky;
    overflow: hidden;
}

.side-nav a {
    color: #fff;
    text-decoration: none;
}

.side-nav a:hover {
    color: #925242;
    cursor: pointer;
}

.side-nav ul {
    padding-left: 3vw;
    margin-left: 0;
    padding-top: 1rem;
    /*   padding:15px; */
    overflow: hidden;
}

.side-nav li {
    list-style: bullet;
    padding: 4px;
}

.side-nav sub{
    color: #fff;
    padding-left: 4vw;
    margin-left: 0;
    padding: 15px;
    font-size: 1.4rem;
}
/* end of side nav */
.team-list ul {
    display: inline-block;
    padding: 1rem 2rem;
    max-width: 100%;
}

.team-list ul {
    list-style: none;
}

.team-list ul li {
    clear: left;
    padding: .5rem 0;
}

.team-list ul li:before {
    content: "";
    height: 1.2rem;
    width: 1.2rem;
    display: block;
    float: left;
    margin-left: -1.5rem;
    margin-right: 0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.team-list ul li:nth-child(1):before {
    background: url("https://static.igem.wiki/teams/4322/wiki/icon-lead.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.team-list ul li:nth-child(2):before,
li:nth-child(3):before,
li:nth-child(4):before,
li:nth-child(5):before,
li:nth-child(6):before,
li:nth-child(7):before,
li:nth-child(8):before {
    background: url("https://static.igem.wiki/teams/4322/wiki/icon-wl.svg");
    background-size: cover;
    background-position: center;
}

.team-list ul li:nth-child(9):before,
li:nth-child(10):before,
li:nth-child(11):before,
li:nth-child(12):before,
li:nth-child(13):before,
li:nth-child(14):before {
    background: url("https://static.igem.wiki/teams/4322/wiki/icon-pd.svg");
    background-size: cover;
    background-position: center;
}

.team-list ul li:nth-child(15):before,
li:nth-child(16):before,
li:nth-child(17):before,
li:nth-child(18):before,
li:nth-child(19):before {
    background: url("https://static.igem.wiki/teams/4322/wiki/icon-wiki.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.team-list ul li:nth-child(20):before,
li:nth-child(21):before,
li:nth-child(22):before,
li:nth-child(23):before,
li:nth-child(24):before,
li:nth-child(25):before {
    background: url("https://static.igem.wiki/teams/4322/wiki/icon-pnp.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.team-list ul li:nth-child(25):before,
li:nth-child(26):before,
li:nth-child(27):before,
li:nth-child(28):before,
li:nth-child(29):before {
    background: url("https://static.igem.wiki/teams/4322/wiki/icon-business.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon {
    height: 1.2rem;
    /* width: 1.2rem; */
    display: inline;
    position: relative;
    bottom: 0.1rem;
    padding-bottom: 5px;
}

.sponsors img {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}


/* end of attributions page */


/* proof of concept page */

.proof-of-concept-results {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.proof-of-concept-results div {
    width: 25%;
    padding: 0 10px 10px 0;
    box-sizing: border-box;
}

.proof-of-concept-results img {
    width: 33%;
}


/* end of proof of concept page */


/* notebook page */

.lined-paper {
    background-image: linear-gradient(#a2bce3 1px, transparent 1px);
    background-size: 100% 2em;
    background-position-y: 1.5rem;
    line-height: 2em;
}

.notebook-week {
    font-family: 'Satoshi Bold';
    color: #4b4444;
    display: inline-block;
    padding: 5px;
    border-radius: 16px;
    background: #FFF4E0;
    border: 2px solid #DCC499;
}


/* end of notebook page */


/* model page */

.model-lst {
    list-style: none
}

.model-img img {
    float: right;
    width: 15vw;
    height: auto;
    padding: 0 20px 0 20px;
}


/* end of model page */

/* communication page */

 .ag-format-container {
  width: 1160px;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

.ag-timeline-block {
  padding: 300px 0;
}
.ag-timeline_title-box {
  padding: 0 0 30px;

  text-align: center;
}
.ag-timeline_tagline {
  font-size: 40px;
  color: rgb(84, 89, 95);
}
.ag-timeline_title {
  background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/images/bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;

  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;

  font-size: 80px;
}

.ag-timeline_item {
  margin: 0 0 50px;

  position: relative;
}
.ag-timeline_item:nth-child(2n) {
  text-align: right;
}

.ag-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  position: relative;
}
.ag-timeline_line {
  width: 2px;
  background-color: #4b4444;

  position: absolute;
  top: 2px;
  left: 50%;
  bottom: 0;

  overflow: hidden;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ag-timeline_line-progress {
  width: 100%;
  height: 20%;
  background-color: #DCC499;
}

.ag-timeline-card_box {
  padding: 0 0 20px 50%;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
  padding: 0 50% 20px 0;
}
.ag-timeline-card_point-box {
  display: inline-block;
  margin: 0 14px 0 -28px;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
  margin: 0 -28px 0 14px;
}
.ag-timeline-card_point {
  height: 50px;
  line-height: 45px;
  width: 50px;
  border: 3px solid #DCC499;
  background-color: #4b4444;
  text-align: center;
  font-size: 18px;
  color: #FFF;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.js-ag-active .ag-timeline-card_point {
  color: #4b4444;
  background-color: #dcc499;
}
.ag-timeline-card_meta-box {
  display: inline-block;
}
.ag-timeline-card_meta {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 24px;
  color: #925242;
}
.ag-timeline-card_item {
  display: inline-block;
  width: 45%;
  margin: -77px 0 0;
  background-color: #4b4444;

  opacity: 0;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  -o-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  box-shadow: 0 0 0 0 rgba(0,0,0,.5);

  -webkit-transition: -webkit-transform .5s, opacity .5s;
  -moz-transition: -moz-transform .5s, opacity .5s;
  -o-transition: -o-transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;

  position: relative;
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  opacity: 1;

  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ag-timeline-card_arrow {
  height: 18px;
  width: 18px;
  margin-top: 20px;
  background-color: #4b4444;

  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
  margin-left: calc(-18px / 2);
  margin-right: calc(-18px / 2);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
  margin-left: -10px;

  right: auto;
  left: 0;
}
.ag-timeline-card_img {
  width: 100%;
}
.ag-timeline-card_info {
  padding: 20px 30px;
}
.ag-timeline-card_title {
  display: none;
  margin: 10px 0 0;
  font-weight: bold;
  color: #925242;
}
.ag-timeline-card_desc {
  line-height: 1.45;

  font-size: 16px;
  color: #FFF;
}

.ag-timeline-card_img-box img{
  max-width: 100%;
}
@media only screen and (max-width: 979px) {
  .ag-timeline_line {
    left: 30px;
  }

  .ag-timeline_item:nth-child(2n) {
    text-align: left;
  }

  .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 0 20px;
  }
  .ag-timeline-card_meta-box {
    display: none;
  }
  .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 0 0 8px;
  }
  .ag-timeline-card_point {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .ag-timeline-card_item {
    width: auto;
    margin: -65px 0 0 75px
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    right: auto;
    left: 0;
  }
  .ag-timeline-card_title {
    display: block;
  }
  .ag-timeline-card_arrow {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

  .ag-timeline-card_img {
    height: auto;
    width: auto;
  }
}

@media only screen and (max-width: 639px) {
  .ag-timeline_title {
    font-size: 60px;
  }

  .ag-timeline-card_info {
    padding: 10px 15px;
  }
  .ag-timeline-card_desc {
    font-size: 14px;
  }
}

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

}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}

.q-a-content {
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  padding: 0 60px 0 0;
}

.toggle-list-content {
  width: 100%;
  //padding: 20px;
  margin: 0 auto;
  //padding: 0 0 0 20px;
  //padding-top: 10px;
}

.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

.question {
  position: relative;
  background: #d8cbc4;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
  border-radius:4px;
}

.answers {
  background: #fff;
  padding: 0px 15px;
  margin: 5px 0;
  max-height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.questions:checked ~ .answers{
  max-height: 1500px;
  opacity: 1;
  padding: 15px;
}

.plus {
  position: absolute;
  margin-left: 10px;
  margin-top:5px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
} 

.toggle-left {
  float:left;
}

.toggle-right {
  float:right;
}

/* end of communication page */

/* entrepreneurship page*/
.e-grid{
  display:grid
}
.e-grid.grid-center{
  justify-content:center;
  align-items:center;
}
/* end of entrepreneurship page */

/* inclusivity page */

/* end of inclusivity page */
.image-slider{
  display: grid;
  place-items: center;

}
.slider {
  width: 100%;
  max-width: 1000px;
  height: 350px;
  position: relative;
  overflow: hidden; /* <===  */

  
}

.slide {
  width: 100%;
  max-width: 1000px;
  height: 350px;
  position: absolute;
  transition: all 0.5s;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.slider-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 2px;
  padding-bottom: 6px;
  border: none;
  border-radius: 20px;
  z-index: 10px;
  cursor: pointer;
  background-color: #fff;
  font-size: 18px;
  color:grey;
  opacity: 0.9;
}
.slider-btn:active {
  transform: scale(1.1);
}
.btn-prev {
  top: 45%;
  left: 2%;
}

.btn-next {
  top: 45%;
  right: 2%;
}
/* footer */


/* footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; } */

footer {
    margin-top: 56px;
}

.container .text-header {
    font-size: 24px;
    text-align: center;
    color: #A18A85;
    font-family: 'Clash Display', sans-serif;
    padding: 0;
}

.footer-top {
    background-color: #4B4444;
}

.footer-top {
    padding: 5px 0 20px;
}

.footer-bottom {
    padding: 10px 0;
}

.footer-bottom {
    background-color: #292525;
}

.footer-top .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(3, auto);
    grid-gap: 15px;
}

.footer-top .socials .links {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #A18A85;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.footer-top .socials .link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.footer-top .socials .link-icon {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
}

.footer-bottom .copyright {
    color: white;
    font-weight: 700;
}

.container .subfoot {
    color: #A18A85;
}

.ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.p {
    margin: 0;
}

.text-center {
    text-align: center;
}

.mb-4 {
    margin-bottom: 16px;
}

.c-dark {
    color: #fff;
}

.link .tooltip {
    position: absolute;
    left: -30px;
    top: -24px;
    display: block;
    width: 120px;
    height: 32px;
    background-color: rgba(0, 0, 0, .85);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    color: white;
    transition: all 0.3s ease;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
}

.link .tooltip::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(0, 0, 0, .95) transparent transparent transparent;
    content: '';
    clear: both;
    display: block;
}

.link:hover .tooltip {
    top: -36px;
    opacity: 1;
    visibility: visible;
}

