﻿body {
    font-family: 'Quicksand', sans-serif;
    background-color: #f0f0f0;
}


a {
    color: #031a47;
}

    a:link, a:visited {
        color: #031a47;
        font-weight: 800;
    }


    a:hover {
        color: #08b6b6;
        text-decoration: none;
    }


#particles-js {
    position: absolute;
    width: 100%;
    height: 800px;
    z-index: -1;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    display: flexbox;
}

#main-logo {
    width: 248px;
    height: 134px;
    margin-bottom:20px;
}

/* SOLID LINE BETWEEN TITLES*/

hr.ibhe-line {
    border-top: 1px solid rgba(2, 22,61, 0.3);
    margin: 0;
    padding: 0;
}

hr.ibhe-line-gray {
    border-top: 1px solid rgba(150, 150,150, 0.3);
    margin: 0;
    padding: 0;
}


/* ##################   SLIDER MAIN HOMEPAGE ######################*/



.video-header {
    position: relative;
    background-color: #1c6791;
    height: 90vh;
    max-height: 950px;
    width: 100%;
    overflow: hidden;
    display: block;
     
}


header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    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%);
    overflow: hidden;
   
}




header .overlay {
    /*background: linear-gradient(to right top, rgba(0,19, 56, 1), rgba(0, 19,56, 1));*/ /*Black background color with opacity at 6%*/
    background: rgba(0,22,51,0.7);
    background: linear-gradient(45deg, rgba(0,29,55,0.8), rgba(0,22,51,0.9) 100%); /*blue and teal background gradient color*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #1c6791;
    opacity: 0.7;
    z-index: 1;
}

.video-title {
    font-family: 'Cardo' serif;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(30, 30, 30, 0.8);
    text-transform: uppercase;
}


.slide-title {
    font-family: 'Cardo', serif;
    font-size: 2rem;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(30, 30, 30, 0.8);
    text-transform: uppercase;
}

.carousel-caption {
    margin: 0 0 50px 0;
}

/*.carousel-caption h3{
 
  margin-bottom:20px;
}*/

.carousel-caption p {
    text-shadow: 2px 2px 4px rgba(30, 30, 30, 0.8);
    font-size: 1.3rem;
    color: #fff;
    /*margin-bottom: 85px;*/
}



.carousel-inner img {
    width: 100%;
    height: 100%;
}

/* ################  MAIN HOMEPAGE CSS #################*/



/* NEWS TABS*/


#news-tabs {
    margin-top: -45px;
}


#news-tabs p{

        font-size: 1.5rem;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(50, 50, 50, 0.67);
}



#news-tabs .tab-one {
    background: linear-gradient(to right top, rgba(2,22,60,0.7), rgba(4, 42,116, 0.8)), url(assets/images/data-tools-tab.jpg) no-repeat;    
    background-position: center;
    background-size: cover;
    max-height: 70%;
}


#news-tabs .tab-two {
    background: linear-gradient(to right top, rgba(51,51, 51, 0.9), rgba(204, 204,204, 0.7)), url(assets/images/budget-release-2020.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    max-height: 70%;
}

#news-tabs .tab-three {
    /*background: linear-gradient(to right top, rgba(2,22, 61, 0.9), rgba(0, 50,149, 0.9)), url(assets/images/loans-cancelled.jpg) no-repeat;*/
    background: linear-gradient(to right top, rgba(5,34, 130, 0.7), rgba(225, 2,25, 0.7)), url(assets/images/news-tab-IL-covid19.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    max-height: 70%;
}

.zoom {
    transition: transform .2s;
}

    .zoom:hover {
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1);
    }

 

.news-tab {
    padding: 20px;
    text-align: left;
    min-height: 230px;
    box-shadow: 0 8px 10px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.10);
}

    .news-tab p {
        font-size: 1.3rem;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(50, 50, 50, 0.67);
    }


/*INTRO */




