/* :root {
    --font-size-6: 6px;
    --font-size-7: 7px;
    --font-size-8: 8px;
    --font-size-9: 9px;
    --font-size-10: 10px;
    --font-size-11: 11px;
    --font-size-12: 12px;
    --font-size-13: 13px;
    --font-size-14: 14px;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-20: 20px;
    --font-size-21: 21px;
    --font-size-22: 22px;
    --font-size-23: 23px;
    --font-size-24: 24px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 27px;
    --font-size-28: 28px;
    --font-size-29: 29px;
    --font-size-30: 30px;
    --font-size-31: 31px;
    --font-size-32: 32px;
    --font-size-33: 33px;
    --font-size-34: 34px;
    --font-size-35: 35px;
    --font-size-36: 36px;
    --font-size-37: 37px;
    --font-size-38: 38px;
    --font-size-39: 39px;
    --font-size-40: 40px;
    --font-size-41: 41px;
    --font-size-42: 42px;
    --font-size-43: 43px;
    --font-size-44: 44px;
    --font-size-45: 45px;
    --font-size-46: 46px;
    --font-size-47: 47px;
    --font-size-48: 48px;
    --font-size-49: 49px;
    --font-size-50: 50px;
    --font-size-84: 84px;
} */

:root {
  --font-size-6: 0.375em;    /* 6px */
  --font-size-7: 0.4375em;   /* 7px */
  --font-size-8: 0.5em;      /* 8px */
  --font-size-9: 0.5625em;   /* 9px */
  --font-size-10: 0.625em;   /* 10px */
  --font-size-11: 0.6875em;  /* 11px */
  --font-size-12: 0.75em;    /* 12px */
  --font-size-13: 0.8125em;  /* 13px */
  --font-size-14: 0.875em;   /* 14px */
  --font-size-15: 0.9375em;  /* 15px */
  --font-size-16: 1em;       /* 16px */
  --font-size-17: 1.0625em;  /* 17px */
  --font-size-18: 1.125em;   /* 18px */
  --font-size-19: 1.1875em;  /* 19px */
  --font-size-20: 1.25em;    /* 20px */
  --font-size-21: 1.3125em;  /* 21px */
  --font-size-22: 1.375em;   /* 22px */
  --font-size-23: 1.4375em;  /* 23px */
  --font-size-24: 1.5em;     /* 24px */
  --font-size-25: 1.5625em;  /* 25px */
  --font-size-26: 1.625em;   /* 26px */
  --font-size-27: 1.6875em;  /* 27px */
  --font-size-28: 1.75em;    /* 28px */
  --font-size-29: 1.8125em;  /* 29px */
  --font-size-30: 1.875em;   /* 30px */
  --font-size-31: 1.9375em;  /* 31px */
  --font-size-32: 2em;       /* 32px */
  --font-size-33: 2.0625em;  /* 33px */
  --font-size-34: 2.125em;   /* 34px */
  --font-size-35: 2.1875em;  /* 35px */
  --font-size-36: 2.25em;    /* 36px */
  --font-size-37: 2.3125em;  /* 37px */
  --font-size-38: 2.375em;   /* 38px */
  --font-size-39: 2.4375em;  /* 39px */
  --font-size-40: 2.5em;     /* 40px */
  --font-size-41: 2.5625em;  /* 41px */
  --font-size-42: 2.625em;   /* 42px */
  --font-size-43: 2.6875em;  /* 43px */
  --font-size-44: 2.75em;    /* 44px */
  --font-size-45: 2.8125em;  /* 45px */
  --font-size-46: 2.875em;   /* 46px */
  --font-size-47: 2.9375em;  /* 47px */
  --font-size-48: 3em;       /* 48px */
  --font-size-49: 3.0625em;  /* 49px */
  --font-size-50: 3.125em;   /* 50px */
  --font-size-84: 5.25em;    /* 84px */
}

