/*
 * Globals
 */

@media (min-width: 48em) {
    html {
        font-size: 18px;
    }
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    /*color: #333;*/
}


.no-padding {
    padding: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-border {
    border: none !important;
}

.break-word {
    word-wrap: break-word;
}

/*
 * Override Bootstrap's default container.
 */

/*.container {*/
    /*max-width: 60rem;*/
/*}*/

/*
 * Masthead for nav
 */

.blog-masthead {
    margin-bottom: 3rem;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -.1rem .25rem rgba(0, 0, 0, .1);
    box-shadow: inset 0 -.1rem .25rem rgba(0, 0, 0, .1);
}

/* Nav links */
.blog-masthead .nav-link {
    /*position: relative;*/
    /*padding: 1rem;*/
    /*font-weight: 500;*/
    color: #cdddeb !important;
}

.blog-masthead .nav-link:hover,
.blog-masthead .nav-link:focus {
    color: #fff !important;
    background-color: transparent !important;
}

/* Active state gets a caret at the bottom */
.blog-masthead .nav-item.active .nav-link {
    color: #fff !important;
}

/*.nav-link.active:after {*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*width: 0;*/
    /*height: 0;*/
    /*margin-left: -.3rem;*/
    /*vertical-align: middle;*/
    /*content: "";*/
    /*border-right: .3rem solid transparent;*/
    /*border-bottom: .3rem solid;*/
    /*border-left: .3rem solid transparent;*/
/*}*/

/*
 * Blog name and description
 */

.blog-header {
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
    border-bottom: .05rem solid #eee;
}

.blog-title {
    padding-top: 15px;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: normal;
}

.blog-description {
    font-size: 1.1rem;
    color: #999;
}

/*@media (min-width: 40em) {*/
    /*.blog-title {*/
        /*font-size: 2rem;*/
    /*}*/
/*}*/

/*
 * Main column and sidebar layout
 */

/* Sidebar modules for boxing content */
.sidebar-module {
    padding: 1rem;
    /*margin: 0 -1rem 1rem;*/
}

.sidebar-module-inset {
    padding: 1rem;
    background-color: #f5f5f5;
    border-radius: .25rem;
}

.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
    margin-bottom: 0;
}

/* Pagination */
.blog-pagination {
    margin-bottom: 4rem;
}

.blog-pagination > .btn {
    border-radius: 2rem;
}

/*
 * Blog posts
 */

.blog-post {
    margin-bottom: 4rem;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
}

/*
 * Footer
 */

.blog-footer {
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}

.blog-footer p:last-child {
    margin-bottom: 0;
}

/*customization by maheraj*/
.sidebar-module ul li {
    margin: 10px 0;
}

/*carosel css*/
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

/*ALUMNI DIRECTORY PAGE CSS START HERE*/
.members .member-search {
    margin-bottom: 30px;
}

.members .member-row {
    margin-top: 10px;
}