/*******************************
    * ACCORDION WITH TOGGLE ICONS
    * Does not work properly if "in" is added after "collapse".
    *******************************/


.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
}

.panel-title {
    font-size: 27px;
    font-family: 'Quicksand', sans-serif;
    text-shadow: none;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #212121;
}

/*###########  END OF GO TO TOP EFFECT ######## */


.ibhe-welcome {
    margin-top: 50px;
    margin-bottom: 50px;
}

.upcoming-events {
    background: linear-gradient(45deg, rgba(2, 22,61, 0.80), rgba(10, 208,244, 0.90)), url(assets/images/Agenda-meetings.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 70vh;
    background-attachment: fixed;
}

.forstudents {
    background: linear-gradient(90deg, rgba(9,243, 235, 0.80), rgba(1, 15, 43, 0.90)), url(assets/images/for-students-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0 0 40px;
}


.jumbotron-subtext {
    font-family: Quicksand, serif;
    font-size: 2rem;
    color: #0ccccc;
    font-weight: 300;
    margin: 15px 0 15px 0;
    text-shadow: 2px 1px 4px rgba(30,30,30,0.2);
}

.about-the-board {
    background-color: #6698ab;
}


.whats-new {
    margin: 0 0 0 0;
}

    .whats-new h5 {
        font-family: Quicksand, serif;
        font-size: 1.5rem;
        color: rgba(2, 22,61, 0.9);
        text-shadow: 0px 1px 2px rgba(30, 30, 30, 0.66);
    }

.forstundents-title {
    font-family: Quicksand, serif;
    font-size: 1.6rem;
    color: rgba(241, 241, 241, 1);
    border-bottom: solid 1px #f0f0f0;
    padding: 10px;
    text-shadow: 1px 2px 2px rgba(30, 30, 30, 0.80);
}

.abeimg {
    background-image: url(images/sp-capitol.jpg);
    /*background: linear-gradient(45deg, rgba(93,254,254,0.8), rgba(29,210,177,0.8) 100%);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



a.forstudentsinfo {
    color: rgba(240, 240,240, 1);
    text-shadow: 1px 2px 2px rgba(30, 30, 30, 0.80);
}

a:hover.forstudentsinfo {
    color: rgba(2, 22,61, 0.9);
    text-shadow: none;
    font-weight: 600;
}


a.boardmemberslinks {
    color: rgba(2, 22,61, 0.9);
    text-shadow: 0px 1px 4px rgba(30, 30, 30, 0.66);
}

a:hover.boardmemberslinks {
    color: rgba(240, 240,240, 1);
}



.agencybg {
    background-image: url(assets/images/about-ibhe.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding:100px;
}


.about-ibhe {
    padding: 20px;
    font-family: Cardo, sans-serif;
    /*color: rgba(237, 237,237, 0.9);*/
    color: rgba(231,231,231, 0.9);
    font-size: 3.5rem;
    font-weight: 600;
    text-shadow: 2px 1px 4px rgba(30, 30, 30, 0.8);
    margin: auto;
    margin-top: 20px;
   
}


.boardinfo {
    background: url(assets/images/bginfo-links.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #64cfdb;
    font-family: Quicksand, sans-serif;
    color: rgba(2, 22,61, 0.9);
    font-size: 1.2rem;
    text-shadow: 0px 1px 4px rgba(30, 30, 30, 0.66);
    margin: auto;
    line-height: 3rem;
    padding:120px;
}


.datapoints {
    height: 100%;
    margin-bottom: 50px;
}


#resourses {
    background: linear-gradient(to right top, rgba(0,0, 0, 0.9), rgba(0, 0,0, 0.5)), url(assets/images/resoursesbg.jpg) no-repeat rgba(30, 30, 30, 0.9);
    background-size: cover;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.resources-title {
    font-family: Quicksand, sans-serif;
    color: rgba(237, 237,237, 0.9);
    font-size: 2rem;
    font-weight: 400;
    text-shadow: 1px 2px 2px rgba(30, 30, 30, 0.90);
    margin-top: 20px;
}

#student-girl {

    margin-bottom: -550px;

}


/* ################  END OF MAIN HOMEPAGE CSS #################*/




/* ################  MAGENTA BUTTON HOVER BLUE #################*/

.btn-magenta {
    color: rgb(2, 31, 89);
    font-size: 15px;
    padding: 12px;
    /*text-shadow: 0px -1px 0px rgba(30, 30, 30, 1);*/
    font-kerning: normal;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: rgb(0, 253, 253);
    background: -moz-linear-gradient(90deg, rgb(0, 253, 253) 20%, rgb(7, 208, 208) 85%);
    background: -webkit-linear-gradient(90deg, rgb(0, 253, 253) 20%, rgb(7, 208, 208) 85%);
    background: -o-linear-gradient(90deg, rgb(0, 253, 253) 20%, rgb(7, 208, 208) 85%);
    background: -ms-linear-gradient(90deg, rgb(0, 253, 253) 20%, rgb(7, 208, 208) 85%);
    background: linear-gradient(0deg, rgb(0, 253, 253) 20%, rgb(7, 208, 208) 85%);
    -webkit-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.6);
    box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.6);
    transition-property: background-color;
    transition-timing-function: ease;
   
    
}

    .btn-magenta:hover {
        color: rgba(231,231,231, 0.9);
        font-size: 15px;
        padding: 12px;
        font-kerning: auto;
        /*text-shadow: 0px -1px 0px rgba(30, 30, 30, 1);*/
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background: rgb(3, 37, 103);
        background: -moz-linear-gradient(90deg, rgb(3, 37, 103) 3%, rgb(2, 31, 89) 66%);
        background: -webkit-linear-gradient(90deg, rgb(3, 37, 103) 3%, rgb(2, 31, 89) 66%);
        background: -o-linear-gradient(90deg, rgb(3, 37, 103) 3%, rgb(2, 31, 89) 66%);
        background: -ms-linear-gradient(90deg, rgb(3, 37, 103) 3%, rgb(2, 31, 89) 66%);
        background: linear-gradient(0deg, rgb(3, 37, 103) 3%, rgb(2, 31, 89) 66%);
        -webkit-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.6);
        -moz-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.6);
        box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.6);
        transition-delay: 1s;
        transition-property: background-color;
       
        transition-timing-function: ease;
    }




