/*
 Theme Name: Sayidan Child Theme
 Theme URI: http://sayidan.kenzap.com
 Author: Kenzap
 Author URI: http://kenzap.com
 Description: Sayidan - University Alumni WP Theme
 Version: 1.6.2

 Template: sayidan

Corporate Blue :        #003062;
Corporate Light Blue :  #003d7c;
Corporate Orange :      #6387a0;
CIL Teal :              #40c0b0;

 */
@import url( ../sayidan/style.css );

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    position: relative;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong {
    font-family: Arial, sans-serif;
    letter-spacing: normal;
}

b,
strong {
    color: #484848;
}

a {
    color: #6387a0;
}

body a:hover,
body a:active,
body a:focus {
    color: #999999 !important;
}

.entry-summary h1,
.page-content h1,
.post-content h1,
.comment-content h1 {
    margin-top: 1.0em;
    margin-bottom: 0.8em;
}

.entry-summary h2,
.page-content h2,
.post-content h2,
.comment-content h2 {
    font-size: 18px;
}

.entry-summary h3,
.page-content h3,
.post-content h3,
.comment-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.post-content h4,
.page-content h5,
.post-content h5,
.page-content h6,
.post-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    margin-top: 20px;
    margin-bottom: 5px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-top: 5px;
    margin-bottom: 1.6em;
}

ol,
ul {
    padding-left: 20px;
    margin-bottom: 1.6em;
    font-size: 14px;
}

ol {
    list-style-type: decimal;
}

ul {
    list-style-type: disc;
}

li {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.6;
}

.research-page li:last-child {
    margin-bottom: 1.6em;
}

.heading-regular,
.text-regular,
.blog-post-content .blog-post .area-content p {
    font-family: Arial, sans-serif;
}

.stats span.comment,
.post__meta-list_inline .post__meta-item.post__meta-comments {
    display: none;
}

.entry-summary,
.page-content,
.post-content,
.comment-content {
    hyphens: none
}

/************/

/** RESETS **/

/************/

body.single > div.footer-wrapper {
    margin-top: 30px;
}

.widget-title,
.share .box-share h4,
.blog-post-content .blog-post .area-content .list-item li,
.blog-post-content .blog-post .area-content .desc-center p {
    font-family: Arial, sans-serif;
}

.widget .form-group button,
.widget .form-group input,
.widget .form-group select,
.widget .form-group textarea {
    padding: 0;
    min-height: 34px;
    padding-left: 14px;
}

.widget_recent_entries a {
    color: #999;
}

.wp-editor-tools {
    z-index: 0 !important;
}

.widget_recent_entries a:hover {
    color: #6387a0 !important;
}

.widget_categories select,
.widget_archive select,
.textwidget select {
    border: 3px solid #898989;
    color: #898989;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    -ms-appearance: menulist;
    margin-left: 0;
}

h3.widget-title:first-child {
    text-align: left;
}

.widget > ul {
    margin: 0;
    padding: 0;
}

@media print {
    a[href]:after {
        content: none !important;
    }

}

/*************/

/** HELPERS **/

/*************/

.ma-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.toggle-accordion {
    float: right;
    font-size: 16px;
}

#reset_btn {
    border-color: #bebebe;
    color: #bebebe;
    margin-right: 10px;
}

#reset_btn,
#secondary_search_btn {
    float: right;
}

#frm_delete_btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

#frm_delete_btn a {
    color: red !important;
}

@media (max-width:480px) {
    #reset_btn,
    #secondary_search_btn {
        clear: both;
        float: none;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

}

.well {
    padding: 10px;
}

/**************/

/** NUS MENU **/

/**************/

.top-nav {
    background-color: #fff !important;
    height: auto;
    padding: 10px;
}

.top-nav .top-right {
    margin-top: 25px;
}

.logo a img,
.page .logo a img {
    box-shadow: none;
    max-width: none;
}

#login h1 a,
.login h1 a {
    background-size: 133px 77px;
    height: 77px;
    width: 133px;
}

.container-header.type2 .logo,
.logo-mobile {
    position: relative;
    top: auto;
    left: auto;
}

#login h1 a,
.login h1 a {
    background-size: contain;
}

.header-middle {
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
}

.menu {
    padding: 0;
}

.top-nav ul li a {
    padding: 0;
    color: #999999 !important;
    font-size: 14px;
}

.top-nav ul li a:hover {
    color: #6387a0 !important;
    box-shadow: none;
}

.menu .nav > li > a {
    border-bottom: 0;
    text-transform: none;
}

.module-ct .sub-menu {
    list-style-type: none;
}

.sf-menu {
    margin-bottom: 0;
}

.sf-menu a {
    text-transform: none;
}

.sf-menu li {
    background-color: transparent;
    color: #999999;
}

.sf-menu.pull-right li {
    float: right;
}

.sf-menu a {
    border: none;
    color: #999999 !important;
}

.sf-menu a:hover {
    box-shadow: inset 0 -3px 0 #ef7c00;
    color: #000 !important;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
    background-color: transparent;
}

.sf-menu ul {
    background-color: #fff !important;
    text-align: left;
}

.menu .nav > li > a {
    font-family: Arial, sans-serif;
    color: #999999;
}

.container-header.type2 .menu .sf-menu > li {
    float: left;
}

.container-header.type2 .menu .nav > li > a,
.top-nav ul li a {
    line-height: 50px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 10px;
}

.container-header.type2 .menu .sf-menu > li.search-btn-box {
    float: right;
    margin: 0;
}

.sf-menu > li.search-btn-box a {
    color: #333 !important;
}

.sf-menu > li.search-btn-box a:hover {
    color: #6387a0 !important;
    text-decoration: none;
    box-shadow: none;
}

