*:hover {
    cursor: url("../Images/cursor.png"), auto !important;
    cursor: -webkit-image-set(url("../Images/cursor.png") 1x, url("../Images/cursorx2.png") 2x) 0 0, pointer !important
}

html {
    scroll-behavior: smooth;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
}

#aas-topbar {
    background: #fff;
    padding-right: 15px;
    padding-left: 15px;
}

nav.pager{
    margin: 20px auto;
    display: block;
    width: 100%;
    text-align: center;
}
.pager__items {
    margin: 0.25em 0 0.25em 1.5em; /* LTR */
    padding: 0;
}
[dir="rtl"] .pager__items {
    margin: 0.25em 1.5em 0.25em 0;
}
.pager__item {
    display: inline-block;
    color: #757575;
    font-size: 1.08em;
    margin: 0;
    padding: 0 0.4em;
}
.pager__item a {
    border-bottom: 2px solid transparent;
    line-height: 1.55em;
    padding: 0 5px 2px;
    font-weight: 600;
    text-decoration: none;
    transition: border-bottom-color 0.2s;
    -webkit-font-smoothing: antialiased;
}
.pager__item.is-active a {
    border-bottom-width: 3px;
    border-bottom-color: #2a678c;
    color: #2a678c;
    font-weight: 700;
}
.pager__item a:hover,
.pager__item a:focus {
    border-bottom-color: #3395d2;
    color: #3395d2;
}
.pager__item--next a,
.pager__item--last a,
.pager__item--first a,
.pager__item--previous a {
    border-bottom-width: 0;
    color: #2a678c;
}


a:hover,
a:hover *,
button:hover,
button:hover * {
    cursor: pointer !important;
}

.dropdown-toggle::after {
    display: none;
    border: none;
}

.aas-navbar ul.navbar-nav>li.nav-item {
    padding-right: 0px;
}

.aas-logo-wrapper{
    cursor: pointer !important;
}

#aas-topbar .aas-logo-wrapper{
    background: rgb(0, 57, 113);
}

.aas-logo-box {
    width: 150px;
    height: 110px;
    padding: 10px;
    display: inline-block;
}

.aas-navbar {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

button.aas-fellows-login,a.aas-fellows-login {
    background: none;
    border: 2px solid rgb(255, 199, 39);
    padding: 7px 15px;
    margin-top: 30px;
    margin-right: 10px;
}

.aas-right-side {
    align-items: center;
    height: 100%;
}

.aas-langs {
    font-size: 14px;
    padding-right: 15px;
}

.aas-lang {
    cursor: pointer !important;
}

.aas-lang.active {
    color: rgb(255, 199, 39);
}

.aas-lang-first {
    border-right: 3px solid #fff;
    padding-right: 10px;
}

.aas-lang-last {
    padding-left: 10px;
}

.aas-navbar .dropdown-menu {
    border-radius: 0px;
    padding: 0;
    border: 0;
    margin-top: 0;
}

.height400 {
    height: 400px;
}

.aas-navbar .nav-item.active .nav-link {
    border-bottom: 2px solid rgb(255, 199, 39);
    color: #fff;
}

.aas-navbar .nav-item .nav-link:hover {
    color: rgb(255, 199, 39);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255, 199, 39);
}

.aas-navbar .nav-item .nav-link {
    color: #fff;
    position: relative;
}

.aas-navbar .nav-item .nav-link::after {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    top: 40px;
    height: 2px;
    background: rgb(255, 199, 39);
    transition: width .3s;
}

.aas-navbar .nav-item .nav-link:hover::after {
    width: 85%;
}

.aas-navbar .dropdown-menu>.dropdown-item {
    padding: .9rem 1.5rem;
    border-radius: 0;
}

.aas-navbar .dropdown-menu>.dropdown-item:hover {
    background: rgb(0, 57, 113);
    color: #fff;
}

.aas-navbar .dropdown:hover>.dropdown-menu,
.aas-navbar .dropdown-menu:hover {
    display: block;
}

body {
    overflow: hidden;
    font-family: 'Raleway', serif;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Cardo', sans-serif;
}

.body-bg {
    width: 100%;
    height: 100%;
}

.text-yellow{
  color: #fdc946;
  Font-size: 18px;
}

.body-bg video {
    object-fit: fill;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.body-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.3;
    z-index: 1;
}

body #barba-wrapper .barba-container>.container-fluid {
    z-index: 3;
    position: relative;
    min-height: 500px;
}

body #barba-wrapper .barba-container.aas-home>.container-fluid {
    min-height: 100vh !important;
    height: 100vh;
}

.africa-svg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.africa-svg img {
    float: right;
    padding-top: 60px;
    width: 72%;
    opacity: 0.7;
    margin-right: 15px;
}

.aas-home-event {
    /* background: url(../Images/BG/event-bg.png); */
    /* height: 390px; */
    background-size: 90% 100%;
    padding: 22px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.aas-home-event-cover {
    border: 7px solid rgb(255, 199, 39);
    margin-left: 20px;/*35%;*/
    width: 55%;
    margin-top: 12%;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
}

.aas-home-partner-wrapper .card-text{
/*display:none;*/
}


.aas-home-event-content {
    padding: 20px;
}

.aas-home-event-content p {
    color: #fff;
    font-size: 23px;
    margin: 0;
}

.aas-home-event-content span {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.aas-home-event-btn {
    position: absolute;
    left: 15%;
    bottom: -25px;
}

.aas-home-event-date {
    background: rgb(255, 199, 39);
    width: auto;
    padding: 15px 10px 0 10px;
    height: 50px;
    margin-top: -30px;
    margin-right: 50px;
}

.aas-home-event-date p {
    margin: 0;
    color: #fff;
    display: inline;
}

.aas-home-event-view {
    background: rgb(0, 57, 113);
    padding: 8px 30px;
    cursor: pointer !important;
    margin-top: 7px;
    margin-left: 50px;
}

.aas-home-event-view p {
    margin: 0;
    color: #fff;
    cursor: pointer !important;
}

.aas-home-event-view a, .aas-home-event-view a:hover{
    text-decoration: none;
    color: unset;
}

.aas-home-motto {
    padding-top: 100px;
}

.aas-home-motto p {
    color: #fff;
    opacity: 0.5;
    font-size: 75px;
    line-height: 1.2;
}

.aas-home-partner {
    background: rgb(0, 57, 113);
    color: #fff;
    padding: 10px 30px 30px 30px;
    margin-top: -110px;
    margin-right: 30px;
}

.aas-home-partner-title {
    font-size: 49px;
    margin: 0;
    font-family: 'Cookie', cursive;
}

.aas-home-partner-title span {
    float: right;
    font-size: 30px;
}

.aas-home-partner-content {
    font-size: 12px;
}

.aas-home-partner-title img {
    width: 55%;
}

span.aas-home-partner-more {
    font-size: 12px;
    position: relative;
}

a.aas-home-partner-more {
    font-size: 12px;
    position: relative;
    cursor: pointer !important;
}

.aas-home-partner-wrapper {
    position: absolute;
    right: 10px;
    bottom: 50px;
    width: 40%;
}

.aas-home-partner-wrapper .card{
    border: none;
}

.aas-home-partner-wrapper .card img{
    width: 40%;
}

.aas-home-partner-wrapper .card{
    font-size: 13px;
    /*background-color: #ffc727;*/
}

.text-black{
    color: #000;
}

.close-icon {
    cursor: pointer !important;
}

a.aas-home-partner-more:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 2px;
    background-color: #fff;
    width: 50px;
    transition: width 0.25s;
}

a.aas-home-partner-more:hover:after {
    width: 80px;
}

.aas-home-partner-join {
    border: 2px solid #fff;
    padding: 6px 30px;
    cursor: pointer !important;
    position: relative;
}

.aas-home-partner a,
.aas-home-partner a:hover,
.aas-home-partner a:active {
    color: #fff;
    text-decoration: none;
}

button:focus {
    outline: 0;
}

#fellowsModal .modal-body{
    background: #fff;
}

#fellowsModal .modal-logo{
    height: 60px;
}

#fellowsModal p.title{
    color: rgb(0, 57, 113);
    text-transform: uppercase;
    font-weight: bold;
}

.aas-fellows-signin {
    background: #007198;
    border-radius: 0;
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer !important;
}

.aas-fellows-signin:hover{
    background: rgb(255, 199, 39);
    color: #fff;
}

#fellowsModal input {
    position: relative;
    border-radius: 0;
    padding: 25px;
}

#fellowsModal p {
    color: #fff;
}

#fellowsModal hr {
    background: #fff;
    width: 100%;
}

#fellowsModal .modal-content {
    background: none;
    border: none;
}

.fellows-sign-text {
    font-size: 14px;
}

.fellows-sign-text a,
.fellows-sign-text a:hover,
.fellows-sign-text a:active {
    color: rgb(0, 57, 113);
    text-decoration: none;
    font-weight: bold;
    cursor: pointer !important;
}

#fellowsModal ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Raleway', serif;
    color: #000;
    opacity: 0.8;
}

#fellowsModal ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Raleway', serif;
    color: #000;
    opacity: 0.8;
}

#fellowsModal :-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Raleway', serif;
    color: #000;
    opacity: 0.8;
}

#fellowsModal :-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Raleway', serif;
    color: #000;
    opacity: 0.8;
}

.full-opacity-on {
    opacity: 0.8 !important;
    background-color: rgb(0, 57, 113);
}

.aas-close {
    cursor: pointer !important;
}

.aas-home-sidebar {
    position: fixed;
    right: 0;
    top: 200px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 11px;
    z-index: 4;
    padding: 10px 0px 0px 0px;
    cursor: pointer !important;
}

.aas-home-sidebar p {
    padding-left: 20px;
    cursor: pointer !important;
}

.aas-sidebar-four {
    padding-right: 10px;
}

.aas-sidebar-one:after,
.aas-sidebar-three:after {
    height: 2px;
    display: block;
    width: 65px;
    background: rgba(255, 199, 39, 0.5);
    border-right: 1px white;
    content: '';
    margin-left: -20px;
    margin-top: 10px;
}

.aas-sidebar-two:after {
    height: 2px;
    display: block;
    width: 110px;
    background: rgba(255, 199, 39, 0.5);
    border-right: 1px white;
    content: '';
    margin-left: -20px;
    margin-top: 10px;
}

#aasPlatforms .modal-dialog {
    max-width: 100%;
    margin: 0;
}

#aasPlatforms .aas-plat-img {
    height: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.2;
    left: 0;
    right: 0;
    margin: auto;
}

#aasPlatforms .aas-plat1 {
    height: 360px;
    background: #00709a;
}

#aasPlatforms .aas-plat2 {
    height: 400px;
    background: #90ae4f;
}

#aasPlatforms .aas-plat3 {
    height: 330px;
    background: #595959;
}

#aasPlatforms .aas-plat4 {
    height: 300px;
    background: #65ae85;
}

#aasPlatforms .aas-plat {
    padding: 0;
    color: #fff;
}

#aasPlatforms .aas-plat,
#aasPlatforms .aas-plat * {
    cursor: pointer !important;
}

#aasPlatforms .modal.fade {
    opacity: 1;
}

#aasPlatforms .modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.plat-container {
    position: absolute;
    bottom: 10%;
    padding: 10px;
    width: 100%;
}

.aas-platforms {
    font-size: 40px;
    color: #fff;
    margin-left: 15%;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}

.aas-platforms:after {
    height: 2px;
    display: block;
    width: 230px;
    background: #fff;
    content: '';
    position: absolute;
    right: -180px;
}

#aasPlatforms .modal-content {
    background: none;
    border: none;
}

#aasPlatforms .modal-body {
    padding: 15px;
}

.plat-container .plat-header {
    padding-left: 25%;
    font-size: 20px;
}

.aas-plat3 .plat-container .plat-header {
    padding-left: 42%;
}

.plat-container .plat-content {
    padding-left: 25%;
    font-size: 17px;
    font-weight: bold;
}

.plat-container .plat-divide {
    width: 70%;
    height: 3px;
    background: rgb(255, 199, 39);
}

.aas-platforms-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.modal-dismiss {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 1100;
    color: #fff;
    font-size: 25px;
    cursor: pointer !important;
}

.aas-not-home .aas-navbar {
    padding: 0;
    margin-left: -15px;
}

.aas-not-home .aas-navbar .nav-item .nav-link {
    color: rgb(0, 57, 113);
}

.aas-not-home .aas-navbar ul.navbar-nav>li.nav-item {
    padding-right: 5px;
}

.aas-not-home #navbarNavDropdown {
    padding-left: 0;
}

.aas-not-home .button.aas-fellows-login,
.aas-not-home .a.aas-fellows-login,
.aas-not-home .aas-lang-last {
    color: rgb(0, 57, 113);
}

.aas-not-home .aas-lang-first {
    border-right: 3px solid rgb(0, 57, 113);
}

.aas-header-impact {
    background: linear-gradient(0deg, rgba(0, 57, 113, 0.4), rgba(0, 57, 113, 0.4)), url(../Images/BG/impact\ bg.jpg);
}

.aas-header-image {
    background-repeat: no-repeat;
    height: 42vh;
    background-position: 100% 100%;
    padding: 5% 5%;
    background-size: cover !important;
    color: #fff;
    margin-top: 110px;
}

footer.footer {
    padding-top: 76px;
    padding-bottom: 0px;
    background: #f7f6f6;
    position: relative;
    z-index: 3;
}

/*footer.footer .up-footer .footer-widget {*/
    /*margin-bottom: 60px;*/
/*}*/

/*footer.footer .up-footer .footer-widget h2 {*/
    /*color: #fff;*/
    /*margin-bottom: 12px;*/
    /*font-size: 22px;*/
/*}*/

/*footer.footer .up-footer .footer-widget p {*/
    /*color: #798593;*/
    /*margin-bottom: 24px;*/
/*}*/

/*footer.footer .up-footer .footer-widget span {*/
    /*color: #798593;*/
/*}*/

/*footer.footer .up-footer .footer-widget ul.social-icons li {*/
    /*display: inline-block;*/
    /*margin-right: 8px;*/
/*}*/

/*footer.footer .up-footer .footer-widget ul.social-icons li a {*/
    /*color: #fff;*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*-ms-border-radius: 50%;*/
    /*border-radius: 50%;*/
    /*line-height: 34px;*/
    /*text-align: center;*/
    /*background: transparent;*/
    /*font-size: 20px;*/
    /*border: 3px solid #fff;*/
    /*display: inline-block;*/
    /*text-decoration: none !important*/
/*}*/

/*footer.footer .up-footer .footer-widget ul.social-icons li a.facebook {*/
    /*background: none;*/
/*}*/

/*footer.footer .up-footer .footer-widget ul.social-icons li a.twitter {*/
    /*background: none;*/
/*}*/

/*footer.footer .up-footer .footer-widget ul.social-icons li a.linkedin {*/
    /*background: none;*/
/*}*/

/*footer.footer .up-footer .footer-widget ul.social-icons li a.instagram {*/
    /*background: none;*/
/*}*/

/*footer.footer .up-footer .footer-widget ul.social-icons li a.youtube {*/
    /*background: none;*/
/*}*/

/*footer.footer .up-footer .footer-widget ul.social-icons li a:hover {*/
    /*opacity: 0.7;*/
/*}*/

/*footer.footer .up-footer .footer-widget form.subscribe {*/
    /*margin: 0;*/
/*}*/

/*footer.footer .up-footer .footer-widget form.subscribe input[type="text"] {*/
    /*padding: 12px 130px 12px 20px;*/
    /*border: none;*/
    /*outline: none;*/
    /*background: #fff;*/
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*-ms-border-radius: 3px;*/
    /*border-radius: 3px;*/
    /*width: 100%;*/
    /*color: #959aa1;*/
    /*font-size: 18px;*/
    /*font-family: "Rubik", sans-serif;*/
    /*font-weight: 300;*/
    /*margin: 0 0 20px;*/