/* ################  BUTTON FOR SLIDER #################*/


.buttonSlider {
    color: rgb(230, 230, 230);
    font-size: 15px;
    padding: 20px;
    text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: rgb(2, 31, 89);
    background: -moz-linear-gradient(90deg, rgb(2, 31, 89) 30%, rgb(3, 26, 71) 70%);
    background: -webkit-linear-gradient(90deg, rgb(2, 31, 89) 30%, rgb(3, 26, 71) 70%);
    background: -o-linear-gradient(90deg, rgb(2, 31, 89) 30%, rgb(3, 26, 71) 70%);
    background: -ms-linear-gradient(90deg, rgb(2, 31, 89) 30%, rgb(3, 26, 71) 70%);
    background: linear-gradient(0deg, rgb(2, 31, 89) 30%, rgb(3, 26, 71) 70%);
    -webkit-box-shadow: 0px 2px 9px rgba(50, 50, 50, 0.67);
    -moz-box-shadow: 0px 2px 9px rgba(50, 50, 50, 0.67);
    box-shadow: 0px 2px 9px rgba(50, 50, 50, 0.67);
    transition-delay: 1s;
    transition-property: background-color;
    transition-timing-function: ease;
}


    .buttonSlider a:hover {
        color: rgb(2, 31, 89);
        font-size: 15px;
        padding: 20px;
        text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: rgb(0, 255, 255);
        background: -moz-linear-gradient(90deg, rgb(0, 255, 255) 19%, rgb(12, 204, 204) 100%);
        background: -webkit-linear-gradient(90deg, rgb(0, 255, 255) 19%, rgb(12, 204, 204) 100%);
        background: -o-linear-gradient(90deg, rgb(0, 255, 255) 19%, rgb(12, 204, 204) 100%);
        background: -ms-linear-gradient(90deg, rgb(0, 255, 255) 19%, rgb(12, 204, 204) 100%);
        background: linear-gradient(0deg, rgb(0, 255, 255) 19%, rgb(12, 204, 204) 100%);
        -webkit-box-shadow: 0px 2px 9px rgba(50, 50, 50, 0.67);
        -moz-box-shadow: 0px 2px 9px rgba(50, 50, 50, 0.67);
        box-shadow: 0px 2px 9px rgba(50, 50, 50, 0.67);
        transition-delay: 1s;
        transition-property: background-color;
        transition-timing-function: ease;
    }