.area-mobile-content .btn-toggle {
    float: right;
    outline: none;
    background: none;
    border: 0;
    margin: 0;
    line-height: inherit;
    height: 50px;
    width: 50px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/****************/

/** NUS SEARCH **/

/****************/

.nus-search-box {
    position: relative;
    background: #f8f8f8;
}

.nus-search-box.collapse.in {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

.nus-search-box .container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nus-search-box input[type="text"] {
    padding-left: 40px;
    width: 100%;
    height: 45px;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.nus-search-box .icon {
    position: absolute;
    top: 36px;
    left: 30px;
    color: #ccc;
}

.site-search {
    margin-top: 30px;
}

.site-search .search-form-text {
    border: 3px solid #898989;
    margin-bottom: 30px;
}

/****************/

/** NUS FOOTER **/

/****************/

.textwidget a:not(.btn) {
    border-bottom: none;
}

.textwidget a.btn {
    border-bottom: 3px solid;
}

.textwidget a.btn:hover,
.textwidget a.btn:focus {
    border-bottom: 3px solid #6387a0;
}

.footer-wrapper {
    padding-bottom: 0;
    overflow: hidden;
    color: #999999 !important;
}

.footer-wrapper .foooter-container {
    background-color: #003062;
    color: #fff;
}

.address-footer,
.links-footer {
    text-align: center;
}

.links-footer {
    margin-top: 40px;
}

.links-footer li {
    list-style-type: none;
}

.address-footer h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.address-footer p,
.links-footer,
.links-footer a {
    font-size: 14px;
    color: #999999;
    margin-bottom: 5px;
}

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

.address-footer span:last-of-type {
    margin-right: 0;
}

.footer-wrapper a {
    color: #999;
}

.footer-wrapper a:hover {
    color: #fff !important;
}

.address-footer p .fa {
    color: #fff;
}

.footer-wrapper .foooter-container .footer-middle .links-social ul {
    margin-top: 10px;
}

.footer-wrapper .foooter-container .footer-middle .links-social ul li a {
    font-size: 20px;
}

.footer-wrapper .foooter-container .footer-middle .links-social ul li a .fa {
    background: #fff;
    color: #003062;
    width: 32px;
    height: 32px;
    line-height: 22px;
    border-radius: 50%;
    padding-top: 5px;
}

.footer-wrapper .foooter-container .footer-middle {
    border-bottom: none;
}

.footer-wrapper .foooter-container .footer-bottom {
    border-top: 1px solid #003d7c;
    color: #999999;
    text-align: center;
    font-weight: 300;
}

.copyright-links .nav {
    display: inline-block;
}

.copyright-links .nav li {
    display: inline-block;
    margin: 0 0 5px 15px;
    text-align: center;
}

.copyright-links .nav li a {
    color: #999999;
    padding: 0;
    display: inline-block;
}

.copyright-links .nav li a:hover,
.copyright-links .nav li a:focus {
    background: none;
    color: #ffffff;
    text-decoration: none;
}

.copyright-links .nav li:before {
    content: "\f111";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 4px;
    margin-right: 15px;
    vertical-align: middle;
}

.copyright-links .nav li:first-child {
    margin-left: 0;
}

.copyright-links .nav li:first-child:before {
    display: none;
}

.copyright-links .nav li.active > a {
    background: none;
}

.copyright-links .nav li:before {
    content: "\f111";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 4px;
    margin-right: 15px;
    vertical-align: middle;
}

#scrollToTop {
    cursor: pointer;
    font-size: 0.9em;
    position: fixed;
    text-align: center;
    z-index: 9999;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background: #6387a0;
    color: #ffffff;
    border-radius: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    right: 20px;
    bottom: 20px;
}

@media (max-width:991px) {
    #scrollToTop {
        display: none !important;
    }

}

/*********************/

/** HOMEPAGE SLIDER **/

/*********************/

.slider-hero .item img {
    -webkit-filter: brightness(50%);
}

.slider-hero .content-block h2 {
    font-size: 30px;
}

.slider-hero .owl-caption .container {
    padding: 0;
    width: 100%;
}

.owl-pagination {
    display: none;
}

.owl-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    pointer-events: none;
    z-index: 10;
}

.owl-prev,
.owl-next {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    opacity: 0.6;
    cursor: pointer;
    pointer-events: auto;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.heading-bold,
.text-bold,
.heading-light,
.text-light {
    font-family: Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 100%;
}

.heading-bold,
.text-bold {
    font-weight: 700;
}

.heading-light,
.text-light {
    font-weight: 500;
}

.slider-hero .content-block .read-story {
    font-family: Arial, sans-serif;
    font-weight: 700;
    padding: 20px 40px;
    text-transform: none;
    margin-top: 0;
}

.slider-hero .item img {
    -webkit-filter: brightness(100%);
    transition: 1s;
}

.slider-hero:hover .item img {
    -webkit-filter: brightness(50%);
}

@media (max-width:767px) {
    .slider-hero .content-block {
        display: none;
    }

}

#featured-event-widget,
#upcoming-events-widget {
    margin-right: 20px;
}

#document-search {
    margin-left: 20px;
}

#pg-2146-2 .container {
    padding-left: 0;
    padding-right: 0
}

@media (max-width:780px) {
    #featured-event-widget,
    #upcoming-events-widget {
        margin-right: 0;
    }

    #document-search,
    #latest-publications-widget {
        margin-left: 0;
    }

}

/*********************/

/** UPCOMING EVENTS **/

/*********************/

/*#homepage-event {
  background-color: #f4f4f4;
}*/

.upcoming-event {
    padding: 0;
    background-color: transparent;
}

#homepage-event .area-content {
    padding: 20px;
    background-color: #f4f4f4;
}

