/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --maintext: #005A95;
  --sidebar-second-text: #5A5C61;
  --mainbackground: #f9fafb;
  --chevroncolor: #222222;
  --copyright: #616365;
  --active: #4692CB;
  --active2: #31668e;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --Roboto-light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

  /* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../css/fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../css/fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../css/fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../css/fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../css/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../css/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../css/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../css/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../css/fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../css/fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../css/fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../css/fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../css/fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../css/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../css/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../css/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../css/fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../css/fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../css/fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../css/fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

html {
  font-family: "Roboto"; font-weight: 700;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highRoboto-light-color: rgba(0, 0, 0, 0); 
}



body {
  margin: 0;
  font-family: "Roboto"; font-weight: 700;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background: var(--mainbackground); 
  -webkit-font-smoothing: antialiased;
}

/* SEARCHBAR */
.searchbar{
  position:relative;
  min-width:50px;
  width:0%;
  height:50px;
  float:right;
  overflow:hidden;
  margin-right: 48px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbarmobile{
  position:relative;
  min-width:50px;
  width: calc(100% - 48px);
  height:50px;
  /* float:left; */
  overflow:hidden;
  margin-left: 40px;
  margin-top: 15px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbar-input, .searchbar-input2{
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: var(--mainbackground);
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 20px;
  color: var(--sidebar-second-text);
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.searchbar-input::-webkit-input-placeholder, .searchbar-input2::-webkit-input-placeholder {
  color: var(--sidebar-second-text);
}
.searchbar-input:-moz-placeholder, .searchbar-input2:-moz-placeholder {
  color: var(--sidebar-second-text);
}
.searchbar-input::-moz-placeholder, .searchbar-input2::-moz-placeholder {
  color: var(--sidebar-second-text);
}
.searchbar-input:-ms-input-placeholder, .searchbar-input2:-ms-input-placeholder {
  color: var(--sidebar-second-text);
}
.searchbar-icon, .searchbar-icon2,
.searchbar-submit, .searchbar-submit2{
  width:50px;
  height:50px;
  display:block;
  position:absolute;
  top:0;
  font-family:verdana;
  font-size:22px;
  right:0;
  padding:0;
  margin:0;
  border:0;
  outline:0; 
  line-height:50px;
  text-align:center;
  cursor:pointer;
  color:var(--sidebar-second-text);
  background: var(--mainbackground);
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
}
.searchbar-open, .searchbar-open2{
  width:100%;
}

mark{
  background: yellow;
  color: black;
}
/* SEARCHBAR ENDS */

.wrapper {
    display: flex;
    align-items: stretch;
}


p {
  font-family: "Roboto"; 
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;  
  color: #222222;
}

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#sidebar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#sidebar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
#sidebar {
  /* background: #7386D5;
  color: #fff;
  transition: all 0.3s;
  min-width: 250px;
  max-width: 250px;
  min-height: 100vh; */
  position: fixed;
  width: 328px;
  height: 100%;
  overflow: scroll;
  left: 0px;
  top: 0px;
  background: #FFFFFF;
}


#sidebar.active {
    margin-left: -250px;
}

#logo {
  /* position: absolute;
  width: 251px;
  height: 57px;
  left: 42px;
  top: 55px; */
  /* position: absolute; */
  /* top:52.45px;
  Left:38px;
  bottom: 95.91%; */
  margin: 52.45px 34px 40px;
  Width: 256px;
  /* Height: 58.59px; */
  height: auto;
}

#mobilelogo{
  display: none;
  position: absolute;
    /* left: 25.44%;
    right: 25.4%; */
    left: calc(50% - 126px);
    right: calc(50% - 126px);
    top: 44px;
  /* left: calc(50% - 126.095px);
  top: 44px;
  bottom: 98.11%; */
}

#sidebanner{
  /* position: absolute; */
  width: 328px;
  height: 56px;
  left: 0px;
  top: 152px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}

#mobilesidebanner{
  display: none;
}

#accordion1{
  border-bottom: 1px solid #E0E0E2;
  padding-bottom: 15px;
}

#accordion2{
  padding-top: 15px;
}

.sub-accordion{
  background-color: #F5FAFF;
}