/*}*/

/*footer.footer .up-footer .footer-widget form.subscribe button {*/
    /*color: #fff;*/
    /*font-size: 18px;*/
    /*font-family: "Rubik", sans-serif;*/
    /*padding: 13px 30px 12px;*/
    /*background: #000;*/
    /*font-weight: 400;*/
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*-ms-border-radius: 2px;*/
    /*border-radius: 2px;*/
    /*transition: all 0.2s ease-in-out;*/
    /*-moz-transition: all 0.2s ease-in-out;*/
    /*-webkit-transition: all 0.2s ease-in-out;*/
    /*-o-transition: all 0.2s ease-in-out;*/
    /*box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);*/
    /*-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);*/
    /*-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);*/
    /*-o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);*/
    /*outline: none;*/
    /*border: none;*/
/*}*/

/*footer.footer .up-footer .footer-widget form.subscribe button:hover {*/
    /*color: rgb(0, 57, 113);*/
    /*background: #fff;*/
/*}*/

/*footer.footer p.copyright-line {*/
    /*text-align: center;*/
    /*padding: 30px 0;*/
    /*color: #ffffff;*/
    /*font-size: 13px;*/
    /*border-top: 4px solid #ffffff;*/
    /*margin-bottom: 0;*/
/*}*/

/*footer.footer .container-fluid {*/
    /*padding: 0 70px;*/
/*}*/

/*.contact-footer span {*/
    /*font-size: 10px;*/
    /*display: block;*/
/*}*/

/*button#subscribe-button {*/
    /*position: absolute;*/
    /*right: 8px;*/
    /*top: 6px;*/
    /*padding: 2px;*/
    /*cursor: pointer;*/
    /*z-index: 999;*/
    /*height: 42px;*/
    /*width: 115px;*/
/*}*/

footer ul {
    margin: 0;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer .footer__big {
    border-top: 1px solid #aaa;
    padding: 50px 50px 0 50px;
}


footer .footer__big .widget .widget__title {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    position: relative;
    color: #0f3971;
}

footer .footer__big .widget ul.links li a {
    color: #000;
    font-size: 14px;
}
footer .footer__big .widget ul.links li a:hover {
    color: #fac727;
}
footer .footer__small {
    background: #f4f4f4;
    border-top: 1px solid #aaa;
    padding: 20px 10px;
    font-size: 12px;
}

footer .footer__small .footer_contact{
    float: right;
}

footer .footer__small .footer_contact span{
    margin-right: 20px;
}

footer .footer__small .footer_contact a,footer .footer__small .footer_contact a:hover{
    color: #0f3971;
}

footer .footer__small span {
    color: #000;
    margin: 0;
    padding: 30px 0;
    font-weight: bold;
}

footer .footer__small a, footer .footer__small a:hover{
    color: #000;
    font-weight: bold;
}

footer .footer__big .widget ul.links li {
    margin-bottom: 10px;
}

footer .footer__big .widget ul.links li:last-child {
    margin-bottom: 0;
}

footer .footer__big .widget {
    margin-bottom: 4rem;
}

footer .footer__top{
    padding: 0 50px 50px 50px;
}

footer .btn-subscribe,footer .btn-subscribe:hover{
    background-color: rgba(2, 128, 144, 0.6);
    padding: 20px;
    width: 80%;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

footer .btn-subscribe:hover{
    background-color: rgba(2, 128, 144, 1);
}

footer .socials a > span{
    color: #028090;
}

.bg-white{
    background-color: #fff;
}

.home-content{
    padding: 50px;
    background: #fff;
    z-index: 10;
    position: relative;
}

.home-news-item .card{
    border: none;
}

.home-news-item{
    padding-top: 30px;
    border-top: 5px solid #0f3971;
}

.home-news-item h5{
    text-transform: uppercase;
    color: #0f3971;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}

.home-news-item .card-body{
    padding: 1.25rem 0;
}

.home-news-item .card-body .card-text a{
    font-size: 15px;
    color: #0f3971;
    font-weight: bold;
}

.home-banner{
    position: absolute;
    width: calc(100% + 100px);
    height: calc(90vh - 90px);
    top: 50px;
    left: -50px;
    padding: 150px 70px;
    color: #fff;
}


.home-news-row{
    margin-bottom: 30px;
}

.home-banner h6{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-banner a, .home-banner a:hover{
    color: #fff;
    text-transform: none;
}

.banner-outground{
    background-color: #6588a9;
    width: 100%;
    height: 90vh;
}

.pos-rel{
    position: relative;
}

body.aas-not-home {
    overflow-y: scroll;
    overflow-x: hidden;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #0054a3;
}

.aas-header-title {
    font-size: 45px;
}

.aas-header-subtitle {
    margin-bottom: 25px;
    font-size: 19px;
}

.aas-header-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    display: flex;
}

.aas-header-icon i {
    font-size: 26px;
}

.aas-impact-text {
    font-size: 16px;
    margin-top: 50px;
    color: rgb(0, 57, 113);
}

.aas-impact-text span{
    border-bottom: 2px solid rgb(255, 199, 39);
}

.aas-impact-icon img {
    height: 90px;
}

.aas-impact-statistic {
    font-size: 55px;
    color: rgb(255, 199, 39);
}

.aas-impact-plus {
    font-size: 50px;
    color: rgb(0, 57, 113);
}

.aas-our-impact-map-wrapper .map-wrapper{
    min-height: 300px;
}

.aas-impact-percent {
    font-size: 30px;
}

.aas-impact-title {
    font-size: 15px;
}

#impact-carousel .carousel-inner img {
    width: 100%;
    height: 100%;
}

#impact-carousel .carousel-inner div.col-md-7 {
    padding: 50px;
    margin-bottom: 70px;
}

#impact-carousel .carousel-indicators li {
    background-color: rgb(0, 57, 113);
    margin-right: 8px;
    width: 60px;
    margin-left: 8px;
    opacity: 1;
}

#impact-carousel .carousel-indicators .active {
    background-color: rgb(255, 199, 39);
}

.about-section .carousel-inner {
    padding: 0 100px;
}

.grey-bg {
    background: rgb(235, 235, 235);
}

.blue-bg {
    background: rgb(0, 57, 113);
}

.text-blue{
    color:rgb(0, 57, 113);
}

.mb-70 {
    margin-bottom: 70px;
}

.aas-impact-stories-title {
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
}


.aas-impact-stories-header {
    font-size: 28px;
    padding-left: 100px;
    border-bottom: 2px solid rgb(255, 199, 39);
    display: inline;
    font-weight: bold;
    color: rgb(0, 57, 113);
}

.aas-impact-stories-text {
    font-size: 12px;
}

.aas-impact-stories-author {
    text-align: right;
}