.members .profile-img-small {
    width: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.gavatar {
    color: rgb(255, 255, 255);
    background-color: #5d81a0;
    display: inline-block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 32px;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.show-more {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*.members .table tr, .members .table th, .members .table td {*/
    /*text-align: left;*/
    /*vertical-align: middle !important;*/
/*}*/

/*.members .table th:nth-child(1), .members .table td:nth-child(1) {*/
    /*max-width: 80px;*/
/*}*/

/*.members .table th {*/
    /*border-top: none !important;*/
/*}*/

/*.members .table tr.member-row {*/
    /*display: none;*/
/*}*/
/*ALUMNI DIRECTORY PAGE CSS END HERE*/

/*ALUMNI MEMBER PAGE CSS START HERE*/
.member .profile-img {
    width: 190px;
    max-height: 190px;
    /*border: 1px solid #fff;*/
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.member .fields .field-label {
    font-weight: bold;
    display: block;
    color: #555;
    margin-top: 30px;
    border-bottom: solid 2px #eee;
    padding-bottom: 5px;
}

.member .fields .field-value {

}

.member #memberTabContent {
    padding-top: 30px;
}

/*ALUMNI MEMBER PAGE CSS END HERE*/

/*ALUMNI HOME PAGE CSS END HERE*/
.home-page .about {
    margin-top: 30px;
}

.home-page .discussions-container {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    padding: 20px 0;
    word-wrap: break-word;
}

.home-page .discussions-container .title {
    text-transform: uppercase;
    font-family: "Montserrat-Regular";
}

.home-page .discussions {
    height: 400px;
    overflow: scroll;
}

.home-page .discussions-container .discussions .view-item {
    border-bottom: 1px solid #e9e9e9;
    padding: 12px;
    width: 100%;
    float: left;
}

.home-page .discussions-container .discussions .view-item .date-desc-wrapper {
    width: 88%;
    float: left;
    padding-left: 20px;
}

.home-page .discussions-container .discussions .view-item .date-desc-wrapper h6 {
    /*font-size: 12px;*/
    /*color: #2d2d2d;*/
    /*line-height: 1.4;*/
    /*margin-bottom: 10px;*/
    /*margin-top: -5px;*/
    /*letter-spacing: .1em;*/
    /*text-transform: uppercase;*/
    /*font-family: "Montserrat-Regular";*/

    color: #2d2d2d;
    /* line-height: 1.4; */
    margin-bottom: 10px;
    margin-top: -5px;
    /* letter-spacing: .1em; */
    text-transform: uppercase;
    /* font-size: 1.5rem; */
    font-family: "Montserrat-Regular";
    clear: both;
}

.home-page .discussions-container .discussions .view-item .date-desc-wrapper h6 a {
    /*color: #000000;*/
    /*-moz-transition: all .3s ease-in-out 0s;*/
    /*-webkit-transition: all .3s ease-in-out 0s;*/
    /*-ms-transition: all .3s ease-in-out 0s;*/
    /*-o-transition: all .3s ease-in-out 0s;*/
    /*transition: all .3s ease-in-out 0s;*/
    font-size: 12px;
    color: #757575;
    transition: all .3s ease-in-out 0s;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-decoration: none;
    background-color: transparent;
    line-height: 1.4;
}

.home-page .discussions-container .discussions .view-item .date-desc-wrapper h6 a:hover {
    color: #007bff !important;
}

.home-page .discussions .date-item {
    color: #000;
    width: 12%;
    float: left;
    padding: 0 2px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3;
}

.home-page .discussions .date-item .dates {
    color: #000;
    font-size: 12px;
}

.home-page .discussions .date-item .day {
    font-size: 24px;
    color: #418bca !important;
}

.home-page .discussions .date-item .month {
    color: #000;
}

.home-page .discussions-container .btn {
    display: block;
}

.home-page .discussions-container .discussions .post-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.home-page .discussions-container .discussions .post-item .image-frame {
    width: 35%;
    float: left;
}

.home-page .discussions-container .discussions .post-item .image-frame img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    display: block;
}

.home-page .discussions-container .discussions .post-item .post-desc-wrapper {
    float: left;
}

.home-page .discussions-container .discussions .post-item .post-desc-wrapper.has-image {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
}

.home-page .discussions-container .discussions .post-item .post-desc-wrapper .post-desc .post-title h6 {
    color: #2d2d2d;
    margin-bottom: 10px;
    margin-top: -5px;
    clear: both;
}

.home-page .discussions-container .discussions .post-item .post-desc-wrapper .post-desc .post-title h6 a {
    font-size: 14px;
    color: black;
    margin: 0;
    padding: 0;
}

.home-page .discussions-container .discussions .post-item .post-desc-wrapper .post-desc .post-title h6 a:hover {
    color: #007bff !important;
}

/*ALUMNI HOME PAGE CSS END HERE*/

/*DISCUSSION PAGE CSS START HERE*/
.discussion {
    margin-top: 30px;
}

.discussion .image-container {
    margin-bottom: 30px;
}

.discussion .title {
    border-bottom: .05rem solid #e5e5e5;
}

.discussion .meta .list-inline {
    margin-bottom: 10px;
}

.discussion .description {
    margin-top: 10px;
}

/*DISCUSSION PAGE CSS END HERE*/

/*DISCUSSIONS PAGE CSS START HERE*/

.discussions-page {
    margin-top: 30px;
}

.discussions-page .search {
    margin-bottom: 10px;
}

.discussions-page .form-group {
    padding: 10px;
}

.discussions-page .items {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.discussions-page .items .item a:hover {
    text-decoration: none;
}

.discussions-page .items .item .image-container {
    height: 150px;
}

.discussions-page .items .item .image-container .no-image {
    height: 150px;
    background-color: #e3e3de;
    text-align: center;
    vertical-align: middle;
    line-height: 150px;
}

.discussions-page .items .item .image-container img {
    height: 150px;
}

.copy-rights-msg {
    font-size: 15px;
    padding: 20px 0;
}

.copy-rights-msg a {
    color:#fff!important
}

.footer-links a {
    color: #989898 !important
}

/*DISCUSSIONS PAGE CSS END HERE*/

.news-section .tab-content {
    /*background: #f0f9ff;*/
    padding: 10px;
    color: #000000;
    /*min-height: 495px;*/
}

.news-section .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 0;
}

.news-section .nav-tabs .nav-link .fa-newspaper {
    margin-right: 5px;
}

.news-section .tab-content a {
    /*color: #ffffff;*/
}

.news-section .tab-content small {
    color: #777;
}

.news-section .nav-link.active {
    background: #418bca;
    color: #ffffff;
}

.news-section .nav-tabs .nav-link.active {
    border: 1px solid #418bca;
}

.news-section .nav-tabs a.nav-link.active:hover {
    color: #f0f9ff !important;
}

.news-section .tab-content .tab-pane a {
    color: #333333 !important;
}

.news-section .tab-content .tab-pane a:hover {
    color: #418bca !important;
}

.news-section .tab-content .tab-pane .fa {
    margin-right: 5px;
}

.event-summary {
    background: #f0f9ff !important;
    border: 1px solid #418bca1f !important;
}

#my-event-summary .btn-outline-success, .btn-outline-warning, .btn-outline-danger {
    border-color: transparent;
}

.bloodGroupLabel {
    display: block;
    background: #f09797;
    color: white;
    margin-bottom: 10px;
}

@media print {
    #print-page {
        display: none;
    }

    .blog-footer {
        display: none;
    }

    .header-logo {
        display: none;
    }

    iframe {
        display: none;
    }
}

.mu-hero-overlay, .mu-video-overlay {
    background-color: #EE3268;
    background: -webkit-linear-gradient(to right, #64b3f4, #EE3268);
    background: linear-gradient(to right, #64b3f4, #EE3268);
}


.header-logo {
    max-width: 100%;
    max-height: 100%;
}

.bg-light-blue {
    background-color: #94b2d6 !important;
}

.bg-light-gray {
    background-color: #bebebe !important;
}

.bg-green {
    background-color: #26a358 !important;
    text-decoration-color: #FFFFFF;
}

.bg-light-purple1 {
    background-color: #f1dada !important;
}

.bg-light-purple {
    background-color: #cbbfd8 !important;
}

.main-nav {
    border-bottom: 3px solid #69a1de;
    margin-bottom: 15px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #d8e6f6;
    font-size: 17px !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #a9c5e5 !important;
}

.nav-tabs {
    border-bottom: 1px solid #e5e5e5;
}

.home-useful-link {
    /*background: #c2e49c;*/
}

.home-useful-link img {
    max-width: 150px;
    max-height: 150px;
    margin: 10px;
}

.find-us-on {
    /*background: #c2e49c;*/
}

.find-us-on img {
    max-width: 50px;
    max-height: 50px;
    margin: 5px;
}

.header-text {
    font-weight: bold;
    text-align: center;
    margin-top: 3px;
    color: #299fe7;
}

.member-summary {
    /*background: #c2e49c !important;*/
    /*border: 1px solid #418bca1f !important;*/
    text-align: center !important;
    font-weight: bold;
}

.animated {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
}

.menu, .submenu {
    padding: 0;
    margin: 0;
    font-size: .8rem
}

.submenu {
    color: #26a358;
}

.submenu:hover {
    color: #d8e6f6;
}

.simple-marquee-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.simple-marquee-container {
    width: 100%;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 45px;
    position: relative;
    cursor: pointer;
}

.simple-marquee-container .marquee-sibling {
    padding: 10px;
    background: rgb(255 255 255);
    height: 45px;
    line-height: 42px;
    font-size: 12px;
    font-weight: normal;
    color: #299fe7;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
}

.simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.simple-marquee-container .marquee {
    margin-left: 25%;
}

.simple-marquee-container .marquee-content-items {
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 45px;
    position: relative;
}

.simple-marquee-container .marquee-content-items li {
    display: inline-block;
    line-height: 35px;
    color: #000000;
}

.simple-marquee-container .marquee-content-items li:after {
    content: "|";
    margin: 0 1em;
}

.simple-marquee-container .marquee-content-items li a {
    color: #444;
}

.simple-marquee-container .marquee-content-items li a:hover {
    color: #035abc;
}

.membership-coupon {
    max-width: 740px;
    /*background-color: rgb(38,163,89);*/
    color: black;
}

.membership-coupon .top-image {
    border: 1px solid #26a35a;
    color: white;
}

.event-coupon {
    max-width: 740px;
    /*background-color: rgb(38,163,89);*/
    color: black;
}

.event-coupon .top-image {
    border: 1px solid #7eb0da;
    color: white;
}