.entry-summary h5,
.entry-summary h6,
.page-content h5,
.post-content h5,
.page-content h6,
.post-content h6,
.comment-content h5,
.comment-content h6 {
    text-transform: none;
    font-size: 16px;
    margin: 10px auto;
    letter-spacing: normal;
    text-align: left;
}

.entry-summary .text-center h5,
.entry-summary .text-center h6,
.page-content .text-center h5,
.post-content .text-center h5,
.page-content .text-center h6,
.post-content .text-center h6,
.comment-content .text-center h5,
.comment-content.text-center h6 {
    text-align: center;
}

.page-content-body p,
.page-content-body ul,
.page-content-body ol,
.page-content-body dl {
    text-align: left;
}

.upcoming-event .area-top .fa {
    padding-right: 10px;
}

/***********/

/** PAGES **/

/***********/

.banner-wrapper {
    position: relative;
}

#banner-image + .entry-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#banner-image + .entry-header h1 {
    margin: 0;
    color: #fff;
    border: 0;
    font-size: 30px;
}

.banner-wrapper .btn.btn-default {
    margin-top: 40px;
    font-size: 20px;
    color: #fff;
    background-color: #6387a0;
    border: 0;
    padding: 10px 30px;
    opacity: 0.8;
}

.banner-wrapper .btn.btn-default:hover {
    opacity: 1;
}

#banner-image {
    height: 300px;
    position: relative;
}

#banner-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    transition: 0.5s;
}

.banner-wrapper:hover #banner-image:before {
    background: rgba(0, 0, 0, 0.8);
}

/**************************/

/** PUBLICATIONS LISTING **/

/**************************/

.publications-card {
    padding: 15px;
    margin: 0 10px 15px 10px;
    width: 30%;
    display: inline-block;
    color: #555;
    background-color: #f4f4f4;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.publications-card:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.08);
}

.publications-img-thumbnail,
.owl-carousel .owl-item img.publications-img-thumbnail {
    margin: 0 auto;
    width: 155px;
    height: 250px;
    object-fit: contain;
}

.publications-title {
    margin-bottom: 15px;
    font-weight: 700;
}

.publications-description {
    margin-bottom: 0;
}

.publications-title,
.publications-description {
    height: 90px;
    overflow: hidden;
}

#postNum {
    font-size: 14px;
    padding-right: 15px;
}

.featured-books .owl-carousel .owl-item .publications-card {
    width: 100%;
    margin: 0;
}

.featured-books .owl-carousel .owl-item {
    min-width: 285px;
    border-right: 15px solid #fff;
}

.featured-books .owl-wrapper-outer {
    overflow: hidden;
    padding-bottom: 30px;
}

.featured-books .owl-buttons {
    padding: 0;
}

.featured-books .owl-prev,
.featured-books .owl-next {
    background: transparent;
}

.featured-books .owl-prev {
    margin-left: -40px;
}

.featured-books .owl-next {
    margin-right: -25px;
}

@media (max-width:768px) {
    .publications-card {
        width: 46%;
    }

}

@media (max-width:570px) {
    .publications-card {
        width: 100%;
    }

    .featured-books .owl-carousel .owl-item {
        margin-right: auto;
    }

}

.featured-books {
    margin-bottom: 30px;
}

.publications-single-page .featured-image img {
    margin: 0 auto;
}

.publications-single-page .featured-image {
    margin-top: 30px;
}

.publications-single-page li p {
    margin-bottom: 5px;
}

.publications-single-page ul.list-unstyled {
    margin-bottom: 30px;
}

.publication-placeholder {
    background-color: #f4f4f4;
    width: 155px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
}

.publication-placeholder .fa {
    font-size: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}

/********************/

/** EVENTS LISTING **/

/********************/

.sidebar h2 {
    margin: 5px 0;
    margin-top: 25px;
}

.advanced-filter {
    display: block;
}

@media (max-width:991px) {
    .advanced-filter {
        display: none;
    }

    .advanced-filter.collapse.in {
        display: block;
    }

    .sidebar {
        padding-right: 0;
    }

}

.event-card {
    background: #fcfcfc;
    padding: 40px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    margin-right: 0;
}

.event-card .event-img-thumbnail {
    display: block;
    position: relative;
    background-image: url("/wp-content/uploads/2017/08/events-icon.jpg");
    background-color: #f4f4f4;
    height: 200px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.event-card:hover .event-img-thumbnail {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.08);
}

@media (max-width:991px) {
    .event-card .event-img-thumbnail {
        margin-bottom: 15px;
    }

}

.event-img-thumbnail .event-date {
    position: absolute;
    text-align: center;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.event-img-thumbnail .event-date li {
    line-height: 100%;
    margin: 0;
}

.event-img-thumbnail .fa {
    position: absolute;
    text-align: center;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10em;
    opacity: 0.1;
}

.event-date .num {
    font-size: 48px;
    font-weight: 700;
}

.event-date .mth {
    font-size: 25px;
}

.event-img-thumbnail .event-date li.year {
    font-size: 22px;
    margin-top: 6px;
}

.event-card .event-summary {
    height: 200px;
}

.event-card .event-title h3 {
    margin: 5px 0;
}

.pull-bottom {
    position: absolute;
    bottom: 0;
}

.event-card .event-info,
.event-card .event-location {
    margin-bottom: 10px;
}

.event-card .event-info {
    font-size: 14px;
    line-height: 16px;
}

nav .pagination {
    margin-top: 20px;
    margin-bottom: 40px;
}

nav .pagination li {
    cursor: pointer;
}

.pagination > li > a,
.pagination > li > span {
    border: none;
}

.pagination .dropup .dropdown-menu {
    height: 200px;
    overflow: scroll;
    min-width: 30px;
}

.pagination > li > a:hover,
.pagination > li > span.current,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff !important;
    background: #6387a0;
    border: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    background: #6387a0;
}