.sidebar-button{
  width: 328px;
  height: 80px;
  line-height: 80px;
  padding: 0 0 0 40px;
  text-align: initial;
  font-size: 20px;
  font-family: "Roboto"; font-weight: 500;
  border-radius: 0;
  color: var(--maintext);
}

.sidebar-button2{
  width: 328px;
  height: 80px;
  line-height: 23.44px;
  padding: 0 0 0 40px;
  text-align: initial;
  font-size: 20px;
  font-family: "Roboto"; font-weight: 500;
  border-radius: 0;
  color: var(--maintext);
}

.sidebar-button3{
  width: 328px;
  /* height: 80px; */
  height: auto;
  line-height: 24px;
  padding: 0 0 0 48px;
  text-align: initial;
  font-size: 18px;
  font-family: "Roboto"; font-weight: 400;
  border-radius: 0;
  color: var(--sidebar-second-text);
  padding-top: 16px;
  padding-bottom: 16px;
}

.sidebar-button4{
  width: 328px;
  height: 50px;
  line-height: 12px;
  padding: 0 0 0 68px;
  text-align: initial;
  font-size: 18px;
  font-family: "Roboto"; font-weight: 400;
  border-radius: 0;
  color: var(--sidebar-second-text);
}

.sidebar-button5{
  width: 328px;
  height: 50px;
  line-height: 24px;
  padding: 0 0 0 68px;
  text-align: initial;
  font-size: 18px;
  font-family: "Roboto"; font-weight: 400;
  border-radius: 0;
  color: var(--sidebar-second-text);
  margin-top: 16px;
  margin-bottom: 16px;
}

.btn:focus,.btn:active {
  outline: none !important;
  box-shadow: none;
}

.sidebar-button2 a, .sidebar-button3 a{
  width: 79%;
  display: inline-block;
}

#sidebar .active{
  background: #EDF3F7;
  border-right: 4px solid var(--active);
  color: var(--active);
}

#sidebar .active2 {
    background: #d5dade;
    border-right: 4px solid var(--active2);
    color: var(--active2);
}

#sidebar a:hover{
  color: var(--active);
}

#sidebar .btn:hover {
  color: var(--maintext);
  text-decoration: none;
}

.chevron{
  width: 11.5px;
  float: right;
  margin-right: 27px;
  margin-top: 5px;
}

.chevron2{
  width: 11.5px;
  float: right;
  margin-right: 27px;
  margin-top: 18px;
}

.rotated {
  transform: rotate(1800deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
/* Open dropdown on hover */
.container-fluid .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}

/* #sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
} */

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}
#sidebar ul li a:hover {
  color: #7386D5;
  background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #6d7fcc;
}

.navbar-header.active{
  border-bottom: 4px solid var(--active);
}

#content{
  width: calc(100% - 328px);
  position: absolute;
  right: 0;
  height: 100%;
}

#content .content{
  max-width: 1592px; 
  margin: 0 auto; 
}

#content .navbar-default{
  width: 100%;
}

#content .navbar{
  float: right;
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}

.navbar .dropdown-toggle{
  color: #5A5C61;
  font-family: "Roboto"; font-weight: 500;
  font-size: 20px;
  line-height: 23.44px;
  padding: 0;
}
.navbar .dropdown-toggle::after{
  display: none;
}

.navbar .dropdown-menu{
  width: 153px;
  background: #F8F9FA;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  padding: 5px 13px 5px 13px;
}

.navbar .dropdown-item{
  color: #5A5C61;
  font-family: "Roboto"; font-weight: 400;
  font-size: 20px;
  padding: 11px 0px 11px 0px;
  display: inline-block;
  white-space: normal;
  line-height: 23.44px;
}

.navbar-inverse{
  /* padding: 27px 50px 32px; */
  padding: 0px 50px 32px;
}

/* #dropdownMenuButton:hover + .dropdown-menu, #dropdownMenuButton3:hover + .dropdown-menu {
  display: block;
  margin-top: 0;
} */

/* .bluebanner{
  height: auto;
  background-image: url(../img/banner_overlay.png),url(../img/Vector.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
} */