/*##################    END OF SLIDER ##############################*/


p {
    font-family: 'Quicksand', sans-serif;
    color: #424242;
    line-height: 1.5;
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 20px;
}

ul {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.1rem;
    list-style: none;
    font-weight: 500;
}

ol {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.1rem;
}

/*li {
        font-family: 'Quicksand', sans-serif;
        font-size: 1.1rem;
     }*/


.subheaderparagraph {
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    line-height: 1.5;
    font-size: 1.2rem;
}

/* H1  AND H2 FOR SUBHEADERS PAGES*/


h1 {
    font-family: 'Cardo', serif;
    font-size: 35px;
    color: #021437;
    text-shadow: 0px 1px 2px rgba(30, 30, 30, 0.5);
    margin:15px 0px 10px 0px;
}

h2 {
    font-family: Quicksand, sans-serif;
    font-size: 1.7rem;
    color: #021437;
    text-shadow: 0px 1px 2px rgba(30, 30, 30, 0.5);
    font-weight: 400;
    margin:15px 0px 10px 0px;
}

.upcoming-events h2 {
    font-family: Quicksand, sans-serif;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 0px 1px 4px rgba(30,30,30,0.66);

}

h3 {
    font-family: Quicksand, serif;
    font-size: 25px;
    color: #fff;
    /*text-shadow: 0px 1px 4px rgba(30,30,30,0.66);*/
}

h4 {
    font-family: Quicksand, serif;
    font-size: 15px;
     color: #021437;
    /*text-shadow: 0px 1px 4px rgba(30,30,30,0.66);*/
}

h5 {
    font-family: Quicksand, serif;
    font-size: 1.3rem;
    color: #008d8d;
}





.subHeadertext {
    font-size: 46px;
    font-family: Quicksand, sans-serif;
    font-weight: 200;
    text-shadow: 0px 1px 2px rgba(30, 30, 30, 0.5);
    color: #fff;
    margin-top: 140px;
}

.ibh-h1-header {
    font-family: 'Cardo', serif;
    font-size: 2.5rem;
    color: #fff;
    margin-top: 9rem;
    margin-bottom: 1rem;
    text-shadow: 0px 1px 4px rgba(30,30,30,0.66);
    font-weight: 700;
}


.ibhe-subhero {
    background: linear-gradient(32deg, rgba(2, 21,59, 0.89)40%, rgba(37,199, 197, .95)), url(assets/images/fiscal-y-2018.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white !important;
    height: 50vh;
    background-size: cover;
    padding: 2rem 0;
    width: 100%;
    padding-bottom: 0px;
    background-color: #057373;
    position: relative;
}

    .ibhe-subhero h2 {
        margin: 150px;
        font-size: 3rem;
    }

    .ibhe-subhero h3 {
        margin: 150px;
        font-size: 3rem;
        color: #fff;
    }

h3 {
    font-family: 'Cardo', serif;
    font-size: 1.4em;
}



/*  #############      Parallx Flipping Card   ##############*/


.container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    padding-right: 0;
    padding-left: 0;
}