.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover,
.pagination > li:first-child > a:focus,
.pagination > li:first-child > span:focus,
.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover,
.pagination > li:last-child > a:focus,
.pagination > li:last-child > span:focus {
    border: none !important;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #6387a0;
    border-color: #6387a0;
    color: #fff !important;
}

.category {
    margin-top: 30px;
}

.event .event-content .event-detail .event-detail-title h1 {
    max-width: none;
    margin-top: 5px;
    font-size: 26px;
    text-transform: none;
}

.event .event-content .event-detail .event-detail-title {
    padding: 0;
    margin-bottom: 30px;
}

.event-content .summary {
    margin-top: 30px;
}

.event .event-content {
    padding: 0;
}

.event-content .sidebar .event-info {
    margin-bottom: 20px;
}

.event-content h2 {
    margin-top: 0;
}

.event-content .summary .gallery a {
    margin-bottom: 20px;
}

.event-content .summary .gallery {
    overflow: hidden;
}

.zoom-image:hover {
    transition: all 200ms linear;
    transform: scale(1.1);
    opacity: 1;
    z-index: 2;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.08);
}

.zoom-image {
    opacity: 1;
    transform: scale(1.0);
    transition: all 500ms linear;
    position: relative;
    float: left;
    z-index: 1;
    overflow: hidden;
}

h2.modal-title {
    margin: 0;
}

.modal-header .close {
    font-size: 16px;
}

.modal-content {
    z-index: 1050;
}

/**************/

/** RESEARCH **/

/**************/

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

.research-card {
    background: #fcfcfc;
    padding: 40px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    margin-right: 0;
}

.research-activities-card {
    background: #fcfcfc;
    padding: 20px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    margin-right: 0;
}

.research-activities-card:first-of-type {
    margin-top: 20px;
}

.research-card img {
    display: block;
    position: relative;
    background-color: #f4f4f4;
    height: 165px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.research-card:hover img {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.08);
}

.research-title h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 100%;
}

.research-excerpt {
    font-size: 14px;
    line-height: 1.6;
}

.research-info {
    margin-bottom: 10px;
}

.research-summary {

    /*height: 165px;*/
}

#team_experts h4 {
    color: #bebebe;
}

/*********************/

/** FEATURED EVENTS **/

/*********************/

.featured-event {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
}

.featured-event h5 {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-top: 0;
    margin-bottom: 10px;
}

.featured-event h2 {
    font-size: 18px;
    font-weight: 700;
    color: #555;
    margin-top: 0;
    margin-bottom: 20px;
}

.featured-event p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
}

.featured-event .description {
    margin-top: 20px;
    line-height: 20px;
    margin-bottom: 70px;
}

.featured-event i.fa {
    margin-right: 10px;
}

.featured-event .area-calendar.calendar {
    background-color: #ebebeb;
    text-align: center;
    float: left;
    width: 60px;
    height: 80px;
    line-height: 1.4;
    padding-top: 5px;
}

.featured-event .area-calendar.calendar span {
    clear: both;
    float: left;
    width: 100%;
}

.featured-event .area-calendar.calendar .day {
    font-size: 27px;
    color: #2d2d2d;
    font-weight: 700;
}

.featured-event .area-calendar.calendar .month {
    font-size: 16px;
    color: #2d2d2d;
    padding-bottom: 5px;
    font-weight: 700;
}

.featured-event .area-calendar.calendar .year {
    background-color: #dadada;
    font-size: 14px;
    color: #595959;
    padding: 3px 0;
    font-weight: 700;
}

.pull-bottom-right {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.featured-event,
.interview-wrapper {
    height: 350px;
}

@media (max-width:1199px) {
    .featured-event,
    .interview-wrapper {
        height: 400px;
    }

}

@media (max-width:991px) {
    .featured-event,
    .interview-wrapper {
        height: 460px;
        margin-right: 0;
    }

    #featured-event-widget,
    #upcoming-events-widget {
        margin-right: 0;
    }

    .date-item {
        display: none;
    }

    .block-links .post-wrapper,
    .block-links .career-content,
    .block-links .content-calendar {
        height: 450px;
        overflow-y: scroll;
    }

    .block-links .column-calendar .list-view .view-item .date-desc-wrapper {
        width: 100%;
    }

}

@media (max-width:780px) {
    .featured-event {
        height: auto;
        padding-bottom: 20px;
    }

}

/*********************/

/** DOCUMENT SEARCH **/

/*********************/

/*#document-search .alumni-interview {
background-size: contain!important;
}*/

#document-search .interview-wrapper {
    text-align: center;
    color: #fff;
    width: 100%;
}

.alumni-interview .interview-wrapper h1,
.alumni-interview .interview-wrapper h4 {
    color: #fff;
}

.alumni-interview .interview-wrapper h4 {
    font-size: 18px;
}

.alumni-interview .interview-wrapper .interview-desc p {
    width: 100%;
}

#document-search .alumni-interview .interview-wrapper .interview-see-story {
    float: none;
    display: inline-block;
    margin-top: 0
}

#document-search .alumni-interview .interview-wrapper .interview-see-story a {
    display: none;  /*background-color: #003062;
    border: none;
    color: #fff;
    font-weight: 700;
    text-transform: none;*/
}

@media (max-width:991px) {
    .alumni-interview {
        background: none !important;
    }

}

@media (min-width:992px) {
    .alumni-interview .interview-wrapper {
        padding: 10px 10px !important;
    }

}

@media (max-width:991px) {
    .alumni-interview .interview-wrapper {
        padding: 51px 0;
    }

}