.bluebannercontainer{
  /* padding: 12px 30% 36px 54px; */
  padding: 22px 30% 6px 54px;
}

.hometitle{
  font-family: "Roboto"; font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
}

.pagetitle{
  font-family: "Roboto"; font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #ffffff;
}

.pagedescription, .pagedescription2{
  font-family: "Roboto"; font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.titlebreadcrumb{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.maincontent{
  margin: 30px 51px 30px 55px;
}

.maincontent h2{
  font-family: "Roboto"; font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #464646;
}

.maincontent h3{
  font-family: "Roboto"; font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #005A95;
}

.maincontent hr{
  border-top: 1.75px solid #E0E0E2;
  margin: 30px 0px;
}

.maincontent .row{
  margin-left: -1px;
  margin-right: 0;
  width: 100%;
}

.maincontent .row .col{
  padding-right: 0;
  padding-left: 0;
  max-width: calc(50% - 31px);
}

.dashboardcard p{
  font-family: "Roboto"; font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.cardleft{
  margin-right: 31px !important;
}

.cardright{
margin-left: 31px !important;
}

.maincontent .container{
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.maincontent .col-lg{
  padding-left: 0;
  padding-right: 0;
}

.maincontent .colbutton{
  text-align: right;
}

#updatesbanner{
  display: none;
  padding: 24px 49px;
  background: #30B970;
}

#updatesbanner p{
  color: white;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: inline;
}

#hideupdatesbanner{
  color: white;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: inline;
  float: right;
  display: flex;
  align-items: center;
  text-align: right;
  text-decoration-line: underline;
  padding: 0;
  border-width: 0px;
  background-color: #007bff00;
}

.btn-primary{
  /* padding: 13px 14px; */
  gap: 10px;
  width: 120px;
  height: 40px;
  background: #4692CA;
  border-radius: 5px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  border-color: #005A9500;
  color: #FFFFFF;
}

.multiselect-container > button label { white-space: normal; }
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
    background-color: #ffffff !important;
    color: #000;
}

.logosbanner{
  background-color: #ffffff;
  width: 100%;
  height: 250px;  
}

.footer{
  text-align: center;
    bottom: 0;
    position: relative;
    right: 0;
    width: 100%;
}

.footercontent{
  height: 70px;
  line-height: 70px;
  font-family: "Roboto"; font-weight: 500;
  font-size: 20px;
  color: var(--copyright);
}

.footrow{
  padding-top: 76px;
  padding-left: calc(50% - 458px);
}

.footcolumn {
  float: left;
}

.footstone{
  width: 20%;
  position: absolute;
  left: 10%;
  top: 23.9%;
  bottom: 46.54%;
  margin-top: -8px;
}

.footgc{
  width: 20%;
  position: absolute;
  left: 40%;
  top: 24.21%;
  bottom: 46.54%;
  margin-top: -12px;
}

.footrt{
  position: absolute;
  left: 70%;
  top: 29%; 
  bottom: 46.54%;
  margin-top: -36.5px;
  width: 15%;
  aspect-ratio: 2.5;
}

/* .footer img {
  width: 20%;
  aspect-ratio: 3/2;
  object-fit: contain;
} */

.spinner-border, .spinner-borderdatatable1, .spinner-borderdatatable2, .spinner-borderdatatable3 {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid #464646;
  border-right-color: var(--mainbackground);
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

select{
  background: #FFFFFF;
  border: 1px solid #E0E0E2;
  Width: 353px;
  Height: 48px;
}

select:focus{
  outline: none;
}

.countryselect{
  width: 353px;
  text-align: right;
}

.librarycontainer{
  background: linear-gradient(to bottom, white 55%, rgba(255, 255, 255, 0) 0%);
}

.librarycontent{
  /* padding: 40px 40px 14px 40px; */
  padding: 20px 40px 14px 40px;
}

.librarycontainer h1{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #005A95;
  margin-bottom: 40px;
  margin-right: 200px;
}

.librarycontainer p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  margin-bottom: 0;
}

.librarycontainer .grid-container, .newsbanner .grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  background-color: #2196f300;
  padding: 0px;
}