.front,
.back {
    background-size: contain;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 444px;
    height: auto;
}

    .back p {
        /* background: #cedce7;
            background: -webkit-linear-gradient(45deg, #cedce7 0%,#596a72 100%);
            background: -o-linear-gradient(45deg, #cedce7 0%,#596a72 100%);
            background: linear-gradient(45deg, #cedce7 0%,#596a72 100%);*/
        background-color: rgba(2, 22,61, 1);
        padding: 30px;
    }

    .front:after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        content: '';
        display: block;
        opacity: .1;
        background-color: #000;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.container:hover .front,
.container:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.container .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.front .inner p:after {
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}


/*#################### NEW BLUE ROUND BUTTON ############################# */

.ibhe-btn {
    all: unset;
    display: block;
    margin-left: auto;
    border: 1px solid #FFF;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.5s;
    cursor: pointer;
    letter-spacing: 1.2px;
    background-color: #021437;
    color: #FFF;
}


    .ibhe-btn:hover {
        color: #021437;
        background: rgb(21, 234, 232);
    }


.ibhe-btn {
    all: unset;
    display: block;
    margin-left: auto;
    border: 1px solid #FFF;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.5s;
    cursor: pointer;
    letter-spacing: 1.2px;
    background-color: #021437;
    color: #FFF;
}


    .ibhe-btn:hover {
        color: #021437;
        background: rgb(21, 234, 232);
    }


/* ################# ROUND BLUE BUTTON WITH HOVER EASE EFFECT AND ARROW */


button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    margin: 20PX 20PX;
}

    button.learn-more {
        width: 16rem; /*change the amount of space between the circle arrow and text*/
        height: auto;
    }

        button.learn-more .circle {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: relative;
            margin: 0;
            width: 3rem;
            height: 3rem;
            background: #02163d;
            border-radius: 1.625rem;
        }

            button.learn-more .circle .icon {
                transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                background: #fff;
            }

                button.learn-more .circle .icon.arrow {
                    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                    left: 0.625rem;
                    width: 1.125rem;
                    height: 0.125rem;
                    background: none;
                }

                    button.learn-more .circle .icon.arrow::before {
                        position: absolute;
                        content: '';
                        top: -0.25rem;
                        right: 0.0625rem;
                        width: 0.625rem;
                        height: 0.625rem;
                        border-top: 0.125rem solid #fff;
                        border-right: 0.125rem solid #fff;
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                    }

        button.learn-more .button-text {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0.75rem 0;
            margin: 0 0 0 1.85rem;
            color: #324d81;
            font-weight: 700;
            line-height: 1.6;
            text-align: center;
            text-transform: uppercase;
        }

    button:hover .circle {
        width: 100%;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    }

        button:hover .circle .icon.arrow {
            background: #fff;
            -webkit-transform: translate(1rem, 0);
            transform: translate(1rem, 0);
        }

    button:hover .button-text {
        color: #fff;
    }

/*#####################  ROUND BLUE BUTTON WITH BLUE HOVER ############################*/



.carousel-indicators {
    display: none;
}


.ibhe-welcome {
    margin-top: 50px;
}


/*##########  BLUE BUTTON STYLE ########### */

.ibhe-blueBtn {
    -moz-box-shadow: 1px 4px 7px -2px #2e2e2e;
    -webkit-box-shadow: 1px 4px 7px -2px #2e2e2e;
    box-shadow: 1px 4px 7px -2px #2e2e2e;
    background-color: #031a47;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #4a4a4a;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 1px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #444444;
}




    .ibhe-blueBtn:hover {
        background: rgba(9, 243, 240, 0.7);
        color: #0b2049 !important;
        -webkit-box-shadow: 0px 3px 7px rgba(50, 50, 50, 0.61);
        -moz-box-shadow: 0px 3px 7px rgba(50, 50, 50, 0.61);
        box-shadow: 0px 3px 7px rgba(50, 50, 50, 0.30);
    }

    .ibhe-blueBtn:active {
        position: relative;
        top: 1px;
    }