@media (max-width:768px) {
    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        margin: 10px 0;
    }

}

.widget button,
.widget input {
    font-size: 14px;
    line-height: 20px;
}

.list-results {
    font-size: 16px;
    list-style-type: decimal;
    padding-left: 20px;
}

.list-results li {
    margin-bottom: 10px;
    line-height: 20px;
}

/**************************************/

/** UPCOMING EVENTS AND PUBLICATIONS **/

/**************************************/

.block-links {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
}

.block-links .column-calendar .list-view {
    height: 485px;
}

.block-links .textwidget {
    margin: 0;
}

.block-links p {
    font-family: Arial, sans-serif;
    margin-bottom: 0;
}

.block-links .date-item .date,
.block-links .date-item .month,
.block-links .date-item .year {
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
}

.block-links .date-item .date {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 2px;
    margin-top: 5px;
}

.block-links .column-news .post-title h6 a {
    font-size: 14px;
    color: #999;
}

.block-links .column-news .post-title h6 a:hover {
    color: #6387a0 !important;
}

.block-links .column-calendar .list-view .view-item .date-item .year {
    font-size: 15px;
}

.block-links h6 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
}

.block-links .excerpt {
    margin-bottom: 5px;
}

.block-links .column-calendar .list-view .view-item .date-desc-wrapper h6,
.block-links .excerpt p {
    font-size: 14px;
}

.block-links .column-calendar .list-view .view-item .date-desc-wrapper h6 a {
    color: #999;
}

.block-links .column-calendar .list-view .view-item .date-desc-wrapper h6 a:hover,
.block-links .info a {
    color: #6387a0 !important;
}

.block-links .info span {
    margin-right: 10px;
}

.block-links .column-news .image-frame {
    width: 62px;
    height: 100px;
    padding-right: 10px;
}

.block-links .column-news .post-item {
    border-bottom: 1px solid #e9e9e9;
    padding: 12px;
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}

.block-links .column-news .post-desc-wrapper {
    width: 100%;
    padding-left: 0;
}

.post-desc-wrapper .post-excerpt {
    margin-bottom: 10px;
}

.post-excerpt .info {
    margin-top: 10px;
}

.row-past-events-carousel.container {
    //width: 1210px;
}

.row-past-events-carousel.container .panel-grid-cell {
    //width: 1140px !important;
}

.row-past-events-carousel .widget .textwidget {
    margin: 0
}

.row-past-events-carousel.container,
.row-past-events-carousel.container .panel-grid-cell {
    overflow: hidden;
}

.block-links .column-news .image-frame~.post-desc-wrapper {
    width: 85%;
}

.block-links .view-all a {
    font-family: Arial, sans-serif;
}

.block-links .view-all a:hover {
    background-color: #6387a0;
    color: #fff !important;
}

@media (max-width:991px) {
    .block-links .column-news .image-frame~.post-desc-wrapper {
        width: 77%;
    }

}

@media (max-width:768px) {
    .block-links .date-item .date {
        font-size: 20px;
    }

    .block-links .date-item .month {
        font-size: 13px;
    }

    .block-links .column-calendar .list-view .view-item .date-item .year {
        font-size: 16px;
    }

    .block-links .column-news .post-desc-wrapper {
        width: 78%;
    }

}

.past-events-carousel {
    display: inline-block !important;
}

.past-events-carousel .item {
    position: relative;
    overflow: hidden;
    height: 200px;
    background: black;
    margin: 10px 3px 7px 3px;
}

.past-events-carousel .item h4 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: 0;
    z-index: 1;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.past-events-carousel .item a:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #6387a0;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}

.past-events-carousel .item:hover a:before {
    opacity: 0.5;
}

.past-events-carousel .item img {
    transition: all 0.5s;
}

.past-events-carousel .item:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/***************/

/** INSTAGRAM **/

/***************/

.instagream .instagram-feed-user {
    display: none;
}

/*****************/

/** EVENTS FEED **/

/*****************/

.block-links .column-calendar .top-section {
    display: none;
}

.block-links .column-calendar .list-view .view-item .date-item .dates {
    display: block;
}

.block-links .column-calendar .list-view .view-item .date-item .day {
    display: block;
}

.block-links .column-calendar .list-view .view-item,
.block-links .column-calendar .list-view {
    padding-left: 0;
}

.block-links .column-calendar .list-view .view-item .date-item {
    text-align: left;
}

/*************/

/** PROFILE **/

/*************/


.profile-card {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-right: 10px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-bottom: 20px;
    display: block;
}

.profile-card:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.08);
}

.profile-card .photo,
.profile-card .summary {
    padding-left: 0;
}

.profile-card .photo img {
    height: 150px;
    width: 115px;
    object-fit: cover;
}

.profile-card .summary {
    height: 150px;
    overflow-y: auto;
}

.profile-card .name {
    color: #555555;
}

.profile-card .title {
    color: #898989;
}

.profile-card .name,
.profile-card .title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 100%;
}

.profile-card .list-unstyled {
    font-size: 14px;
    margin-left: 0 !important;
    list-style: none !important;
}

.profile-card li br {
    line-height: 22px;
}

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

.profile-page .photo img {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    height: 150px;
    width: 115px;
    object-fit: cover;
}

.profile-page .photo img:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.08);
}

.profile-page .sidebar .name h1 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.profile-page h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.profile-page .sidebar .designation {
    font-size: 14px;
    margin-bottom: 30px;
}

.profile-page .sidebar .telephone,
.profile-page .sidebar .email {
    font-size: 14px;
    margin-bottom: 15px;
}

.profile-page .sidebar .fa {
    margin-right: 20px;
}

/************/

/** LOADER **/

/************/