/* .newsbanner .grid-item{
  padding: 33px 10px;
  width: 352px;
  height: 216px;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px rgba(46, 63, 163, 0.08);
  border-radius: 5px;
} */

.librarycontainer .grid-item {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 33px 30px;
  font-size: 30px;
  text-align: center;
}

.maincontent .librarycontainer .librarycard{
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  /* padding: 33px 30px; */
  padding: 0px 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 30px;
  text-align: center;
}

.librarybutton{
  width: 100%;
  height: 138px;
  /* height: auto; */
  background: #FFFFFF;
  box-shadow: 0px 8px 20px rgba(46, 63, 163, 0.08);
  border-radius: 5px;
  padding: 0;
  border-color: #007bff00;
}

/* .librarybutton:focus{
  background: var(--maintext);
} */

.librarybutton:hover,  .newsbanner a:hover {
  color: #000;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px rgba(46, 63, 163, 0.3);
  border: 1px solid #007bff00;
}

.fulllibrary{
  position: relative;
  float: right;
  /* top: 40px; */
  top: 20px;
  right: 40px;
  width: 170px;
  /* height: 40px; */
  height: 62px;
  padding-top: 8px;
}

.fulllibrarymobile{
  display: none;
  width: 100%;
  margin-top: 22px;
}

.newsbanner h2{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #464646;
  margin-bottom: 41px;
}

.newsbanner .newsbutton{
  /* width: 327px; */
  width: 100%;
  height: 216px;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px rgba(46, 63, 163, 0.08);
  border-radius: 5px;
  padding: 24px 24px 20px 24px;
  text-align: left;
  position: relative;
}

.newsbanner .title{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #005A95;
  margin: 0;
}

.newsbanner .date{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #616365;
  margin:0;
  position: absolute;
  bottom: 20px;
  left: 24px;
}

.viewnews{
  /* position: relative; */
  float: right;
  top: 40px;
  right: 40px;
  width: 120px;
  height: 40px;
}

.viewnewsmobile{
  display: none;
  margin-top: 46px;
  width: 100%;
}

.librarybutton p{
  /* margin: 23px 0 24px 0; */
  margin: 5% 10px 5% 10px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  /* line-height: 30px; */
  line-height: 24px;
  color: #5A5C61;
}

/* .librarybutton .singletext{ */
  /* line-height: 30px */
  /* line-height: 24px */
/* } */

.libraryimage{
  width: 48px;
  height: 48px;
  /* margin-top: 27px; */
  margin-top: 10px;
}

.menubutton{
  position: absolute;
  top: 59px;
  left: 36px;
  z-index: 1000;
  display: none;
}

.menubuttonclose{
  position: absolute;
  top: 55px;
  left: 33px;
  z-index: 1000;
  display: none;
}

.mobilenav{
  display: none;
  border-top:  solid #E0E0E2;
}

.howtotoggle{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 26px;
  content:url("../img/icons/expand.png");   
}

.howtotoggle.expanded{
  display: inline-block;
  width: auto;
  height: auto;
  content:url("../img/icons/collapse.png");   
}

.methodtable, .methodtable2{
  padding: 30px 0px;
  width: 100%;
  height: auto;
  border-top: 2px solid #E0E0E2;
}

.howto{
  padding: 10px 0px;
  width: 100%;
  height: 50px;
  border-top: 2px solid #E0E0E2;
}

.howto2{
  padding: 0px;
  width: 100%;
  height: auto;
}

.howto p, .howto2 p{
  color: #005A95 !important;
  width: 100% !important;
  font-family: 'Roboto' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 23px !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
  width: calc(100% - 50px) !important;
}

.methodtable img, .methodtable2 img {
  margin-top: -10px;
}

.methodtable h2, .methodtable2 h2{
  display: inline-block !important;
  width: calc(100% - 50px) !important;
}

.howtodesc .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff00;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  padding: 0px 0px 31px;
}

.howtodesc .card.card-body{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  color: #222222;
}

.howtodesc a{
  color: #005A95;
}

.howtodesc a:focus{
  color: #005A95;
  text-decoration: underline;
}

.sourcelink{
  color: #005A95 !important;
  margin-right: 0px;
}

.sourcelink:hover{
  color: #005A95 !important;
  text-decoration: underline !important;
}