.increased {
    --font-size-6: 7px;
    --font-size-7: 8px;
    --font-size-8: 9px;
    --font-size-9: 10px;
    --font-size-10: 11px;
    --font-size-11: 12px;
    --font-size-12: 13px;
    --font-size-13: 14px;
    --font-size-14: 15px;
    --font-size-15: 16px;
    --font-size-16: 16.5px;
    --font-size-17: 18px;
    --font-size-18: 19px;
    --font-size-19: 20px;
    --font-size-20: 21px;
    --font-size-21: 22px;
    --font-size-22: 23px;
    --font-size-23: 24px;
    --font-size-24: 25px;
    --font-size-25: 26px;
    --font-size-26: 27px;
    --font-size-27: 28px;
    --font-size-28: 29px;
    --font-size-29: 30px;
    --font-size-30: 31px;
    --font-size-31: 32px;
    --font-size-32: 33px;
    --font-size-33: 34px;
    --font-size-34: 35px;
    --font-size-35: 36px;
    --font-size-36: 37px;
    --font-size-37: 38px;
    --font-size-38: 39px;
    --font-size-39: 40px;
    --font-size-40: 43px;
    --font-size-42: 44px;
    --font-size-43: 45px;
    --font-size-44: 46px;
    --font-size-45: 47px;
    --font-size-46: 48px;
    --font-size-47: 49px;
    --font-size-48: 50px;
    --font-size-49: 51px;
    --font-size-50: 52px;
    --font-size-84: 86px;
}

.decreased {
    --font-size-6: 5px;
    --font-size-7: 6px;
    --font-size-8: 7px;
    --font-size-9: 8px;
    --font-size-10: 9px;
    --font-size-11: 10px;
    --font-size-12: 11px;
    --font-size-13: 12px;
    --font-size-14: 13px;
    --font-size-15: 14px;
    --font-size-16: 15px;
    --font-size-17: 16px;
    --font-size-18: 17px;
    --font-size-19: 18px;
    --font-size-20: 19px;
    --font-size-21: 20px;
    --font-size-22: 21px;
    --font-size-23: 22px;
    --font-size-24: 23px;
    --font-size-25: 24px;
    --font-size-26: 25px;
    --font-size-27: 26px;
    --font-size-28: 27px;
    --font-size-29: 28px;
    --font-size-30: 29px;
    --font-size-31: 30px;
    --font-size-32: 31px;
    --font-size-33: 32px;
    --font-size-34: 33px;
    --font-size-35: 34px;
    --font-size-36: 35px;
    --font-size-37: 36px;
    --font-size-38: 37px;
    --font-size-39: 38px;
    --font-size-40: 39px;
    --font-size-41: 39px;
    --font-size-41: 40px;
    --font-size-42: 41px;
    --font-size-43: 42px;
    --font-size-44: 43px;
    --font-size-45: 44px;
    --font-size-46: 45px;
    --font-size-47: 46px;
    --font-size-48: 47px;
    --font-size-49: 48px;
    --font-size-50: 49px;
    --font-size-84: 82px;
}


:root {
    --color-primary: #008DFF;
    --color-white: #fff;
    --bg-yellow: #FFC600;
    --color-yellow: #FFC90C;
    --color-black: #000;
    --background-white: #fff;
    --background-primary: #003399;
    --color-black300: #2F2F2F;
    --header-bg: #1a469d;
    --menu-bgcolor: #DBDBDB;
    --color-blue-menu: #21449B;
    --color-primary800: #008DFF;
    --color-primary900: #173885;
    /* --color-gray: #444444;
    --background-blue: #034e97;
    --background-black: #000;
    --color-black: #000;
    --color-dark-black: #1A1E3D;
    --color-label: #272735;
    --color-placeholder: #6B6B94;
    --breadcrums-color: #6B6B6B;
    --bg-white: #fff;
    --footer-blue-bg: #000036; */

}




body {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
   
}

ul,
li {
    margin: 0;
    padding: 0;
}


.container_two {
    padding: 0 172px;
}

.Awards_section_container {
    padding-left: 172px;
}

/* sticky header css */


.page_header {
    transition: all 0.3s, padding 0.3s;
}





.uiic-news-track ul li {
  display: inline-block; /* or flex depending on layout */
  margin-right: 8px;
  position: relative;
}

.uiic-news-track ul li::after {
  content: "|";        /* separator symbol */
  margin-left: 8px;    /* space before bar */
  color: #666;         /* style the bar */
}

.uiic-news-track ul li:last-child::after {
  content: ""; /* remove bar from last item */
}




/* responsive css */

@media only screen and (min-width: 1024px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {

}

/* responsive css */