.loader {
    text-align: center;
    font-size: 16px;
    display: none;
    margin-top: 40px;
}

.no-results {
    margin-top: 40px;
}

/************/

/** OTHERS **/

/************/

.fa-2 {
    font-size: 24px;
}

.full-width .textwidget {
    margin-left: 0;
    margin-right: 0;
}

#time-event {
    display: none;
}

.sidebar {
    margin-bottom: 30px;
    z-index: 1;
    padding-right: 30px;
}

.list-style-bullet {
    list-style-type: disc;
    padding-left: 20px;
}

.list-style-bullet li {
    margin-bottom: 5px;
}

/*************/

/** BUTTONS **/

/*************/
.btn {
    padding: 6px 20px;
}

.btn-default {
    border: 3px solid #898989;
    background: #fff;
    border-radius: 0;
    color: #898989;
}

.btn.btn-colored {
    border-color: #6387a0;
    color: #6387a0;
}

.btn-large {
    padding: 8px 20px;
    font-size: 18px;
}

.btn-default:hover {
    border-color: #6387a0;
    background-color: #6387a0;
    color: #fff !important;
}

.btn-default:focus,
.btn-default.focus {
    border-color: #6387a0;
    background-color: #6387a0;
    color: #fff !important;
}

/***********/

/** FORMS **/

/***********/

input::-webkit-input-placeholder {

    /*reset for placeholders*/
    font-family: Arial, sans-serif;
}

input::-moz-placeholder {
    font-family: Arial, sans-serif;
}

input:-ms-input-placeholder {
    font-family: Arial, sans-serif;
}

input:-moz-placeholder {
    font-family: Arial, sans-serif;
}

.form-control {
    border-radius: 0;
    border: 3px solid #898989;
    color: #898989;
    padding: 5px 12px;
}

.input-group .form-control {
    z-index: 1;
}

.width-auto {
    width: auto;
}

.input-group .radio:first-of-type,
.input-group .checkbox:first-of-type {
    margin-top: 0;
}

.input-group-btn > .btn {
    color: #898989;
    border-radius: 0;
    border: 3px solid #898989;
    border-left: none;
    padding: 0.6em 1em;
}

.form-control:focus {
    border-color: #40c0b0;
    border: 3px solid #898989;
    color: #898989;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -3px;
    padding: 4px;
    padding-right: 10px;
    padding-left: 10px;
    z-index: 3;
    height: 34px;
}

.widget .form-group button,
.widget .form-group input,
.widget .form-group select,
.widget .form-group textarea {
    font-size: 14px;
    margin-bottom: 5px;
}

.widget .input-group-btn:last-child > .btn,
.widget .input-group-btn:last-child > .btn-group {
    padding-top: 6px;
    padding-bottom: 6px;
}