.sourcelink:focus{
  color: #005A95 !important;
  text-decoration: underline !important;
}

.datatable1 a, .datatable2 a, .datatable3 a{
  color: #005A95;
}

.datatable1 a:hover, .datatable2 a:hover, .datatable3 a:hover{
  color: #005A95;
  text-decoration: underline;
}

.datatable1 a:focus, .datatable2 a:focus, .datatable3 a:focus{
  color: #005A95;
  text-decoration: underline;
}

#wealthtitle p, #wealthtitle2 p, #wealthtitle3 p{
  font-size: 20px;
  font-weight: 600;
}

.whichdownload{
  position: relative;
  float: right;
  top: -8px;
  right: 0;
  width: 97px;
  height: 40px;
  background: #4692CA;
  border-radius: 5px;
}

.downloadtext{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #5A5C61;
  margin-right: 10px;
  vertical-align: middle;
}

.lightcolor .bantitle{
  color: #222222;
}

@media (min-width: 1832px) {
  .librarybutton{
    height: 138px;
    /* height: auto; */
  }
  /* .librarybutton .singletext{ */
    /* line-height: 60px */
    /* line-height: 48px */
  /* } */
}


@media (min-width: 1727px) and (max-width: 1831px) {
  .librarybutton{
    height: 134px;
    /* height: auto; */
  }
  /* .librarybutton .singletext{ */
    /* line-height: 60px */
    /* line-height: 48px */
  /* } */
}

@media (min-width: 1509px) and (max-width: 1726px) {
  .librarybutton{
    height: 152px;
    /* height: auto; */
  }
  .bluebannercontainer {
    padding: 22px 5% 6px 54px;
}
}

@media (min-width: 1388px) and (max-width: 1508px) {
  .librarybutton{
    height: 170px;
    /* height: auto; */
  }
  .bluebannercontainer {
    padding: 22px 5% 6px 54px;
  }
  
  .newsbanner .newsbutton {
    height: 300px;
  }
}

@media (min-width: 1101px) and (max-width: 1387px) {
  .librarybutton{
    height: 162px;
    /* height: auto; */
  }

  .librarycontainer .grid-item {
    padding: 33px 10px;
  }

  .librarybutton p {
    margin: 15px 10% 15px 10%;
    line-height: 24px;
  }

  .bluebannercontainer {
    padding: 22px 5% 6px 54px;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footrt{  
    width: 17.5%;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #sidebar {
    /* margin-left: -439px; */
    display: none;
    position: absolute;
    z-index: 1000;
    Width: 439px;
    padding-top: 145px;
  }

  #sidebanner{
    display: none;
  }

  .mobilesidebannercontainer{
    text-align: center;
    top: 145px;
    position: absolute;
    width: 100%;
  }

  #mobilesidebanner{
    display: inline-block;
    Width: 100%;
    max-width: 500px;
  }

  .sidebar-button, .sidebar-button2, .sidebar-button3, .sidebar-button4 {
    width: 439px;
  }

  #content{
    width: 100%;
    margin-top: 100px;
    position: relative;
  }

  .menubutton {
    position: absolute;
    top: 30px;
    left: 55px;
    display: block;
    z-index: 1001;
  }

  .menubuttonclose {
    position: absolute;
    top: 33px;
    left: 51px;
    display: block;
    z-index: 1001;
  }

  .navbar-inverse{
    display: none;
  }

  .bluebannercontainer {
    padding: 20px;
  }

  .maincontent .row .col{
    max-width: 100%;
    margin-top: 50px;
  }

  #accordion1 {
    border-bottom: none;
  }

  .mobilenav{
    display: block;
  }

  #logo{
    position: absolute;
    Width: 252.19px;
    Height: 57.73px;
    top: 44px;
    Left: 130.51px;
    margin: auto;
  }

  #mobilelogo{
    display:  block;
    Width: 252.19px;
    Height: 57.73px;
  }

  .menubutton{
    position: absolute;
    width: 37px;
    height: 37px;
    left: 37px;
    top: 59px;
    z-index: 1001;
  }

  .menubuttonclose{
    position: absolute;
    width: 37px;
    height: 37px;
    left: 40px;
    top: 55px;
  }

  .pagetitle {
    font-size: 20px;
    line-height: 25.24px;
  }

  .pagedescription {
    font-size: 14px;
    line-height: 18px;
  }

  .maincontent h2 {
    font-size: 24px;
    line-height: 40px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  p:has(#selecta){
    /* display: none; */
    margin-right: 250px !important;
  }

  .librarybutton{
    width: 140px;
    /* height: auto; */
  }

  .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

  .maincontent .librarycontainer .librarycard{
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 17.5px 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    text-align: center;
  }

  .maincontent .librarycontainer .librarycard p{
    font-size: 14px;
    line-height: 24px;
  }

  .logosbanner {
    height: 220px;
  }

  .footrow{
    padding-top: 76px;
    padding-left: 106px;
  }

  /* .footstone {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 306px;
    height: 70.16px;
    display: block;
    margin-bottom: 58px;
} */
  
  /* .footgc{
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 306px;
    height: 61px;
    display: block;
    margin-top: 0;
  }  */

  .footercontent {
    height: 70px;
    line-height: 33px;
    font-size: 20px;
    padding-top: 18px;
  }

  .footrt{  
    width: 17.5%;
  }
}