.aas-impact-stories-location {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.h-400 {
    min-height: 400px;
}

.aas-impact-map {
    padding: 20px;
}

.mb-100 {
    margin-bottom: 100px;
}

.aas-our-impact {
    color: #fff;
    padding: 10px 60px 10px 20px;
    top: 35px;
    left: 0;
    position: absolute;
}

.aas-our-impact-text {
    right: 10px;
    top: 10px;
    z-index: 10;
    font-size: 12px;
}

.aas-our-impact i {
    font-size: 25px;
}

.aas-our-impact span {
    font-size: 16px;
}

.aas-header-news {
    background: linear-gradient(0deg, rgba(0, 57, 113, 0.1), rgba(0, 57, 113, 0.1)), url(../Images/BG/news\ bg.jpg);
}

.aas-not-home .africa-svg img {
    opacity: 0.1;
}

.aas-not-home .africa-svg {
    z-index: 0;
}

.aas-news {
    font-size: 18px;
    font-weight: 800;
}

.aas-news span {
    font-size: 20px;
}

.pl5p {
    padding-left: 5%;
}

.pr5p {
    padding-right: 5%;
}

.w-80 {
    width: 80%;
}


.aas-news-text {
    color: #000;
    position: relative;
    font-size: 15px;
    padding: 20px 0;
}

.aas-news-text-last {
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.aas-news-text-middle {
    margin-top: 5px;
    margin-bottom: 5px;
}

.aas-news-text-first {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: bold;
}

.aas-news-body{
    font-size: 14px;
}


.aas-news-text-first span{
    font-family: 'Cardo', sans-serif;
    font-size: 18px;
    color: rgb(0, 57, 113);
}

.aas-news-text a, .aas-news-text:hover{
    color:#000;
}

.aas-news-date {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 900;
}

.aas-news-wrapper .views-exposed-form{
    display: none;
}

.aas-news-wrapper .views-wrapper,
.aas-news-impact .views-wrapper,
.aas-publications-wrapper .views-wrapper{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.news-wrap, .big_pic_wrap{
    padding: 0 200px;
}

#all_featured .views-wrapper > div,
.featured_news .views-wrapper > div{
    width: 100%;
}

.featured_news{
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .aas-news-wrapper #impact-stories .all_news .views-wrapper > div,
    .aas-news-wrapper #press-releases .all_news .views-wrapper > div,
    .aas-news-impact .views-wrapper > div{
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 20%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .aas-news-wrapper #big-picture .views-wrapper > div{
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        /*border-bottom: 3px solid #eaeaea;*/
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .aas-news-wrapper #in-the-press .views-wrapper > div{
        position: relative;
        width: 33.33%;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .aas-publications-wrapper .views-wrapper > div{
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}

@media only screen and (max-width: 767px) {
    .aas-news-wrapper .views-wrapper > div,
    .aas-news-impact .views-wrapper > div,
    .aas-publications-wrapper .views-wrapper > div {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.aas-publications-wrapper .views-wrapper > div{
    padding-bottom: 30px;
    margin-top: 30px;
    /*border-right: 2px solid #e0e0e0;*/
}

.aas-news-view-more {
    text-transform: uppercase;
    width: 90%;
    margin-top: 30px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer !important;
    color: #000;
}

.aas-news-item {
    margin-bottom: 60px;
}

div.aas-news-item:not(:last-child) {
    border-bottom: 1px solid #000;
}

.aas-news-item a:hover {
    text-decoration: none;
}

.aas-press-release:after {
    content: '';
    display: block;
    width: 40%;
    position: absolute;
    bottom: -10px;
    height: 3px;
    background: rgb(255, 199, 39);
}

.aas-press-release-title {
    color: rgb(0, 57, 113);
    font-weight: bold;
    font-size: 27px;
    padding-left: 35%;
}

.aas-press-release-subtitle {
    font-weight: bold;
    font-size: 18px;
}

.aas-press-release-cover {
    padding-left: 20%;
    width: 90%;
}

.aas-press-release-cover p {
    font-size: 14px;
    line-height: 2.0;
}

.aas-press-release-more {
    cursor: pointer !important;
    padding-left: 20%;
    width: 90%;
    font-size: 13px;
    font-weight: bold;
}

.aas-press-release-more a {
    color: #000;
}

.aas-press-release-more a,
.aas-press-release-more a:hover {
    text-decoration: none;
}

.aas-press-release {
    position: relative;
}

.aas-press-padding {
    padding-left: 35%;
}

.aas-header-events {
    background: linear-gradient(0deg, rgba(0, 57, 113, 0.4), rgba(0, 57, 113, 0.4)), url(../Images/BG/events\ bg.jpg);
}

.aas-events-header {
    font-weight: bold;
    padding: 0 5%;
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.aas-events-searchbox {
    background: rgb(255, 199, 39);
    padding: 35px 15px;
}

.aas-events-searchbox:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 25px 25px;
    border-color: rgb(255, 199, 39) transparent;
    display: block;
    width: 0;
    z-index: 99;
    top: -20px;
    left: 27%;
}

.aas-events-button {
    width: 25% !important;
    background: #000;
    border-radius: 0;
    color: #fff;
    font-family: raleway;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    padding: 10px 20px;
    margin-left: 10px;
}

.aas-events-input {
    width: 70% !important;
}

select.aas-events-input {
    font-size: 14px;
    border-radius: 0;
    height: 40px;
    margin-top: -8px;
    width: 100%;
    background: #fff;
    display: inline-block;
    padding: 8px;
    color: #888;
    cursor: pointer;
}

input.aas-events-input {
    height: 40px;
    border-radius: 0;
    border: 0;
    padding: 10px 11px;
    outline: 0;
    border-radius: 2px;
    font-size: 14px;
    color: #777;
    margin: 0 0 20px;
    width: 100%;
    max-width: 100%;
    display: block;
    background: #fff none repeat scroll 0% 0%;
}

.aas-event-search-title {
    width: 100%;
    margin: 0;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.aas-event-search-title span {
    font-size: 20px;
}

.aas-events-grey {
    background: #f9f9f9;
    padding: 50px 10px;
}

.aas-event-icons i {
    color: rgb(255, 199, 39);
    font-size: 25px;
    margin-right: 10px;
}

.aas-event-icons span {
    font-size: 14px;
}

.aas-event-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.aas-event {
    background: #fff;
    margin-bottom: 40px;
}

.aas-event-content {
    padding: 0 10px;
    height: 260px;
}

.aas-event-description {
    margin-top: 10px;
    font-size: 15px;
}

.aas-event-poster-wrapper {
    height: 240px;
    overflow: hidden;
}

.aas-events-grey .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.aas-events-grey .hovereffect .overlay {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(255, 204, 0, .8);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.aas-events-grey .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.aas-events-grey .hovereffect a.info {
    text-decoration: none;
    display: flex;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.aas-events-grey .hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.aas-events-grey .hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.aas-events-grey .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.aas-events-grey .hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.aas-events-grey .hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.aas-events-grey .hovereffect i {
    font-size: 50px;
}

.aas-header-tenders {
    background: linear-gradient(0deg, rgba(0, 58, 112, 0.35), rgba(166, 36, 30, 0.45)), url(../Images/BG/tenders.jpg);
}

.aas-tender-title h2 {
    font-weight: bold;
    color: rgb(0, 57, 113);
}

.aas-tender-title h2 span{
    padding-bottom: 20px;
}
.aas-tender-wrapper {

}

.aas-tender {
    background: rgba(235, 235, 235, 0.3);
    padding: 20px 30px 30px 40px;
    margin-bottom: 40px;
}

.aas-tender p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: left;
    line-height: 2.0;
    font-size: 14px;
}

.aas-tender-date {
    text-align: left;
    font-size: 13px;
}

.aas-tender-title {
    padding-left: 0;
    padding-top: 20px;
    position: relative;
}

.aas-tender-subtitle {
    color: rgb(0, 57, 113);
    font-size: 24px;
    font-family: 'Cardo', sans-serif;
}

.aas-tender-id {
    color: rgb(0, 57, 113);
    font-size: 14px;
}


.aas-vacancy-title:after {
    content: '';
    display: block;
    width: 15%;
    position: absolute;
    bottom: -10px;
    height: 2px;
    left: 0px;
    background: rgb(255, 199, 39);
}

.aas-vacancy-title h2 {
    font-weight: bold;
    color: rgb(0, 57, 113);
}

.aas-vacancy-wrapper {
   /* background: rgba(235, 235, 235, 0.3);*/
    padding: 30px 50px 60px 40px;
}

.aas-vacancy-wrapper .views-field{
    margin-bottom: 1rem;
    color: rgb(0, 57, 113);
    font-size: 14px;
}


.aas-vacancy, .aas-vacancy-wrapper .views-row {
    background: rgba(235, 235, 235, 0.3);
    padding: 20px 30px 30px 40px;
    margin-bottom: 40px;
}

.aas-vacancy-date, .aas-vacancy-wrapper .views-field-field-closing-date {
    font-size: 13px;
    color: #000;
    float: right;
}

.aas-vacancy-wrapper .views-field-body{
    font-size: unset;
    color: #000;
}

.aas-vacancy-wrapper .views-label{
    font-weight: bold;
}

.aas-vacancy-title {
    padding-left: 80px;
    padding-top: 20px;
    margin-bottom: 40px;
    position: relative;
}

.aas-vacancy-subtitle, .aas-vacancy-wrapper .views-field-field-position {
    color: rgb(0, 57, 113);
    font-size: 24px;
}

.aas-vacancy-id {
    color: rgb(0, 57, 113);
    font-size: 14px;
}

.aas-vacancy-wrapper .views-field-view-node a,.aas-vacancy-wrapper .views-field-view-node:hover a{
    text-decoration: none;
}

.aas-vacancy-page p + div{
    display: inline-block;
}

.aas-vacancy-page .aas-vacancy-id{
    display: inline-block;
    margin-right: 10px;
}

.aas-vacancy-page .aas-vacancy-subtitle{
    display: block;
    margin-bottom: 1rem;
}

.aas-vacancy-page .aas-vacancy-date {
    font-size: unset;
}

.aas-vacancy-page .aas-vacancy-id {
    font-size: unset;
}

.aas-vacancy-page .aas-vacancy-date div{
    display: inline-block;
}

.aas-vacancy-page .vac-header{
    color: rgb(0, 57, 113);
    font-size: 30px;
}

.aas-vacancy-content h1,
.aas-vacancy-content h2,
.aas-vacancy-content h3,
.aas-vacancy-content h4,
.aas-vacancy-content h5,
.aas-vacancy-content h6{
    color: rgb(0, 57, 113);
}


.aas-vacancy-details, .aas-vacancy-wrapper .views-field-view-node a {
    background: rgb(0, 57, 113);
    color: #fff;
    border: none;
    padding: 10px 80px;
}

.aas-vacancy-input {
    font-size: 14px;
    border-radius: 0;
    height: 40px;
    margin-top: -8px;
    width: 100%;
    background: #fff;
    display: inline-block;
    padding: 8px;
    color: #888;
    cursor: pointer;
}

.aas-vacancy-filter {
    margin-bottom: 30px;
}

.aas-vacancy-results {
    margin: 0;
}

.aas-vacancy-results span {
    font-size: 20px;
}

.aas-header-vacancy {
    background: linear-gradient(0deg, rgba(0, 58, 112, 0.35), rgba(0, 58, 112, 0.35)), url(../Images/BG/vacancies.jpg);
}

.aas-header-funding {
    background: linear-gradient(0deg, rgba(0, 58, 112, 0.35), rgba(0, 58, 112, 0.35)), url(../Images/BG/funding.jpg);
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.aas-funding-wrapper {
    padding: 20px 80px;
}

.aas-funding-caption {}

.aas-funding-caption span {
    font-size: 20px;
}


.aas-funding-current-calls {
    background: rgb(255, 199, 39);
    color: #fff;
    padding: 10px;
    border: none;
    font-size: 14px;
}

.aas-funding-prev-calls {
    border: 2px solid rgb(255, 199, 39);
    color: rgb(0, 57, 113);
    padding: 8px 10px;
    font-size: 14px;
    background: transparent;
}

.aas-funding-other-calls {
    border: 2px solid rgb(255, 199, 39);
    color: rgb(0, 57, 113);
    padding: 8px 10px;
    font-size: 14px;
}

.aas-funding-call-wrapper {
    position: relative;
}

.aas-funding-tabs{
    margin-bottom: 0 !important;
}

.aas-funding-wrapper p {
    margin-top: 0;
    text-align: left;
    line-height: 2.0;
    font-size: 14px;
    color: black;
}

p.aas-funding-title {
    color: rgb(0, 57, 113);
    font-size: 25px;
    margin-bottom: 15px;
    font-family: 'Cardo', sans-serif;
}

p.aas-funding-title span{
    border-bottom: 2px solid rgb(255, 199, 39);
    padding-bottom: 10px;
}

p.aas-funding-call-title {
    color: rgb(0, 57, 113);
    font-size: 18px;
    font-weight: bold;
    font-family: 'Cardo', sans-serif;
}

.aas-funding-call-dates {
    font-size: 14px;
    margin: 5px 0px;
    font-weight: bold;
}

.aas-funding-description {
    margin-top: 25px;
    font-size: 14px;
    line-height: 2.0;
}

.aas-funding-content {}

.aas-funding-content .card {
    border: none;
    background: transparent;
}

.aas-funding-content .card-header .card-title {
    font-size: 19px;
    color: rgb(0, 57, 113);
}

.aas-funding-content .card-header {
    background: none;
    border-bottom: 1px solid #000;
}

.aas-funding-content .accordion .card-header:after {
    color: rgb(0, 57, 113);
    cursor: pointer !important;
}

.aas-funding-content .card-body {
    font-size: 14px;
    text-align: justify!important;
}

.aas-funding-apply {
    margin-top: 30px;
    border: 2px solid rgb(255, 199, 39);
    padding: 15px 0;
    width: 100%;
    color: rgb(0, 57, 113);
    font-weight: bold;
    font-size: 19px;
}

.aas-funding-call-row{
    border-bottom: 3px solid #eaeaea;
    padding-bottom: 30px;
    margin-top: 30px;
}

.aas-funding-sidebar {}

.aas-funding-sidebar-title {
    padding-top: 70px;
    font-size: 18px;
    color: rgb(0, 58, 112);
    font-family: "Raleway",sans-serif;
    font-weight: 800;
}

.aas-funding-sidebar-title span {
    font-size: 25px;
}

.aas-funding-sidebar-news .views-wrapper{
    margin-top: 30px;
}

.aas-funding-sidebar-news-item {
    border-bottom: 3px solid #eaeaea;
    margin-bottom: 15px;
}

.aas-funding-news-count {
    margin: 0;
    font-size: 19px;
}

.aas-funding-news-icon {
    margin-top: -15px;
}

.aas-funding-news-one {
    border-top: 2px solid rgb(0, 57, 113);
    width: 10px;
    display: inline-block;
    margin: 0;
}

.aas-funding-news-two {
    border-right: 2px solid rgb(0, 57, 113);
    width: 13.5px;
    height: 10px;
    margin-top: -4px;
    margin-bottom: 0;
}

.aas-funding-news-content {
    color: rgb(0, 57, 113);
    font-size: 14px;
    text-align: justify;
}

.aas-govern-wrapper {
    padding: 0 40px;
}

.aas-govern-council-wrapper {
    position: relative;
}

/*.aas-govern-council-wrapper:after {*/
/*content: '';*/
/*display: block;*/
/*width: 106px;*/
/*position: absolute;*/
/*bottom: -8px;*/
/*height: 2px;*/
/*left: 39%;*/
/*background: rgb(255, 199, 39);*/
/*}*/

.aas-govern-council {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px;
}

.aas-govern-image {}

.aas-govern-text {
    color: #fff;
    font-size: 15px;
}

.aas-govern-assembly {
    padding: 100px 40px 0 40px;
}

.aas-govern-gc {
    background: rgb(0, 54, 112) url(../Images/Other/governance3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 60px 30px 100px 60px;
    color: #fff;
    min-height: 600px;
}

.aas-govern-assembly-title {
    font-size: 21px;
    color: rgb(0, 57, 113);
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.aas-govern-assembly-text {
    font-size: 15px;
    color: #000;
}

.aas-govern-bottom {
    align-items: flex-end;
}

.aas-govern-strategy-wrapper {
    margin: 0 -15px;
    background: rgb(89, 89, 89);
    padding: 30px 20px 30px 50px;
}

.aas-govern-strategy-title-wrapper {
    position: relative;
}

.aas-govern-strategy-title-wrapper:after {
    content: '';
    display: block;
    width: 50px;
    position: absolute;
    bottom: -8px;
    height: 2px;
    left: 0;
    background: rgb(255, 199, 39);
}

.aas-govern-strategy-title {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}

.aas-govern-strategy-text {
    color: #fff;
    font-size: 12px;
    text-align: justify;
}

.aas-govern-list {
    margin-bottom: 50px;
}

.aas-govern-list-item:before {
    color: rgb(255, 199, 39);
    font-size: 22px;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    z-index: 10;
    top: -8px;
    content: "\f105";
}

.aas-govern-list-item {
    position: relative;
    color: rgb(255, 199, 39);
    font-size: 12px;
    padding-left: 15px;
}

.aas-govern-view-plan {
    border: none;
    color: #fff;
    background: rgb(255, 199, 39);
    padding: 10px 20px;
    font-size: 14px;
}

.aas-govern-secretariat {
    margin: 0 -15px;
    background: url(../Images/Other/governance2.jpg);
    background-size: 100% 100%;
    min-height: 500px;
    height: 500px;
}

.aas-govern-secretariat-wrapper {
    background: rgba(0, 0, 0, 0.4);
    padding: 50px 20px;
}

.aas-govern-secretariat-title {
    color: #fff;
    margin-top: 90px;
    font-size: 19px;
    font-weight: bold;
}

.aas-govern-secretariat-text {
    color: #fff;
    padding: 15px;
    text-align: justify;
    font-size: 13px;
}

.aas-publishing {
    padding: 20px 50px;
}

.aas-publish-filter-title {
    font-size: 18px;
    font-weight: bold;
}

.aas-publish-filter-title span {
    font-size: 22px;
}

.aas-publish-filter {}

.aas-publish-filter-item {
    font-size: 14px;
    border-bottom: 2px solid rgb(255, 199, 39);
    width: auto;
    display: inline-block;
    cursor: pointer !important;
    font-weight: bold;
}

.aas-publish-row {
    margin-bottom: 30px;
}

.aas-publication {
    padding: 0 10px;
    height: 100%;
}

.aas-publication img {
    width: 100%;
    height: auto;
}

.aas-publication-title {
    position: relative;
}

/*.aas-publication-title:after {*/
    /*content: '';*/
    /*display: block;*/
    /*width: 56%;*/
    /*position: absolute;*/
    /*bottom: -8px;*/
    /*height: 2px;*/
    /*left: 0;*/
    /*background: rgb(255, 199, 39);*/
/*}*/

.aas-publication-title p {
    font-size: 15px;
    color: rgb(0, 57, 113);
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.aas-publication-view-download{
  padding: 10px;
  background: rgb(0, 57, 113);
  color: #fff;
  margin-right: 10px;
}

.aas-publication-summary p{
  font-size: 14px;
}

.aas-big-picture .aas-publication-title p {
    color: rgb(0, 57, 113);
    font-size: 18px;
    font-weight: bold;
    font-family: 'Cardo', sans-serif;
    margin-bottom: 10px !important;
}

.aas-publication-subtitle {
    font-size: 13px;
    color: rgb(0, 57, 113);
    font-weight: bold;
    display: none;
}

.aas-big-picture .aas-publication-subtitle {
    display: block !important;
    font-size: 14px;
    line-height: 2.0;
    color: #000;
    font-weight: 100;
}

.aas-publication-date{
  color: #b6b6b6;
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.aas-big-picture .aas-publication-date {
    text-align: left;
    line-height: 2.0;
    font-size: 14px;
    color: black;
    margin-bottom: 10px !important;
}

.aas-publication-view {
    margin-bottom: 20px;
}

.aas-publication-view a,
.aas-publication-view a:hover {
    text-decoration: none;
}

.aas-publication-view p {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer !important;
    color: rgb(0, 57, 113);
}

.aas-publication-view i {
    font-size: 20px;
}

.aas-about-strategy-wrapper p, .aas-about p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: left;
    line-height: 2.0;
}

.aas-about-strategy-wrapper {
    margin: 0 -15px;
    background: rgb(89, 89, 89);
    padding: 30px 20px 30px 50px;
    height: auto;
}

.aas-about-strategy-title-wrapper {
    position: relative;
}

.aas-about-strategy-title-wrapper:after {
    content: '';
    display: block;
    width: 50px;
    position: absolute;
    bottom: -8px;
    height: 2px;
    left: 0;
    background: rgb(255, 199, 39);
}

.aas-about-strategy-title {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}

.aas-about-strategy-text {
    color: #fff;
    font-size: 14px;
    text-align: justify;
}

.aas-about-list {
    margin-bottom: 50px;
}

.aas-about-list-item:before {
    color: rgb(255, 199, 39);
    font-size: 22px;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    z-index: 10;
    top: -8px;
    content: "\f105";
}

.aas-about-list-item {
    position: relative;
    color: rgb(255, 199, 39);
    font-size: 12px;
    padding-left: 15px;
}

.aas-about-view-plan {
    border: none;
    color: #fff !important;
    background: rgb(255, 199, 39);
    padding: 10px 20px;
    font-size: 14px;
}

.aas-about-view-plan:hover {
    text-decoration: none;
}

.aas-about {
    padding: 10px 20px 30px 50px;
    height: auto;
}

.aas-about-caption {
    font-size: 18px;
}

.aas-about-caption span {
    font-size: 18px;
}

.aas-about-title, .aas-about h2 {
    font-size: 24px;
    width: 70%;
    color: rgb(0, 57, 113);
    border-bottom: 2px solid rgb(255, 199, 39);
    font-weight: bold;
    display: inline;
    padding-bottom: 2px;
}

.aas-about-vision {
    margin-top: 20px;
    font-size: 16px;
}

.aas-about-timeline {
    background: linear-gradient( rgba(0, 57, 113, 0.6), rgba(0, 57, 113, 0.6)), url(../Images/Other/about1.jpg);
    margin: 0 -15px;
    background-size: cover;
    position: relative;
    height: 100%;
    padding-bottom: 20px;
}

.aas-about-timeline-wrapper {
    position: relative;
    padding-top: 50px;
    padding-left: 30%;
}

.aas-about-timeline-wrapper p:after {
    content: '';
    display: block;
    width: 90px;
    position: absolute;
    bottom: -8px;
    height: 2px;
    left: 33%;
    background: #fff;
}

.aas-about-timeline-title {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.aas-about-timeline-title b {
    font-size: 18px;
}

.aas-about-timeline-title span {
    font-size: 21px;
}

.aas-about-timeline-image {
    padding: 0 5% 0 5%;
}

.aas-about-timeline-image img {
    width: 100%;
}

.aas-header-fellows {
    background: linear-gradient(0deg, rgba(0, 58, 112, 0.35), rgba(0, 58, 112, 0.35)), url(../Images/BG/fellows\ bg.jpg);
}

.aas-fellows-header, .aas-tabs-header {
    -webkit-box-shadow: 0px 1px 1px #5d5b5b;
    -moz-box-shadow: 0px 1px 1px #5d5b5b;
    box-shadow: 0px 1px 1px #5d5b5b;
    margin-top: -40px;
    margin-bottom: 40px;
}

.aas-fellows-header p, .aas-tabs-header p {
    margin: 0;
    padding: 30px 0;
    text-align: center;
    background: #fff;
    cursor: pointer !important;
    color: rgb(0, 57, 113);
}

.aas-fellows-header p.active, .aas-tabs-header p.active {
    background: rgb(0, 57, 113);
    color: #fff;
}

.aas-fellows-header p:hover, .aas-tabs-header p:hover {
    background: rgb(0, 57, 113);
    color: #fff;
}

.aas-about-view-directory {
    margin-bottom: 50px;
    border: none;
    background: rgb(255, 199, 39);
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
}

.aas-fellows {
    padding: 10px 0 0 0;
    margin-bottom: 100px;
}

.aas-fellows-content-wrapper{
    padding: 0 90px;
}

.aas-fellow {
    padding: 0 10px;
}

.aas-fellow-image {
    position: relative;
}

.aas-person:hover .aas-fellow-icon{
    display: flex;
}

.aas-fellow-icon {
    width: 30px;
    height: 30px;
    display: none;
    border-radius: 50%;
    background: #fff;
    align-items: center;
    -webkit-box-shadow: 1px 1px 1px #5d5b5b;
    -moz-box-shadow: 1px 1px 1px #5d5b5b;
    box-shadow: 1px 1px 1px #5d5b5b;
    position: absolute;
    right: 20px;
    z-index: 111;
    bottom: 17.5%;
    cursor: pointer !important;
}


.aas-view-profile,.aas-fellow-discipline{
    display: none;
}

.aas-view-profile, .aas-view-profile:hover{
    color: #fff;
    text-decoration: none;
}

.aas-person:hover .aas-fellow-icon{
    display: flex;
}

.aas-person:hover .aas-view-profile, .aas-person:hover .aas-fellow-discipline{
    display: block;
}

.aas-fellow-icon * {
    cursor: pointer !important;
}

.aas-fellow-icon i {
    font-size: 22px;
    color: rgb(0, 57, 113);
}

.aas-fellow-name {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}

.aas-fellow-elected {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.aas-fellows-more {
    height: 100%;
    display: flex;
    font-size: 14px;
    align-items: center;
    font-weight: bold;
    color: rgb(0, 57, 113);
}

.aas-fellows-more,
.aas-fellows-more * {
    cursor: pointer !important;
}

.aas-fellows-link,
.aas-fellows-link:hover,
.aas-fellows-link:active {
    text-decoration: none;
}

.aas-fellows-more i {
    margin-left: 7px;
    font-size: 25px;
    font-weight: bold;
}

.aas-fellows-stories-title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.aas-fellows-stories-title:after {
    content: '';
    display: block;
    width: 55%;
    position: absolute;
    height: 2px;
    background: rgb(255, 199, 39);
}

.aas-fellows-stories-header {
    font-size: 28px;
    font-weight: bold;
    color: rgb(0, 57, 113);
}

.aas-fellows-stories-text {
    /*font-size: 11px;*/
}

.aas-fellows-content .card {
    border: none;
    background: transparent;
}

.aas-fellows-content .card-header .card-title {
    /*font-size: 12px;*/
    font-weight: bold;
    color: rgb(0, 57, 113);
}

.aas-fellows-content .card-header {
    background: none;
    border-bottom: 1px solid #000;
    padding: .75rem 0rem .75rem 0;
}

.aas-fellows-content .accordion .card-header:after {
    color: rgb(0, 57, 113);
    cursor: pointer !important;
}

.aas-fellows-content .card-body {
    /*font-size: 11px;*/
    text-align: justify!important;
}

.aas-fellows-image {
    padding-top: 50px;
}

.aas-our-fellows {
    background: rgb(255, 199, 39);
    color: #fff;
    padding: 10px 60px 10px 20px;
    top: -48px;
    left: 0px;
    font-family: 'Cardo', sans-serif;
}

.aas-our-fellows i {
    font-size: 25px;
}

.aas-our-fellows span {
    margin-left: 10px;
}

.aas-fellows-fellowship-title {
    color: #fff;
    text-align: justify;
    font-size: 14px;
}

.aas-fellows-fellowship-text {
    margin-top: 40px;
    color: #fff;
    font-size: 13px;
}

.aas-fellows-fellowship-wrapper {
    padding: 90px;
}

.fellow-modal {
    background: rgb(0, 57, 113);
    opacity: 0.8 !important;
}

#fellowModal .modal-body {
    padding: 0;
}

#fellowModal .modal-dialog {
    max-width: 1000px;
}

.aas-fellow-modal-section {
    background: rgb(0, 57, 113);
    padding: 20px 20px 10px 20px;
    color: #fff;
}

.aas-fellow-modal-name {
    font-size: 17px;
}

.aas-fellow-modal-year,.aas-fellow-modal-cohort{
    font-size: 14px;
    font-weight: bold;
}

.aas-fellow-modal-underline {
    background: #fff;
    border-bottom: 1px solid #fff;
    width: 150px;
    margin-left: 20px;
}

.aas-fellow-modal-icons {
    text-align: center;
    font-size: 25px;
}

.aas-fellow-modal-icons i {
    margin-right: 20px;
    cursor: pointer !important;
}

.aas-fellow-modal-right {
    padding: 90px;
}

.aas-fellow-modal-right-header {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(0, 57, 113);
}

.aas-fellow-modal-right-text {
    font-size: 12px;
    color: rgb(0, 57, 113);
}

.aas-fellow-modal-right-content {
    font-size: 12px;
    color: rgb(0, 57, 113);
    line-height: 2.0;
}

.aas-fellows-all {
    padding: 10px 40px 0 40px;
    margin-bottom: 0px;
}

.aas-fellows-rows {
    padding-top: 30px;
}

.aas-fellows-pagination {
    display: flex;
}

.aas-fellow-image img {

}

.aas-fellows-pagination .page-item .page-link {
    background: none;
    background-color: transparent;
    border: none;
    color: rgb(0, 57, 113);
    font-size: 18px;
}

.aas-fellows-pagination .page-item.active .page-link {
    background: none;
    background-color: transparent;
    border: none;
    color: rgb(0, 57, 113);
    font-weight: bold;
    font-size: 18px;
}

.aas-fellows-pagination .page-item .page-link .page-item-next,
.aas-fellows-pagination .page-item .page-link .page-item-prev {
    font-size: 15px;
}

.aas-fellows-pagination .page-item .page-link i {
    font-size: 16px;
}

select.aas-fellows-input {
    font-size: 14px;
    border-radius: 0;
    height: 40px;
    margin-top: -8px;
    width: 100%;
    background: #fff;
    display: inline-block;
    padding: 8px;
    color: rgb(0, 57, 113);
    cursor: pointer;
    border: 2px solid rgb(255, 199, 39);
}

.aas-fellows-input-pad {
    padding-top: 6px;
}

.hidden {
    display: none !important;
}

.modal-dialog-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-end;
    min-height: calc(100% - (.5rem * 2));
}

.preloader-area {
    position: fixed;
    background: transparent;
    z-index: 11000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.spinner {
    margin: auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -20px;
    top: 50%;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #623BCC;
    border-radius: 100%;
    -webkit-animation: sk-bounce 1.0s infinite ease-in-out;
    animation: sk-bounce 3.0s infinite ease-in-out;
}

.dot1 {
    background-color: rgb(255, 199, 39);
}

.dot2 {
    top: auto;
    background-color: rgb(0, 57, 113);
    bottom: 0;
    -webkit-animation-delay: -2.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(180deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    50% {
        -webkit-transform: scale(0.0)
    }
    100% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.aas-fellow-modal-bio+a {
    font-size: 13px;
}

#aas-think-tank-content {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 15px;
}

#aas-think-tank-content p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: left;
    line-height: 2.0;
}

#aas-think-tank-content dl, #aas-think-tank-content ol, #aas-think-tank-content ul {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 2.0;
}

#aas-think-tank-content h2 {
    color: rgb(0, 57, 113);
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 50px;
}

#aas-think-tank-content h3 {
    color: rgb(0, 57, 113);
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 25px;
}

.aas-header-about {
    background: linear-gradient(0deg, rgba(0, 57, 113, 0.1), rgba(0, 57, 113, 0.1)), url(../Images/BG/about\ bg.jpg);
}

.aas-header-thinktank {
    background: linear-gradient(0deg, rgba(0, 57, 113, 0.1), rgba(0, 57, 113, 0.1)), url(../Images/BG/think\ tank.jpg);
}

.aas-header-partners {
    background: linear-gradient(0deg, rgba(0, 57, 113, 0.1), rgba(0, 57, 113, 0.1)), url(../Images/BG/partners.jpg);
}

.aas-gc-content .card-header {
    background: none;
    border-bottom: 1px solid #fff;
    padding: .75rem 0rem .75rem 0;
}

.aas-gc-content .card-header .card-title {
    font-size: 14px;
    font-weight: bold;
    color: #fff
}

.aas-gc-content .accordion .card-header:after {
    color: #fff;
    cursor: pointer !important;
}

.aas-gc-content .card-body {
    font-size: 14px;
    text-align: left!important;
}

.aas-gc-content .card {
    border: none;
    background: transparent;
}

.aas-funding-description a,
.aas-funding-description a:hover,
.aas-funding-news-content a,
.aas-funding-news-content a:hover {
    color: rgb(255, 199, 39);
    text-decoration: none;
}

.aas-funding-news-content-title {
    font-size: 15px;
}

.aas-fellows-header .nav-tabs, .aas-tabs-header .nav-tabs {
    border: none;
}

.aas-fellows-header .nav-tabs li, .aas-tabs-header .nav-tabs li {
    margin: 0;
    text-align: center;
    cursor: pointer !important;
    color: rgb(0, 57, 113);
    background: #fff;
    z-index: 99;
}

.aas-fellows-header .nav-tabs li.active,
.aas-fellows-header .nav-tabs li:hover,
.aas-tabs-header .nav-tabs li.active,
.aas-tabs-header .nav-tabs li:hover{
    background: rgb(0, 57, 113);
    color: #fff;
}

.aas-aesa-tabs .nav-tabs li.active,
.aas-aesa-tabs .nav-tabs li:hover{
    background: #f17236;
    color: #fff;
}

.aas-fellows-header .nav-tabs li a,
.aas-fellows-header .nav-tabs li a:hover,
.aas-tabs-header .nav-tabs li a,
.aas-tabs-header .nav-tabs li a:hover{
    color: rgb(0, 57, 113);
    text-decoration: none;
    display: inline-block;
    padding: 30px 0;
    width: 100%;
}

.aas-fellows-header .nav-tabs li.active a,
.aas-fellows-header .nav-tabs li.active a:hover,
.aas-fellows-header .nav-tabs li:hover a,
.aas-tabs-header .nav-tabs li.active a,
.aas-tabs-header .nav-tabs li.active a:hover,
.aas-tabs-header .nav-tabs li:hover a{
    color: #fff;
    text-decoration: none;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.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;
}

/*.aas-future-campus {*/
/*background: url('../Images/FC/campus.jpg');*/
/*background-size: 100% 100%;*/
/*}*/

.aas-fellows-header a,
.aas-fellows-header a:hover {
    text-decoration: none;
}

.aas-future-campus-nav {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.aas-404-page {
    min-height: 400px;
    padding-top: 150px;
    padding-bottom: 50px;
}

.aas-404 {
    color: rgb(0, 57, 113);
    font-weight: bold;
    font-size: 90px;
}

.aas-404-msg {
    font-size: 30px;
    color: rgb(0, 57, 113);
}

.aas-404-line {
    color: rgb(255, 199, 39);
    height: 2px;
    background: rgb(255, 199, 39);
    width: 45%;
}

.aas-404-outline {
    font-size: 13px;
    margin-bottom: 40px;
}

.aas-404-home,
.aas-404-home:hover {
    background: rgb(0, 57, 113);
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
}

.aas-contact-title {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.aas-contact-text {
    font-size: 14px;
    margin-bottom: 5px;
}

.aas-contact-header {
    font-weight: bold;
    font-size: 25px;
    color: rgb(0, 57, 113);
    width: 80%;
    position: relative;
}

.aas-contact-wrapper {
    padding-top: 50px;
}

.aas-contact-wrapper>div.row {
    margin-bottom: 30px;
}

.aas-contact-header::after {
    content: '';
    display: block;
    width: 20%;
    position: absolute;
    bottom: -5px;
    height: 2px;
    background: rgb(255, 199, 39);
}

.aas-endowment-fund {
    padding: 60px 40px 0 40px;
}

.aas-endowment-fund b, .aas-endowment-fund strong {
    font-weight: bolder;
    font-family: "Raleway",serif;
    color: rgb( 0,58,112);
}

.aas-endowment-fund-text {
    font-size: 15px;
    color: #000;
}

.aas-endowment-fund-text p.title {
    font-size: 17px;
}

.aas-gc {
    padding: 0;
}

.aas-govern-gc-text{
    margin-top: 70px;
}

.aas-gc-title {
    text-align: center;
    color: rgb(0, 57, 113);
    font-weight: bold;
    font-size: 21px;
    padding-top: 20px;
}

.aas-gc-title p{
     border-bottom: 2px solid rgb(255, 199, 39);
     display: inline-block;
 }

.aas-gc-title p{
    border-bottom: 2px solid rgb(255, 199, 39);
    display: inline-block;
}

.aas-header-aesa {
    background: linear-gradient(0deg, rgba(0, 57, 113, 0.4), rgba(0, 57, 113, 0.4)), url(../Images/BG/aesa.jpg);
}

.aas-header-aas-open {
    background: linear-gradient(0deg, rgba(0, 57, 113, 0.4), rgba(0, 57, 113, 0.4)), url(../Images/BG/aasopen.jpg);
}

.aas-header-cari {
    background: linear-gradient(0deg, rgba(0, 57, 113, 0.4), rgba(0, 57, 113, 0.4)), url(../Images/BG/cari.jpg);
}

.aas-header-gcc {
    background: linear-gradient(0deg, rgba(0, 57, 113, 0.4), rgba(0, 57, 113, 0.4)), url(../Images/BG/ggc.jpg);
}

.aas-aesa-wrapper {
    padding: 50px 0;
    margin-bottom: 50px;
}

.aas-aesa-goal-title {
    font-weight: bold;
    font-size: 15px;
}


/* span.blue {
    color: rgb(0, 57, 113);
    font-weight: bold;
} */

.aas-aas-open-wrapper {
    padding: 50px 0;
}

.aas-cari-wrapper {
    padding: 50px 0;
}

.aas-gcc-wrapper {
    padding: 50px 0;
}

#mapdiv {
    width: 100%;
    height: 100%;
}

#mapdiv a {
    display: none !important;
}

.ammapDescriptionWindow {
    width: 30% !important;
    background-color: #ccc;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    opacity: 0.95;
    overflow: auto;
    left: 10px !important;
    bottom: 10px;
    top: unset !important
}

.ammapDescriptionTitle {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

div.amcharts-chart-div+div {
    width: 100%;
    position: relative !important;
}

.ammapDescriptionText .aas-map-desc {
    margin-bottom: 10px;
}

.ammapDescriptionText p {
    margin-bottom: 5px;
}

.feedback-wrapper a.close {
    z-index: 1000;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 600;
    padding: 20px;
    display: inline-block;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.feedback-wrapper a.close:hover {
    color: rgba(0, 0, 0, 0.7);
}

.feedback-wrapper button, .feedback-wrapper input.button {
    background-color: rgb(0, 57, 113);
    color: #fff;
    border: none;
    padding: 10px 30px;
    cursor: pointer;
    font-weight: 300;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.feedback-wrapper button:hover {
    background-color: rgb(255, 199, 39);
}

.feedback-wrapper button:active,
.feedback-wrapper button:focus {
    outline: none;
}

.feedback-wrapper button#feedback {
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-block;
    -moz-border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 0;
    z-index: 999;
}

.feedback-wrapper .feedback-box {
    z-index: 1000;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 50%;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    pointer-events: none;
}

.feedback-wrapper .feedback-box.show {
    border: 1px solid #ddd;
}

.feedback-wrapper .feedback-box .content {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background: white;
    border-right: none;
    border-bottom: none;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -moz-transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
    -o-transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
    -webkit-transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
    transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
}

.feedback-wrapper .feedback-box .confirm {
    z-index: 999;
    color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #41C289;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
    -o-transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
    -webkit-transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
    transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
}

.feedback-wrapper .feedback-box .confirm h1 {
    text-align: center;
    font-family: 'Raleway', serif;
    font-weight: 600;
    font-size: 40px;
    margin-top: 115px;
}

.feedback-wrapper .feedback-box .confirm h1 i {
    vertical-align: 3px;
}

.feedback-wrapper .feedback-box .confirm h1 span {
    display: block;
    font-weight: 300;
    text-transform: none;
    letter-spacing: .02em;
    margin-top: 20px;
    font-size: 35px;
}

.feedback-wrapper .feedback-box.show {
    pointer-events: auto;
}

.feedback-wrapper .feedback-box.show .content {
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.feedback-wrapper .feedback-box.show-confirm .confirm {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.feedback-wrapper .feedback-box.error textarea {
    border-color: red;
}

.feedback-wrapper .feedback-box header {
    z-index: 1000;
    background-color: #F7F7F7;
    color: rgb(0, 57, 113);
    font-weight: 400;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.feedback-wrapper .feedback-box section {
    padding: 30px;
    overflow: hidden;
    -moz-transition: all ease;
    -o-transition: all ease;
    -webkit-transition: all ease;
    transition: all ease;
}

.feedback-wrapper .feedback-box section textarea {
    z-index: 999;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    line-height: 1.5;
    resize: none;
    color: #333;
    border: 1px solid #ddd;
    height: 150px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feedback-wrapper .feedback-box section textarea:focus {
    outline: none;
    border: 1px solid #999;
}

.feedback-wrapper .feedback-box section button, .feedback-wrapper .feedback-box section input.button {
    display: block;
    padding: 15px;
    text-align: center;
    width: 100%;
    cursor: pointer !important;
}

.feedback-wrapper .show-confirm a.close {
    color: #fff;
}

.feedback-wrapper #block-webform > h2{
    display: none;
}

.aas-aesa-goal {
    padding: 100px;
    font-size: 13px;
}

.aas-aesa-goal1 {
    background: rgb(0, 57, 113) url(../Images/countries/algeria.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80%;
    color: #fff;
}

.aas-aesa-goal2 {
    background: rgb(255, 199, 39) url(../Images/countries/nigeria.png);
    background-repeat: no-repeat;
    color: rgb(0, 57, 113);
    margin-top: -100px;
    background-position: 70% 10%;
    background-size: 80% 90%;
}

.aas-aesa-goal3 {
    background: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    color: rgb(0, 57, 113);
}

.aas-aesa-goal4 {
    background: rgb(89, 89, 89) url(../Images/countries/tunisia.png);
    background-repeat: no-repeat;
    color: #fff;
    margin-top: -120px;
    background-position: 70% 50%;
    background-size: 80% 90%;
}

.aas-page-content{
    padding: 50px 0;
    margin-top: 90px;
}

.aas-page-contents{
    padding: 50px 0;
}

.mt90{
    margin-top: 90px;
}

.margin-auto{
    margin: auto;
}

.form-text {
    margin-top: .25rem;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input.form-submit{
    background: rgb(0, 57, 113);
    color: #fff;
    padding: 10px;
    width: 100%;
    border: none;
    margin-top: 20px;
}

label.form-required{
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
}

form div.description{
    color: #17a2b8;
    font-size: 12px;
}


.aas-future-campus-content{
    position: absolute;
    left: 1%;
    top: 25%;
    width: 75%;
    height: 68%;
}

.aas-future-campus-content p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.aas-future-campus-content .card-title {
    margin-bottom: .75rem;
    font-weight: bold;
    font-size: 16px;
}

.aas-future-campus-content-header {
    background: rgba(0, 57, 113, 0.8);
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.aas-future-campus-content-text{
    padding: 0;
    height: 100%;
}

.aas-future-campus-content-text #v-pills-tab{
    background: rgba(255, 255, 255, 0.8);
}


#block-aas-page-title{
    display:none;
}

.aas-vacancy-wrapper .field-content{
    display: inline-block;
}

.views-exposed-form label{
    display: block;
    width: 100%;
    margin: 0;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.views-exposed-form select{
    font-size: 14px;
    border-radius: 0;
    height: 40px;
    width:100%;
    margin-top: -8px;
    background: #fff;
    display: inline-block;
    padding: 8px;
    cursor: pointer;
    color: rgb(0, 57, 113);
    border: 2px solid rgb(255, 199, 39);
}

.aas-vacancy-filter .js-form-item{
    display: inline-block;
    width:22%;
    margin-right: 1%;
}

.views-exposed-form input.form-submit{
    width:25%;
}


.aas-tender-wrapper .views-wrapper{
    background: #fff;
    margin-bottom: 40px;
}

.aas-tender-wrapper span.views-label + div{
    display: inline-block;
}

.aas-tender-wrapper span.views-label{
    font-weight: bold;
}
.aas-tender-wrapper .views-field-title{
    margin-bottom: 20px;
}

.aas-tender-wrapper .views-field-body{
    margin-bottom: 30px;
}

.aas-tender-wrapper .aas-tender-details a, .aas-tender-wrapper .aas-tender-details a:hover{
    text-decoration: none;
    color: #fff;
}

.aas-tender-wrapper .views-element-container > h2{
    display: none;
}

.aas-tender-page .aas-tender-date div{
    display: inline-block;
}

.aas-tender-page-content{
    margin-top: 20px;
    margin-bottom: 20px;
}

.aas-platform-link{
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 0 100px;
}

.aas-platform-link a{
    background: rgb(0, 57, 113);
    color: #fff;
    padding: 10px;
    text-decoration: none;
}

.aas-funding-call-dates > div{
    display: inline-block;
}

#block-views-block-funding-calls-block-1 > div{
    position: relative;
}

.aas-calls nav.pager{
    position: absolute;
    top: 0;
    width: 100%;
}

.aas-calls nav.pager .pager__item--ellipsis,
.aas-calls nav.pager .pager__item--first,
.aas-calls nav.pager .pager__item--last{
    display: none;
}

.aas-calls nav.pager .pager__item{
    list-style-type: none;
    position: absolute;
}

.aas-calls ul.pager__items{
    position: relative;
}

.aas-calls .views-wrapper{
    padding: 0;
}

.aas-calls nav.pager .pager__item--previous{
    left: 0;
    margin-top: 10px;
}

.aas-calls nav.pager .pager__item--next{
    right: 0;
}

.aas-calls nav.pager .pager__item--previous a{
    border: 2px solid rgb(255, 199, 39);
    color: rgb(0, 57, 113);
    padding: 10px 30px;
    font-size: 14px;
    background: transparent;
}

.aas-calls nav.pager .pager__item--next a{
    display: block;
    background: rgb(255, 199, 39);
    color: #fff;
    padding: 10px 30px;
    border: none;
    font-size: 14px;
}

.aas-calls nav.pager .pager__item--previous a:hover,.aas-calls nav.pager .pager__item--next a:hover{
    text-decoration: none;
}

.aas-future-campus-content-text .card{
    background-color: transparent;
    border: none;
}

.aas-future-campus-content-text .card-header{
    border-bottom: 1px solid #fff;
}

form.subscribe.loading i.fa-arrow-right, form.subscribe.loaded i.fa-spin{
    display: none;
}

form.subscribe.loading i.fa-spin, form.subscribe.loaded i.fa-arrow-right{
    display: inline-block;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search form {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: #000;
    background: #fff;
    outline: none;
    padding: 50px 20px;
}

#search .xclose {
    position: fixed;
    top: 40%;
    right: 21%;
    z-index: 999;
    opacity: 1;
    font-size: 24px;
    color: #000;
    cursor: pointer !important;
}

#search .close:hover {
    color: #FC2121;
    cursor: pointer;
}

.right-menu span.fa-stack {
    cursor: pointer;
}

#search input {
    padding: 15px 20px;
    box-shadow: none;
    border: 1px solid #aaa;
    width: 70%;
}

.search-btn,.search-btn:hover {
    background: rgb(0, 57, 113);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 19px 40px;
    border-radius: 0;
}

.search-icon i{
    cursor: pointer !important;
    color: rgb(0, 57, 113);
}

.aas-news-page .news-header {
    color:rgb(0, 57, 113);
    font-size: 30px;
    font-family: 'Cardo', sans-serif;
    line-height: 1.5;
}

.aas-news-page .news-date{
    font-weight: bold;
    margin-bottom: 30px;
}

.aas-news-page .press-header {
    color: rgb(255, 199, 39);
    font-size: 30px;
    margin-bottom: 0;
}

.aas-news-page .press-subtitle {
    color: rgb(0, 57, 113);
    font-size: 25px;
}

.aas-news-image-wrapper{
    overflow: hidden;
    position: relative;
    padding-bottom: 75%;
}

.aas-news-image-wrapper img{
    /*transition: transform .5s ease;*/
    position: absolute;
    height: 100%;
}

.aas-news-image-wrapper:hover img {
    /*transform: scale(1.5);*/
}

.aas-press-location{
    font-style: italic;
    font-weight: bold;
}

.aas-press-location div{
    display: inline-block;
}
.barba-container {
    /*-webkit-transform: translateZ(0);*/
    /*-ms-transform: translateZ(0);*/
    /*transform: translateZ(0);*/
    /*!* Other transform properties here *!*/
}

.aas-privacy{
    text-align: center;
    margin-top: -10px;
}

.customer-logos .slide{
    display: inline-block;
    margin-bottom: 30px;
}

.customer-logos .slide img{
    width: 170px;
    margin-right: 20px;
}

.aas-affiliates-filter .js-form-item, .aas-affiliates-filter .js-form-wrapper{
    display: inline-block;
    width:22%;
    margin-right: 1%;
}

.aas-affiliates-filter .views-exposed-form input.form-submit {
    width: 100%;
}

.aas-fellows-filter .js-form-item, .aas-fellows-filter .js-form-wrapper{
    display: inline-block;
    width:18%;
    margin-right: 1%;
}

.aas-fellows-filter .views-exposed-form input.form-submit {
    width: 100%;
}

.aas-fellows-rows header, .aas-affiliates-rows header{
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

.aas-about-timeline-image .zoomImg{
    background: rgba(0, 57, 113, 0.8);
    /*padding-left: 50px;*/
}

.excellence, .aas-person {
    background: rgb(0, 57, 113);
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
}

.aas-person{
    text-align: left;
    margin-bottom: 30px;
}

.excellence img, .aas-person img {
    opacity: 1;
    transition: 0.5s opacity;
    width: 100%;
}

.excellence .excellence-desc, .aas-person .aas-person-desc {
    background-color: rgba(0, 57, 113, 0.6);
    bottom: 0px;
    color: white;
    font-size: 1.2em;
    left: 0px;
    padding: 5px 15px;
    position: absolute;
    transition: 0.5s padding;
    text-align: center;
    width: 100%;
}

.aas-person .aas-person-desc{
    text-align: left;
}

.excellence:hover img, .aas-person:hover img {
    opacity: 0.7;
}

.excellence:hover .excellence-desc, .aas-person:hover .aas-person-desc {
    padding-bottom: 10%;
}


.form-item-name-starts-with, .form-item-type{
    display: none !important;
}

.alpha-filters .page-link {
    margin-right: 10px;
    background-color: #f1f1f1;
    color: rgb(0, 57, 113);
    font-weight: bold;
}

.alpha-filters .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: rgb(0, 57, 113);
    border-color: rgb(0, 57, 113);
}


.aas-bg-blue{
    background: rgb(0, 54, 112)
}

.aas-news-impact .aas-news-text{
    background: #fff;
}

.aas-news-content{
    margin-bottom: 40px;
    margin-top: -70px;
}

.aas-news-content-header{
    background: #fff;
    padding: 20px 100px 5px 40px;
}

.aas-news-content-text{
    padding: 20px 100px 30px 40px;
}

.aas-news-poster{
    margin-top: 0;
}

.aas-news-poster img{
    width: 100%;
    height: auto;
    margin-left: -50px;
}

.aas-news-share{
    padding: 30px 50px;
}

.aas-calls-share{
    padding: 30px 10px;
}

.aas-news-share p{
    font-size: 20px;
    color: rgb(0, 57, 113);
    font-weight: bold;
    margin-bottom: 30px;
}

.aas-news-share a, .aas-news-share a:hover{
    color: #000;
    text-decoration: none;
    margin-right: 20px;
}

.aas-news-type{
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 0px;
    color: #fff;
    font-size: 0.6em;
    background: rgb(0, 57, 113);
    padding: 1px 20px;
    display:none;
}


.aas-news-share a i{
    font-size: 25px;
}

.aas-news-share p span{
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(255, 199, 39);
}

.aas-map-wrapper{
    margin-top: 80px;
}

div.aas-mentorship{
    margin-top: 30px;
    font-size: 20px;
    color: rgb(0, 57, 113);
    margin-bottom: 20px;
}

div.aas-mentorship p{
    border-bottom: 2px solid rgb(255, 199, 39);
    padding-bottom: 5px;
    display: inline;
}

div.aas-mentorship i{
    font-size: 25px;
}

.aas-mentorship-scheme-wrapper {
    padding: 0 40px;
}

.aas-mentorship-scheme-right {
    background: rgb(0, 54, 112) url(../Images/Other/governance3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 60px 30px 100px 60px;
    color: #fff;
    min-height: 600px;
}

.aas-mentorship-scheme-content .card-header {
    background: none;
    border-bottom: 1px solid #fff;
    padding: .75rem 0rem .75rem 0;
}

.aas-mentorship-scheme-content .card-header .card-title {
    font-size: 14px;
    font-weight: bold;
    color: #fff
}

.aas-mentorship-scheme-content .accordion .card-header:after {
    color: #fff;
    cursor: pointer !important;
}

.aas-mentorship-scheme-content .card-body {
    font-size: 14px;
}

.aas-mentorship-scheme-content .card {
    border: none;
    background: transparent;
}

.aas-mentorship-scheme-other{
    font-size: 20px;
    margin-top: 100px;
}

.aas-mentorship-scheme-left .card-header {
    background: none;
    border-bottom: 1px solid #000;
    padding: .75rem 0rem .75rem 0;
}

.aas-mentorship-scheme-left .card-header .card-title {
    font-size: 14px;
    font-weight: bold;
    color: #000
}

.aas-mentorship-scheme-left .accordion .card-header:after {
    color: #000;
    cursor: pointer !important;
}

.aas-mentorship-scheme-left .card-body {
    font-size: 14px;
}

.aas-mentorship-scheme-left .card {
    border: none;
    background: transparent;
}


.aas-header-mentors {
    background: linear-gradient(0deg, rgba(0, 58, 112, 0.35), rgba(166, 36, 30, 0.45)), url(../Images/BG/mentorship.jpg);
}

#barba-wrapper{
    display: none;
}

#ResourcesMenu .list-group-item, #ResourcesMenu .list-group-item:hover{
    border:none;
    color: rgb(0, 57, 113);
    border-bottom: 1px solid rgb(255, 199, 39);
    background-color: transparent;
}

#ResourcesMenu .list-group-item.active {
    font-weight: bold;
    background-color: transparent;
}

#ResourcesMenu #policies{
    padding-left: 30px;
}

#ResourcesMenu .list-group-item:not(.collapsed) i.fa-caret-right,
#ResourcesMenu .list-group-item.collapsed i.fa-caret-down{
    display: none;
}


#ResourcesMenu .list-group-item:not(.collapsed) i.fa-caret-down{
    display: inline-block;
}

.toolkit-l{
    background: rgb(235, 235, 235);
    color: rgb(0, 57, 113);
    padding: 20px 20px;
    font-weight: bold;
}

.toolkit-r{
    background: rgb(0, 57, 113);
    color: #fff;
}

.toolkit-r a, .toolkit-r:hover{
    color: #fff;
}

.toolkit-r i{
    font-size: 40px;
}

.mentorship-resources a, mentorship-resources a:hover{
    color: #fff;
}

.useful-links{
    background: #f7f6f6;
    padding: 20px 30px;
}

.useful-links-title{
    display:none;
}

.useful-links-title span{
    border-bottom: 2px solid rgb(255, 199, 39);
}


.aas-page-accordion .card-header {
    background: none;
    border-bottom: 1px solid #000;
    padding: .75rem 0rem .75rem 0;
    margin-bottom: 0 !important;
}

.aas-page-accordion .card-header .card-title {
    font-size: 14px;
    font-weight: bold;
}

.aas-page-accordion .accordion .card-header:after {
    cursor: pointer !important;
}

.aas-page-accordion .card-body {
    font-size: 14px;
    text-align: left!important;
}

.aas-page-accordion .card {
    border: none;
    background: transparent;
}

.aas-page-accordion .card-header .card-title > div{
    display: inline-block;
}

.user-login-form{
    width: 50%;
}


.social {
    right:0;
    z-index: 9999;
    top:15%;
    position: fixed;
    padding: 0 10px;
    margin-top: 30px;
    perspective: 1000px;
    background: #fff;
    box-shadow: -1px 2px 2px -1px #313131;
}

.social li{
    display: block;
}

.social li a {
    height: 20px;
    width: 30px;
    font: normal normal normal 16px/20px 'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
    color: rgb(0, 58, 112);
    -webkit-font-smoothing: antialiased;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    transition: background .5s ease .300ms
}

.home.social{
    box-shadow: none;
    background: rgba(0,0,0,0.5);
}

.home.social li a{
    color:#fff;
}

.social li a:hover { color: rgb(255, 199, 39); }


.mb5{
    margin-bottom: 5px;
}

.aas-fellows-wrap .aas-person .aas-person-desc, .aas-fellows-wrap .aas-fellow-elected, .aas-fellows-wrap .aas-fellow-name,
.aas-affiliates-rows .aas-person .aas-person-desc, .aas-affiliates-rows .aas-fellow-elected, .aas-affiliates-rows .aas-fellow-name{
    font-size: 10px;
}


.aas-fellows-wrap .aas-fellow-elected{
    font-weight: normal;
}

.gc-image{
    margin-top: 60px;
    margin-bottom: 60px;
}

.aas-profile-single .aas-fellow-modal-section {
    color: rgb(0, 57, 113);
    padding: 20px 20px 10px 20px;
    background: transparent;
}

.aas-profile-single .aas-fellow-modal-underline {
    background: rgb(0, 57, 113);
    border-bottom: 3px solid rgb(0, 57, 113);
}

div.aas-prof{
    position: absolute;
    right: -40px;
    top: 50px;
    z-index: 10;
}


.hidden{
    display: none;
}
.album {
    position:relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom:50px;
    cursor: pointer;
}

.album-content{
    position:absolute;
    color:#fff;
    bottom:10px;
    left:10px;
    right:10px;
}

.album-content span{
    font-size:13px;
}

.albums-wrapper{
    padding: 50px 50px 0 50px;
    background: #ebebeb;
}

.square:before{
    content: "";
    display: block;
    padding-top: 100%;  /* initial ratio of 1:1*/
}

.album-title{
    font-size: 14px;
}

.album-see{
    color:rgb(0, 57, 113);
    font-weight: bold;
    cursor: pointer;
    margin-top: -35px;
}

.gallery-header{
    font-weight: bold;
}

.text-bold{
    font-weight: bold;
}

.policies-group{
    margin-top: 26px;
}

.policies-group .list-group-item, .policies-group .list-group-item:hover{
    font-size: 14px;
    margin-bottom: 0px;
    border:none;
    border-bottom: 1px solid #aaa;
    color: rgb(0, 57, 113);
    background-color: transparent;
}

.policies-group .list-group-item.active{
    font-weight: bold;
}

.aas-accordion{
    color:#fff;
}

.aas-accordion .card-header{
    color:#fff;
    background: none;
    border-bottom: 1px solid #fff;
    padding: .75rem 0rem .75rem 0;
}

.aas-accordion .card-body{
    font-size: 14px;
    text-align: left!important;
    color:#fff;
}

.aas-accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #fff;
    cursor: pointer !important;
}

.aas-accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}


/****AESA*******/
.aesa-menu{
    padding: 10px 50px;
    background: rgba(242,101,33, 0.8);
    width:80%;
    left:150px;
    top:110px;
    position: absolute;
}

.aesa-menu a{
    color: #fff;
    text-decoration: none;
    margin-right: 30px;
}

.aesa-menu a.active, .aesa-menu a:hover{
    color:#fcc03d;
}

.aesa-logo{
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
}

.aesa-title{
    color:rgb(0, 58, 112);
    line-height: 2;
    text-align: center;
}

.aesa-carousel{
    background: #ebebeb;
    padding: 50px;
}

.aesa-carousel .carousel-control-next, .aesa-carousel .carousel-control-prev {
    width: auto;
}

.aesa-carousel-nav{
    font-size: 40px;
    color: rgb(0, 58, 112);
    opacity: 1;
}

.aesa-carousel .carousel-item video{
    width:100%;
    display: flex;
    object-fit: fill;
    height: 100%;
}

.aesa-carousel .carousel-indicators{
    bottom:-40px;
}

.aesa-carousel .carousel-indicators li {
    opacity: 1;
    width: 60px;
    height: 4px;
}

.aesa-carousel .carousel-indicators li.active{
    background-color: #fec63d;
}

.aas-orange-bg{
    background-color: #f17236;
}

.aesa-carousel .carousel-height{
    height: 350px;
    padding-right: 0;
    padding-left: 0;
}

.aesa-carousel .video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.aesa-carousel .video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.aesa-carousel .video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.aesa-carousel .video-overlay-play-button:hover {
    opacity: 1;
}

.aesa-carousel .video-overlay-play-button.is-hidden {
    display: none;
}

.aesa-carousel-button, .aesa-carousel-button:hover{
    border: 3px solid #fff;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.aas-carousel-sidebar h2{
    font-size: 30px;
    color: #fff;
    margin-bottom: 50px;
}

.aas-carousel-sidebar{
    padding: 50px 100px 0 100px;
    text-align: center;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.aesa-cards{
    padding: 0 100px;
}

.aesa-cards .list-group-item:first-child{
    border-top:none;
}

.aesa-cards .card-header{
    padding: 0;
    text-align: center;
    border: none;
}

.aesa-cards .card-title{
    padding: 0;
    background: #fff;
    width: 80%;
    margin-left: 10%;
    color: rgb(0, 58, 112);
}

.aesa-cards .card{
    padding: 0;
    border: none;
    border-radius: 0;
}

.aesa-cards .list-group{
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.aesa-cards .list-group-item {
    border-bottom: 1px solid rgba(255,255,255,.5);
    margin-bottom: 0;
    font-size: 13px;
}

div.aesa-cards > div.row > div.col-md-3:nth-child(1) .aesa-card,
div.aesa-cards > div.row > div.col-md-3:nth-child(1) .aesa-card .card-header,
div.aesa-cards > div.row > div.col-md-3:nth-child(1) .aesa-card .list-group-item,
div.aesa-cards > div.row > div.col-md-3:nth-child(1) .aesa-card .list-group{
    background-color: #f26522;
}

div.aesa-cards > div.row > div.col-md-3:nth-child(2) .aesa-card,
div.aesa-cards > div.row > div.col-md-3:nth-child(2) .aesa-card .card-header,
div.aesa-cards > div.row > div.col-md-3:nth-child(2) .aesa-card .list-group-item,
div.aesa-cards > div.row > div.col-md-3:nth-child(2) .aesa-card .list-group{
    background-color: #003a70;
}
div.aesa-cards > div.row > div.col-md-3:nth-child(3) .aesa-card,
div.aesa-cards > div.row > div.col-md-3:nth-child(3) .aesa-card .card-header,
div.aesa-cards > div.row > div.col-md-3:nth-child(3) .aesa-card .list-group-item,
div.aesa-cards > div.row > div.col-md-3:nth-child(3) .aesa-card .list-group{
    background-color: #68ad86;
}
div.aesa-cards > div.row > div.col-md-3:nth-child(4) .aesa-card,
div.aesa-cards > div.row > div.col-md-3:nth-child(4) .aesa-card .card-header,
div.aesa-cards > div.row > div.col-md-3:nth-child(4) .aesa-card .list-group-item,
div.aesa-cards > div.row > div.col-md-3:nth-child(4) .aesa-card .list-group{
    background-color: #595959;
}

div.aesa-cards > div.row > div.col-md-3:nth-child(5) .aesa-card,
div.aesa-cards > div.row > div.col-md-3:nth-child(5) .aesa-card .card-header,
div.aesa-cards > div.row > div.col-md-3:nth-child(5) .aesa-card .list-group-item,
div.aesa-cards > div.row > div.col-md-3:nth-child(5) .aesa-card .list-group{
    background-color: #f26522;
}

.aesa-cards .list-group-item span{
    padding-left: 10px;
    display: block;
}

.aesa-cards .card-img-top{
    height: 15vw;
    object-fit: cover;
}

.fs14{
    font-size: 14px;
}

.aesa-partners .slide{
    display: inline-block;
    margin-bottom: 30px;
}

.aesa-partners .slide img{
    width: 170px;
    margin-right: 20px;
}

.aas-header-aesa {
    background: linear-gradient(0deg, rgba(0, 57, 113, 0.1), rgba(0, 57, 113, 0.1)), url(../Images/BG/aesa.jpg);
}

.aesa-grey-bg{
    background-color: #ebebeb;
    padding-top:20px;
    padding-bottom:20px;
}

.aas-prog-item{
    margin-bottom: 60px;
}

.aas-prog-image-wrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 75%;
}

.aas-prog-image-wrapper img {
    transition: transform .5s ease;
    position: absolute;
    height: 100%;
}

.aas-prog-text {
    color: #f17236;
    margin-top: -35px;
    position: relative;
    font-size: 17px;
    width: 86%;
    margin-left: 9%;
}

.aesa-prog-title{
    padding: 20px 0;
    font-size: 14px;
    padding-right: 5px;
}

.aesa-prog-title a, .aesa-prog-title a:hover{
    color: #f17236;
    text-decoration: none;
}

.aas-prog-text.white{
    background-color: #fff;
}

.aas-prog-text.grey{
    background-color: #ebebeb;
}

.aesa-prog-icon-wrapper{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

.aesa-prog-icon-wrapper img{
    width: 50% !important;
}

.aesa-bg-yellow{
    background-color: #fec63d;
}

.aesa-bg-maroon{
    background-color: #a6231d;
}

.aesa-bg-orange{
    background-color: #f26521;
}

.aesa-bg-green{
    background-color: #68ad86;
}

.aesa-bg-dark{
    background-color: #4f6d7a;
}

.aesa-bg-light-green{
    background-color: #c1d045;
}

.aesa-bg-dark-blue{
    background-color: #003a70;
}

.aesa-bg-light-blue{
    background-color: #018090;
}

.aesa-bg-brown{
    background-color: #d39c2f;
}

.aesa-bg-purple{
    background-color: #c237eb;
}

.aesa-bg-dark-green{
    background-color: #065034;
}

.aesa-title-sp{
    display: flex;
    width: 100%;
    align-items: center;
}

.aesa-title-sp:after {
    content: '';
    height: 2px;
    background: linear-gradient(to right, #fec63d, #f26521,  #d39c2f, #003a70);
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.aesa-title-sp:after {
    margin: 0 0 0 20px;
}

.aas-prog-text a{
    cursor: pointer !important;
}

.aesa-accordion .card-title, .aesa-team-title{
    font-family: 'Cardo', sans-serif;
    font-size: 20px;
    color:rgb(0, 58, 112) !important;
}

.aesa-accordion .card-header:after {
    color: rgb(0, 58, 112);
    font-size: 22px;
}

.aesa-accordion .card{
    border:none;
}

.aesa-accordion .card-header{
    background: transparent;
    width: 80%;
}

.aesa-team-title{
    display: flex;
    width: 100%;
    align-items: center;
}

.aesa-team-title:after {
    content: '';
    height: 2px;
    background: linear-gradient(to right, #ebebeb,#ebebeb);
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.aesa-team-title:after {
    margin: 0 0 0 20px;
}

.aesa-team-member {
    background: rgb(0, 57, 113);
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
}

.aesa-team-member img{
    opacity: 1;
    transition: 0.5s opacity;
    width: 100%;
}

.aesa-team-member .aesa-team-member-details {
    background-color: rgba(0, 57, 113, 0.6);
    bottom: 0px;
    color: white;
    font-size: 1.2em;
    left: 0px;
    padding: 5px 15px;
    position: absolute;
    transition: 0.5s padding;
    text-align: left;
    width: 100%;
}

.aesa-team-member:hover img {
    opacity: 0.7;
}

.aesa-team-member:hover .aesa-team-member-details {
    padding-bottom: 10%;
}

.aesa-team-member-details span{
    font-size: 10px;
    display: block;
    margin: 0;
}

.aesa-prog-sidebar{
    padding: 20px;
}

.aesa-text-blue{
    color:rgb(0, 58, 112);
}

.aesa-prog-links .list-group{

}

.aesa-prog-links .list-group-item{
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(243,133,84,0.5);
    color: #f38554;
    padding-right: 0;
    font-weight: bold;
    margin-bottom: 20px;
}

.aesa-prog-links .list-group-item a,
.aesa-prog-links .list-group-item a:hover{
    color: #f38554;
    text-decoration: none;
}

.aesa-prog-links .list-group-item i{
    font-size: 30px;
}

.aesa-prog-links .list-group-item, .aesa-prog-links .list-group-item *{
    cursor: pointer !important;
}

.aesa-header-title{
    margin-top: 50px;
    margin-left: 21%;
}

.aesa-header-subtitle{

}

.aesa-header-subtitle{
    display: flex;
    width: 100%;
    align-items: center;
}

.aesa-header-subtitle:before {
    content: '';
    height: 2px;
    background: linear-gradient(to right, #fec63d, #fec63d);
    margin: 0 20px 0 0;
    width:36%;
}

.aesa-header-subtitle:after {
    margin: 0 0 0 20px;
}

.aesa-header{
    margin-left: -6%;
}

.aesa-prog-menu{
    margin-left: 10%;
    margin-top: -25px;
}

.aesa-prog-menu a{
    color: #fff;
    font-size: 18px;
    margin-right: 30px;
    cursor: pointer !important;
    text-decoration: none;
}

.aesa-prog-menu a.active, .aesa-prog-menu a:hover{
    color:#f38554;
}

.aas-not-home .africa-svg {
    z-index: -1;
}

.aas-prog-text a{
    color: #f17236;
    text-decoration: none;
}

.insights-wrap{
    padding: 50px 20px;
}

.insights-nav{
    background: #fff;
    padding: 40px 20px;
}

.insights-nav li{
    width: 100%;
    padding: 10px 0;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ebebeb;
}

.insights-nav li a{
    color: #000;
    border: none !important;
}

.insights-nav li a .fa-bg{
    color: rgb(255, 199, 39);
}

.insights-nav li a .fa-icon{
    color: #fff;
}

.insights-nav li a .fa-stack{
    margin-right: 10px;
    display: none;
}


.insights-nav li a.active, .insights-nav li a:hover{
    border: none !important;
    color:rgb(0, 58, 112) !important;
    font-weight: bold;
}

.insights-content{
    padding: 50px 0;
}

.aesa-content{
    padding-right: 20px;
    text-align: justify;
}

.aesa-programmes div.aesa-programme:nth-child(even){
    background-color: #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
}

.aesa-programmes div.aesa-programme:nth-child(even) .aas-prog-text{
    background-color: #fff !important;
}

#videoModal .modal-content {
    background-color: transparent !important;
    border: none !important;
}

.video-wrapper{
    position: relative;
}

.video-play-btn{
    position: absolute;
    display: block;
    background: url(../Images/play-btn.png);
    height: 100%;
    width: 100%;
    top: 45%;
    left: 45%;
    background-size: 50px 50px;
    background-repeat: no-repeat;
}

.aas-grantee-modal-right {
    padding: 30px 30px 30px 60px;
}

.aas-grantee-modal-right-content {
    font-size: 12px;
    color: #000;
    line-height: 2.0;
    height: 240px;
    overflow: hidden;
}

.aas-grantee-modal-right-header {
    font-size: 14px;
    font-weight: bold;
    color: rgb(0, 57, 113);
    position: relative;
}

.aas-grantee-modal-right-header::after{
    content: '';
    position: absolute;
    bottom: -8px;
    left:0;
    width: 30%;
    height: 2px;
    background-color: rgb(0, 57, 113);
}

.aas-grantee .excellence-desc{
    font-size: 13px;
    left: 10px;
    bottom: -10px;
}

.aas-grantee .excellence{
    position: absolute;
    right: -40px;
    top: 50px;
    z-index: 10;
}

.aas-grantee{
    margin-bottom: 50px;
}

.aas-grantee-modal-right-content + a{
    color: rgb(0, 57, 113);
    font-size: 12px;
    font-weight: bold;
}

div#grantees{
    margin: 0 -50px;
}

.news-sidebar{
    padding: 20px;
    font-size: 12px;
    border-top: 3px solid #ebebeb;
    border-bottom: 3px solid #ebebeb;
}

.news-sidebar-text{
    padding: 20px;
}

body.aas-body-home{
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
}

.segment {
    background: rgb(0, 57, 113);
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
    height: 90%;
}

.segment img {
    opacity: 1;
    transition: 0.5s opacity;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.segment .segment-desc {
    bottom: 0px;
    color: white;
    font-size: 14px;
    left: 0px;
    padding: 10px 60px;
    position: absolute;
    transition: 0.5s padding;
    text-align: center;
    width: 100%;
}

.segment .segment-desc-1 {
    background-color: rgba(0, 57, 113, 0.6);
}

.segment .segment-desc-2 {
    background-color: rgba(166, 36, 30,0.6);
}

.segment .segment-desc-3 {
    background-color: rgba(70, 55, 48,0.6);
}

.segment:hover img{
    opacity: 0.7;
}

.segment:hover .segment-desc{
    padding-bottom: 10%;
}

.home-bottom-section{
    z-index: 10;
    position: relative;
    background: #d6d6d6;
}

.segment-title{
    margin: 0;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.links-header{
    font-weight: bold;
    font-size: 20px;
}

.aas-quick-links a,
.aas-quick-links a{
    color: #000;
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
}

.aas-quick-links .links-title{
    text-transform: uppercase;
    color: rgb(0, 57, 113);
    font-weight: bold;
}

.segment-desc a,.segment-desc a:hover{
    color: #fff;
    text-decoration: none;
}

.has-search .form-control {
    padding-left: 2.375rem;
    font-size: 14px;
    border-radius: 0;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    font-size: 25px;
    color: rgb(0, 57, 113);
}

p.filterby{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

div#pub_type p, div#category1_filter p{
    color: rgb(0, 57, 113);
    margin-bottom: 5px;
    cursor: pointer !important;
    display: inline-block;
  margin-right: 20px;
  font-size: 12px;
}

div#pub_type p.active,div#category1_filter p.active{
  color: #fff;
  background: rgb(0, 57, 113);
  display: inline-block;
  padding: 5px 20px;
}

div.pub_search, div.in_the_press_search{
  border-left: 4px solid rgb(0, 57, 113);
}

.sel_pub_type{
    color: #fff;
    background: rgb(0, 57, 113);
    display: inline-block;
    padding: 5px 30px;
}

.aas-big-picture {
    padding: 20px 10px 20px 10px;
    height: 100%;
    border-bottom: 2px solid #c0c0c0;
}

.aas-in_the_press {
    padding: 20px 10px 20px 10px;
    height: 100%;
}

.w-50{
    width:50%;
}


img[data-align="left"] {
    float: left;
    margin: 0 20px 0 0;
    clear: both;
}

img[data-align="right"] {
    float: right;
    margin: 0 0 0 20px;
    clear: both;
}

.eu-cookie-compliance-more-button,
.eu-cookie-compliance-secondary-button
{
    font-size: 15px;
    color: rgb(0, 57, 113);
}

.eu-cookie-compliance-default-button,
.eu-cookie-compliance-default-button:hover{
    background: none;
    box-shadow: none;
    color: #929292;
    text-shadow: none;
    padding: 0;
    font-size: 15px;
    border: none;
}

div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
    background: rgba(255,255,255,0.9);
}

#sliding-popup h1, #sliding-popup h2, #sliding-popup h3, #sliding-popup p, #sliding-popup label, #sliding-popup div, .eu-cookie-compliance-more-button, .eu-cookie-compliance-secondary-button, .eu-cookie-withdraw-tab {
    color: rgb(0, 57, 113);
}

.aas-newsf-type{
    color: #fff;
    padding: 5px;
    background-color: rgb(0, 57, 113);
    display: inline-block;
    font-size: 14px;
}


.aas-newsf-row {
    /*border-bottom: 3px solid #eaeaea;*/
    margin-top: 30px;
    padding: 0 80px 30px 80px;
}

.aas-newsf-wrapper {
    position: relative;
}


.aas-newsf-dates {
    font-size: 14px;
    margin: 5px 0px;
    font-weight: bold;
}

p.aas-newsf-title {
    color: rgb(0, 57, 113);
    font-size: 18px;
    font-weight: bold;
    font-family: 'Cardo', sans-serif;
}

.aas-newsf-description {
    font-size: 14px;
    line-height: 1.8;
}

.aas-future-campus-content-text .nav-pills .nav-link.active,
.aas-future-campus-content-text .nav-pills .show>.nav-link {
    color: #99a533 !important;
    background-color: transparent !important;
}

.aas-future-campus-content-text a.nav-link{
    color: rgb(0, 57, 113) !important;
    border-bottom: 2px solid #bbbfb7;
    border-radius: 0 !important;
}

.aas-future-campus-content-text a.nav-link i{
    float: right;
    padding-top: 10px;
    font-weight: bold;
}

#fp-tabContent{
    background-color: #fff;
    min-height: 100%;
    display: none;
}

#fp-tabContent .tab-pane{
    padding: 10px 30px;
    height: 100%;
    overflow-y: scroll;
}

#fp-tabContent .tab-title{
    font-family: 'Cardo', serif;
    color: rgb(0, 57, 113);
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.fp-close{
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 15px;
    cursor: pointer !important;
    z-index: 999999;
}

.we-mega-menu-ul .menu-title.dropdown-menu>a:before,
.we-mega-menu-ul .menu-title.dropdown-menu>span:before {
    background-image: none !important;
}

.we-mega-menu-ul .menu-title.dropdown-menu>a{
    border-bottom: none !important;
    color: rgb(0, 57, 113);
    font-weight: bold;
}


.we-mega-menu-submenu li.we-mega-menu-li {
    width: 100%;
    display: block;
}

.we-mega-menu-ul {
     position: unset !important;
}

.we-mega-menu-ul .dropdown-menu {
    position: unset !important;
}

.navbar-we-mega-menu {
    background-color: transparent;
}

.we-mega-menu-ul>.we-mega-menu-li>a {
    background-color: transparent;
    color: #fff !important;
}

.we-mega-menu-ul>.we-mega-menu-li.active>a {
    color: rgb(255,199,39) !important;
}

.aas-not-home .we-mega-menu-ul>.we-mega-menu-li>a {
    background-color: transparent;
    color: rgb(0, 57, 113) !important;
}

.we-mega-menu-ul .we-mega-menu-li.dropdown-menu .we-mega-menu-submenu {
    display: none;
}

.navbar-we-mega-menu.click-action .we-mega-menu-ul .dropdown-menu.clicked>.we-mega-menu-submenu {
    display: block !important;
}

.we-mega-menu-ul .dropdown-menu:hover>.we-mega-menu-submenu, .we-mega-menu-ul .dropdown-menu:focus>.we-mega-menu-submenu {
    display: block !important;
}

.we-mega-menu-ul>.dropdown-menu:hover>a, .we-mega-menu-ul>.dropdown-menu:hover>span, .we-mega-menu-ul>.dropdown-menu:focus>a, .we-mega-menu-ul>.dropdown-menu:focus>span {
    background: transparent;
    color: rgb(255,199,39);
}

.we-mega-menu-li.dropdown-menu > a::after,
.we-mega-menu-li.dropdown-menu > a:after{
    content: "\f107";
    padding-left: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    opacity: 1;
    background-image:none !important;
    top:25%;
}

.aas-not-home .we-mega-menu-li.dropdown-menu > a::after,
.aas-not-home .we-mega-menu-li.dropdown-menu > a:after{
    color:rgb(0, 57, 113);
}

.we-mega-menu-ul .dropdown-menu>a:before, .we-mega-menu-ul .dropdown-menu>span:before {
    background-image:none !important;
}

.we-mega-menu-li.dropdown-menu > a{
    display:block;
}

nav.navbar-we-mega-menu.navbar {
    padding: 0;
}

.we-mega-menu-ul>.we-mega-menu-li {
    border-left: none !important;
}

.we-mega-menu-li.dropdown-menu.active>a,
.we-mega-menu-li.dropdown-menu.active>a:hover{
    color: rgb(255,199,39) !important;
    background: transparent !important;
}

.we-mega-menu-ul>.we-mega-menu-li>a {
    font-size: 16px;
    font-family: "Raleway",sans-serif;
    font-weight: 200;
    text-transform: unset;
    padding: 0 0.4rem 1.125rem 1.5625rem;
    margin-right: 1.3625rem;
}

.we-mega-menu-submenu .we-mega-menu-submenu-inner .we-mega-menu-submenu-inner li.we-mega-menu-li.active>a,
.we-mega-menu-submenu .we-mega-menu-submenu-inner .we-mega-menu-submenu-inner li.we-mega-menu-li.active>a:hover,
.we-mega-menu-submenu .we-mega-menu-submenu-inner .we-mega-menu-submenu-inner li.we-mega-menu-li.active>a:focus,
.we-mega-menu-submenu .we-mega-menu-submenu-inner .we-mega-menu-submenu-inner li.we-mega-menu-li.active>.we-megamenu-nolink {
    background-color: rgb(0, 57, 113) !important;
    color: #fff !important;
    border-bottom-color: transparent !important;
    padding-left: 10px;
}

.we-mega-menu-submenu li.we-mega-menu-li a,
.we-mega-menu-submenu li.we-mega-menu-li a:hover{
    font-family: "Raleway",sans-serif !important;
    display: block;
    text-decoration: none;
}

.we-mega-menu-ul>.we-mega-menu-li>a:hover, .we-mega-menu-ul>.we-mega-menu-li>a:focus {
    background: transparent !important;
}

.navbar>.container, .navbar>.container-fluid {
    justify-content: center !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: transparent !important;
    border: none;
}

.we-mega-menu-ul .dropdown-menu>a:before, .we-mega-menu-ul .dropdown-menu>a:after, .we-mega-menu-ul .dropdown-menu>span:before, .we-mega-menu-ul .dropdown-menu>span:after {
    right: 0 !important;
}


.tab-content>.active {
    display: block;
    opacity: 1;
}

.aas--home .aas-navbar,
.aas-home .aas-navbar{
    padding-top: 0 !important;
    align-items: center;
    height: 100%;
}

.we-mega-menu-li.dropdown-menu.we-mega-menu-group.menu-title > a::after{
     display: none;
 }

div#year_filter p,div#year_filter1 p{
     color: rgb(0, 57, 113);
     margin-bottom: 5px;
     cursor: pointer !important;
 }

div#year_filter p.active,div#year_filter1 p.active{
    font-weight: bold;
}

div#pillars_filter p.active,div#pillars_filter1 p.active{
    font-weight: bold;
}

div#year_b_filter p{
    color: rgb(0, 57, 113);
    margin-bottom: 5px;
    cursor: pointer !important;
}

div#year_b_filter p.active{
    font-weight: bold;
}

div#year_c_filter p{
    color: rgb(0, 57, 113);
    margin-bottom: 5px;
    cursor: pointer !important;
}

div#year_c_filter p.active{
    font-weight: bold;
}

div#category_filter p,div#category1_filter p{
  color: rgb(0, 57, 113);
  margin-bottom: 5px;
  cursor: pointer !important;
}

div#category_filter p.active,div#category1_filter p.active{
  font-weight: bold;
}

div.scroll-down::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 80%;
}

div.scroll-down {
    margin-top: 180px;
    position: absolute;
    bottom: 90px;
    left: 45%;
    z-index: 99999999;
}

div.scroll-down a,
div.scroll-down a:active,
div.scroll-down a:hover,
div.scroll-down a:focus {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

div.scroll-down a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

div.scroll-down a span:nth-of-type(1) {
    top: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

div.scroll-down a span:nth-of-type(2) {
    top: 36px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

div.scroll-down a span:nth-of-type(3) {
    top: 52px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.pos-abs {
    position: absolute;
}

.bg-gray{
    background-color: #ebebeb;
}

.bg-blue-gray{
  background: #3b5166;
}

#all_featured h5{
margin-bottom: 30px;
}

#all_featured > div{
    padding: 20px 50px 20px 50px;
}

.latest-features .card{
    border: none;
}

.latest-features .card .card-body{
    padding: 1.25rem 0;
}

.latest-features .card .card-text  a, .latest-features .card .card-text  a:hover{
    color: #0f3971;
    text-decoration: none;
    font-weight: bold;
}

.latest-features .card .card-tag{
    color: #fac727;
    font-size: 12px;
    font-weight: bold;
}

.latest-features .card .card-date{
    color: #b4b4b4;
    font-size: 13px;
}

/*******/
.impact-stories-cards .card{
    border: none;
}

.impact-stories-cards .card .card-body{
    padding: 1.25rem 0;
}

.impact-stories-cards .card .card-text a, .impact-stories-cards .card .card-text  a:hover{
    color: #0f3971;
    text-decoration: none;
    font-weight: bold;
}

.impact-stories-cards .card .card-link{
    margin-top: 20px;
}
.impact-stories-cards .card .card-link a, .impact-stories-cards .card .card-link a:hover{
    color: #0f3971;
    font-weight: bold;
    font-size: 12px;
}

.impact-stories-cards .card .card-tag{
    color: #fac727;
    font-size: 12px;
    font-weight: bold;
}

.impact-stories-cards .card .card-date{
    color: #b4b4b4;
    font-size: 13px;
}

.impact-stories-cards .card .card-content{
    font-size: 14px;
}

.science-in-action > div{
    margin-bottom: 40px;
}

.aas-news-content-wrap {
    padding:  0;
}

.back-to-news i{
    font-size: 25px;
    margin-right: 5px;
}

.back-to-news, .back-to-pubs{
    margin-left: 20px;
     margin-bottom: 30px;
    font-size: 17px;
    text-transform: uppercase;
    color: #0f3971;
    font-weight: bold;
    display: block;
}

.latest-related img{
 margin-left: 0;
    border: 1px solid #ebebeb;
}

.latest-related{
    border-bottom: 3px solid #ebebeb;
    margin-bottom: 40px;
}

.related-content{
    margin-bottom: 30px;
}

.aas_menu_title{
    margin-bottom: 20px;
}

.w-40{
    width: 40%;
}

.w-60{
    width: 60%;
}

.bg-maroon{
    background: rgb(90, 70, 89);
}

.text-orange{
    color: rgb(241, 113, 53);
}


.btn-login,.btn-login:hover{
    background-color: #028090;
    color: #fff;
    padding: 10px 20px;
}

.lh2{
    line-height: 2;
    font-size: 18px;
    font-weight: 100;
}

.text-underline{
    text-decoration: underline;
}

.fs20{
    font-size: 20px;
}

.text-white p{
    color: #fff;
}

.ggc-benefits > div.col:not(:last-child){
    border-right: 1px dotted #fff;
}

.impact-number{
    margin-bottom: 0;
}

.impact-number b{
    font-size: 30px;
}

.impact-number span{
font-size: 18px;
    font-family: 'Cardo', sans-serif;
}

.br-white{
    border-right: 1px solid #fff;
}

.br-blue{
  border-right: 1px solid #033b70;
}

.annual-header{
  padding: 30px 0;
  border-top: 1px solid #bdc8cc;
  border-bottom: 1px solid #bdc8cc;
}



.text-gray{
    color: #949494;
}

.plans-pricing .card{
    border-radius: 0;
    font-size: 14px;
}

.pricing-amount{
    font-size: 25px;
}

.cert-bodies .table .table-gray {
    background: #f5f5f7;
}

.cert-bodies .table.table-two thead th {

}

.cert-bodies .table.table-two tbody th {
    padding: 1.66rem 1.66rem 1.66rem 0;
}

.cert-bodies .table td, .cert-bodies .table th {
    padding: 1.33333rem 2rem;
    vertical-align: middle;
}

.cert-bodies .table.table-two tbody th {
    padding: 1.66rem 1.66rem 1.66rem 0;
}

.cert-bodies .table.table-two tbody tr:first-child td, .table.table-two tbody tr:first-child th {
    border-top: 0 none;
}

.cert-bodies .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.cert-bodies input[type=checkbox], .cert-bodies input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.cert-bodies .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.cert-bodies .custom-radio .custom-control-label {
    padding-left: 2rem;
    position: relative;
    min-width: 100px;
}

.cert-bodies .custom-radio .custom-control-label:before {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #fff;
    box-shadow: none;
    border: .33333rem solid #cbd0e3;
    top: 1px;
    left: 0;
}

.cert-bodies .custom-radio .custom-control-label span {
    position: relative;
    top: 0rem;
}

.cert-bodies .custom-radio .custom-control-label:after {
    width: auto;
    height: auto;
    background-image: none;
}

.cert-bodies .custom-radio {
    margin-bottom: 1rem;
    padding-left: 10px;
}

.cert-bodies .custom-radio:last-child {
    margin-bottom: 0;
}

.cert-bodies .table tbody {
    font-size: 13px;
}

.btn-sign-up,.btn-sign-up:hover{
    width: 100%;
    padding: 15px 50px;
    background-color: #028090;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

#overview-tab{
    font-size: 14px;
}

.border-right-white{
    border-right: 1px solid #fff;
}

.border-bottom-white{
    border-bottom: 1px solid #fff;
  }

.border-bottom-white2{
  border-bottom: 2px solid #fff;
}

.border-bottom-gray{
    border-bottom: 1px solid #cdd5d8;
}

div.overview-section:not(:last-child){
    border-bottom: 2px solid #fff;
}

div.overview-section{
    padding: 40px;
}

.overview_links, .overview_links:hover{
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.overview-sidebar{
    margin-top: -90px;
    z-index: 0;
    padding-top: 50px;
    position: relative;
}

.sidebar-virus{
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: auto;
    opacity: 0.1;
    z-index: -1;
}

.overview-list li{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.overview-list li i{
    font-size: 20px;
    margin-right: 15px;
}


.search_langs{
    position: absolute;
    top: 5px;
    right: 10px;
}

.faq-section{
    background: #ebebeb;
    padding: 50px;
    margin-bottom: 50px;
}

.faq-section .accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f104";
    float: right;
    font-size: 20px;
}

.faq-section .accordion .card-header.collapsed:after {
    content: "\f105";
    font-size: 20px;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.webform-submission-academy-donations-form .form-item-first-name{
    width: 47.5%;
    float: left;
}

.webform-submission-academy-donations-form .form-item-last-name{
    width: 47.5%;
    float: right;
}

.webform-submission-academy-donations-form > .form-item{
    margin-bottom: 20px;
}

.aas-without-subheader{
    margin-top: 110px;
}


.donate-wrapper{
    background: rgba(255,255,255,0.95);
}

.duration{
    min-height: 50px;
}

.duration input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.duration label {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    border: 2px solid rgb(0, 54, 112);
    border-radius: 0;
    width: 50%;
    margin-right: 0;
    float: left;
    font-weight: bold;
}

.duration label:hover {
    background-color: rgb(0, 54, 112);
    color: #fff;
}

.duration input[type="radio"]:checked + label {
    color: #fff;
    background-color: rgb(0, 54, 112);
    border-color: rgb(0, 54, 112);
}

.amounts {
    min-height: 50px;
}

.amounts input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.amounts label {
    display: inline-block;
    background-color: #e6e6e6;
    padding: 5px 20px;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    font-weight: bold;
    width: 19.4%;
}

.amounts label:hover {
    background-color: rgb(0, 54, 112);
    color: #fff;
}


.amounts input[type="radio"]:checked + label {
    background-color: rgb(0, 54, 112);
    color: #fff;
    border-color: rgb(0, 54, 112);
}

.donate-wrapper{
    position: relative;
}

.donate-faq{
    position: absolute;
    top: 10px;
    right: 10px;
}

.donate-faq span{
font-size: 16px;
    font-weight: bold;
}

.donate-faq i{
    font-size: 20px;
    color: #cccea8;
    transform: translate(-30%, -50%);
}

#views-exposed-form-grantee-profile-block-1{
    display: none;
}


.annual-report,.annual-report:hover{
  padding: 20px 40px;
  color: #fff;
  background: #157198;
  text-decoration: none;
}

.annual-report-page{
  font-size: 14px;
}

.annual-header-top{
  padding: 20px;
  position: absolute;
  top: -70px;
  background: #fff;
  width: 100%;
}

.annual-glance{
  padding: 100px 0;
}

.annual-caption{
  color: #a3a3a3;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 10px;
}

.annual-quote i{
  font-size: 50px;
  color: #7291b0
}

.annual-quote i.fa-quote-right{
  margin-top: -30px;
}

.annual-excellence{
  padding: 100px 0;
}

.annual-excellence i{
  font-size: 50px;
}

.aas-aesa-tabs .nav-tabs li:not(:last-child){
  border-right: 1px solid #ccd2da;
}


.aas-cari-title {
  color: rgb(0, 57, 113);
  font-weight: bold;
  padding-top: 20px;
}

.aas-cari-title p {
  border-bottom: 2px solid rgb(255, 199, 39);
  display: inline;
  padding-bottom: 3px;
}

.aas-cari-sidebar {
  background: rgb(0, 54, 112) url(../Images/Other/governance3.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 60px 30px 100px 60px;
  color: #fff;
  margin-top: -91px;
  min-height: 600px;
}

.aas--cari-accordion-content .card-header {
  background: none;
  border-bottom: 1px solid #fff;
  padding: .75rem 0rem .75rem 0;
}

.aas--cari-accordion-content .card-header .card-title {
  font-size: 14px;
  font-weight: bold;
  color: #fff
}

.aas--cari-accordion-content .accordion .card-header:after {
  color: #fff;
  cursor: pointer !important;
}

.aas--cari-accordion-content .card-body {
  font-size: 14px;
  text-align: left!important;
}

.aas--cari-accordion-content .card {
  border: none;
  background: transparent;
}

.webinar-wrapper{
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.webinar-row-wrapper > div{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.webinar-date{
  background: #147198;
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
}

.webinar-tag{
  background: #f17236;
  display: inline-block;
  padding: 5px 10px;
}

.webinar-title{
  position: absolute;
  bottom: 0;
}

.webinar-wrapper .card-img-overlay {
  background: rgba(0, 57, 113, 0.4);
}


.asp-title {
  width: 100%;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin-bottom: 40px;
  color: #003a70;
}

.asp-title span {
  background:#ebebeb;
  padding-right:50px;
}

.aas-nominations table{
  width: 100%;
}


.aas-sidebar-blue{
  margin-top: -100px;
  padding-top: 100px;
}

.aas-normal-text{
  font-size: 13px;
}


.aas-map-wrapper .nav-tabs{
  border: 1px solid #dee2e6;
}

.aas-map-wrapper .nav-tabs .nav-item{
  color: rgb(0, 57, 113);
  background: #dee2e6;
  text-decoration: none;
  display: inline-block;
  padding: 20px 0;
  width: 50%;
  text-align: center;
  border-radius: 0;
  margin-bottom: 0;
}

.aas-map-wrapper .nav-tabs .nav-item.active{
  background: rgb(0, 57, 113);
  border: 1px solid rgb(0,57,113);
  color: #fff;
}


.btn-link-out, .btn-link-out:hover {
  padding: 15px 10px;
  background-color: #028090;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}


.aas-webinar-wrapper{
  margin-top: 0px;
}

.aas-webinar-wrapper .nav-tabs{
  border: 1px solid #dee2e6;
}

.aas-webinar-wrapper .nav-tabs .nav-item{
  color: rgb(0, 57, 113);
  background: #dee2e6;
  text-decoration: none;
  display: inline-block;
  padding: 20px 0;
  width: 50%;
  text-align: center;
  border-radius: 0;
  margin-bottom: 0;
}

.aas-webinar-wrapper .nav-tabs .nav-item.active{
  background: rgb(0, 57, 113);
  border: 1px solid rgb(0,57,113);
  color: #fff;
}

.aas-highlights-wrapper .card{
  background-color: #ebebeb;
  border: none;
}

.highlights-wrapper {
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 0;
}

.aas-highlights-wrapper a,.aas-highlights-wrapper a:hover{
  text-decoration: none;
}


.aas-ctc-sidebar {
  background: rgb(0, 54, 112) url(../Images/Other/governance3.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 60px 0px 100px 0px;
  color: #fff;
  margin-top: 0;
  min-height: 600px;
}

.aas-ctc-sidebar-pad{
  padding-left: 30px;
  padding-right: 30px;
}

.aas-ctc-sidebar-pad img{
  width:40px;
}

.aas-ctc-portal-images{
  margin-bottom: 20px;
}

.aas-ctc-portal-images img{
  width:50px;
}

.aas-ctc-portal-images div.col-md-3{
  position: relative;
}

.aas-ctc-portal-images div.col-md-3 span{
  position: absolute;
}

.aas-research-wrapper iframe {
  width: 100% !important;
}

.aas-news-content-text img{
  margin-right: 20px;
}

.publication_filter{
  border-bottom: 2px solid #c7d3de;
}


.publication-single-wrapper {
  margin-bottom: 40px;
  margin-top: -70px;
}

.publication-single-wrapper-header{
  background: #fff;
  padding: 20px 100px 5px 40px;
}

.publication-single-wrapper-text{
  background: #fff;
  padding: 20px 100px 30px 40px;
}

.btn-download-publication,.btn-download-publication:hover{
  border: 2px solid rgb(0, 57, 113);
  padding: 20px 50px;
}

.col-five{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.aas-video, .aas-video *{
  cursor: pointer !important;
}

.aas-video {
  position: relative;
}
.aas-video::before {
  content: "\f16a";
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate( -50%, -50% );
  color: #f90201;
  font-family: 'FontAwesome';
  font-size: 50px !important;
}

.ln1_5{
  line-height: 1.5;
}

.js-modal-btn{
  border:none;
}

.js-modal-btn .card-footer{
  background: none;
  border-top: 3px solid #fdc727;
}

.home-main-slogan{
  padding: 50px;
  z-index: 10;
  position: relative;
}

.aas-main-title {
  color: rgb(0, 57, 113);
  font-weight: bold;
}

.aas-main-title p {
  border-bottom: 2px solid rgb(255, 199, 39);
  display: inline;
  padding-bottom: 3px;
}

.webinar-footer.card-footer {
  background: none;
  border-top: 3px solid #fdc727;
}

.webinar-row-wrapper .card{
  border:none;
}

.ctc-overview-resources{
  background: #ebebeb;
  margin: -105px -15px 0 -15px;
}

.aas-asp-sidebar {
  background: rgb(0, 54, 112) url(../Images/Other/governance4.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 60px 30px 100px 60px;
  color: #fff;
  min-height: 600px;
}


.mt-90{
  margin-top: -90px;
}

.pt_90{
  padding-top: 90px;
}


.aas-asp-sidebar div.links{
  margin-left: -60px;
  padding-left: 70px;
  margin-right: -30px;
  padding-right: 30px;
}

.asp-priorities .nav-tabs .nav-link {
  color: #929292;
    font-weight: bold;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.asp-priorities .nav-tabs .nav-item.show .nav-link,
.asp-priorities .nav-tabs .nav-link.active {
  color: #fff;
  font-weight: bold;
  background-color: rgb(0, 57, 113);
  border-left:none;
  border-right:none;
  border-top:none;
  border-bottom: 3px solid rgb(0, 57, 113);
  position: relative;
}

.asp-priorities .nav-tabs .nav-link.active:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 15px rgb(0, 57, 113);
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.asp-priorities ul#tabs{
    background: #d6d6d6;
}


.innerTab{
    background: #f7f6f6;
    padding: 20px 0;
}

.innerTab.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: rgb(0, 57, 113);
    background-color: transparent;
    padding-left: 20px;
    border-left: 5px solid rgb(0, 57, 113);
}

.innerTab.nav-pills .nav-link {
    border-radius: 0;
    font-weight: bold;
    color: rgb(0, 57, 113);
    padding-left: 25px;
}


.sti-wrapper {
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 0;
}

.aas-sti-wrapper .card{
    background-color: #ebebeb;
    border: none;
}

.aas-sti-wrapper a,.aas-sti-wrapper a:hover{
    text-decoration: none;
}


.asp-priorities  .aas-prog-item{
    padding: 50px;
}

.asp-priorities .links a, .asp-priorities .links a:hover {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}


.aside-menu--title{
    color: #fdc946;
    font-size: 15px;
    list-style: none;
    margin-bottom: 5px;
    margin-top: 20px;
}


table {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem;
    background-color: transparent;
}

table td, table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

div.aas-governance:not(:last-child){
    border-bottom: 2px solid #bdc8cd;
    padding: 20px 0;
    margin-bottom: 30px;
}

.aas-governance-sidebar {
    padding: 60px 30px 100px 60px;
    color: #fff;
    min-height: 600px;
}

.aas-governance-wrapper {
    position: relative;
}

.aas-governance-title{
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px;

}

.aas-aesa-sidebar {
    padding: 60px 30px 100px 60px;
    color: #fff;
    min-height: 200px;
}


div#pillars1_filter p {
    color: rgb(0, 57, 113);
    margin-bottom: 5px;
    cursor: pointer !important;
}

div#pillars_filter p,div#pillars_filter1 p {
    color: rgb(0, 57, 113);
    margin-bottom: 5px;
    cursor: pointer !important;
}

.bg-norepeat{
    background-repeat: no-repeat !important;
}
.bg-size-auto{
    background-size: auto !important;
}
.bg-size-contain{
    background-size: contain !important;
}

.seventh{
      -ms-flex: 0 0 14.285714285714286%;
      flex: 0 0 14.285714285714286%;
      max-width: 14.285714285714286%;
 }