.checkbox > [type="checkbox"],
.checkbox > [type="radio"],
.checkbox > label {
    margin-bottom: 0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox > [type="checkbox"]:not(:checked),
.checkbox > [type="checkbox"]:checked,
.checkbox > [type="radio"]:not(:checked),.checkbox > [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.checkbox > [type="checkbox"]:not(:checked) + label,
.checkbox > [type="checkbox"]:checked + label,
.checkbox > [type="radio"]:not(:checked) + label,.checkbox > [type="radio"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 25px;
    font-size: 13px;
}

.checkbox > [type="checkbox"]:not(:checked) + label:before,
.checkbox > [type="checkbox"]:checked + label:before,
.checkbox > [type="radio"]:not(:checked) + label:before,.checkbox > [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    margin-top: -9px;
    width: 17px;
    height: 17px;
    background: #dedede;
    border-radius: 2px;
}

.checkbox > [type="checkbox"]:not(:checked) + label:after,
.checkbox > [type="checkbox"]:checked + label:after,
.checkbox > [type="radio"]:not(:checked) + label:after,.checkbox > [type="radio"]:checked + label:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f00c';
    position: absolute;
    top: 13px;
    margin-top: -7px;
    left: 2px;
    color: #555;
    transition: all .2s;
}

.checkbox > [type="checkbox"]:not(:checked) + label:after,
.checkbox > [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.checkbox > [type="checkbox"]:checked + label:after,
.checkbox > [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.checkbox > [type="checkbox"][data-indeterminate] + label:after,
.checkbox > [type="checkbox"][data-indeterminate] + label:after,
.checkbox > [type="radio"][data-indeterminate] + label:after,
.checkbox > [type="radio"][data-indeterminate] + label:after {
    content: '\2212';
    left: 2px;
    opacity: 1;
    transform: scale(1);
}

.checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox > [type="checkbox"]:disabled:checked + label:before,
.checkbox > [type="radio"]:disabled:not(:checked) + label:before,.checkbox > [type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    background-color: #eeeeee;
    border-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
    color: #dadada;
}

.checkbox > [type="checkbox"]:disabled:checked + label:after,
.checkbox > [type="radio"]:disabled:checked + label:after {
    color: #dadada;
    cursor: not-allowed;
}

.checkbox > [type="checkbox"]:disabled + label,
.checkbox > [type="radio"]:disabled + label {
    color: #aaa;
    cursor: not-allowed;
}

.checkbox > [type="checkbox"]:checked:focus + label:before,
.checkbox > [type="checkbox"]:not(:checked):focus + label:before,
.checkbox > [type="radio"]:checked:focus + label:before,
.checkbox > [type="radio"]:not(:checked):focus + label:before {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.checkbox > label:hover:before {
    border: 1px solid #88D2FF !important;
}

.checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.checkbox > [type="checkbox"]:disabled:checked + label:hover:before,
.checkbox > [type="radio"]:disabled:not(:checked) + label:hover:before,.checkbox > [type="radio"]:disabled:checked + label:hover:before {
    border: 1px solid #E4E4E4 !important;
}

.dz-success-mark,
.dz-error-mark {
    display: none;
}

/******************/

/*** HERO IMAGE ***/

/******************/

.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover {
    z-index: -9 !important;
}

/****************/

/*** NAV TABS ***/

/****************/

.nav-stacked {
    font-size: 16px;
    margin-top: 0;
}

.nav-stacked > li + li {
    margin-bottom: 2px;
}

.nav-stacked > li {
    line-height: 100%;
}

.nav-pills.nav-stacked > li > a {
    border-radius: 0;
    line-height: 20px;
    color: #999;
}

.nav-pills.nav-stacked > li > a:hover {
    color: #6387a0 !important;
}

.nav-pills.nav-stacked > li:not(.has-submenu) > a:after {
    content: "";
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    font-size: 0;
    line-height: 0;
    transition: 0.3s linear;
}

.nav-pills.nav-stacked > li:not(.has-submenu) > a:hover:after,
.nav-pills.nav-stacked > li.active:not(.has-submenu) > a:after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid #6387a0;
}

.nav-pills.nav-stacked > li:not(.has-submenu) > a:hover,
.nav-pills.nav-stacked > li:not(.has-submenu) > a:focus,
.nav-pills.nav-stacked > li.active:not(.has-submenu) > a,
.nav-pills.nav-stacked > li.active:not(.has-submenu) > a:hover,
.nav-pills.nav-stacked > li.active:not(.has-submenu) > a:focus {
    color: #6387a0;
    border-right: 4px solid #6387a0;
    background: transparent;
}

.has-submenu a:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 10px;
}

.is-submenu {
    padding-left: 15px;
}

.nav-stacked > li.panel {
    margin-bottom: 5px;
    border-radius: 0;
    border: none;
}

.nav-stacked > li.panel .panel-title {
    color: #fff;
    background: #bebebe;
}

.nav-stacked > li.panel .panel-title:hover,
.nav-stacked > li.panel .panel-title[aria-expanded="true"] {
    color: #fff !important;
    background: #6387a0;
}

.nav-stacked > li.panel .panel-title[aria-expanded="false"]:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
}

.nav-stacked > li.panel .panel-title[aria-expanded="true"]:after {
    content: "\f0d8";
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
}

.panel .collapse {
    background: #f4f4f4;
}

.panel .collapse.in + .panel a {
    background: #6387a0;
}

.nav-tabs.default-style li {
    font-size: 18px;
    display: inline-block;
    margin: 20px auto;
    float: none;
}

.nav-tabs.default-style,
.nav-tabs.default-style > li > a {
    border: none;
    font-size: 16px;
    border-bottom: 3px solid transparent;
}

.nav-tabs.default-style.text-center {
}

.nav-tabs.default-style > li > a:hover,
.nav-tabs.default-style > li.active > a,
.nav-tabs.default-style > li.active > a:hover,
.nav-tabs.default-style > li.active > a:focus {
    color: #555;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #6387a0;
}

/****************/

/*** Filters ***/

/****************/

.filters-group li {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-left: 2px;
    margin-bottom: 10px;
    margin: 0 12px 5px;
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    transition: color 0.3s, border-color 0.2s;
    -webkit-transition: color 0.3s, border-color 0.3s;
}

/*******************************/

/** FORMIDABLE FORMS OVERRIDE **/

/*******************************/

.frm_style_formidable-style.with_frm_style .frm-show-form  .frm_section_heading h3 {
    border-top: none;
    font-family: Arial, sans-serif;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.frm_style_formidable-style.with_frm_style.frm_login_form label,
.frm_style_formidable-style.with_frm_style .frm_radio label,
.frm_style_formidable-style.with_frm_style .frm_checkbox label,
.frm_style_formidable-style.with_frm_style p.description,
.frm_style_formidable-style.with_frm_style div.description,
.frm_style_formidable-style.with_frm_style div.frm_description,
.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,
.frm_style_formidable-style.with_frm_style .frm_error {
    font-family: Arial, sans-serif;
}

.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=password],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=number],
.frm_style_formidable-style.with_frm_style input[type=url],
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=phone],
.frm_style_formidable-style.with_frm_style input[type=search],
.frm_style_formidable-style.with_frm_style select,
.frm_style_formidable-style.with_frm_style textarea,
.frm_form_fields_style,
.frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices,
.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
    border: 3px solid #898989;
    border-radius: 0;
    font-size: 14px;
    padding: 0 10px;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
    border: 3px solid #898989;
    border-radius: 0;
    font-size: 14px;
    padding: 5px 20px;
}

.frm_style_formidable-style.with_frm_style input[type=submit]:focus,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,
.frm_style_formidable-style.with_frm_style .frm_submit button:focus,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:focus,
.frm_style_formidable-style.with_frm_style input[type=submit]:active,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active,
.frm_style_formidable-style.with_frm_style .frm_submit button:active,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:active,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover {
    border-color: #6387a0;
    background-color: #6387a0;
    color: #fff;
}

/******************/

/** STAFF PORTAL **/

/******************/

.blog-post-content .blog-post .area-content {
    padding: 0;
}

.blog-content {
    padding: 0;
    margin-top: 30px;
}

.blog-post-content .blog-post .area-content {
    border-bottom: none;
}

.blog-post-content .blog-post .area-content h2:first-child {
    text-transform: none;
    line-height: normal;
    margin: 0 0 14px 0;
    padding-bottom: 6px;
    font-size: 25px;
}

.post__meta {
    margin-bottom: 30px !important;
}