@media (max-width: 768px) {
  #sidebar {
      /* margin-left: -439px; */
      display: none;
      position: absolute;
      z-index: 1000;
      /* Width: 439px; */
      width: 100%;
      padding-top: 145px;
  }
  #sidebar.active {
      /* margin-left: 0; */
      display: block;
  }

  .sidebar-button, .sidebar-button2, .sidebar-button3, .sidebar-button4 {
    width: 100%;
  }

  #sidebanner{
    display: none;
  }

  .mobilesidebannercontainer{
    text-align: center;
    top: 145px;
    position: absolute;
    width: 100%;
  }

  #mobilesidebanner{
    display: inline-block;
    Width: 100%;
    max-width: 500px;
  }

  .sidebar-button, .sidebar-button2, .sidebar-button3, .sidebar-button4 {
    /* width: 439px; */
    width: 100%;
  }

  /* Do not allow open dropdown on hover */
  .container-fluid .dropdown:hover .dropdown-menu {
    display: none;
    margin-top: 0; /* remove the gap so it doesn't close */
  }

  #content{
    width: 100%;
    margin-top: 90px;
    position: relative;
  }

  .navbar-inverse{
    display: none;
  }

  .bluebannercontainer {
    padding: 20px;
  }

  .maincontent .row .col{
    max-width: 100%;
    min-width: 100%;
    margin-top: 50px;
  }

  .maincontent .col.colbutton{
    display: none;
  }
  
  #accordion1 {
    border-bottom: none;
  }

  .mobilenav{
    display: block;
  }

  .menubutton {
    position: absolute;
    top: 30px;
    left: 55px;
    display: block;
    z-index: 1001;
  }

  .menubuttonclose {
    position: absolute;
    top: 33px;
    left: 51px;
    display: block;
    z-index: 1001;
  }

  #logo{
    position: absolute;
    /* Width: 252.19px;
    Height: 57.73px; */
    width: 57%;
    height: auto;
    top: 44px;
    /* Left: 130.51px; */
    left: 30%;
    margin: auto;
  }

  #mobilelogo{
    display:  block;
    /* Width: 252.19px;
    Height: 57.73px; */
    left: 25.44%;
    right: 25.4%;
    Width: 50%;
    Height: auto;
  }

  .menubutton{
    position: absolute;
    /* width: 37px;
    height: 37px; */
    left: 37px;
    top: 54px;
    z-index: 1001;
  }

  .menubuttonclose{
    position: absolute;
    /* width: 37px;
    height: 37px; */
    left: 40px;
    top: 50px;
  }

  .pagetitle {
    font-size: 20px;
    line-height: 25.24px;
  }

  .pagedescription {
    font-size: 14px;
    line-height: 18px;
  }

  .maincontent h2 {
    font-size: 24px;
    line-height: 40px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  p:has(#selecta){
    /* display: none; */
    margin-right: 250px !important;
  }
  .librarybutton{
    width: 100%;
  }

  .maincontent .librarycontainer .librarycard{
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 17.5px 0px;
    /* padding-left: 0px;
    padding-right: 0px; */
    font-size: 14px;
    text-align: center;
  }

  .maincontent .librarycontainer .librarycard:first-child, .maincontent .librarycontainer .librarycard:nth-child(3), .maincontent .librarycontainer .librarycard:nth-child(5), .maincontent .librarycontainer .librarycard:nth-child(7) {
    padding-right: 5px !important;
  }

  .maincontent .librarycontainer .librarycard:nth-child(2), .maincontent .librarycontainer .librarycard:nth-child(4), .maincontent .librarycontainer .librarycard:nth-child(6), .maincontent .librarycontainer .librarycard:nth-child(8) {
    padding-left: 5px !important;
  }

  .logosbanner {
    height: 475px;
  }

  .footrow{
    padding-top: 76px;
    /* padding-left: 12%; */
    padding-left: 0;
  }

  .footstone {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 306px;
    height: 70.16px;
    display: block;
    margin-bottom: 58px;
    margin-right: auto;
    margin-left: auto;

  }
  
  .footgc{
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 306px;
    height: 61px;
    display: block;
    margin-top: 0;
    margin-bottom: 58px;
    margin-right: auto;
    margin-left: auto;

  }

  .footrt{
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 306px; 
    height: auto !important;
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;

  }

  .footercontent {
    height: 70px;
    line-height: 33px;
    font-size: 20px;
    padding-top: 18px;
  }

  .fulllibrary{
    display: none;
  }
  
  .fulllibrarymobile{
    display: block;
    height: auto;
  }

  .viewnews{
    display: none;
  }

  .viewnewsmobile{
    display: block !important;
  }

  .newsbanner .newsbutton{
    width: 100%;
    height: 274px;
    background: #FFFFFF;
    box-shadow: 0px 8px 20px rgba(46, 63, 163, 0.08);
    border-radius: 5px;
    padding: 24px 15px 20px 15px;
    text-align: left;
    position: relative;
  }
  
  .newsbanner .title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #005A95;
    margin: 0;
    overflow: scroll;
    height: 190px;
  }
  
  .newsbanner .date{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #616365;
    margin:0;
    position: absolute;
    bottom: 20px;
    left: 24px;
  }

  .maincontent{
    margin: 30px 16px 64px 16px;
  }

  .newsbanner .cold-md-6, .newsbanner .col-sm-6{
    padding-left: 0;
    padding-right: 0;
  }

  /* first column */
  .newsbanner .col-sm-6:first-child {
    padding-right: 16px;  
  }

  /* second columns */   
  .newsbanner .col-sm-6:first-child + .col-sm-6 {
    padding-left: 16px;  
  }

  /* third columns */   
  .newsbanner .col-sm-6:first-child + .col-sm-6 + .col-sm-6 {
    padding-right: 16px;  
  }

  .newsbanner .col-sm-6:first-child + .col-sm-6 + .col-sm-6 +  .col-sm-6 {
    padding-left: 16px;  
  }

  .newsbanner .col-xs-6, .librarycontainer .col-xs-6{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .librarybutton p {
    margin: 23px 11px 24px 11px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #5A5C61;
  }

  .librarycontainer h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #005A95;
    margin-bottom: 22px;
    margin-right: auto;
  }

  .librarycontainer p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    margin-bottom: 0;
  }

  .fulllibrarymobile, .viewnewsmobile{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 17px; */
    line-height: inherit;
  }

  .dashboardcard .btn-primary{
    display: none;
  }

  .bluebanner {
    margin: 42px 15px 30px 15px;
    background-image: url(../img/banner_overlay_mobile.png);
    min-height: auto;
  }

  .hometitle {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
  }

  .pagedescription {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 0;
  }

  .librarycontent {
    padding: 40px 15px 14px 15px;
  }

  .countryselect {
    width: 353px;
    text-align: left;
  }

  .countryselect p{
    margin-right: auto;
  }

  .dashboardcard.cardleft{
    margin-right: 0 !important;
  }

  .dashboardcard.cardright{
    margin-left: 0 !important;
  }
  
}