/* ########  END OF BUTTON CSS ########## */


/*####################  HOME TAB NEWS ######################*/



/* THUMBNAILS WITH OVERLAY HOVER - RAMP 2019*/


.main-title {
    color: #2d2d2d;
    text-align: center;
    text-transform: capitalize;
    padding: 0.7em 0;
}


.content {
    position: relative;
    width: 90%;
   
    margin: auto;
    overflow: hidden;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
}

    .content .content-overlay {
        background: rgba(0,0,0,0.7);
        position: absolute;
        height: 99%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .content:hover .content-overlay {
        opacity: 1;
    }

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}


.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: 'Quicksand', sans-serif;
}

.content-details p {
    color: #fff;
    font-size: 0.9em;
}


.content-image {
    width: 100%;
}



.fadeIn-bottom {
    top: 80%;
}


.title-wrap-center {
    padding: 3rem 0;
    background-color: #031a47;
    height: 20vh;
    color: #fff;
}

/* #######################  cards with top photos with hover effects #############################*/


.card-ibhe {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
    min-height: 670px;
    background-color: #f3f3f3;
}

    .card-ibhe ul li {
        list-style: none;
        line-height: 2em;
    }

    .card-ibhe:hover {
        box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    }


.img-card {
    width: 100%;
    height: 200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    overflow: hidden;
}

    .img-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: all .25s ease;
        z-index: 999;
    }

.card-content {
    padding: 15px;
    text-align: left;
    background-color: #f3f3f3;
}


/*#################### NEW BLUE ROUND BUTTON ############################# */