.floating-info {
    position: fixed;
    bottom: 20px;
    right: 80px;
    width: 300px;
    background: #FFF;
    padding: 25px 25px 25px 50px;
    border: solid 4px;
    border-radius: 20px 20px 0px 20px;
    transition: 0.5s;
}

.floating-info:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0eb";
    position: absolute;
    left: 15px;
    top: 50%;
    font-size: 30px;
    transform: translateY(-50%);
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.floating-info:hover {
    border-color: #6387a0;
}

/**************/

/** DATABASE **/

/**************/

.database-panel {
    font-size: 14px;
    background-color: #f4f4f4;
    padding: 10px;
    border: 1px solid #eee;
}

.table {
    font-size: 14px;
}

td,
th {
    line-height: 1.5;
}

.post-navigation {
    margin-bottom: 30px;
}

.database-single {
    margin-top: 30px;
}

table.table-database {
    border-color: #6387a0;
    table-layout: auto;
}

.table-database > tbody > tr > th {

    /*border-color: #f5f5f5;
    background-color: #6387a0;
    color: #fff;*/
    width: 250px;
    padding: 10px 15px;
}

.table-database > tbody > tr > th[colspan="2"] {
    text-align: center;
    font-size: 18px;
    color: #6387a0;
    background-color: #ddd;
}

.lighter {
    color: #ccc;
}

@media (max-width:768px) {
    .table-database > tbody > tr > th,
    .table-database > tbody > tr > td {
        width: 100%;
        display: block;
    }

}

/*************/

/** BACKEND **/

/*************/

.ui-autocomplete {
    margin-top: 31px !important;
    position: absolute !important;
    z-index: 99999;
}

/*********************************/

/** MARK ADDED CSS - 03_10_2017 **/

/*********************************/

.divTable {
    display: table;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    border: 1px solid #e8e8e8;
    display: table-cell;
    padding: 3px 10px;
}

.divTableCell img {
    height: auto;
    padding: 3px;
    border: 1px solid #e6e6e6;
    background: #F8F8F8;
    background: rgba(255, 255, 255, 0.7);
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.pb-blog-content {
    padding: 50px 0
}

.pb-blog-content .article {
    margin-bottom: 40px
}

.article .btn-read-more a {
    display: block;
    width: 100%;
    border: 2px solid #898989;
    background: #fff;
    border-radius: 0;
    color: #898989;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}

.article a.author {
    display: block;
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #484848;
}

.article .image {
    position: relative;
}

.pb-blog-content .article .image img {
    height: 220px;
    object-fit: cover;
    width: 100%
}

.article .image span.date {
    position: absolute;
    bottom: 20px;
    right: 0;
    background: #6387a0;
    color: #fff;
    padding: 10px;
    font-size: 13px;
}

.comments .list-comments li {
    list-style: none;
    padding: 15px 0;
}

body.page-template-template-blog li.cat-item-383 {
    display: none;
}

.blog-featured .interview-wrapper {
    position: relative;
}

.blog-featured .interview-wrapper:before {
    content: '';
    background-color: rgba(255, 255, 255, .4);
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none
}

.blog-featured .alumni-interview .interview-wrapper .interview-see-story a {
    display: block !important;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    border: none !important;
    background: #F4F4F4 !important;
    color: #707070 !important;
    padding: 15px 20px
}

.comment-respond form .form-submit {
    margin-bottom: 50px;
}

#upcoming-events-widget {
    padding-left: 15px
}

.block-links #upcoming-events-widget .column-calendar {
    float: none
}

.block-links .column-news .post-item:first-child {
    background: #f4f4f4;
}

#advance_filter.active .fa-chevron-down:before {
    content: "\f077";
}
.pb-latest-blog-post {
    text-align: center !important;
}
.pb-latest-blog-post img {
    display: block;
    height: 140px;
    width: auto;
    margin: auto;
    object-fit: cover;
    margin-top: 5px
}

.pb-podcasts-content article {
    margin-bottom: 35px;
    line-height: 1.6;
    font-size: 14px;
}

.pb-podcasts-content iframe {
    margin-top: 20px
}

.pb-tta-panels {
    /*border: 1px solid #ccc;*/
    border-bottom: none;
    margin-bottom: 30px;
}

.pb-tta-panels h3.title {
    margin: 0 !important;
    /*border-bottom: 1px solid #ccc;*/
    font-size: 14px;
    font-weight: normal;
}

.pb-tta-panels h3.title a {
    color: #757575;
    display: block;
    padding: 6px 15px 6px 20px;
    position: relative;
}
.pb-tta-panels h3.title a:hover {
color: #757575 !important;
}

.pb-tta-panels .tta-panel {
    
}

.pb-tta-panels h3.title a:before {
        content: '';
    display: block;
    position: absolute;
    left: 4.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 0 0 0 1.5px;
    height: 11px;
    width: 11px;
}

.pb-tta-panels h3.title a.active:before {
    border: none;
}

.pb-tta-panels h3.title a:after {
        content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 1.5px 0 0 0;
    height: 11px;
    width: 11px;
    margin-top: 5px;
}

.pb-tta-panels .tta-panel.link h3.title a:before,
.pb-tta-panels .tta-panel.link h3.title a:after {
    display: none;
}

.pb-tta-panels p {
    
}

.pb-tta-panels .content {
    padding: 10px 0;
    display: none;
    /*border-bottom: 1px solid #ccc;*/
}

.pb-blog-content .blog-articles .row {
    display: flex;
    flex-wrap: wrap;
}

body a.btn-style {
    background-color: #6387a0;
    text-align: center;
    color: #fff !important;
    
    padding: 20px 0;
    display: block;
    font-size: 19px;
    font-weight: bold;
}
body a.btn-style span {
    font-weight: normal
}

#pg-2146-3 {
    margin-bottom: 30px
}