.nlbutton:link {
    -moz-box-shadow: 0px 2px 0px 0px #d2d2db;
    -webkit-box-shadow: 0px 2px 0px 0px #d2d2db;
    box-shadow: 0px 2px 0px 0px #d2d2db;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #021f4f), color-stop(1, #002f61));
    background: -moz-linear-gradient(top, #021f4f 5%, #002f61 100%);
    background: -webkit-linear-gradient(top, #021f4f 5%, #002f61 100%);
    background: -o-linear-gradient(top, #021f4f 5%, #002f61 100%);
    background: -ms-linear-gradient(top, #021f4f 5%, #002f61 100%);
    background: linear-gradient(to bottom, #021f4f 5%, #002f61 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#021f4f', endColorstr='#002f61',GradientType=0);
    background-color: #021f4f;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    margin: 20px 0 50px;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    padding: 13px 33px;
    text-decoration: none;
    transition: 0.3s;
    color: #c7c7c7;
}

.nlbutton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0fe1e1), color-stop(1, #42eded));
    background: -moz-linear-gradient(top, #0fe1e1 5%, #42eded 100%);
    background: -webkit-linear-gradient(top, #0fe1e1 5%, #42eded 100%);
    background: -o-linear-gradient(top, #0fe1e1 5%, #42eded 100%);
    background: -ms-linear-gradient(top, #0fe1e1 5%, #42eded 100%);
    background: linear-gradient(to bottom, #0fe1e1 5%, #42eded 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fe1e1', endColorstr='#42eded',GradientType=0);
    background-color: #002f61;
    color: #031a47;
    opacity: 1;
}

.nlbutton:active {
    position: relative;
    top: 1px;
    color: #c7c7c7;
}

/* ##############   Card Profiles for members and the board ##################*/


   .card-profile {
    width: 90%;
    margin: 30px auto;
    background-color: #f0f0f0;
    border-radius: 0;
    border: 0;
    /*box-shadow: 1em 1em 2em rgba(0, 0, 0, 0.2);*/
}

    .card-profile .card {
        /*box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.2);*/
        min-height: 450px;
    }

    .card-profile .card-img-top {
        border-radius: 0;
        filter: blur(2px);
    }

    .card-profile .card-img-profile {
        border-radius: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 5px solid #e6e5e1;
        filter: blur(0px);
        max-width: 150px;
        max-height: 150px;
    }

    .card-profile .card-title {
        margin-bottom: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }

        .card-profile .card-title small {
            display: block;
            font-size: .6em;
            margin-top: 10px;
            line-height: 20px;
            margin-left: 15px;
            margin-right: 15px;
        }


/*#####################   MEDIA QUERIES ################## */


@media only screen and (max-width: 1290px) and (min-width: 1051px) {

    #news-tabs {
    margin-top: -50px;
}


    #student-girl {
                display: none;
            }


    .slide-title {
        margin-top: -55px;
       
    }
       #news-tabs-iheis {
        margin-top: 0px;
    }

       .news-tab p {
        font-size: 1rem;
       
    }


      .news-tab h3 {
        font-size: 1.3rem;
    }

      .abeimg {
        background-image: none;
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
    }


      .about-ibhe {
        padding: 110px 20px;
        font-family: Cardo, sans-serif;
        color: rgba(237, 237,237, 0.9);
        font-size: 2.5rem;
        font-weight: 600;
        text-shadow: 0px 1px 4px rgba(30, 30, 30, 0.66);
        margin: auto;
        margin-top: 20px;
    }



    .video-title {
        font-size: 2rem;
    }



  
}


@media only screen and (max-width: 966px) and (min-width: 600px) {



    #main-logo {display: none;}
   

     #news-tabs {
    margin-top: -110px;
}

      #student-girl {
                display: none;
            }


     .upcoming-events {
        height: 70vh;
    }
   
    .news-tab p {
        font-size: 1.5rem;
         text-align: center;
    }

    .news-tab h3 {
        font-size: 1.6rem;
    }


    .abeimg {
        background-image: none;
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
    }


    .about-ibhe {
        padding: 250px 50px;
        font-family: Cardo, sans-serif;
        color: rgba(237, 237,237, 0.9);
        font-size: 2rem;
        font-weight: 600;
        text-shadow: 0px 1px 4px rgba(30, 30, 30, 0.66);
        margin: auto;
        margin-top: 20px;
    }

  
    .video-title {
        font-size: 1rem;
    }


    .slide-title {
        margin-top: -60px;
        font-size: 0.8rem;
    }

   

    .forstudents {
        padding: 20px
    }

    .carousel-caption p {
        font-size:0.7rem;
    }

}



@media only screen and (max-width: 481px) {



    .carousel-caption p { font-size:0.7rem; }

      #main-logo {display: none;}

      #student-girl { display: none;}



    
    

    #custom-html-ul {
        /* Tablet view: 2 tiles */
    }


    .upcoming-events {height: 60vh;}

    .upcoming-events h2 {font-size: 1.5em; }

    .about-ibhe { padding: 50px 20px; }


    .video-title {
        font-size: 0.7rem;
    }



    .news-tab p {
        font-size: 1.2rem;
    }

    .slide-title {
        font-family: 'Cardo', serif;
        font-size: 0.5rem;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(30, 30, 30, 0.8);
        text-transform: uppercase;
    }

     
}


    @media only screen and (max-width: 300px) {

        .carousel-caption p { font-size:0.7rem; }


    .forstudents #student-girl {display: none;  }


     .upcoming-events {height: 80vh; }
    


    #custom-html-ul {
        /* Smartphone view:  */
    }

    
    #main-logo { display: none; }

    
}












/*Added skip nav from style.css due to its removal Colonius 8/8/2019*/
/* Start: (skipnav) 12/12/2018 : weaver : added for ADA-Compliance*/
.skipnav a {
    position: absolute;
    left: -10000px;
}

    .skipnav a:hover, .skipnav a:focus, .skipnav a:active {
        position: static;
        left: 0;
    }
/* End: (skipnav)*/



/*******************************
    * GO TO TOP 
    * 
    *******************************/


#scroll {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: #0ccccc;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #031a47;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }
