@import url("https://cloud.typography.com/7718716/6861612/css/fonts.css");
@import url("https://use.typekit.net/kzf3cfb.css");

/*https://www.newmediacampaigns.com/blog/sticking-to-your-palette-regardless-of-opacity*/

body {
    margin: 0;
    padding: 0;
    /*font-family: 'GothamBook';*/
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}

a,
a:hover {
    color: #800000;
}

.form-control:focus {
    border-color: #800000;
    box-shadow: none;
}

ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 0;
}

ol.breadcrumb li {
    padding: 0 2.5px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
}

ol.breadcrumb li:first-of-type {
    padding-left: 0px;
}

ol.breadcrumb a {
    font-size: 14px;
    color: #000;
}

hr {
    border-color: #000;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 400;
}

p {
    font-size: 18px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
}


/*start fix for body content images*/

.node-type-page .main-content img:not(.img-fluid),
.node-type-news .news-block img:not(.img-fluid) {
    max-width: 100%;
    height: auto;
}

.node-type-page .main-content div:not(.image-wrapper)>img,
.node-type-news .news-block div:not(.image-wrapper)>img {
    margin: 0 10px 10px 10px;
}


/*end fix for body content images*/

.right-border {
    border-right: 1px solid;
}

.links {
    text-align: right;
}

a.learn-btn {
    padding: 4px 25px;
    background-color: #007396;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05em;
}

a.learn-btn:hover {
    background-color: #002a3a;
    text-decoration: none;
}

a.more_btn {
    font-size: 12px;
    line-height: 22px;
    color: #800000;
    text-transform: uppercase;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    position: relative;
    letter-spacing: .05em;
    display: block;
}

.distinctions-content a.more_btn {
    margin-left: 1em;
}

.more_btn::before {
    content: ">";
    position: absolute;
    /*top: -3px;*/
    left: -12px;
}

.links a {
    border: 0px solid;
    padding: 1px 15px 0px 15px;
    margin: 12px 4px 0;
    width: 91px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}


/*.links a.apply-btn{
  background-color: #fff;
  color: #1d4250;
}
.links a.give-btn{
  background-color: #1d4250;
  color: #fff;
}*/

.links.cta-links a {
    background-color: #fff;
    color: #1d4250;
    letter-spacing: .02em;
}

.links.cta-links a:hover {
    background-color: #1d4250;
    color: #fff;
    text-decoration: none;
}

.buttons-links {
    padding: 75px 0 75px;
}

.buttons-links p {
    margin: 30px 0 0;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
}

.buttons-links a {
    font-size: 11px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    border: 1px solid;
    padding: 3px 25px;
    width: 292px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 29px;
    letter-spacing: .05em;
}

.buttons-links a.text-btn {
    background-color: #3b89a5;
}

.buttons-links a.text-btn:hover {
    background-color: #002a3a;
    text-decoration: none;
}

.white-box-color {
    background-color: #fff;
    padding: 22px;
    height: 100%;
}

.white-box-color span a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: black;
}

.white-box-color p {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 30px;
}

.banner-img.home-banner-img {
    background-image: url(../images/head-banner.jpg);
}

.banner-img {
    background-image: url(../images/about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 510px;
    color: #fff;
    position: relative;
}

.banner-slider,
.banner-img {
    position: relative;
}

.banner-slider .banner-caption,
.banner-img .banner-caption {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 8px 0 9.5px;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.banner-slider .carousel-indicators {
    display: none;
}

.banner-slider .banner-caption p,
.banner-img .banner-caption p {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 0;
    color: #fff;
}

.banner-slider .banner-caption p>a,
.banner-img .banner-caption p>a {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}

.banner-slider .banner-txt p,
.banner-img .banner-txt p {
    font-size: 30px;
    line-height: 1em;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: .1em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.path-frontpage .carousel-control-prev,
.path-frontpage .carousel-control-next {
    /*display: none;*/
}

.path-frontpage .banner-slider .banner-txt h2,
.path-frontpage .banner-img .banner-txt h2 {
    font-size: 58px;
    line-height: 1em;
    text-align: center;
    padding: 0;
    margin-top: 11px;
    letter-spacing: .1em;
}

.banner-slider .banner-txt h2,
.banner-img .banner-txt h2 {
    font-size: 50px;
    letter-spacing: .1em;
    text-align: left;
    color: #fff;
}

.banner-slider .banner-txt h2,
.banner-img .banner-txt h2 {
    text-align: center;
    padding: 0;
    font-size: 58px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
}

.banner-slider .banner-txt,
.banner-img .banner-txt {
    position: absolute;
    width: auto;
    top: 50%;
    transform: translate(0%, -50%);
    left: unset;
}

.path-frontpage .banner-slider .banner-txt,
.path-frontpage .banner-img .banner-txt {
    left: 0px;
    width: 100%;
}

.banner-slider .carousel-item .carousel-img::before,
.banner-img:before {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.banner-slider .banner-text-left .banner-txt p,
.banner-slider .banner-text-left .banner-txt h2 {
    text-align: left;
    padding-left: 15px;
}

.banner-slider .banner-text-left .banner-txt h2 {
    /*width: 70%;*/
}

.banner-slider .banner-text-center .banner-txt {
    left: 0;
    right: 0;
}

.banner-slider .banner-txt h2.no-title {
    font-size: 50px;
    letter-spacing: .1em;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: underline;
}

header {
    background-image: url(../images/header-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 17%, left;
    background-color: #800000;
    color: #fff;
    position: relative;
    padding: 11px 0 10px;
    border-bottom: 2px solid;
}

header .padd-00 {
    padding-right: 0;
}

header a.name.navbar-brand {
    font-family: adobe-devanagari, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 58px;
    line-height: 58px;
    color: white;
}

header .navbar-brand {
    padding: 0;
    margin-right: 0.8rem;
}

header .navbar-brand img {
    width: auto;
}

header .navbar-brand img:nth-child(1) {
    border-right: 1px solid #fff;
    padding-right: 1.1rem;
    position: relative;
    top: -12px;
}

header .main-menu {
    margin-top: -29px;
}

header .main-menu .navbar-dark {
    padding: 0;
}

header .main-menu ul.navbar-nav li a.nav-link {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 4px 15px 10px 15px;
    padding: 0 0 2px;
    letter-spacing: .02em;
}

header .main-menu ul.navbar-nav li a.nav-link.is-active {
    text-decoration: underline;
}

header .main-menu ul.navbar-nav li:first-child a.nav-link {
    padding-left: 0;
}

header .right-menu {
    margin-top: 8px;
    margin-left: 25px;
}

header .right-menu li a {
    color: #fff;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .02em;
    display: table;
}

header .search-field .form-group {
    margin-bottom: 4px;
}

header .search-field .fa-search {
    position: absolute;
    color: #ccc;
    right: 10px;
    top: 4px;
    font-size: 14px;
}

header .search-field {
    width: 250px;
    float: right;
    margin-right: 5px;
    position: relative;
    margin-bottom: 0px;
}

header .search-field input {
    border-radius: 0;
    padding: 0 20px 0 10px;
    height: 20px;
    border: 1px solid #a6a6a6;
    background: transparent;
    text-align: right;
    color: #a6a6a6;
    font-size: 14px;
}

header #search-block-form .input-group input.form-search.form-control {
    background: none!important;
}

header #search-block-form .input-group input.form-search.form-control:focus::placeholder {
    color: transparent;
}

header .search-field input:focus {
    color: #a6a6a6;
}

header .search-field .input-group-btn button {
    display: none;
}

header .search-field .input-group>.form-control:focus {
    background-color: transparent;
    border-color: #a6a6a6;
    box-shadow: none;
}

header .search-field .input-group-btn:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 4px;
    right: 5px;
    line-height: 12px;
    font-size: 12px;
    color: #a6a6a6;
    z-index: 9;
}

header .search-field input::placeholder {
    color: #a6a6a6;
    opacity: 1;
    font-size: 13px;
}

.path-frontpage .content_field h2 {
    margin-bottom: 0px;
}

.content_field {
    padding: 35px 15px 60px;
}

.content_field p,
.slider-bg-color.why-apply .tab-content p,
.research-bg-color p,
.recent-dissertations p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 15px;
}

.content_field h2 {
    font-size: 28px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    color: #800000;
}

.common-content-block {
    padding: 63px 0px 65px;
}

.common-content-block p {
    font-size: 20px;
    line-height: 30px;
}

.common-content-block h2 {
    font-size: 36px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
}

.alumni_info {
    padding: 100px 15px 75px;
}

.slider-bg-color.paragraph-manual-carousel h2 {
    font-weight: 400;
    color: #000000;
    letter-spacing: .1em;
}

.slider-bg-color.alumni_features p,
.slider-bg-color.academic-community.paragraph-content-carouel p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 33px;
}

.slider-bg-color.academic-community.paragraph-content-carouel p {
    margin-bottom: 55px;
}

.slider-bg-color.alumni_features {
    padding: 84px 15px 102px;
}

.alumni_features .slider .owl-carousel h2 {
    color: #007396;
}

.divinity-block {
    padding: 0px 15px 68px;
}

.divinity-block .col-lg-3 {
    padding: 0 35px;
}

.divinity-block h3 {
    display: flex;
    font-size: 22px;
    margin-bottom: 50px;
}

.divinity-block h3::after {
    content: "";
    border-top: 4px solid #ccc;
    margin: 15px 20px 0;
    flex: 1 0 20px;
}

.divinity-block h3::before {
    content: "";
    border-top: 4px solid #ccc;
    margin: 15px 20px 0;
    flex: 1 0 20px;
}

.divinity-block h2 {
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: #007396;
    text-transform: capitalize;
    margin-top: 24px;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.divinity-block a,
.details-block a {
    color: black;
}

.divinity-block a:hover,
.details-block a:hover {
    text-decoration: none;
}

.divinity-block a h2:hover,
.details-block h2:hover {
    text-decoration: underline;
}

.news-events {
    background-image: url(../images/Layer-30.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 0 45px;
}

.news-events h3 {
    font-size: 18px;
    color: #800000;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    margin-bottom: 6px;
}

.news-events p {
    margin-bottom: 0;
}

.news-events .bg-color {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 64px 48px 45px;
}

.news-events .bg-color h2 {
    margin-bottom: 42px;
}


/* acdemics-sec */

.acdemics-sec {
    background-color: #e3e3e3;
    padding: 73px 0 85px;
}

.acdemics-sec h2 {
    color: #2a83a1;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: .1em;
}

section.acdemics-sec .bg-color h3 {
    font-size: 34px;
    line-height: 34px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 17px;
    color: #000;
    padding-left: 1.8rem;
    margin-top: 15px;
}

.acdemics-sec .study-area h3 {
    font-size: 28px;
    color: #800000;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    margin-bottom: 26px;
    text-transform: none;
    margin-top: 3px;
}

.acdemics-sec .bg-color {
    background: #fff;
    margin-top: 15px;
    padding: 58px 25px 207px 25px;
}

.acdemics-sec .bg-color ul li a {
    padding: 22px 0;
    font-size: 18px;
    line-height: 24px;
    color: #800000;
}

.acdemics-sec ul {
    /* padding-left: 15px; */
    padding: 0 1.8rem 0 1.8rem;
}

.study-area .col-lg-6 {
    padding: 4px;
}

.acdemics-sec .tab-content {
    padding: 0 15px 0 8px;
    border: none;
    margin: 0;
}

.acdemics-sec .tab-links {
    padding: 0 10px 0 5px;
    border: none;
    margin: 0;
}

.slider-bg-color.academic-community {
    padding: 62px 15px 74px;
}

.academic-community .slider .owl-carousel .item p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
}

.academic-community .slider .owl-carousel {
    margin-top: 38px;
}


/* overlay-css */

.overlay-img .img-block img {
    width: 100%;
}

.overlay-img .img-block {
    position: relative;
    height: 100%;
}

.img-block .hover-txt {
    background-color: #800000;
    color: #fff;
    padding: 25px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-out;
}

.img-block .hover-txt p>a {
    font-size: 14px;
    color: #fff;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
}

.study-area .col-lg-6:hover>.img-block .hover-txt {
    opacity: 1;
    z-index: 999;
}

.study-area .col-lg-6:hover>.img-block .hover-txt p {
    color: #fff;
    letter-spacing: 0.005em;
}

.overlay-img .img-block:before {
    content: "";
    position: absolute;
    background-color: rgba(41, 41, 41, 0.4);
    width: 100%;
    height: 100%;
    z-index: 9;
}

.overlay-img .txt {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: auto;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    z-index: 99;
    max-height: calc(100% - 8px);
    overflow: hidden;
}

.area-of-study .overlay-img .txt {
    max-height: calc(100% - 15px);
}

.overlay-img .txt h2,
.overlay-img .txt h2 a {
    color: #fff;
    letter-spacing: 0;
    font-size: 22px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.admissions {
    padding: 62px 0 82px;
}

.admissions hr {
    margin-bottom: 12px;
}

.admissions .slider {
    margin-top: 43px;
}

.admissions .slider h2 {
    font-size: 32px;
    line-height: 39px;
    color: #007396;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.admissions .slider p {
    margin-bottom: 0;
    line-height: 24px;
}

.admissions h2 {
    color: #2a83a1;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    margin-bottom: 48px;
}

.admissions .tabs-sec .tab-links {
    padding-right: 48px;
    margin-top: 20px;
}

.admissions .tabs-sec li a {
    padding: 10px 80px 10px 15px;
}

.slider a.academic-btn {
    font-size: 11px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    border: 0px solid;
    display: inline-block;
    width: 248px;
    color: #fff;
    padding: 1px 16px 1px 16px;
    text-transform: uppercase;
    margin: 0px 1px 0px;
    background-color: #3b89a5;
    letter-spacing: .05em;
}

.slider a.academic-btn:hover {
    background-color: #002a3a;
    text-decoration: none;
}

.marty-center-sec {
    padding-bottom: 90px;
    overflow: hidden;
    position: relative;
}

.marty-center-sec h2 {
    font-size: 34px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 17px;
    line-height: 34px;
    color: #000;
}

.marty-center-sec .marty-content {
    width: 32%;
    float: left;
    padding: 76px 25px 0 105px;
}

.marty-center-sec .marty-img {
    position: absolute;
    right: 0;
    width: 62%;
}

.marty-center-sec .marty-content p {
    margin-bottom: 30px;
}

.marty-center-sec .marty-img .img-fluid {
    max-width: none;
}

.marty-center-sec .marty-content a {
    display: block;
    color: #800000;
    padding: 0;
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}

.about-center-bg.common-content-block {
    background-color: #e8f6f8;
    padding: 0 0 49px;
}

.about-center-bg .about-center {
    background-color: #fff;
    position: relative;
    padding: 52px 30px;
}


/* slider-css-start */

.transparent-btn {
    border: 1px solid #800000;
    padding: 5px 25px 5px 25px;
    text-transform: uppercase;
    color: #800008;
    line-height: 20px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    background-color: transparent;
    display: inline-block;
    margin: 23px auto 0;
    letter-spacing: .05em;
    font-size: 12px;
    font-weight: 600;
}

.slider-bg-color.paragraph-manual-carousel .transparent-btn {
    font-size: 14px;
    line-height: 18.54px;
    padding: 7px 33px 7px 33px;
    margin-top: 48px;
    letter-spacing: -.02em;
}

.transparent-btn:hover {
    color: white;
    background-color: #800000;
    text-decoration: none;
}

.center .transparent-btn {
    border: 1px solid #fff;
    padding: 5px 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    background-color: transparent;
    display: inline-block;
    margin: 30px auto 0;
}

.slider-bg-color {
    background-color: #e8f6f8;
    padding: 57px 15px 66px;
}

.path-frontpage .slider-bg-color h2 {
    padding-bottom: 5px;
}

.slider-bg-color.academic-community h2 {
    font-weight: 400;
    color: #000;
    letter-spacing: .1em;
    padding-bottom: 0;
    margin-bottom: 6px;
}

.slider .owl-carousel p {
    color: #000;
    font-size: 20px;
    line-height: 28px;
}

.slider .owl-carousel a:hover {
    text-decoration: none;
}

.slider .owl-carousel h2:hover {
    text-decoration: underline;
}

.slider .owl-carousel a.more_btn:hover {
    text-decoration: underline;
}

.common-content-block .slider .owl-carousel h2 {
    color: #007396;
}

.paragraph-manual-carousel .slider .owl-carousel h2 {
    margin-top: 14px;
    margin-bottom: 4px;
}

.slider .owl-carousel h2.blue {
    color: #007396;
    font-size: 18.7px;
    line-height: 27.2px;
}

.slider .owl-carousel p {
    width: 205px;
    margin: 0 auto 0px;
}

.slider .small-title {
    font-size: 20px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: #1981a0;
    margin-bottom: 4px;
    letter-spacing: .1em;
}

.slider-bg-color.paragraph-manual-carousel .slider .owl-carousel {
    margin-top: 54px;
}

.slider .owl-dots {
    display: none;
}

.slider .owl-prev::before {
    content: "";
    background-image: url(/themes/uch_div/images/arrow-left.png);
    position: absolute;
    top: -12px;
    width: 19px;
    height: 55px;
    z-index: 999;
    background-repeat: no-repeat;
    background-size: cover;
    left: -40px;
}

.slider .owl-next::before {
    content: "";
    background-image: url(/themes/uch_div/images/arrow-right.png);
    position: absolute;
    top: -12px;
    width: 19px;
    height: 55px;
    z-index: 999;
    background-repeat: no-repeat;
    background-size: cover;
    right: -40px;
}

.slider .owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    margin: 0;
    padding: 0;
}

.slider .owl-theme .owl-nav {
    position: absolute;
    top: 15%;
    width: 100%;
    transform: translate(0, -15%);
    z-index: -1;
}

.slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #a6a6a6;
}

.slider p {
    font-size: 20px;
    line-height: 30px;
}

.container.text-center.slider {
    padding: 0 30px 0;
}

.slider .owl-carousel h2 {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.04em;
    text-transform: capitalize;
    margin-top: 12px;
    margin-bottom: 1px;
}

.slider .owl-carousel a.more_btn {
    display: table;
    margin: 0px auto;
    margin-top: -2px;
}

.slider .owl-carousel a.more_btn::before {
    top: 0;
}

.carousel-style1 {
    padding: 121px 0 118px;
}

.carousel-style1 h2 {
    line-height: 36.55px;
    margin-bottom: 26px;
}

.carousel-style1 .owl-carousel {
    margin-top: 37px;
}

.carousel-style1 .owl-carousel h2 {
    font-size: 20px;
    line-height: 27.2px;
    color: #007396;
}

.carousel-style2 {
    padding: 67px 0 81px;
}

.carousel-style2 h2,
.carousel-style4 h2,
.carousel-style8 h2 {
    font-size: 36px;
    line-height: 34px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: -0.005em;
    margin-bottom: 15px;
}

.carousel-style4 h2 {
    font-size: 34px;
    text-transform: unset;
}

.carousel-style8 h2 {
    text-transform: unset;
}

.carousel-style8 p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.carousel-style2 .owl-carousel h2 {
    font-size: 20px;
    line-height: 30px;
    color: #007396;
}

.carousel-style2 .owl-carousel {
    margin-top: 68px;
}

.carousel-style2 .owl-carousel p {
    font-size: 18px;
    line-height: 28px;
}

.carousel-style2 .transparent-btn {
    /*margin-top: 44px;*/
}

.carousel-style3 {
    padding: 86px 0 79px;
}

.carousel-style3 h2 {
    margin-bottom: 31px;
}

.carousel-style3 .owl-carousel,
.carousel-style5 .owl-carousel,
.carousel-style6 .owl-carousel {
    margin-top: 37px;
}

.carousel-style3 .owl-carousel h2,
.carousel-style5 .owl-carousel h2 {
    font-size: 20px;
    line-height: 30px;
    color: #800000;
}

.carousel-style3 .transparent-btn,
.carousel-style6 .transparent-btn {
    /*margin-top: 40px;*/
}

.carousel-style4 .owl-carousel h2,
.carousel-style6 .owl-carousel h2,
.carousel-style8 .owl-carousel h2 {
    font-size: 20px;
    line-height: 30px;
    color: #007396;
}

.carousel-style4 {
    background-color: #e3e3e3;
    padding: 90px 0 58px;
}

.carousel-style4 h2 {
    margin-bottom: 30px;
}

.carousel-style4 .owl-carousel {
    margin-top: 56px;
}

.carousel-style5 {
    background-color: #e3e3e3;
    padding: 86px 0 79px;
}

.carousel-style5 h2 {
    font-size: 32px;
    line-height: 43px;
    color: #800000;
    margin-bottom: 28px;
}

.carousel-style6 {
    background-color: #eef8fa;
    padding: 82px 0 68px;
}

.carousel-style6 h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    letter-spacing: .04em;
}

.carousel-style7 {
    background-color: #eef8fa;
    padding: 57px 0 67px;
}

.carousel-style7 h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1981a0;
    margin-bottom: 0;
    letter-spacing: .04em;
    font-weight: 500;
}

.carousel-style7 h2 {
    font-size: 30px;
    /*line-height: 40px;*/
    letter-spacing: .04em;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.carousel-style7 .owl-carousel h2 {
    font-size: 20px;
    color: #800000;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.carousel-style7 .owl-carousel {
    margin-top: 60px;
}

.carousel-style7 .transparent-btn,
.carousel-style2 .transparent-btn,
.carousel-style3 .transparent-btn,
.carousel-style6 .transparent-btn {
    margin-top: 52px;
}

.carousel-style8 {
    background-color: #eef8fa;
    padding: 90px 0 60px;
}

.carousel-style8 h2 {
    margin-bottom: 30px;
}

.carousel-style8 .owl-carousel {
    margin-top: 35px;
}

.carousel-style8 .transparent-btn {
    margin-top: 58px;
}

.carousel-style9 {
    background-color: #007396;
    color: #fff;
    padding: 86px 0 77px;
}

.carousel-style9 p {
    color: #fff;
}

.carousel-style9 h2 {
    margin-bottom: 15px;
    letter-spacing: .04em;
    line-height: 30px;
    font-size: 20px;
}

.carousel-style9 .owl-carousel h2 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.carousel-style9 .owl-carousel {
    margin-top: 43px;
}

.carousel-style9 .transparent-btn {
    border-color: #fff;
    color: #fff;
    margin-top: 49px;
}

.carousel-style9 .transparent-btn:hover {
    background-color: #002a3a;
    text-decoration: none;
}

.carousel-style9 a.more_btn {
    color: #fff;
}

.carousel-style9 .owl-carousel p {
    line-height: 30px;
    color: #fff;
}

.active-filter {
    background-color: #e5e5e5;
}


/* end-css */


/* tabs-css-start */

.tabs-sec .tab-section {
    width: 100%;
    background: white;
}

.tabs-sec .distinctions-content {
    display: none;
}

.tabs-sec .distinctions-content .slider {
    padding: 0;
}

.tabs-sec .distinctions-content:first-of-type {
    display: block;
}

.tabs-sec .distinctions-content .preformatted-tab-image-wrapper {
    padding-bottom: 26px;
}

.tabs-sec .distinctions-content .col-lg-12 p {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 24px;
}

.tabs-sec .tab-links {
    border-right: 1px solid;
    padding-right: 10px;
    margin-top: 15px;
    padding-bottom: 15px;
}

.tabs-sec li,
.acdemics-sec li {
    border-bottom: 1px solid #7f7f7f;
}


/*.tabs-sec li:last-of-type {
  border-bottom: none;
}*/

.tabs-sec li a,
.acdemics-sec li a {
    font-size: 20px;
    color: #800000;
    padding: 10px 80px 10px 15px;
    display: block;
}

.tabs-sec li a {
    font-size: 18px;
}

.tabs-sec li:first-of-type a,
.acdemics-sec li:first-of-type a {
    padding-top: 0px;
}

.tabs-sec h3 {
    font-size: 16px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0.4em;
}

.tabs-sec li a.active {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
}

.tabs-sec ul,
.acdemics-sec ul {
    padding: 0 20px 0 30px;
}

.tabs-sec ul {
    padding: 00 50px 0 0px;
}


.tabs-sec .tab-content {
    margin-top: 30px;
    padding-left: 48px;
    padding-bottom: 10px;
}


/* end-css */

.media-sec {
    padding: 115px 0 75px;
}

.media-sec .publications h2 {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    text-transform: unset;
    letter-spacing: 0;
    color: #800000;
    margin-bottom: 24px;
}

.media-sec .publications h3 {
    font-size: 14px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    margin-bottom: 6px;
}

.media-sec .publications a.publications-link {
    font-size: 11px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    border: 1px solid;
    padding: 3px 25px;
    /* width: 292px; */
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 29px;
    background-color: #3b89a5;
    text-align: center;
    letter-spacing: .05em;
}

.media-sec .publications a.publications-link:hover {
    background-color: #002a3a;
    text-decoration: none;
}

.media-sec .multimedia h2 {
    font-size: 28px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    color: #007396;
    margin-bottom: 30px;
    margin-top: 2px;
}

.media-sec .publications .row {
    margin-top: 35px;
    margin-bottom: 18px;
}

.media-sec iframe {
    height: 260px;
}

.media-sec .slider .multimedia-carousel img.img-fluid:hover {
    cursor: pointer;
}

.media-sec .slider .owl-carousel {
    margin-top: 23px;
    margin-bottom: 5px;
}

.media-sec .video-sec .video-block:first-child {
    display: block;
}

.media-sec .video-sec .video-block {
    display: none;
}

.media-sec #carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

.media-sec #carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

.media-sec #carousel-custom .left.carousel-control {
    position: absolute;
    bottom: 40px;
    left: -25px;
    font-size: 60px;
    color: #ccc;
}

.media-sec #carousel-custom .right.carousel-control {
    position: absolute;
    bottom: 40px;
    right: -25px;
    font-size: 60px;
    color: #ccc;
}

.slider-bg-color.history-mission {
    padding: 70px 15px 170px;
    background-image: url("../images/histroy-bg.png");
    background-repeat: no-repeat;
    background-position: center 80%;
}

.history-mission .history-txt h2 {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 300;
    margin-bottom: 70px;
}

.history-mission .history-txt p {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.9rem;
}

.history-mission .history-txt span a {
    font-size: 18px;
    line-height: 30px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    display: block;
    color: #000;
}

.history-mission .row.history-txt {
    margin-bottom: 78px;
}

.history-mission .accreditation-txt {
    margin-top: 92px;
}

.history-mission .accreditation-txt p {
    font-size: 18px;
    line-height: 32px;
}

.history-mission .accreditation-txt h2 {
    font-size: 36px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 11px;
}

.about-txt {
    padding-top: 40px;
}

.about-txt h2 {
    line-height: 30px;
    margin-bottom: 18px;
}

.slider-bg-color.leadership {
    padding: 83px 15px 66px;
}

.slider-bg-color.leadership .col-lg-3:first-child {
    margin-bottom: 6px;
}

.leadership h2 {
    font-size: 36px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
}

.slider-bg-color.leadership .slider .owl-carousel p {
    width: auto;
    margin: 0;
}

.slider-bg-color.leadership .slider,
.slider-bg-color.leadership .slider .owl-carousel p,
.slider-bg-color.about-faculty .slider,
.slider-bg-color.about-faculty .slider .owl-carousel p {
    padding: 0;
}

.leadership h3 {
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 17px 0 5px 0;
}

.leadership .col-lg-9 p {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
}

.leadership .marg-bottom {
    margin-bottom: 85px;
    font-size: 20px;
    line-height: 1.5em;
}

.leadership a.transparent-btn {
    margin: 56px auto 16px;
    display: table;
}

.app-process-sec {
    padding: 115px 0 93px;
}

.app-process-sec p,
.financial-aid p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.app-process-sec h2 {
    margin-bottom: 27px;
    font-weight: 400;
    color: #000;
    letter-spacing: .1em;
}

.app-process-sec .slider .owl-carousel {
    margin-top: 35px;
}

.financial-aid {
    padding: 85px 0 45px;
    background-color: #e3e3e3;
}

.financial-aid h2 {
    font-size: 34px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 27px;
    color: #000;
}

.tuition-fees {
    padding: 70px 0 60px;
}

.tuition-fees .tabs-sec h2 {
    font-weight: 400;
    color: #000;
}

.tuition-fees .tabs-sec h3 {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 28px;
}

.tuition-fees .tabs-sec h3.text-center {
    margin-bottom: 15px;
}

.tuition-fees .tabs-sec h3>span {
    color: #800000;
}

.tuition-fees .tabs-sec p {
    margin-bottom: 0;
}

.tuition-fees .tabs-sec p.text-center {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 33px;
}

.tuition-fees .tabs-sec h4 {
    font-size: 20px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 17px;
    color: #800008;
}

.tuition-fees .tabs-sec h4>span {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
}

.tuition-fees .tabs-sec p>span {
    font-family: adobe-garamond-pro, serif;
    font-weight: 700;
    font-style: normal;
    margin-left: 10px;
}

.app-deadlins p {
    margin-bottom: 0;
    line-height: 26px;
}

.app-deadlins h2 {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    color: #800000;
    margin-bottom: 35px;
    letter-spacing: 1.9px;
}

.app-deadlins h3 {
    font-size: 38px;
    color: #007396;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

.app-deadlins a.more_btn {
    margin-left: 1em;
}

.app-deadlins .deadlins-block-one {
    padding-right: 48px;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.app-deadlins .deadlins-block-two {
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 10px 48px 10px 48px;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.app-deadlins .deadlins-block-three {
    padding-left: 48px;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.why-apply h2 {
    font-size: 20px;
    color: #1981a0;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    margin-bottom: 6px;
}

.why-apply .distinctions-content .row:nth-child(1) {
    margin-bottom: 52px;
}

.why-apply h3 {
    margin-bottom: 76px;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 400;
}

.faq-sec {
    background-image: url("../images/faq-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1094c8;
    color: #fff;
    padding: 60px 0 55px;
    margin-bottom: 65px;
}

.faq-sec .tab-links ul {
    margin-top: 15px;
}

.faq-sec .tabs-sec h2 {
    font-weight: 300;
    font-size: 34px;
    letter-spacing: .1em;
    margin-bottom: 27px;
}

.faq-sec .tabs-sec h3 {
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
}

.faq-sec .tabs-sec p {
    font-size: 16px;
    line-height: 1.5em;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px;
    color: #fff;
}

.faq-sec .tabs-sec li a {
    border-color: #fff;
}

.admission-top-txt {
    padding-top: 55px;
}

.details-block h2 {
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    color: #007396;
    margin-top: 22px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.slider-bg-color.common-content-block {
    padding: 85px 0 55px;
}

.slider-bg-color.common-content-block.paragraph-content-carouel .transparent-btn {
    margin-top: 55px;
}

.research-bg-color::before {
    content: "";
    background-color: rgba(0, 115, 150, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.research-bg-color {
    color: #fff;
    padding: 115px 0 95px;
    background-image: url("../images/faq-bg.jpg");
    height: 406px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /* background-color: #00547d; */
}

.research-bg-color p,
.sightings-bg-color p,
.research-bg-color h2 {
    color: #fff;
}

.research-bg-color h2 {
    font-size: 28px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 200;
    margin-bottom: 16px;
}

.research-bg-color p {
    font-size: 20px;
    /* font-weight: 100; */
}

.research-bg-color a {
    font-size: 24px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin-top: 35px;
    display: block;
}

.sightings-bg-color {
    background-color: #007396;
    color: #fff;
    padding: 85px 0 82px;
}

.sightings-bg-color .slider .owl-carousel h2,
.sightings-bg-color .slider .owl-carousel p,
.sightings-bg-color a {
    color: #fff;
}

.sightings-bg-color a.transparent-btn {
    border: 1px solid #fff;
    /* padding: 5px 25px; */
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    background-color: transparent;
    display: inline-block;
    margin: 47px auto 0;
}

.sightings-bg-color a.transparent-btn:hover {
    background-color: #fff;
    color: #007396;
}

.doctoral-bg {
    background-color: #e3e3e3;
    padding: 108px 0 100px;
}

.doctoral-bg .doctoral-center h2 {
    margin-bottom: 0.5em;
}

.doctoral-bg .tabs-sec .tab-links {
    border: none;
    margin: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.doctoral-bg .tabs-doctoral .tab-content {
    background-color: white;
    padding: 0;
    margin: 0;
}

.doctoral-bg .tabs-sec li a span {
    font-size: 16px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    display: block;
    color: #000;
    margin-top: 0.1em;
}

.doctoral-bg .tabs-sec li a span em {
    color: #007396;
    font-style: normal;
}

.doctoral-bg .tabs-sec .tab-section {
    height: 100%;
    padding: 38px 20px;
    padding: 0px;
}

.doctoral-bg .doctoral-center p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 27px;
}

.about-faculty.slider-bg-color {
    padding: 100px 0 45px;
}

.slider-bg-color.about-faculty .col-lg-9 {
    padding-left: 0;
}

.about-faculty h2 {
    font-size: 26px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    text-transform: unset;
    letter-spacing: 0;
    color: #800000;
    margin-bottom: 0.7rem;
}

.about-faculty .white-box-color h3,
.about-faculty .white-box-color h3 a {
    font-size: 17px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 28px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    margin-bottom: -0.1em;
    color: #000;
}

.slider-bg-color.about-faculty .slider .owl-carousel {
    margin-top: 41px;
}

.about-faculty .white-box-color {
    padding: 30px 40px;
}

.about-faculty .white-box-color p {
    font-size: 16px;
    line-height: 28px;
    display: inline;
}

.about-faculty .white-box-color a {
    font-size: 14px;
    color: #800000;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 600;
}

.about-faculty .white-box-color h4 {
    font-size: 18px;
    color: #800000;
    margin-bottom: 0;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0.2em;
}

.about-faculty .white-box-color p>a {
    font-size: 14px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: #800000;
}

.about-faculty .col-lg-3,
.about-faculty .col-lg-9 {
    padding-bottom: 6px;
    padding-right: 18px;
}

.about-faculty.slider-bg-color .transparent-btn {
    margin: 43px auto 0;
    display: table;
}

.additional-student {
    background-color: #800000;
    color: #fff;
    padding: 95px 0 75px;
}

.additional-student .tabs-sec h2 {
    margin-bottom: 0.5em;
}

.additional-student p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 50px;
}

.additional-student .col-lg-7 p {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.find-faculty {
    padding: 90px 0 130px;
    background: #e3e3e3;
}

.find-faculty h2 {
    font-size: 36px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: 0;
}

.serach input {
    width: 100%;
    position: relative;
    background-color: transparent;
    border: 1px solid;
    color: #800000;
    height: 38px;
    padding: 10px;
}

.serach .fa-search {
    position: absolute;
    right: 30px;
    top: 8px;
    color: #800000;
}

.find-faculty .select-field select {
    border: 1px solid #800000;
    padding: 5px 25px;
    background-color: transparent;
    width: 100%;
    height: 38px;
}

.recent-dissertations {
    padding: 104px 53px 101px;
    background-color: #e3e3e3;
}

.recent-dissertations h2 {
    font-size: 36px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.recent-dissertations .tabs-sec ul li a {
    border-bottom: 1px solid #7b7b7b;
}

.recent-dissertations .transparent-btn {
    margin-top: 63px;
}

.scholarly-journals h3 {
    font-size: 22px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
}

.scholarly-journals.red-overlay-sec .row:not(:last-child) {
    padding-bottom: 60px;
}

.red-overlay-sec.scholarly-journals {
    padding: 88px 0 80px;
}

.find-faculty.school-faculty {
    background-color: #fff;
}

.red-overlay-sec {
    background-image: url("../images/scolar-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 93px 0 128px;
    position: relative;
    background-position: center;
    /* background-color: #7d0909; */
}

.red-overlay-sec h2 {
    font-size: 32px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 300;
    position: relative;
    margin-bottom: 62px;
}

.red-overlay-sec h3 {
    font-size: 22px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
}

.red-overlay-sec p {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 300;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 23px;
    margin-top: 3px;
    color: #fff;
}

.red-overlay-sec span a {
    font-size: 18px;
    line-height: 24px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    color: white;
}

.red-overlay-sec .row:not(:last-child) {
    padding-bottom: 128px;
}

.red-overlay-sec:before {
    content: "";
    background-color: rgba(128, 0, 0, 0.75);
    background-color: rgba(106, 0, 0, 0.85);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.red-overlay-sec span a {
    display: block;
}

.get-involved {
    padding: 85px 0 150px;
    background-color: #e3e3e3;
}

.get-involved h2 {
    font-size: 36px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.common-content-block.paragraph-content-carouel .transparent-btn {
    margin-top: 40px;
}

.student-life .tabs-sec {
    background-color: #fff;
    padding: 52px 30px 80px 30px;
}

.student-life.slider-bg-color .overlay-img .row:first-of-type {
    margin-top: 45px;
}

.student-life span a {
    display: block;
    color: #000;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.student-life.slider-bg-color .white-box-color {
    padding: 30px;
}

.student-life.slider-bg-color .white-box-color p {
    font-size: 16px;
    line-height: 24px;
}

.student-life .overlay-img .col-lg-4,
.student-life .overlay-img .col-lg-8 {
    padding: 3px;
}

.student-life .additional-student-life h2 {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #800000;
    margin-bottom: 0.9rem;
}

.student-life .tabs-sec>p,
.student-life.slider-bg-color .overlay-img>p {
    text-align: center;
}

.bio-sec {
    padding: 54px 0 37px 0;
    width: 940px;
    margin: 0 auto;
}

.bio-sec h3 {
    font-size: 36px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    margin: 0px 0 50px;
    padding: 0 15px;
}

.bio-sec p {
    font-size: 16px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
}

.bio-sec .bio-body p {
    margin-bottom: 0.6em;
    line-height: 1.8em;
}

.bio-sec h2.title {
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-top: 20px;
}

.bio-sec span.type-and-title {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    display: block;
}

.bio-sec span.subtitle {
    margin-bottom: 1.7em;
    display: block;
}

.bio-sec .select-work label {
    margin-top: 2em;
    color: #800000;
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    margin-bottom: 1.2em;
}

.bio-sec .contact p>span {
    font-size: 14px;
    display: block;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.bio-sec .contact p {
    margin-bottom: 10px;
}

.bio-sec h4 {
    font-size: 16px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: italic;
    border-top: 1px solid #800000;
    padding-top: 1.3em;
    line-height: 1.8em;
}

.bio-sec .mob-dropdown {
    margin-bottom: 1em;
}

.bio-sec .mob-dropdown:first-of-type {
    margin-top: 3.4em;
    margin-bottom: 3.4em;
}

.bio-sec .mob-dropdown:not(:first-of-type) {
    border-top: 1px solid #800000;
}

.bio-sec .mob-dropdown p {
    margin-bottom: 9px;
}

.bio-sec .mob-dropdown p a {
    color: black;
}

.bio-sec .mob-dropdown h3 {
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    color: #800000;
    padding: 18px 0 10px 0;
    margin: 0;
    line-height: 1.6em;
}

.bio-sec .fa-icon {
    margin-top: 2.4em;
}

.bio-sec .fa-icon svg {
    color: #797c7e;
}

.bio-sec .col-lg-8 {
    padding-left: 26px;
}

.page-node-type-person .breadcrumbs {
    /*   padding: 0 15px; */
    width: 940px;
    /*   margin: 15px auto 0;   */
}

.page-node-type-person .bio-sec .social-icons a {
    font-size: 1.1rem;
}

.faculty-page {
    padding: 0px 0px 8px;
}

.faculty-page h2 {
    font-size: 36px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: .01em;
    padding-top: 36px;
    margin-bottom: 0px;
}

.faculty-page h3.faculty-name {
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 600;
}

.faculty-page .checkbox-sec h3 {
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: #800000;
    margin-bottom: 0.85em;
}

.faculty-page .checkbox-sec ul li input {
    margin-right: 10px;
}

.faculty-page .checkbox-sec ul li {
    font-size: 14px;
    color: #800000;
    line-height: 1.1em;
    margin-bottom: 0.5em;
    padding-top: .2em;
    padding-bottom: .2em;
    padding-left: .2em;
}

.faculty-page .checkbox-sec span {
    font-size: 18px;
    color: #800000;
    display: block;
    margin-bottom: 0.6em;
}

.faculty-page .faculty-detail-section h5 {
    font-size: 20px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: #800000;
    /* margin-top: 20px; */
    margin-bottom: 0;
}

.faculty-page .faculty-detail-section p {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    margin-top: 9px;
    margin-bottom: 11px;
    line-height: 1.7em;
}

.faculty-page .faculty-detail-section a {
    font-size: 14px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: #00637e;
}

.faculty-page .faculty-detail-section span {
    font-size: 18px;
    margin-top: -1px;
    display: inline-block;
}

.faculty-page .alphabet-filter a {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #800000;
    padding-right: .5em;
    margin-right: 1em;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 4px;
}

.faculty-page .alphabet-filter a.show-all-filters {
    display: block;
}

.faculty-page .row.faculty-detail-section {
    margin-bottom: 7px;
}

.faculty-page .faculty-detail-section .name-faculty a {
    font-size: 20px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: #800000;
}

.faculty-page .row.faculty-by-name {
    margin-bottom: 1.9em;
}

.faculty-page .by-title ul.list-unstyled,
.faculty-page .area-of-study ul.list-unstyled {
    padding-left: 0.8em;
    margin-bottom: 34px;
}

.faculty-page .checkbox-sec a {
    color: #800000;
    line-height: 1em;
}

.faculty-page .by-title {
    margin-bottom: 34px
}

.faculty-page .views-exposed-form input {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    padding-top: 11px;
    padding-bottom: 10px;
    text-align: right;
    border-radius: 0;
    border: 1px solid #6c0d0f;
    color: #6c0d0f;
    padding-right: 30px;
    padding-left: 16px;
    margin-top: 0px;
    font-size: 13px;
}

.faculty-page .views-exposed-form input::placeholder {
    color: #6c0d0f;
    /*     padding-right: 1.3em; */
}

.faculty-page .views-exposed-form .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-combine.js-form-item-combine.form-group:after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    /* top: 3px; */
    right: .8em;
    line-height: 1em;
    font-size: 12px;
    color: #6c0d0f;
}

.faculty-page .views-exposed-form .form-actions.form-group {
    display: none;
}

.faculty-page .views-exposed-form label.control-label {
    display: none;
}

.faculty-page .views-exposed-form .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-combine.js-form-item-combine.form-group {
    position: relative;
}

.the-craft {
    padding: 104px 0 88px;
}

.area-of-study h2 {
    font-size: 32px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    letter-spacing: .01em;
    color: #800000;
    margin-bottom: 36px;
    text-transform: none;
}

.area-of-study .col-lg-8 {
    padding: 0 0 8px 8px;
}

.area-of-study .col-lg-4 {
    padding: 0 0 8px 15px;
}

.academic-workshops {
    padding: 80px 0 78px;
}

.academic-workshops .tab-content .distinctions-content .col-lg-6.col-md-12:nth-child(2) {
    padding-left: 0;
}

.academic-workshops .tab-content .distinctions-content .col-lg-6.col-md-12:nth-child(2) p {
    margin-bottom: 6px;
}

.academic-workshops .tabs-sec .tab-content {
    padding-left: 52px;
}

.academic-workshops h2.text-center {
    font-size: 30px;
    letter-spacing: .1em;
    margin-bottom: 18px;
}
.large-tabs-paragraph .tabs-doctoral .col-md-8.col-lg-8.col-sm-12.tab-content img{
    width: 100%;
    height: auto;
}
.academic-workshops h3.text-center {
    margin-bottom: 0px;
}

.academic-workshops a.learn-btn {
    margin-top: 10px;
}

.academic-workshops p {
    font-size: 22px;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 34px;
}

.academic-workshops .tabs-sec .tab-links {
    margin-top: 36px;
}

.academic-workshops .tab-content .col-lg-7 p {
    margin-top: 0;
    margin-bottom: 0;
}

.academic-workshops a.transparent-btn {
    margin: 60px auto 0;
    display: table;
}

.academic-workshops .resources {
    margin-top: 40px;
}

.academic-workshops .distinctions-content h4 {
    font-size: 19px;
    margin-bottom: 1.1em;
}

.academic-workshops .distinctions-content span.red {
    color: #800000;
}

.academic-workshops .distinctions-content p {
    margin-bottom: -0.3em;
    margin-top: .1em;
    font-size: 22px;
    line-height: 32px;
}

.doctoral-bg .distinctions-content {
    padding: 38px 30px;
}

.doctoral-bg .tabs-doctoral .content-section h3 {
    font-size: 20px;
    color: #800000;
    text-transform: capitalize;
    margin-top: 41px;
    margin-bottom: 3px;
}

.doctoral-bg .tabs-doctoral .content-section p {
    font-size: 20px;
    line-height: 1.5em;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
}

.doctoral-bg .tabs-doctoral .content-section span {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
}

.doctoral-bg .tabs-doctoral .content-section span>em {
    color: #007396;
    font-style: normal;
}

.doctoral-bg .tabs-doctoral {
    margin-top: 50px;
    padding-left: 37px;
    padding-right: 37px;
}

.doctoral-bg .tabs-sec li a {
    padding: 20px 45px 20px 15px;
    line-height: 1.5em;
}

.additional-student .tabs-sec ul li a,
.faq-sec .tabs-sec ul li a {
    color: #fff;
    border-color: #fff;
    padding-right: 10px;
}

.additional-student .tabs-sec ul li,
.faq-sec .tabs-sec ul li {
    border-color: #fff;
}


/* new-css */

.large-tab-sec {
    background-color: #e3e3e3;
}

.common-content-block.large-tab-sec .tabs-doctoral {
    margin-top: 65px;
    padding-left: 37px;
    padding-right: 37px;
}

.common-content-block.large-tab-sec .tabs-doctoral .tab-content .col-lg-6 p {
    font-size: 22px;
    line-height: 32px;
}

.common-content-block.large-tab-sec .tabs-doctoral .tab-content .col-lg-12 h3 {
    line-height: 1.6em;
    margin-bottom: 0px;
}

.large-tab-sec .tabs-sec .distinctions-content .col-lg-12 p {
    margin-bottom: 18px;
    margin-top: 2px;
}

.large-tab-sec .tabs-sec .tab-content a.learn-btn {
    margin-top: 25px;
}

.large-tab-sec .tabs-sec .tab-content {
    margin-top: 0;
    background-color: #fff;
    padding: 60px 50px 25px 30px;
}

.large-tab-sec .tabs-sec .tab-content .row .col-lg-12 {
    margin-top: 25px;
}

.large-tab-sec .tabs-sec .tab-links {
    border-right: 6px solid #e3e3e3;
    margin-top: 0;
    background-color: #fff;
    padding: 20px 0px 50px 36px;
}

.large-tab-sec .tabs-sec .tab-links li a {
    position: relative;
    padding: 38px 20px 33px 15px;
    letter-spacing: -1.1px;
}

.large-tab-sec .tabs-sec .tab-links li a svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
}

.large-tab-sec .tabs-sec .hidden-deadlines a.apply-now-btn:first-of-type {
    margin-top: 25px;
}

.large-tab-sec .tabs-sec .hidden-deadlines a.apply-now-btn {
    font-size: 14px;
    line-height: 19px;
    /*border: 1px solid;*/
    padding: 8px 15px;
    display: table;
    background-color: #1d4250;
    color: #fff;
    width: 173px;
    text-align: center;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.large-tab-sec .tabs-sec .hidden-deadlines.active {
    display: block;
}

.large-tab-sec .tabs-sec .hidden-deadlines {
    margin: 12px 0 30px 15px;
    display: none;
}

.large-tab-sec .tabs-sec .hidden-deadlines span {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
}

.large-tab-sec .tabs-sec .hidden-deadlines h2 {
    font-size: 40px;
    line-height: 58px;
    color: #007396;
    margin-bottom: 0;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    padding: 6px 0px;
}

.large-tab-sec .tabs-sec .hidden-deadlines p {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 6px;
}


/* inner-pages-css-start */

.mail-bg-img {
    background-image: url(./images/faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 90px 0px 81px;
    position: relative;
}

.mail-bg-img::before {
    content: "";
    background-color: rgba(0, 115, 150, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mail-bg-img p {
    color: #fff;
}

.mail-bg-img h2 {
    font-size: 30px;
    line-height: 39px;
    margin: 0 0 10px;
    font-weight: 300;
}

.mail-bg-img input {
    font-size: 14px;
    margin: 16px auto 0px;
    width: 506px;
    display: table;
    padding: 4px 15px;
    border-radius: 0;
    border: 1px solid #fff;
    color: #7b7d7f;
}

.mail-bg-img .clear input {
    background: transparent;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: auto;
    padding: 8px 67px;
}

.mail-bg-img .clear input[type="submit"] {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .05em;
    margin-top: 18px;
}

.mail-bg-img .clear input[type="submit"]:hover {
    cursor: pointer;
    background-color: #002a3a;
    text-decoration: none;
}

.mail-bg-img .clear {
    margin: 30px auto 0;
}

.multimedia-archive {
    padding: 0px 0px 36px;
}

.multimedia-archive h2 {
    color: #2a83a1;
    font-weight: 500;
    margin-bottom: 52px;
    border-bottom: 1px solid #000;
    padding-bottom: 47px;
    padding-top: 27px;
}

.multimedia-archive img {
    height: 188px;
}

.multimedia-archive img:hover {
    cursor: pointer;
}

.multimedia-archive form label {
    display: none;
}

.multimedia-archive form .form--inline {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.multimedia-archive .serach .fa-search {
    right: 15px;
    top: 15px;
}

.multimedia-archive .serach {
    position: relative;
}

.multimedia-archive .serach input {
    width: 264px;
    float: right;
    margin-bottom: 30px;
    border-radius: 0;
}

.multimedia-archive .multimedia-views-wrapper {
    padding: 0px 12px;
    width: 110%;
}

.multimedia-archive h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 18px;
}

.multimedia-archive h5 span {
    font-weight: 400;
}

.multimedia-archive h5 span.mm-line {
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
}

.multimedia-archive .col-lg-12 {
    padding: 0;
}

.multimedia-archive .col-lg-4 {
    padding: 0 15px;
    margin-bottom: 33px;
}

.multimedia-archive .modal .modal-dialog {
    max-width: 600px;
    height: auto;
    margin-top: 30px;
}

.multimedia-archive .modal-content {
    height: auto;
    background-color: transparent;
    border: none;
}

.multimedia-archive .modal-body {
    padding: 0;
    border: none;
}

.multimedia-archive .modal-body button {
    margin-top: -21px;
}

.multimedia-archive .modal-content iframe {
    width: 100%;
    height: 300px;
}

.news-block {
    padding: 0px 0px 107px;
}

.news-block h2 {
    color: #2a83a1;
    font-weight: 500;
    margin-bottom: 53px;
}

.news-block.news-listing h2 {
    padding-bottom: 48px;
    border-bottom: 1px solid #000000;
    padding-top: 36px;
}

.news-block.news-listing .news-listing-detail h3>a {
    color: #2a83a1;
    font-size: 29px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    line-height: 41px;
}

.news-block.news-listing .news-listing-detail h5 {
    font-size: 14px;
    color: #2a83a1;
    font-weight: 300;
    line-height: 1em;
    border-bottom: 1px solid #7f7f7f;
    margin-bottom: 55px;
    padding-bottom: 55px;
    margin-top: 26px;
    font-weight: 500;
}

.news-block.news-listing .news-listing-detail h5 a {
    font-size: 14px;
    color: #2a83a1;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 55px;
    padding-bottom: 55px;
    margin-top: 30px;
}

.news-block.news-listing .news-listing-detail .news-listing-detail-tags {
    margin-bottom: 0.5em;
    margin-top: 1.6em;
    line-height: 14px;
}

.news-block.news-listing .news-listing-detail .news-listing-detail-tags a {
    color: #000000;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.news-block.news-listing input.form-text.form-control,
.calender-output input.form-text.form-control,
.multimedia-archive input.form-text.form-control {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    padding-top: 11px;
    padding-bottom: 10px;
    text-align: right;
    border-radius: 0;
    border: 1px solid #6c0d0f;
    color: #6c0d0f;
    padding-right: 1.9em;
    font-size: 13px;
    margin-top: 0;
}
.calender-output input.form-text.form-control {
    padding-bottom: 12px;
}

.news-block.news-listing input.form-text.form-control::placeholder {
    color: #6c0d0f;
}

.calender-output input.form-text.form-control::placeholder {
    color: #6c0d0f;
}

.multimedia-archive input.form-text.form-control::placeholder {
    color: #6c0d0f;
}

.news-block.news-listing .form-actions.form-group.js-form-wrapper.form-wrapper,
.news-block.news-listing label.control-label {
    display: none;
}

.calender-output .form-actions.form-group.js-form-wrapper.form-wrapper,
.calender-output label.control-label {
    display: none;
}

.multimedia-archive .form-actions.form-group.js-form-wrapper.form-wrapper {
    display: none;
}

.news-block.news-listing .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-combine.js-form-item-combine.form-group:after,
.calender-output .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-combine.js-form-item-combine.form-group:after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    /* top: 3px; */
    right: 2em;
    line-height: 1em;
    font-size: 12px;
    color: #6c0d0f;
}

.multimedia-archive .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-combine.js-form-item-combine.form-group {
    float: right;
    position: relative;
    margin-right: 12px;
}

.multimedia-archive .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-combine.js-form-item-combine.form-group:after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 12px;
    right: .5em;
    line-height: 1em;
    font-size: 14px;
    color: #6c0d0f;
}

.multimedia-archive .col-lg-4.col-md-6:nth-of-type(3n+1) {
    padding-right: 9px;
}

.multimedia-archive .col-lg-4.col-md-6:nth-of-type(3n+2) {
    padding-left: 9px;
    padding-right: 9px;
}

.multimedia-archive .col-lg-4.col-md-6:nth-of-type(3n+3) {
    padding-left: 9px;
}

.social-icons a:hover {
    text-decoration: none;
}

.social-icons a {
    padding: 0 5px;
    cursor: pointer;
    font-size: 17px;
}

.news-block .news-header h2 {
    color: #2a83a1;
    font-weight: 500;
    margin-bottom: 53px;
}

.news-block .news-header .headline-sec {
    width: 100%;
    /*border-top: 1px solid;*/
    border-bottom: 1px solid;
    /*padding: 26px 0 0px;*/
    margin-bottom: 42px;
}

.news-block.sightings-block .headline-sec {
    border: none;
}

.news-block .news-header .headline-sec .social-icons svg {
    color: #7b7d7f;
    margin: 0 5px 8px;
    cursor: pointer;
    font-size: 20px;
}

.news-block .news-header .headline-sec h3 {
    font-size: 34px;
    line-height: 41px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 15px;
    color: #000;
}

.news-block .news-header .headline-sec h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #000;
}

.news-block .news-header .headline-sec h5 span.news-date {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.news-block .news-header .headline-sec h5 span.original-date {
    font-style: italic;
}

.news-block .social-icons {
    float: right;
}

.news-block.sightings-block .social-icons {
    float: none;
}

.news-block .social-icons a:hover {
    text-decoration: none;
}

.news-block .social-icons a svg:hover {
    color: #2a83a1;
}

.news-block .wrap-txt {
    width: 100%;
}

.news-block .wrap-txt .image-wrapper img {
    width: auto;
    height: auto;
    float: right;
    /* padding: 0 0 30px 30px; */
}

.news-block .wrap-txt .image-wrapper {
    float: right;
    position: relative;
    margin: 0 0 30px 30px;
}

.news-block .wrap-txt .image-wrapper span.image-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: rgba(80, 81, 83, 0.8);
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
}

.news-block .wrap-txt p {
    line-height: 30px;
    font-family: "Gotham A", "Gotham B";
    margin-top: -6px;
}

.calender-output h2 {
    color: #2a83a1;
    border-bottom: 1px solid#000;
    padding-bottom: 49px;
    margin-bottom: 53px;
}

.side-bar ul {
    padding-left: 15px;
}

.side-bar ul li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #800000;
}

.side-bar ul li.active-event-type {
    background-color: #e5e5e5;
}

.side-bar ul li ul li:last-of-type {
    border-bottom: none;
}

.side-bar ul li a {
    color: #800000;
    font-size: 14px;
    line-height: 29px;
    padding: 21px 0;
    display: block;
}

.side-bar ul li a:hover,
.side-bar ul li a:focus {
    color: #800000;
    text-decoration: underline;
}

.side-bar h4 {
    font-size: 18px!important;
    line-height: 28px!important;
    color: #800000!important;
    font-weight: 400!important;
}

.sidebar-block-menu li.parent a {
    font-size: 18px;
    line-height: 28px;
    margin-left: -20px;
    padding-bottom: 24px;
    padding-left: 0;
}

ul.sidebar-block-menu li a {
    padding: 3px 10px;
}

.sidebar-block-menu span.handle::before {
    top: 23px;
    position: absolute;
    right: 15px;
}

.sidebar-block-menu li.active>a,
.sidebar-block-menu li.active {
    background: #e5e5e5;
}

.side-bar .sidebar-block-menu {
    padding-left: 20px;
}

.page-container .side-bar ul li a {
    font-weight: 500;
    display: table;
}

.page-container .side-bar ul .child li {
    border: none;
    list-style: none;
    color: #800000;
    padding-bottom: 4px;
    padding-top: 4px;
}

.page-container .side-bar ul .child li:first-of-type {
    /*padding-top: 4px;*/
}

.page-container .side-bar ul .child {
    padding: 5px 24px;
    margin-bottom: 12px;
}

.page-container .side-bar ul .child li a {
    padding: 0;
    font-weight: 400;
    border: none;
    line-height: 1.4em;
}

.calender-output .main-content p {
    margin-bottom: 0;
}

.calender-output .container.breadcrumbs-container {
    padding-bottom: 25px;
}

.calender-output .main-content p:not(.tags) {
    line-height: 1.2em;
    margin-bottom: 1.1em;
}

.calender-output .main-content .blurb-text {
    padding-bottom: 20px;
}

.calender-output .main-content .blurb-text p:last-of-type {
    margin-bottom: 0;
}

.calender-output .main-content .views-row:last-of-type .blurb-text {
    border-bottom: 1px solid #7f7f7f;
}

.calender-output .main-content p.tags {
    border-top: 1px solid #7f7f7f;
    padding-top: 1rem;
    padding-bottom: 0.1rem;
}

.calender-output .main-content p>span {
    font-size: 14px;
    line-height: 21px;
    /* padding: 0 8px 0 5px; */
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
}

.calender-output .main-content h3,
.calender-output .main-content h3 a {
    font-size: 30px;
    line-height: 39px;
    color: #007396;
    font-weight: 400;
    margin-bottom: 1rem;
}

.calender-output .main-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.3rem;
}

.calender-output .main-content h4 a {
    color: #000;
}

.calender-output .main-content .col-lg-12 {
    /* border-top: 1px solid; */
}

.calender-output .main-content .col-lg-12.col-md-12.event {
    word-break: break-word;
}

.calender-output .main-content span.location {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
    margin-bottom: 3px;
    display: inline-block;
}

span.events-location-bar {
    padding: 0px 17px;
}

.calender-output .side-bar a {
    color: #800000;
}

.calender-output .side-bar h4 {
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 1em;
    margin-top: -6px;
}

.calender-output .side-bar li:first-of-type a {
    border-top: 1px solid;
}

.calender-output .side-bar li {
    list-style-type: none;
}

.calender-output .side-bar ul {
    padding-inline-start: 15px;
}

.calender-output {
    padding: 0 0 40px;
}

.calender-output .view-content {
    width: 100%;
}

.calender-output .calendar-block {
    margin-left: 15px;
}

.calender-output .calendar-block .fc-scroller.fc-day-grid-container {
    height: 100%!important;
}

.calender-output .calendar-block .fc-basic-view .fc-body .fc-row {
    min-height: 3em;
    padding-bottom: 10px;
}

.calender-output .fc-toolbar.fc-header-toolbar {
    background-color: #800000;
    padding: 15px 10px 7px;
    text-align: unset;
    position: relative;
}

.calender-output .fc-toolbar.fc-header-toolbar .fc-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    text-align: center;
}

.calender-output .fc .fc-toolbar h2 {
    color: #ffffff;
    border-bottom: none;
    margin-bottom: initial;
    padding-bottom: initial;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
}

.calender-output .fc-toolbar .fc-right,
.calender-output .fc-state-default.fc-today-button {
    display: none;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: transparent;
}

.calender-output .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
    /* pointer-events: none; */
    /* position: absolute; */
    cursor: pointer;
    padding: 5px;
    display: inline-block;
}

.calender-output table thead tr td {
    text-align: center;
}

.calender-output .fc-unthemed td.fc-today {
    background: none;
    color: #fff;
}

.calender-output .fc-toolbar.fc-header-toolbar button {
    background: transparent;
    box-shadow: none;
    border: none;
    text-shadow: none;
    color: #fff;
    height: 28px;
}

.calender-output .fc-toolbar.fc-header-toolbar button span {
    top: -3px;
}

.calender-output .fc-toolbar.fc-header-toolbar button.fc-corner-right {
    position: absolute;
    right: 15px;
}

.calender-output .fc {
    padding-bottom: 3em;
}

.wednesday-lunch-sec .main-content h3 {
    font-size: 18px;
    line-height: 30px;
    color: #800000;
}

.wednesday-lunch-sec .main-content a {
    color: #800000;
}

.search-form.google-cse {
    margin-top: 41px;
}

.search-form.google-cse .input-group-btn .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}

.search-form.google-cse .input-group-btn button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 12px;
    right: 15px;
    line-height: 14px;
    font-size: 14px;
    color: #800000;
    z-index: 9;
}

.search-form.google-cse .search-help-link {
    display: none;
}

.search-form.google-cse .form-group {
    margin-bottom: 0;
}

.search-form.google-cse .input-group input::placeholder {
    color: #800000;
    text-align: right;
}

.search-form.google-cse .input-group input {
    border-color: #800000;
    border-radius: 0;
    color: #800000;
    text-align: right;
    padding-right: 30px;
}

#google-cse-results #resInfo-0 {
    padding: 0;
    margin-bottom: 20px;
}

#google-cse-results .gsc-above-wrapper-area {
    border-color: #000;
}

#google-cse-results .gsc-control-cse.gsc-control-cse-en {
    padding: 0;
}

#google-cse-results .gsc-cursor-box.gs-bidi-start-align {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
}

#google-cse-results .gcsc-branding img {
    vertical-align: middle;
}

#google-cse-results .col-lg-10,
.search-output .col-lg-2 {
    padding: 0;
}

#google-cse-results .gsc-url-top .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    color: #2a83a1;
    margin-top: 10px;
}

#google-cse-results .gs-bidi-start-align.gs-snippet {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
}

#google-cse-results .gsc-webResult.gsc-result:hover,
#google-cse-results .gsc-imageResult:hover {
    border-color: #000;
    background-color: transparent;
    border-left: none;
}

#google-cse-results .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-current-page {
    border-color: #FFFFFF;
    background-color: #800000;
    color: #FFFFFF;
    padding: 2px 7px;
}

#google-cse-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #800000;
    background-color: transparent;
    color: #800000;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
}

#google-cse-results .gs-title {
    font-size: 18px;
    line-height: 27px;
    color: #800000;
    margin: 0;
}

#google-cse-results .gsc-webResult.gsc-result {
    border-bottom: 1px solid;
    padding-bottom: 21px;
    padding-top: 14px;
}


/*sighting css*/

.sightings-columns {
    margin-top: 46px;
}

.sightings-columns .top-columns .carousel-caption {
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    text-align: left;
    padding: 8px 18px;
}

.sightings-columns .top-columns .carousel-caption a {
    color: #fff;
}

.sightings-columns .top-columns .carousel-caption a>h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.sightings-columns .top-columns .carousel-caption p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    color: #fff;
}

.sightings-columns .top-columns h2 {
    font-weight: 500;
    color: #800000;
    margin-bottom: 12px;
    letter-spacing: .1em;
    font-size: 28px;
}

.sightings-columns .top-columns .row {
    padding: 0 8px;
}

.sightings-columns hr {
    margin: 0;
    border-width: 1px;
    width: 100%;
}

.sightings-columns .top-columns #sighting-slider {
    margin-top: 63px;
    margin-bottom: 11px;
}

.column-block a {
    color: #007396;
}

.column-block a>h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 6px;
}

.column-block span {
    font-size: 14px;
    line-height: 20.4px;
    display: block;
}

.column-block p {
    line-height: 24px;
    margin-bottom: 21px;
}

.column-block h5 {
    font-size: 12px;
    line-height: 39px;
    color: #2a83a1;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase;
    line-height: 1.2em;
}

.col-lg-3.col-md-6.column-block,
.col-lg-3.col-md-3.column-block {
    padding-left: 6px;
    padding-right: 6px;
}

.sightings-columns .top-columns {
    width: 787px;
    margin: 0 auto;
}

.recent-columns .col-lg-3.col-md-6.column-block {
    padding-left: 4px;
    padding-right: 4px;
}

.recent-columns h2 {
    line-height: 43px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 700;
    color: #800000;
    margin-bottom: 42px;
    margin-top: 34px;
}

.recent-columns .column-block a>h3 {
    margin-top: 11px;
}

.recent-columns .column-block h5 {
    margin-bottom: 50px;
}

.recent-columns {
    padding: 0px 54px 94px;
}

.recent-columns .row {
    padding: 0 12px;
}

.recent-columns a.transparent-btn {
    margin-top: 9px;
}

.search-archives {
    background-color: #e3e3e3;
    padding: 102px 0 95px;
}

.search-archives h3 {
    font-size: 36px;
    line-height: 41px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
}

.search-archives input::placeholder {
    color: #800000;
}

.search-archives form {
    margin-top: 68px;
}

.search-archives form input {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
    border: 1px solid #6c0d0f;
    color: #6c0d0f;
    padding-right: 1.5em;
    background-color: transparent;
    margin: 0;
}

.search-archives form .js-form-item-combine.form-group::after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 12px;
    right: 1.5em;
    line-height: 1em;
    font-size: 14px;
    color: #6c0d0f;
}

.search-archives form .js-form-item-combine.form-no-label.form-group {
    width: 78%;
    float: left;
    position: relative;
}

.search-archives form button.learn-btn {
    padding: 8px 25px;
    background-color: #007396;
    display: inline-block;
    color: #fff;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    text-transform: uppercase;
    border-radius: 0;
    border-color: #007396;
    line-height: 20px;
    width: 20%;
    float: right;
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .05em;
}

.search-archives a {
    margin-top: 45px;
    font-size: 14px;
    line-height: 20px;
    color: #800000;
    font-weight: 700;
}

.subscribe-follow {
    padding: 62px 0 51px;
}

.subscribe-follow.red-overlay-sec h2 {
    font-size: 32px;
    margin-bottom: 49px;
}

.subscribe-follow.red-overlay-sec #mc_embed_signup_scroll {
    margin-top: 19px;
    padding: 0 56px 0 12px;
}

.subscribe-follow.red-overlay-sec #mc_embed_signup_scroll .mc-field-group input {
    width: 100%;
    border-radius: 0;
    margin-bottom: 12px;
    border: 1px solid #fff;
    height: 38px;
    padding: 0 15px;
    font-weight: 300;
    font-size: 13px;
}

.subscribe-follow.red-overlay-sec .learn-btn.link {
    width: 212px;
    padding: 4px 14px;
    text-align: center;
    font-size: 13px;
    margin-right: 5px;
}

.subscribe-follow.red-overlay-sec .learn-btn.link:last-child {
    margin-right: 0;
}

.subscribe-follow .col-lg-6.col-md-6:nth-child(2) {
    padding-right: 26px;
}

.subscribe-follow .col-lg-6.col-md-6:nth-child(3) {
    padding-right: 0px;
}

.subscribe-follow.red-overlay-sec .mc-field-group.col-md-12.col-lg-12,
.subscribe-follow.red-overlay-sec .clear,
.subscribe-follow.red-overlay-sec .mc-field-group.col-md-6.col-lg-6 {
    padding: 0 5px;
}

.subscribe-follow.red-overlay-sec .clear input {
    padding: 4px 25px;
    background-color: #007396;
    margin-top: 5px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #007396;
}

.subscribe-follow.red-overlay-sec h3 {
    font-size: 18px;
    line-height: 32px;
    padding: 0;
    margin: 0;
}

.subscribe-follow.red-overlay-sec p {
    margin: 0;
    font-weight: 400;
}

.sighting-policies {
    padding: 87px 0 106px 0;
}

.sighting-policies h2 {
    color: #007396;
    font-size: 31.97px;
    line-height: 38.97px;
    font-weight: 500;
}

.sighting-policies.buttons-links p {
    margin-top: 11px;
    margin-bottom: 35px;
}


/*login_page*/

.login_page .nav.nav-tabs li.active a {
    color: #800000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.login_page .nav.nav-tabs li a {
    margin-left: 15px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding: 10px 15px;
    color: #000;
    margin-bottom: -1px;
    display: block;
}

.login_page {
    margin-top: 80px;
}

.login_page .user-login-form,
.login_page .user-pass {
    margin-top: 10px;
}

.login_page .user-login-form label,
.login_page .user-pass label {
    font-weight: 300;
    margin-bottom: 0;
}

.login_page .user-login-form input,
.login_page .user-pass input {
    border-radius: 0px;
}

.login_page .user-login-form #edit-submit,
.login_page .user-pass #edit-submit {
    background-color: #3b89a5;
    border-color: #3b89a5;
    border-radius: 0px;
    width: 141px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login_page .user-login-form #edit-submit:hover,
.login_page .user-pass #edit-submit:hover {
    background-color: #002a3a;
    border-color: #002a3a;
}


/* footer-css-start */

footer {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 45px 15px 78px;
}

footer img {
    padding-top: 3px;
}

footer .fa {
    font-size: 20px;
    margin: 0px 5px;
}

footer span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .05em;
}

footer ul.nav li a {
    padding: 0;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .05em;
    display:table;
}

footer .social-icons {
    text-align: right;
    margin-top: -3px;
}

footer .social-icons a {
    /* margin-right: 15px; */
}

footer .fontawesome-icon:hover {
    color: rgba(255, 255, 255, .75);
}

footer .fontawesome-icons,
footer .fontawesome-icon {
    display: inline-block;
    color: white;
}

footer .social-icons a:hover {
    color: gray;
    text-decoration: none;
}

footer .copy-right {
    display: none;
}

footer .footer-info {
    float: right;
    font-size: 16px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 15px;
    /* display: none; */
}

footer .footer-info p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.container.error404-sec{
    min-height: auto;
}
.error404-sec .error404-lft {
    background-image: url(../images/img-404.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 299px;
    margin-top: 20px;
}
.error404-sec .error404-rht h1{
    font-size: 36px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}
.error404-sec .error404-rht h3{
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}

footer .footer-info .edit-node {
    /* margin-left: 10px; */
}

footer .footer-info .edit-node:before {
    content: '|';
    margin-left: 5px;
}

footer .footer-info .edit-node a {
    color: white;
}

.gotham-book {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
}

.gotham-light {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 300;
}

.gcsc-more-maybe-branding-root .gcsc-find-more-on-google {
    display: none;
}

form.search-form.google-cse~h2 {
    display: none;
}


/*Calendar Paragraph Start*/

.calendar {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

h2.calendar-title {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: 1.5em;
    font-size: 30px;
    margin-bottom: 39px;
    margin-top: 0.47em;
}

.calendar .links-half {
    padding-left: 34px;
}

.calendar .row.events-row {
    padding-left: 30px;
    margin-top: 0px;
}

.calendar>.container>.row {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2.9em;
}

.calendar>.container {
    padding-top: 34px;
    padding-bottom: 45px;
    width: 1064px;
}

.calendar .fc-toolbar .fc-center {
    /* background-color: #a4343a; */
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.calendar .fc-toolbar .fc-center h2 {
    font-size: 17px;
    font-family: "Gotham A", "Gotham B";
    text-align: center;
    width: 100%;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0;
}

.calendar span.morelink a {
    color: #800000;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    float: none;
    letter-spacing: .05em;
}

.calendar span.morelink:before {
    content: " > ";
}

span.morelink {
    color: #800000;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    float: none;
    letter-spacing: .05em;
}

.calendar .fc-left,
.calendar .fc-toolbar .fc-right {
    display: none;
}

.calendar .news-half {
    border-right: 1px solid black;
    padding-right: 35px;
    /*flex: 0 0 47.7%;*/
    /*max-width: 47.7%;*/
}

.news-half h4 {
    display: block;
    margin-bottom: 3px;
    margin-top: -9px;
}

.calendar .events-half {
    margin-top: 5px;
    /*flex: 0 0 52.3%;*/
    /*max-width: 52.3%;*/
}

.calendar .row.calendar-row .calendar-half {
    padding-left: 0;
    padding-right: 0;
}

.calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}

.news-half h4 a {
    color: #800000;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
    font-size: 18px;
    margin-bottom: 0.1em;
    display: contents;
}

.news-half p {
    line-height: 1.5em;
    margin-bottom: 0;
}

.news-half .last .news-item {
    border-bottom: none;
}

.news-half .news-item {
    border-bottom: 1px solid black;
    margin-bottom: 18px;
    padding-bottom: 18px;
    margin-right: 4px;
}

.news-half .vertical-stack {
    margin-top: 4px;
}

.news-half .news-item a {
    float: left;
    height: 100%;
    margin-right: 15px;
}

.news-half .news-item-image {
    width: 30.5%;
}

.news-half .news-item-text {
    width: 69.5%;
}

.events-half .links-half h3 {
    font-size: 38px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    margin-top: -6px;
    margin-bottom: 15px;
}

.events-half .links-half ul {
    list-style-type: none;
    padding-left: 0;
}

.events-half .links-half ul li {
    margin-bottom: 22px;
    line-height: 1.3em;
    font-size: 18px;
}

.events-half .links-half ul li a {
    color: #800000;
    font-size: 18px;
    font-weight: 500;
    /* line-height: 0.7em; */
}

.events-half .events-row .item h3 a {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    color: #007396;
}

.events-half .events-row .item h3 {
    margin-bottom: 0.5em;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    color: #007396;
    margin-top: 0.5em;
}

.events-half .events-row .item p {
    line-height: 1.2em;
}

.events-half .events-row .morelink {
    display: block;
}

.events-half .fc-basic-view .fc-body .fc-row {
    min-height: 2em;
}

.events-half .fc-toolbar h2 {
    font-size: 22px;
}


/*Calenadr Paragraph End*/


/*Sightings Page Start*/

.page-node-type-sightings .sightings-block.news-block a {
    color: #00637e;
}

.page-node-type-sightings .news-block .headline-sec .social-icons a {
    color: #7b7d7f;
    margin: 0 5px 8px;
    cursor: pointer;
    font-size: 20px;
}

.page-node-type-sightings .sightings-block.news-block .sightings-tags a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.page-node-type-sightings .sightings-tags {
    margin-top: 1.7em;
    line-height: 1.4em;
}

.page-node-type-sightings .sightings-block.news-block.sightings-block .headline-sec {
    padding-top: 1.5em;
    margin-bottom: 2em;
    width: 100%;
}

.page-node-type-sightings .summary p {
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 1.3em;
}

.page-node-type-sightings .sightings-block.news-block .headline-sec h3 {
    margin-bottom: 0.5em;
    font-size: 34px;
    line-height: 41px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
    margin-top: 0;
    letter-spacing: .005em;
}

.page-node-type-sightings .summary p:last-of-type {
    margin-bottom: 0.8em;
}

.page-node-type-sightings .sightings-block.news-block .headline-sec h5 {
    margin-bottom: 1.9em;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    text-transform: unset;
    margin-top: 0;
    letter-spacing: .005em;
}

.page-node-type-sightings .sightings-block.news-block .headline-sec h5 span.sightings-date-bar {
    padding-left: 15px;
    padding-right: 16px;
}

.page-node-type-sightings .sightings-block.news-block .headline-sec h5 span.news-date {
    font-size: 14px;
    text-transform: uppercase;
}

.page-node-type-sightings .sightings-block.news-block .wrap-txt p:last-of-type {
    margin-bottom: 3.1em;
}

.page-node-type-sightings .row.author-info {
    border-top: 1px solid #000;
    padding-top: 2.3em;
}

.page-node-type-sightings .author-info h4 {
    color: #800000;
    font-size: 20px;
    margin-bottom: 0.7em;
    letter-spacing: -.005em;
}

.page-node-type-sightings .author-info p {
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    line-height: 1.7em;
}

.page-node-type-sightings .author-info p.articles-link {
    margin-top: 3.7em;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}


/*Sightings Page End*/


/*Sitemap Start*/

.sitemap .sitemap-box-front.sitemap-box .content {
    margin-top: 1.5em;
}

.sitemap .sitemap-box-front.sitemap-box .content a,
.sitemap .sitemap-box-front.sitemap-box .content a em {
    color: #2a83a1;
    font-weight: 500;
    margin-bottom: 53px;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-style: normal;
}

.sitemap ul.sitemap-menu a {
    color: #800000;
}

.sitemap li.expanded {
    list-style-image: url('themes/uch_div/images/menu-expanded.png');
}

.sitemap li.expanded>ul {
    list-style-type: disc;
    list-style-image: none;
}

header~.container {
    min-height: 436px;
}


/*Sitemap End*/


/*Basic Page Start*/

.page-container .main-content p,
.news-block .wrap-txt p,
.cke_editable p {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    /*margin-bottom: 11px;*/
    margin-bottom: 34px;
    line-height: 1.7em;
}

.page-container .main-content a,
.cke_editable a {
    color: #800000;
}

.page-container .main-content h2,
.news-block h2,
.cke_editable h2 {
    color: #800000;
    text-transform: none;
    margin-top: 20px;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: unset;
}

.page-container .main-content h4,
.news-block h4,
.cke_editable h4 {
    color: #007396;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: unset;
}

.page-container .main-content h5,
.news-block h5,
.cke_editable h5 {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: #800000;
    margin-top: 45px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: unset;
}


}
.page-container .main-content h3,
.news-block h3,
.cke_editable h3 {
    font-weight: 400;
    color: #800000;
    letter-spacing: .1em;
    margin-top: 20px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: unset;
}
.page-container .title h2 {
    font-size: 28px;
    letter-spacing: 0.1em;
}
.page-container .title {
    margin-top: 1.5em;
    margin-bottom: 2.2em;
}
.page-container span.image-caption,
.cke_editable span.image-caption {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: rgba(80, 81, 83, 0.8);
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
}
.page-container .image-wrapper,
.cke_editable .image-wrapper {
    position: relative;
    display: inline-block;
}
.page-container .image-wrapper.featured-image {
    margin-bottom: 2.7em;
    width: 100%;
    max-height: 400px;
    height: 400px;
}
.page-container .image-wrapper.featured-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.page-container .main-content h3,
.news-block h3,
.cke_editable h3 {
    font-weight: 400;
    color: #007396;
    letter-spacing: .1em;
    margin-top: 20px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: unset;
}

/*Basic Page End*/

/*Figure CSS fixes*/

/*    the idea here is that all detail pages have access to the entity browser, so it should be on all pages    */
.align-center.embedded-entity[data-entity-embed-display="image:image"],
.fig-wrapper.align-center {
    text-align: center;
    margin-bottom: 1rem
}
.align-right.embedded-entity[data-entity-embed-display="image:image"],
.fig-wrapper.align-right figure {
    margin-left: 1rem;
    margin-bottom: 1rem;
}
.align-left.embedded-entity[data-entity-embed-display="image:image"],
.fig-wrapper.align-left figure {
    margin-right: 1rem;
    margin-bottom: 1rem;
}
figure {
    display: inline-block!important;
    position: relative!important;
}
figcaption {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: rgba(80, 81, 83, 0.8);
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
}

/*End Figure CSS fixes*/

/*Start basic page form CSS*/
.page-container .main-content form input.form-control,
.page-container .main-content form select.form-control,
.page-container .main-content form select.form-control option,
.page-container .main-content form textarea.form-control {
    border-radius: 0;
    border: 1px solid #800000;
    color: #800000;
    font-size: 14px;
}
.page-container .main-content form input.form-control,
.page-container .main-content form textarea.form-control,
.page-container .main-content form select.form-control option:not([value="_none"]) {
    color: #000;
}
.page-container .main-content form button.form-submit {
    background-color: #e3e3e3;
    text-transform: uppercase;
    border-radius: 0;
    font-family: "Gotham A", "Gotham B";
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    border: 1px solid;
    padding: 3px 25px;
    width: 183px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 29px;
    letter-spacing: .05em;
}
.page-container .main-content form button.form-submit.btn-primary {
    background-color: #007396;
}
.page-container .main-content form button.form-submit.btn-primary:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 115, 150, .5);
    border-color: #007396;
}
.page-container .main-content form .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #007396;
}
.page-container .main-content form label.control-label {
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
.page-container .main-content form label.control-label[for="edit-field-i-am-a"],
.page-container .main-content form label.control-label[for="edit-message-0-value"],
.page-container .main-content form label.control-label[for="edit-subject-0-value"] {
    display: none;
}

/*End basic page form css*/

/*start publication page css*/
.publication img.img-fluid.publication-featured-image {
    margin-left: 15px;
    margin-bottom: 15px;
}

/*end publication page css*/

/*Start tag cloud css */
.news-block span.tags-cloud-item a {
    color: #800000;
    font-size: 14px;
    margin-right: 1em;
}
.news-block .side-bar .all-tags {
    padding-left: 15px;
    max-height: 500px;
    overflow-y: scroll;
}

/*End tag cloud CSS */

/*Start pager CSS*/
nav.pager-nav.text-center {
    margin-left: auto;
    margin-right: auto;
}
nav.pager-nav li.pager__item a {
    color: #800000;
}
nav.pager-nav li.pager__item {
    margin-left: 16px;
    margin-right: 16px;
}
nav.pager-nav li.pager__item.pager__item--first {
    margin-left: 0px;
}
nav.pager-nav li.active {
    text-decoration: underline;
}

/*.faculty-page nav.pager-nav.text-center {*/
nav.pager-nav.text-center {
    margin-top: 71px;
    margin-bottom: 71px;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .02em;
    max-width: fit-content;
}

/*End pager CSS*/

/*Start breadcrumb css*/
.page-node-type-news .container.breadcrumbs,
.page-node-type-sightings .container.breadcrumbs,
.page-node-type-publication .container.breadcrumbs,
.page-node-type-person .container.breadcrumbs {
    max-width: 960px;
}

/*End breadcrumb css*/
.has-fc-events {
    color: #fff;
}
.fc-event-container a {
    display: none;
}
.calender-output .fc-view.fc-month-view.fc-basic-view {
    padding: 0 4px;
}
.calender-output .fc-basic-view .fc-day-header.fc-widget-header>span {
    text-transform: uppercase;
    font-size: 14px;
}
.calender-output .fc-basic-view th.fc-day-header.fc-widget-header {
    padding-top: 1px;
    padding-bottom: 21px;
}
.calender-output .fc-ltr .fc-basic-view .fc-day-top.has-fc-events .fc-day-number {
    background-color: #007396;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.calender-output .fc-ltr .fc-basic-view .fc-day-top.fc-today .fc-day-number,
.calender-output .fc-ltr .fc-basic-view .fc-day-top.has-fc-events.fc-today .fc-day-number {
    background-color: #800000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.calendar-half .fc-ltr .fc-basic-view .fc-day-top.has-fc-events .fc-day-number {
    color: #007396;
}
.calendar-half .fc-ltr .fc-basic-view .fc-day-top.fc-today .fc-day-number {
    color: #800000!important;
}
.calendar-half .fc-unthemed td.fc-today {
    background: none;
}
.calendar-half td.fc-day-top {
    text-align: center;
}
.calendar-half .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
    display: inline-block;
}
.calendar-half td.fc-day-top.fc-thu.fc-today span {
    /* background: gray; */
    /* border-radius: 50%; */
    /* height: 25px; */
    /* width: 25px; */
    
    font-weight: 700;
    color: #800000;
}
.calendar-half .fc-toolbar.fc-header-toolbar {
    background-color: #800000;
    padding: 7px 10px 0px;
    position: relative;
}
.calendar-half .fc .fc-toolbar h2 {
    color: #ffffff;
    border-bottom: none;
    margin-bottom: initial;
    padding-bottom: initial;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1em;
    padding: 0px;
    z-index: 10;
}
.calendar-half .fc .fc-toolbar h2:hover {
    cursor: pointer;
}
.calendar-half .fc-toolbar .fc-left {
    display: block;
    /* width: 100%; */
    /* position: absolute; */
    
    left: 0;
    right: 0;
    z-index: 1;
}
.calendar-half .fc-toolbar.fc-header-toolbar button {
    background: transparent;
    box-shadow: none;
    border: none;
    text-shadow: none;
    color: #fff;
    height: 1.5em;
    position: absolute;
    padding: 0;
    left: 0;
}
.calendar-half .fc-toolbar.fc-header-toolbar button span {
    /* top: -3px; */
    
    vertical-align: initial;
}
.calendar-half button.fc-today-button {
    display: none;
}
.calendar-half button.fc-next-button.fc-button.fc-state-default.fc-corner-right {
    right: 0;
    left: unset;
}
.calendar-half .fc-button-group {
    /* width: 100%; */
    /* display: flex; */
    /* justify-content: space-between; */
}
.calendar-half .fc-scroller.fc-day-grid-container {
    height: auto!important;
    overflow: hidden!important;
}
.calendar-half .fc-row.fc-widget-header {
    margin-right: 0px!important;
    border-bottom: 1px solid #e1e1e1;
}
.calendar-half .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    cursor: pointer;
}
.calendar .js-drupal-fullcalendar th.fc-day-header.fc-widget-header span {
    color: #354a68;
}

/*start automated person listing CSS*/
.about-faculty .pager__item a.button {
    /* border: 1px solid #800000; */
    
    padding: 10px 25px 9px 25px;
    /* text-transform: uppercase; */
    
    color: #800008;
    line-height: 20px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    background-color: transparent;
    display: inline-block;
    /* margin: 23px auto 0; */
    
    letter-spacing: .05em;
    /* font-size: 12px; */
    /* font-weight: 600; */
    
    display: block;
    position: relative;
}
.about-faculty .pager__item a.button:after {
    content: "\f0d7";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    width: 100%;
    /* transform: translateX(-50%); */
    
    text-align: center;
    bottom: -10px;
}
.about-faculty .pager__item a.button:hover {
    /*color: white;*/
    /*background-color: #800000;*/
    /*text-decoration: none;*/
}
.about-faculty li.pager__item {
    display: inline-block;
}
.about-faculty ul.js-pager__items.pager {
    margin: 43px auto 0;
    display: table;
    padding-inline-start: 0;
}

/*end automated person listing CSS*/

/* ACCESSIBILITY */

/* see this article: https://stackoverflow.com/questions/20340138/remove-blue-border-from-css-custom-styled-button-in-chrome */
button.fc-button.fc-state-default:focus {
    outline: 0 !important;
}

/* the below style or sme alternative needs applied to make sure calendar is accessible*/

/*button.fc-button.fc-state-default:focus span {
    color: #e3e3e3;
}*/

/* also, review calendar dates */

/*START DIVINITY SCHOOL FACULTY COMPONENT CSS*/
.search-archives.search-faculty {
    background-color: #ffffff;
    padding: 72px 0 95px;
}
.search-archives.search-faculty form .js-form-item-combine.form-no-label.form-group {
    width: 58%;
}
.search-archives.search-faculty .form-item.js-form-item.form-type-select.js-form-type-select {
    width: 19%;
    float: left;
    margin-left: 2%;
}
.search-archives form select {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 0;
    border: 1px solid #6c0d0f;
    color: #6c0d0f;
    padding-right: 1em;
    background-color: transparent;
    margin: 0;
    height: initial!important;
}
.search-archives.search-faculty form button.learn-btn {
    float: initial;
}
.search-archives.search-faculty form button.learn-btn:hover {
    background-color: #002a3a;
    text-decoration: none;
    border-color: #002a3a;
}

/*END DIVINITY SCHOOL FACULTY COMPONENT CSS*/

/*start area of study css*/
.department .sidebar .resources h4 {
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    color: #800000;
    padding: 18px 0 10px 0;
    margin: 0;
    line-height: 1.6em;
}
.department .sidebar .resources ul {
    padding-left: 20px;
}
.department .sidebar .resources li {
    list-style: none;
}
.department .sidebar .resources li a {
    color: #800000;
}

/*end area of study css*/

/*.blurb-text {
    text-align: center;
}*/
.additional-student-life .tabs-sec .text-center {
    margin-left: auto;
    margin-right: auto;
}
.doctoral-bg .tabs-sec li a span.title-text {
    display: block;
    position: relative;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #800000;
    width: 100%;
}

/*.doctoral-bg .tabs-sec li.active a span.title-text:after {*/
.doctoral-bg .tabs-sec li.active:after {
    content: "\f0da";
    font-family: fontawesome;
    position: absolute;
    /* top: 50%; */
    
    transform: translateY(-50%);
    font-size: 31px;
    top: 50%;
    right: 18px;
    color: #800;
}
.doctoral-bg .tabs-sec li a {
    padding-left: 15px;
    padding-top: 16px;
    /*border-bottom: 1px solid #7f7f7f;*/
    
    padding-left: 42px;
    padding-right: 45px;
    padding-bottom: 0px;
}

/*.doctoral-bg .tabs-sec li a:active */
.doctoral-bg .tabs-sec li.active a {
    border-bottom: none;
}
.doctoral-bg .tabs-sec .tab-links li {
    /*padding: 0px 27px;*/
    
    border-bottom: none;
    position: relative;
}
.doctoral-bg .tabs-sec .tab-links li.active {
    background-color: #e8f6f8;
}
.doctoral-bg .tabs-sec .tab-links li:first-of-type a {
    padding-top: 57px;
}
.doctoral-bg .tabs-sec li.active a span.title-text {
    font-weight: 500;
}
.doctoral-bg .tabs-sec li a span:last-of-type {
    padding-bottom: 20px;
    border-bottom: 1px solid #7f7f7f;
}
.doctoral-bg .tabs-sec li.active a span:last-of-type {
    /*border-bottom: none;*/
}
.doctoral-bg .tabs-sec li:last-of-type a span:last-of-type {
    padding-bottom: 20px;
    border-bottom: none;
}
.doctoral-bg .tabs-sec li.active a span {
    display: inline-block;
    width: 100%;
}
.doctoral-bg .tab-content a.learn-btn {
    margin-top: 14px;
    margin-bottom: 48px;
}
.calender-output .container.breadcrumbs-container,
.news-block.news-listing .breadcrumb-wrapper,
.page-node-type-news .breadcrumb-wrapper,
.page-node-type-sightings .breadcrumb-wrapper,
.multimedia-archive .breadcrumb-wrapper {
    padding-bottom: 13px;
}
.calender-output h2,
.news-block.news-listing h2,
.news-block .news-header h2,
.multimedia-archive h2 {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 48px;
    color: #2a83a1;
    border-bottom: 1px solid#000;
    margin-bottom: 53px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
}

.news-block.news-listing .news-listing-detail h3 {
    margin-top: 16px;
    margin-bottom: 2px;
}

p.news-listing-detail-summary {
    color: #000000;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

/*start carousel normalize override*/
.carousel-paragraph h2 {
    font-size: 30px;
    letter-spacing: .04em;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.carousel-paragraph h3 {
    font-size: 20px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 500;
}
.carousel-paragraph .owl-carousel h2 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 500;
}
.carousel-paragraph .owl-carousel {
    margin-top: 36px;
}
.carousel-paragraph .owl-carousel {
    margin-top: 36px;
}
.carousel-paragraph .blurb-text p:first-of-type {
    margin-top: 28px;
}
.carousel-paragraph h2+.owl-carousel {
    margin-top: 62px;
}
.carousel-paragraph .transparent-btn {
    margin-top: 52px;
}

/*end carousel normalize override*/

/*start fix for bottom footer*/
html,
body {
    height: 100%
}
body {
    display: flex;
    flex-direction: column;
    /* display: flex; */
    /* flex-direction: column; */
}
.dialog-off-canvas-main-canvas {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.page-content-wrap {
    flex: 1 0 auto;
}
footer,
header {
    flex: 0 0 auto;
}

/*end fix for bottom footer*/

/*start section blurb text override*/
@media(min-width: 1200px) {
    .text-paragraph .blurb-text,
    .small-tabs-paragraph .blurb-text,
    .large-tabs-paragraph .blurb-text,
    .carousel-paragraph .blurb-text,
    .automated-person-listing-paragraph .blurb-text,
    .links-paragraph .blurb-text,
    .search-faculty .blurb-text,
    .search-archives .blurb-text,
    .spotlight-tabs-paragraph .blurb-text {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*end section blurb text override*/

/*.mobile-subnav nav ul {
    border-top: 1px solid #800000;
    margin: 10px 15px 0px 15px;
    padding: 20px 10px 20px 10px;
}*/

/* media query start */
@media(min-width:1500px) {
    .marty-center-sec .marty-img {
        width: 60%;
    }
    
    .marty-center-sec .marty-content {
        width: 35%;
    }
}
@media(min-width:1250px) {
    .marty-center-sec .marty-img .img-fluid {
        width: 100%;
    }
}
@media(min-width:1200px) {
    .slider p.text-center {
        padding: 0 125px;
    }
    
    .slider .owl-carousel p {
        padding: 0;
    }
    
    .path-frontpage .slider-bg-color .container {
        padding: 0 38px 0;
    }
    
    .subscribe-follow.red-overlay-sec .container {
        width: 958px;
    }
    
    .mail-bg-img .container {
        padding: 0 196px 0;
    }
    
    .search-archives .container {
        width: 942px;
    }
    
    .multimedia-archive .container {
        margin: 0 auto;
        max-width: 956px;
    }
    
    .news-block .container,
    .page-node-type-news .container.breadcrumbs,
    .page-no-sidebar .container,
    .page-node-type-page .container .no-sidebar-breadcrumb {
        max-width: 960px;
    }
    
    .page-node-type-page .container .no-sidebar-breadcrumb .breadcrumb-wrapper {
        padding: 0 15px;
    }
    
    .search-output {
        padding: 45px 131px 50px;
    }
    
    .banner-slider .carousel-img {
        height: 510px;
        overflow: hidden;
    }

    .banner-slider .carousel-img picture {
        height: 510px;
        overflow: hidden;
        display: flex;
    }
    
    .banner-slider .carousel-item img {
        /*height: auto;
        max-width: 100%;
        width: 100%;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);*/
        height: auto;
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }
    
    .acdemics-sec .bg-color {
        padding: 58px 25px 0px 25px;
    }
    
    .slider .owl-next::before,
    .slider .owl-prev::before {
        top: -12px;
    }
    
    .slider-bg-color.paragraph-manual-carousel {
        padding: 56px 56px 66px;
    }
    
    .slider-bg-color.academic-community {
        padding: 86px 0px 102px;
    }
    
    .slider-bg-color.academic-community.paragraph-content-carouel .container {
        padding: 0 55px 0;
    }
    
    .slider-bg-color.academic-community.paragraph-content-carouel .col-md-12 {
        padding: 0px;
    }
    
    .admissions {
        padding: 66px 53px 51px;
    }
    
    .divinity-block {
        padding: 15px 0px 62px;
    }
    
    header .container,
    footer .container,
    .banner.text-left.container {
        padding: 0;
    }
    
    .acdemics-sec {
        padding: 73px 0px 85px;
    }
    
    .acdemics-sec .container.overlay-img {
        padding: 0px 40px 0 38px;
    }
    
    .paragraph-manual-carousel .container.text-center.slider {
        padding: 0 55px 0px;
    }
    
    .app-deadlins .container.slider {
        padding: 49px 36px 108px;
    }
    
    .slider-bg-color.why-apply {
        padding: 65px 50px 55px;
    }
    
    .slider-bg-color.why-apply .tabs-sec .tab-links {
        margin-top: 34px;
    }
    
    .app-process-sec .container {
        padding: 0px 55px 0px;
    }
    
    .financial-aid {
        padding: 85px 0px 56px;
    }
    
    .financial-aid .container {
        padding: 0 40px 0;
    }
    
    .tuition-fees {
        padding: 70px 50px 60px;
    }
    
    .faq-sec {
        padding: 60px 55px 55px;
    }
    
    .large-tab-sec {
        padding: 63px 0px 110px 0px;
    }
    
    .area-of-study.slider-bg-color {
        padding: 56px 53px 80px;
    }
    
    .academic-workshops {
        padding: 79px 0px 78px;
    }
    
    .academic-workshops .container {
        padding: 0 65px;
    }
    
    .red-overlay-sec .container {
        padding: 0 85px;
    }
    
    .subscribe-follow.red-overlay-sec .container {
        padding: 0 32px;
    }
    
    .slider-bg-color.common-content-block.paragraph-content-carouel {
        padding: 85px 0px 52px;
    }
    
    .common-content-block.paragraph-content-carouel .container,
    .sightings-bg-color.paragraph-content-carouel .container,
    .slider-bg-color.alumni_features .container,
    .slider-bg-color.common-content-block.paragraph-content-carouel .container {
        padding: 0 40px 0;
    }
    
    .common-content-block.paragraph-content-carouel {
        padding: 63px 0px 75px;
    }
    
    .research-bg-color {
        padding: 115px 0px 92px;
    }
    
    .research-bg-color .container.text-center {
        padding: 0 140px;
    }
    
    .student-life.slider-bg-color {
        padding: 79px 0px 99px;
    }
    
    .student-life.slider-bg-color>.container.overlay-img {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .student-life.slider-bg-color>.additional-student-life {
        padding-left: 53px;
        padding-right: 53px;
        padding-top: 3px;
    }
    
    .recent-dissertations {
        padding: 106px 53px 105px;
    }
    
    .content_field {
        padding: 35px 90px 60px;
    }
    
    .slider-bg-color.leadership {
        padding: 80px 0px 65px;
    }
    
    .slider-bg-color.leadership .col-lg-3.col-md-4 {
        flex: 0 0 24.5%;
        max-width: 24.5%;
    }
    
    .slider-bg-color.leadership .col-lg-9.col-md-8 {
        flex: 0 0 75.5%;
        max-width: 75.5%;
        padding-left: 19px;
    }
    
    .slider-bg-color.leadership .slider {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .slider-bg-color.history-mission {
        padding: 74px 0px 159px;
    }
    
    .slider-bg-color.history-mission>.container {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .media-sec {
        padding: 114px 0px 77px;
    }
    
    .media-sec .container {
        padding-left: 37px;
        padding-right: 37px;
    }
    
    .about-center-bg {
        padding: 0 80px 50px;
    }
    
    .sightings-bg-color {
        padding: 85px 0px 77px;
    }
    
    .doctoral-bg {
        padding: 109px 0px 84px;
    }
    
    .doctoral-bg>.container {
        padding: 0px 38px;
    }
    
    .doctoral-bg .tabs-sec .tab-links {
        flex: 0 0 34.1%;
        max-width: 34.1%;
        padding-right: 6px;
    }
    
    .doctoral-bg .tabs-doctoral .tab-content {
        flex: 0 0 65.9%;
        max-width: 65.9%;
    }
    
    .about-faculty.slider-bg-color {
        padding: 99px 0px 47px;
    }
    
    .about-faculty.slider-bg-color>.container {
        padding: 0px 75px;
    }
    
    .about-faculty.slider-bg-color .overlay-img>.row:nth-of-type(1) {
        padding: 0px 44px;
        margin-bottom: 27px;
    }
    
    .about-faculty.slider-bg-color .view .col-lg-3.col-md-4 {
        flex: 0 0 27.2%;
        max-width: 27.2%;
    }
    
    .about-faculty.slider-bg-color .view .col-lg-9.col-md-8 {
        flex: 0 0 72.8%;
        max-width: 72.8%;
    }
    
    .additional-student {
        padding: 96px 0px 77px;
    }
    
    .additional-student>.container {
        padding: 0px 65px;
    }
    
    .slider-bg-color.alumni_features {
        padding: 84px 0px 102px;
    }
    
    .details-block .container {
        padding: 30px 228px 30px;
    }
    
    .acdemics-sec .tab-links {
        flex: 0 0 37.4%;
        max-width: 37.4%;
    }
    
    .acdemics-sec .tab-content {
        flex: 0 0 62.6%;
        max-width: 62.6%;
    }
    
    .area-of-study .col-lg-4.col-md-4.col-sm-12,
    .student-life .col-lg-4.col-md-4.col-sm-12 {
        flex: 0 0 36.3%;
        max-width: 36.3%;
    }
    
    .area-of-study .col-lg-8.col-md-8.col-sm-12,
    .student-life .col-lg-8.col-md-8.col-sm-12 {
        flex: 0 0 63.7%;
        max-width: 63.7%;
    }
    
    .area-of-study .col-lg-8.col-md-8.col-sm-12 {
        padding-right: 15px;
    }
    
    .student-life .col-lg-4.col-md-4.col-sm-12 {
        /*padding-left: 15px;*/
    }
    
    .student-life .col-lg-8.col-md-8.col-sm-12 {
        /*padding-right: 15px;*/
    }
    
    .calendar .news-half {
        flex: 0 0 47.7%;
        max-width: 47.7%;
    }
    
    .calendar .events-half {
        flex: 0 0 52.3%;
        max-width: 52.3%;
    }
    
    .slider-bg-color.why-apply .tabs-sec .distinctions-content .row .col-lg-6.col-md-12:nth-of-type(n+1) {
        /* background-color: red; */
        flex: 0 0 48.3%;
        max-width: 48.3%;
        padding-left: 11px;
    }
    
    .slider-bg-color.why-apply .tabs-sec .distinctions-content .row .col-lg-6.col-md-12:nth-of-type(n+2) {
        /* background-color: red; */
        flex: 0 0 51.7%;
        max-width: 51.7%;
        padding-left: 11px;
    }
    
    .slider-bg-color.why-apply ul.nav.navbar-nav.menu.d-none.d-md-block {
        padding-inline-start: 0px;
    }
    
    .slider-bg-color.why-apply .tabs-sec li a {
        padding-left: 7px;
        padding-right: 27px;
    }
    
    .slider-bg-color.why-apply .tabs-sec .tab-links {
        margin-top: 34px;
        flex: 0 0 27.6%;
        max-width: 27.6%;
    }
    
    .slider-bg-color.why-apply .tabs-sec .tab-content {
        margin-top: 34px;
        flex: 0 0 72.4.6%;
        max-width: 72.4.6%
    }
    
    .academic-workshops ul.nav.navbar-nav.menu.d-none.d-md-block {
        padding-left: 8px;
        padding-right: 56px;
    }
    
    .academic-workshops .tabs-sec li a,
    .acdemics-sec li a {
        padding-left: 7px;
    }
    
    .academic-workshops .tabs-sec .tab-content {
        padding-left: 52px;
        padding-top: 11px;
    }
    /*fix for academics page large tabs*/
    
    .large-tab-sec .tabs-sec .tab-links {
        padding-left: 0px;
        padding-top: 0;
        padding-bottom: 0;
        flex: 0 0 36.1%;
        max-width: 36.1%;
        /* background-color: red; */
    }
    
    .large-tab-sec .tabs-sec ul {
        padding: 0 0 0 0;
    }
    
    .large-tab-sec .tabs-sec .tab-content {
        flex: 0 0 63.9%;
        max-width: 63.9%;
    }
    
    .large-tab-sec .tabs-sec li {
        padding-left: 40px;
        padding-right: 19px;
        border-bottom: none;
    }
    
    .large-tab-sec .tabs-sec .hidden-deadlines {
        padding-left: 50px;
        padding-right: 19px;
        margin: 0;
        padding-bottom: 20px;
        padding-top: 12px;
    }
    
    .large-tab-sec .tabs-sec .tab-links li a {
        padding: 38px 76px 33px 13px;
        font-size: 17px;
        letter-spacing: .02em;
        border-bottom: 1px solid #7f7f7f;
    }
    
    .large-tab-sec .tabs-sec .tab-links li:last-of-type a {
        border-bottom: none;
    }
    
    .large-tab-sec .tabs-sec li.active,
    .large-tab-sec .tabs-sec .hidden-deadlines.active {
        background-color: #e8f6f8;
    }
    
    .large-tab-sec .tabs-sec li:first-of-type() {
        padding-top: 21px;
    }
    
    .large-tab-sec .tabs-sec .hidden-deadlines a.apply-now-btn {
        width: 100%;
        text-align: left;
    }
    
    .large-tab-sec .image-wrap {
        flex: 0 0 47.8%;
        max-width: 47.8%;
    }
    
    .large-tab-sec .pre-image-wrap {
        flex: 0 0 52.2%;
        max-width: 52.2%;
    }
    
    .large-tab-sec .tabs-sec .tab-content .row .col-lg-12 {
        margin-top: 26px;
    }
    
    .large-tab-sec .tabs-sec .distinctions-content .col-lg-12 p {
        margin-top: 1px;
    }
    
    .tabs-sec .distinctions-content.preformatted-tab .preformatted-tab-image-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .tabs-sec .distinctions-content.preformatted-tab .preformatted-tab-text-wrapper.col-lg-6.col-md-12 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 12px;
        margin-top: -4px;
    }
    
    .additional-student a.learn-btn {
        margin-top: 1px;
    }
    
    .academic-workshops a.learn-btn {
        margin-top: 9px;
    }
    
    .red-overlay-sec .row .col-lg-4.col-md-5 {
        flex: 0 0 39.5%;
        max-width: 39.5%;
    }
    
    .red-overlay-sec .row .col-lg-8.col-md-7 {
        flex: 0 0 60.5%;
        max-width: 60.5%;
    }
    
    .carousel-style2 .col-lg-12.col-md-12>h2,
    .carousel-style2 .col-lg-12.col-md-12>p {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .overlay-img .txt {
        width: 80%;
    }
    
    .student-life ul.nav.navbar-nav.menu.d-none.d-sm-block {
        padding-inline-start: 10px;
        padding-right: 40px;
    }
    
    .student-life.slider-bg-color .tabs-sec .col-md-4.col-lg-4.col-sm-4.tab-links {
        flex: 0 0 28.5%;
        max-width: 28.5%;
    }
    
    .student-life.slider-bg-color .tabs-sec .col-md-8.col-lg-8.col-sm-8.tab-content {
        flex: 0 0 71.5%;
        max-width: 71.5%;
        padding-left: 39px;
    }
    
    .student-life .tabs-sec li a {
        padding-right: 15px;
    }
    
    .student-life .tabs-sec .tab-content .distinctions-content .col-lg-5.col-md-12 {
        flex: 0 0 40.4%;
        max-width: 40.4%;
    }
    
    .student-life .tabs-sec .tab-content .distinctions-content .col-lg-7.col-md-12 {
        flex: 0 0 59.6%;
        max-width: 59.6%;
        padding-left: 10px;
        margin-top: -7px;
    }
    
    .student-life .tabs-sec>p,
    .student-life.slider-bg-color .overlay-img>p {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .media-sec .col-lg-6.col-md-5.text-center.multimedia.slider {
        padding-left: 43px;
        padding-right: 43px;
    }
    
    .slider-bg-color.history-mission .history-txt .col-lg-4.col-md-4 {
        flex: 0 0 38.3%;
        max-width: 38.3%;
    }
    
    .slider-bg-color.history-mission .history-txt .col-lg-8.col-md-8 {
        flex: 0 0 61.7%;
        max-width: 61.7%;
        margin-top: -9px;
    }
    
    .about-center-bg .about-center {
        width: 1020px;
        padding-bottom: 58px;
    }
    
    .about-center-bg.common-content-block .col-lg-12.col-md-12 {
        padding: 0px 106px;
    }
    
    .media-sec .publications h3 {
        margin-top: -3px;
    }
    
    .recent-columns .column-block a>h3,
    .recent-columns .column-block span,
    .recent-columns .column-block p,
    .recent-columns .column-block h5 {
        margin-right: 25px
    }
    
    .column-block a>h3 {
        line-height: 1.3em;
    }
    
    .column-block span {
        margin-bottom: 5px;
    }
    
    .additional-student .tabs-sec .col-md-4.col-lg-4.col-sm-4.tab-links {
        flex: 0 0 29.6%;
        width: 29.6%;
    }
    
    .additional-student .tabs-sec .col-md-8.col-lg-8.col-sm-12.tab-content {
        flex: 0 0 70.4%;
        max-width: 70.4%;
        padding-left: 52px;
    }
    
    .academic-workshops .col-md-4.col-lg-4.col-sm-4.tab-links {
        flex: 0 0 29.6%;
        max-width: 29.6%;
    }
    
    .academic-workshops .col-md-8.col-lg-8.col-sm-12.tab-content {
        flex: 0 0 70.4%;
        max-width: 70.4%;
    }
    
    .academic-workshops .tabs-sec li a {
        padding-right: 13px;
    }
    
    .additional-student ul.nav.navbar-nav.menu.d-none.d-md-block {
        padding-left: 8px;
        padding-right: 56px;
    }
    
    section.media-sec .slider .owl-next::before,
    section.media-sec .slider .owl-prev::before {
        top: -5px;
    }
    
    .news-block.news-listing .news-listing-detail h3.no-tags {
        margin-top: 28.8px;
    }
    
    .page-container .col-sm-3.pl-md-0.sidebar {
        flex: 0 0 29%;
        max-width: 29%;
    }
    
    .page-container .col-sm-9.pr-md-0.main-content {
        flex: 0 0 71%;
        max-width: 71%;
        padding-left: 55px;
    }
    
    .page-container .col.offset-sm-3.title {
        margin-left: calc(29% + 40px);
    }
    
    .page-no-sidebar .page-container .col.offset-sm-3.title {
        margin-left: 0;
    }
    
    .sidebar-block-menu li.parent a {
        margin-top: -10px;
    }
    /*start fixes for listing page columns*/
    
    .calender-output .col-lg-3.col-md-3 {
        padding-left: 0px;
        flex: 0 0 29.4%;
        max-width: 29.4%;
    }
    
    .calender-output .col-lg-9.col-md-9.main-content {
        flex: 0 0 70.6%;
        max-width: 70.6%;
        padding-left: 55px;
    }
    
    .calender-output .fc {
        max-width: 64.1%;
    }
    /*end fixes for listing page columns*/
    
    .calender-output .main-content .views-row:last-of-type .blurb-text {
        border-bottom: 1px solid #7f7f7f;
        margin-bottom: 73px;
    }
    
    .calender-output .main-content .col-lg-12.col-md-12.event {
        padding-right: 0px;
    }
    
    .calender-output .main-content .col-lg-12.col-md-12.event>* {
        padding-right: 30px;
    }
    /*start fixes for directory page*/
    
    .faculty-page .title-row .col,
    .faculty-page .faculty-by-name .col-lg-3.col-md-3,
    .faculty-page .breadcrumb-wrapper {
        padding-left: 67px;
    }
    
    .faculty-page .filters-and-results .col-lg-3.col-md-3.checkbox-sec {
        padding-left: 72px;
        padding-top: 3px;
    }
    
    .faculty-page .search-row .col.offset-md-3,
    .faculty-page .faculty-by-name .col-lg-9.col-md-9,
    .faculty-page .filters-and-results .col-lg-9.col-md-9 {
        padding-left: 100px;
    }
    
    .faculty-page .faculty-by-name p.alphabet-filter {
        padding-left: 6px;
        padding-right: 110px;
        margin-top: -2px;
    }
    
    .faculty-page .row.search-row {
        padding-bottom: 16px;
    }
    
    .faculty-page .faculty-detail-section .col-lg-4.col-md-4 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    
    .faculty-page .faculty-detail-section .col-lg-8.col-md-8 {
        flex: 0 0 70%;
        max-width: 70%;
        padding-right: 70px;
    }
    /*end fixes for directory page*/
    /*start sightings page fixes*/
    
    .sightings-columns .col-lg-3.col-md-3.column-block>*:not(a),
    .sightings-columns .col-lg-3.col-md-3.column-block>a>h3 {
        padding-right: 60px;
    }
    
    .subscribe-follow .col-lg-6.col-md-6.connect-right {
        padding-left: 28px;
    }
    /*end sightings page fixes*/
    /*start sightings detail page fixes*/
    
    .sightings-block .author-info .col-sm-3 {
        flex: 0 0 24%;
        max-width: 24%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .sightings-block .author-info .col-sm-9 {
        flex: 0 0 76%;
        max-width: 76%;
        padding-right: 56px;
        padding-left: 0;
    }
    /*end sightings detail page fixes*/
    .faculty-page .filters-and-results .col-lg-9.col-md-9 {
        flex: 0 0 71%;
        max-width: 71%;
        padding-left: 55px;
    }
    .faculty-page .filters-and-results .col-lg-3.col-md-3 {
        flex: 0 0 29%;
        max-width: 29%;
    }
    /*end min-width: 1200px*/
}
@media(max-width: 1199px) {
    header .main-menu ul.navbar-nav li a.nav-link {
        font-size: 13px;
        margin: 4px 10px 4px 10px;
    }
    
    header .navbar-brand {
        margin-right: 5px;
    }
    
    header a.name.navbar-brand {
        font-size: 50px;
    }
    
    header .right-menu {
        margin-left: 0px;
    }
    
    header .right-menu li a {
        font-size: 11px;
        line-height: 17.64px;
    }
    
    .path-frontpage .banner-slider .banner-txt h2,
    .path-frontpage .banner-img .banner-txt h2 {
        font-size: 58px;
        line-height: 64.09px;
        margin-top: 0;
    }
    
    .banner-slider .banner-txt p,
    .banner-img .banner-txt p {
        font-size: 30px;
        line-height: 58.13px;
    }
    
    header .search-field {
        width: 220px;
    }
    
    .carousel-style1 .owl-carousel {
        margin-top: 48px;
    }
    
    .carousel-style1 {
        padding: 121px 0 98px;
    }
    
    .carousel-style2 {
        padding: 85px 0 86px;
    }
    
    .carousel-style2 .owl-carousel {
        margin-top: 77px;
    }
    
    .carousel-style2 .transparent-btn {
        margin-top: 57px;
    }
    
    .carousel-style4 {
        padding: 90px 0 50px;
    }
    
    .carousel-style7 {
        padding: 54px 0 67px;
    }
    
    .carousel-style7 .owl-carousel {
        margin-top: 70px;
    }
    
    .carousel-style6 {
        padding: 58px 0 82px;
    }
    
    .carousel-style3 .owl-carousel,
    .carousel-style5 .owl-carousel,
    .carousel-style6 .owl-carousel {
        margin-top: 47px;
    }
    
    .carousel-style8 .transparent-btn {
        margin-top: 47px;
    }
    
    .carousel-style8 {
        padding: 90px 0 81px;
    }
    
    .carousel-style9 {
        padding: 67px 0 69px;
    }
    
    .carousel-style9 h2 {
        margin-bottom: 3px;
    }
    
    .carousel-style9 .owl-carousel {
        margin-top: 27px;
    }
    
    .carousel-style9 .transparent-btn {
        margin-top: 70px;
    }
    
    .slider .owl-carousel h2 {
        margin-top: 21px;
    }
    
    .slider .owl-next::before,
    .slider .owl-prev::before {
        top: -23px
    }
    
    .banner-slider .carousel-item .carousel-img {
        height: 342px;
    }

    .banner-slider .carousel-item .carousel-img picture {
        height: 342px;
    }
    
    .banner-slider .carousel-item img,
    .banner-img {
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%;
    }
    
    .banner-img {
        height: 345px;
    }
    
    .content_field {
        padding: 54px 15px 43px;
    }
    
    .slider-bg-color.academic-community {
        padding: 64px 15px 80px;
    }
    
    .details-block {
        padding: 12px 130px 55px;
    }
    
    .slider-bg-color.why-apply {
        padding: 65px 15px 102px;
    }
    
    .academic-workshops p {
        margin-bottom: 51px;
    }
    
    .research-bg-color {
        padding: 118px 0px 94px;
    }
    
    .academic-workshops {
        padding: 74px 0 78px;
    }
    
    .academic-workshops p.text-center {
        margin-top: 0px;
        margin-bottom: 56px;
    }
    
    .app-process-sec p,
    .financial-aid p {
        line-height: 28px;
        margin-bottom: 18px;
    }
    
    .financial-aid.paragraph-content-carouel .slider .owl-carousel {
        margin-top: 73px;
    }
    
    .why-apply h3 {
        margin-bottom: 84px;
    }
    
    .content_field p,
    .slider-bg-color.why-apply .tab-content p,
    .research-bg-color p,
    .academic-workshops p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .common-content-block p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .common-content-block {
        padding: 84px 0px 109px;
    }
    
    .common-content-block.large-tab-sec .tabs-doctoral {
        margin-top: 69px;
    }
    
    .common-content-block.large-tab-sec h2 {
        margin-bottom: 10px;
    }
    
    .large-tab-sec .tabs-sec .tab-links {
        padding: 20px 20px 37px 40px;
    }
    
    .large-tab-sec .tabs-sec .tab-content {
        padding: 62px 50px 26px 30px;
    }
    
    .about-txt {
        padding-top: 24px;
        padding-bottom: 15px;
    }
    
    .media-sec {
        padding: 104px 0 84px;
    }
    
    .additional-student {
        padding: 97px 0 112px;
    }
    
    .additional-student a.learn-btn {
        margin-top: 29px;
    }
    
    .acdemics-sec h2 {
        margin-bottom: 28px;
    }
    
    .area-of-study.slider-bg-color {
        padding: 66px 15px 120px;
    }
    
    .area-of-study h2 {
        margin-bottom: 74px;
    }
    
    .common-content-block.large-tab-sec .tabs-doctoral .tab-content .col-lg-6 p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 2.7em;
    }
    
    .common-content-block.large-tab-sec .tabs-doctoral .tab-content .col-lg-12 p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 22px;
    }
    
    .additional-student-life .tabs-sec h3 {
        font-size: 14px;
        margin-bottom: 0.7em;
    }
    
    .about-center-bg.common-content-block {
        padding: 0 0 37px;
    }
    
    .slider-bg-color.paragraph-manual-carousel .slider .owl-carousel h2 {
        margin-top: 23px;
        margin-bottom: 6px;
    }
    
    .slider-bg-color.paragraph-manual-carousel .slider .owl-carousel {
        margin-top: 66px;
    }
    
    .content_field p,
    .doctoral-bg .tabs-doctoral .content-section h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 1px;
    }
    
    .tabs-sec .tab-content {
        margin-top: 25px;
    }
    
    .admissions {
        padding: 62px 0 48px;
    }
    
    .admissions .tab-content .col-lg-6.col-md-12 p {
        margin-top: -6px;
    }
    
    .admissions .tabs-sec .distinctions-content .slider {
        margin-top: 48px;
    }
    
    .academic-community .slider .owl-carousel {
        margin-top: 48px;
    }
    
    .acdemics-sec .study-area h3 {
        font-size: 26px;
    }
    
    .tabs-sec li a,
    .acdemics-sec li a {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 45px 10px 15px;
    }
    
    .acdemics-sec .bg-color {
        padding: 75px 0px;
    }
    
    section.acdemics-sec .bg-color h3 {
        margin-bottom: 15px;
    }
    
    .marty-center-sec .marty-content {
        padding: 78px 30px 0 15px;
    }
    
    .marty-center-sec .marty-img,
    .marty-center-sec .marty-img img {
        height: 100%;
    }
    
    .overlay-img .txt h2,
    .img-block .hover-txt p {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.04em;
    }
    
    .history-mission .history-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 23px;
    }
    
    .history-mission .history-txt span a,
    .sightings-bg-color p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .sightings-bg-color {
        padding: 67px 0 82px;
    }
    
    .doctoral-bg {
        padding: 91px 0 57px;
    }
    
    .img-block .hover-txt p>a {
        font-size: 12px;
    }
    
    .app-deadlins {
        padding: 24px 50px 116px;
    }
    
    .app-deadlins h3 {
        font-size: 34px;
        margin-bottom: 20px;
    }
    
    .app-deadlins .deadlins-block-two {
        padding: 10px 40px;
    }
    
    .app-deadlins .deadlins-block-one {
        padding-right: 40px;
    }
    
    .app-deadlins .deadlins-block-three {
        padding-left: 40px;
    }
    
    .common-content-block h2,
    .recent-dissertations h2,
    .leadership h2 {
        font-size: 34px;
        margin-bottom: 0.7rem;
    }
    
    .red-overlay-sec .row:not(:last-child) {
        padding-bottom: 50px;
    }
    
    .white-box-color p,
    .doctoral-bg .tabs-doctoral .content-section span,
    .about-faculty .white-box-color h3,
    .about-faculty .white-box-color,
    .additional-student .tabs-sec h3,
    .student-life.slider-bg-color .white-box-color p {
        font-size: 14px;
        line-height: 24px;
    }
    
    .about-faculty .white-box-color h3 {
        /*     font-weight: 700; */
    }
    
    .white-box-color p {
        margin-bottom: 5px;
    }
    
    .student-life.slider-bg-color h2 {
        margin-bottom: 15px;
    }
    
    .student-life.slider-bg-color .overlay-img .row:first-of-type {
        margin-top: 70px;
    }
    
    .student-life.slider-bg-color a.learn-btn {
        margin-top: 35px;
    }
    
    .student-life.slider-bg-color .white-box-color {
        padding: 26px;
    }
    
    .student-life .tabs-sec {
        padding: 53px 40px 37px 20px;
    }
    
    .student-life.slider-bg-color {
        padding: 79px 15px 107px;
    }
    
    .red-overlay-sec p,
    .about-faculty .white-box-color h4 {
        font-size: 16px;
        line-height: 23px;
    }
    
    .red-overlay-sec p {
        margin-top: 0;
        margin-bottom: 29px;
    }
    
    .media-sec .multimedia h2 {
        font-size: 22px;
        margin-bottom: 42px;
    }
    
    .media-sec .publications h2 {
        margin-bottom: 29px;
    }
    
    .media-sec .publications h3 {
        margin-top: -3px;
    }
    
    .media-sec iframe {
        height: 250px;
    }
    
    .media-sec .slider .owl-carousel {
        margin-top: 19px;
        margin-bottom: 12px;
    }
    
    .media-sec .publications .row {
        margin-top: 60px;
    }
    
    .slider-bg-color.alumni_features {
        padding: 103px 15px 102px;
    }
    
    .slider-bg-color.alumni_features p {
        font-size: 18px;
        line-height: 28px;
        margin-top: 27px;
    }
    
    .alumni_info {
        padding: 100px 15px 40px;
    }
    
    .search-form.google-cse {
        margin-top: 61px;
    }
    
    ol.breadcrumb {
        margin-top: 15px;
    }
    
    .calender-output h2 {
        padding-bottom: 44px;
        margin-bottom: 53px;
    }
    
    .calender-output .side-bar h4 {
        margin-bottom: 1.65em;
    }
    
    footer {
        padding: 38px 15px 80px;
    }
    
    footer .social-icons a {
        /* margin-right: 10px; */
    }
    
    .research-bg-color+section .details-block {
        padding-top: 65px;
        padding-bottom: 64px;
    }
    
    .path-frontpage .content_field h2 {}
    
    .divinity-block {
        padding: 0px 15px 51px;
    }
    
    .calendar>.container {
        padding-top: 58px;
        padding-bottom: 51px;
        padding-left: 28px;
        padding-right: 30px;
    }
    
    h2.calendar-title {
        margin-bottom: 1.35em;
        margin-top: 2px;
    }
    
    .calendar>.container>.row {
        padding: 30px;
    }
    
    .events-half .events-row .item h3 a {
        font-weight: 300;
    }
    
    .slider .owl-carousel h2.blue {
        margin-bottom: 0.2em;
    }
    
    .marty-center-sec {
        padding-bottom: 25px;
    }
    
    .acdemics-sec .container {
        padding-left: 25px;
        padding-right: 27px;
    }
    
    .acdemics-sec {
        padding: 76px 0 75px;
    }
    
    a.more_btn {
        margin-left: 1em;
    }
    
    .app-process-sec {
        padding: 118px 0 94px;
    }
    
    .financial-aid {
        padding: 87px 0 48px;
    }
    
    .faq-sec {
        padding: 63px 0 66px;
    }
    
    .app-deadlins p {
        line-height: 24px;
    }
    
    .tuition-fees {
        padding: 74px 0 84px;
    }
    
    .large-tab-sec .tabs-sec .tab-links li a {
        padding: 41px 15px 33px 15px;
    }
    
    .common-content-block.large-tab-sec .tabs-doctoral .tab-content .col-lg-12 h3 {
        font-size: 14px;
    }
    
    .area-of-study .col-lg-4 {
        padding: 0 0 8px 15px;
    }
    
    .white-box-color {
        padding: 25px;
    }
    
    .white-box-color span a {
        line-height: 24px;
    }
    
    .red-overlay-sec h2 {
        margin-bottom: 70px;
    }
    
    .red-overlay-sec span a {
        margin-bottom: 6px;
    }
    
    .red-overlay-sec {
        padding: 92px 0 103px;
    }
    
    .recent-dissertations {
        padding: 107px 53px 108px;
    }
    
    .recent-dissertations .transparent-btn {
        margin-top: 68px;
    }
    
    .red-overlay-sec h3 {
        margin-bottom: 26px;
    }
    
    .buttons-links {
        padding: 61px 0 61px;
    }
    
    .leadership h3 {
        margin-bottom: 0px;
    }
    
    .slider-bg-color.history-mission {
        padding: 75px 15px 83px;
    }
    
    .history-mission .row.history-txt {
        margin-bottom: 124px;
    }
    
    .history-mission .history-txt h2 {
        margin-bottom: 63px;
    }
    
    .history-mission .accreditation-txt {
        margin-top: 53px;
    }
    
    .doctoral-bg .distinctions-content {
        padding: 36px 30px;
    }
    
    .doctoral-bg .doctoral-center h2 {
        margin-bottom: 13px;
    }
    
    .doctoral-bg .distinctions-content {
        padding: 36px 30px 125px;
    }
    
    .doctoral-bg .doctoral-center p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .doctoral-bg .tabs-doctoral {
        margin-top: 57px;
    }
    
    .doctoral-bg .tabs-sec .tab-section {
        padding: 40px 20px;
    }
    
    .doctoral-bg .tabs-sec li a span {
        margin-top: 0.2em;
    }
    
    .slider-bg-color.about-faculty p {
        margin-bottom: 35px;
    }
    
    .about-center-bg .about-center {
        padding: 52px 30px 63px;
    }
    
    .about-faculty.slider-bg-color {
        padding: 80px 0 47px;
    }
    
    .about-faculty h2 {
        margin-bottom: 9px;
    }
    
    .slider-bg-color.about-faculty .slider .owl-carousel {
        margin-top: 35px;
    }
    
    .about-faculty .white-box-color {
        padding: 32px 40px;
    }
    
    .recent-columns {
        padding: 0px 15px 94px;
    }
    
    .page-container .image-wrapper.featured-image {
        height: 300px;
    }
}
@media(min-width: 992px) and (max-width: 1199px) {
    .slider .owl-prev::before {
        left: -35px;
    }
    
    .slider .owl-next::before {
        right: -35px;
    }
    ol.breadcrumb {
        margin-left: 10px;
    }
    .news-block.news-listing .container .row .col-lg-3.col-md-3 {
        flex: 0 0 28.7%;
        max-width: 28.7%;
        padding-left: 24px;
    }

    .news-block.news-listing .container .row .col-lg-9.col-md-9.main-content {
        flex: 0 0 71.3%;
        max-width: 71.3%;
        padding-left: 20px;
    }
}
@media(min-width: 992px) {
    .additional-student p.text-center {
        padding: 0px 140px;
    }
    
    .admissions .tab-content .col-lg-7 p,
    {
        margin-top: -6px;
    }
}
@media(max-width:991px) {
    p,
    .content_field p,
    .common-content-block p,
    .doctoral-bg .doctoral-center p,
    .doctoral-bg .tabs-doctoral .content-section p {
        font-size: 16px;
        line-height: 24px;
    }
    
    h2 {
        font-size: 24px;
        letter-spacing: 3px;
    }
    
    .links a {
        font-size: 13px;
        width: 140px;
        padding: 4px 15px;
        margin-top: 5px;
    }
    
    header .container {
        max-width: 100%;
    }
    
    header {
        padding: 15px 0 0;
        background-position: 15% top;
        background-size: auto;
    }
    
    header .navbar-brand,
    .page-node-type-person .breadcrumbs,
    .bio-sec {
        width: 100%;
    }
    
    header a.name.navbar-brand {
        text-align: center;
        font-size: 49px;
    }
    
    header .navbar-brand img {
        width: auto;
        display: block;
        margin: 0 auto;
    }
    
    header .navbar-brand img:nth-child(1) {
        top: 0;
        border: none;
    }
    
    header .main-menu ul.navbar-nav li a.nav-link {
        color: #000;
        margin: 5px 15px;
    }
    
    header #collapsibleNavbar {
        position: relative;
        top: 100%;
        width: 100%;
        background-color: #fff;
    }
    
    .divinity-block h2 {
        margin-top: 20px;
    }
    
    .banner-slider .carousel-item .carousel-img {
        height: 226px;
    }

    .banner-slider .carousel-item .carousel-img picture{
    height: 226px;
}
    
    .slider .owl-next::before {
        top: 3px;
    }
    
    .slider .owl-prev::before {
        top: 3px;
    }
    
    .banner-slider .carousel-item img,
    .banner-img {
        width: 100%;
    }
    
    .banner-slider .banner-caption,
    .banner-img .banner-caption {
        display: none;
    }
    
    .banner-slider .banner-txt,
    .banner-img .banner-txt {
        width: 100%;
        left: 0;
        ;
    }
    
    .links {
        text-align: center;
        margin: 0 auto;
    }
    
    header .main-menu {
        position: relative;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        z-index: 9;
        margin-top: 14px;
        padding-bottom: 5px;
    }

    header .main-menu span.navbar-toggler-icon {
        background-image: url("/themes/uch_div/images/hamburger.png");
        width: 1.2em;
        height: 1em;
        margin-top: 0.3em;
    }
    
    header .main-menu .mob-serech-field {
        position: absolute;
        right: 0px;
        top: 8px;
    }
    
    header .mob-serech-field .search-field {
        width: 72%;
        margin: 0;
    }
    
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(128, 0, 0, 0.9)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    
    .navbar-dark .navbar-toggler {
        color: transparent;
        border-color: transparent;
        padding: 2px 15px;
    }
    
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link {
        color: #000;
    }
    
    .banner-slider .banner-txt p,
    .banner-img .banner-txt p {
        font-size: 24px;
        line-height: 34px;
    }
    
    .banner-slider .banner-txt h2,
    .banner-img .banner-txt h2,
    .path-frontpage .banner-slider .banner-txt h2,
    .path-frontpage .banner-img .banner-txt h2 {
        text-align: center;
        padding: 0;
        font-size: 34px;
        line-height: 34px;
        letter-spacing: 3.5px;
        margin: 0;
    }
    
    .slider-bg-color.common-content-block {
        padding: 85px 69px 55px;
    }
    
    .admissions .tabs-sec li a {
        padding: 10px 25px 10px 15px;
    }
    
    .details-block {
        padding: 0px 90px 75px;
    }
    
    .carousel-style6 {
        padding: 62px 0 103px;
    }
    
    .carousel-style6 h2 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px;
        padding: 0 150px;
    }
    
    .carousel-style7 h3 {
        font-size: 16px;
        line-height: 30.54px;
    }
    
    .carousel-style7 h2 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .carousel-style7 {
        padding: 40px 0 34px;
    }
    
    .carousel-style4 .owl-carousel h2,
    .carousel-style6 .owl-carousel h2,
    .carousel-style8 .owl-carousel h2 {
        font-size: 18px;
        line-height: 32px;
    }
    
    .slider .owl-carousel h2 {
        padding: 0;
        margin-top: 22px;
        margin-bottom: 0;
    }
    
    .carousel-style7 .owl-carousel {
        margin-top: 24px;
    }
    
    .carousel-style7 .transparent-btn {
        margin-top: 14px;
    }
    
    .slider .owl-carousel p {
        width: 250px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .slider-bg-color {
        padding: 45px 84px 30px;
    }
    
    .slider .owl-prev::before {
        left: -40px;
    }
    
    .slider .owl-next::before {
        right: -40px;
    }
    
    .content_field {
        padding: 28px 15px 55px;
    }
    
    .admissions .tabs-sec .tab-links {
        padding-right: 15px;
    }
    
    .tabs-sec .tab-content {
        padding-left: 25px;
    }
    
    .tabs-sec .col-lg-6 img {
        margin-bottom: 30px;
    }
    .tabs-sec .distinctions-content .preformatted-tab-image-wrapper {
        padding-bottom: 0px;
    }
    .tabs-sec .learn-btn.link {
        margin-top: 15px;
    }
    
    .tabs-sec li a,
    .acdemics-sec li a {
        font-size: 16px;
        line-height: 18px;
    }
    
    .distinctions-content a.more_btn {
        display: table;
        margin: 0 auto;
    }
    
    .overlay-img .txt h2,
    .img-block .hover-txt p,
    .research-bg-color a,
    .red-overlay-sec h3 {
        font-size: 16px;
        line-height: 20px;
    }
    
    .slider-bg-color.paragraph-manual-carousel .transparent-btn {
        margin-top: 14px;
    }
    
    .slider-bg-color.common-content-block.paragraph-content-carouel .transparent-btn {
        margin-top: 24px;
    }
    
    .admissions h2 {
        margin-bottom: 25px;
    }
    
    .sightings-bg-color {
        padding: 53px 69px 43px;
    }
    
    .doctoral-bg .tabs-doctoral {
        margin-top: 0px;
    }
    
    .research-bg-color {
        padding: 109px 56px 89px;
    }
    
    .leadership .marg-bottom {
        margin-bottom: 35px;
    }
    
    .media-sec .publications h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 26px;
    }
    
    .media-sec {
        padding: 98px 0 75px;
    }
    
    .media-sec .publications h3 {
        margin-top: 15px;
    }
    
    .media-sec .publications p {
        font-size: 14px;
        line-height: 19px;
    }
    
    .media-sec .publications .row {
        margin-top: 23px;
    }
    
    .media-sec .multimedia h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .media-sec iframe {
        height: 207px;
    }
    
    .media-sec .slider .owl-carousel {
        margin-top: 13px;
        margin-bottom: 15px;
    }
    
    .common-content-block.paragraph-content-carouel {
        padding: 85px 69px 109px;
    }
    
    .financial-aid.paragraph-content-carouel .slider .owl-carousel {
        margin-top: 37px;
    }
    
    .financial-aid h2 {
        margin-bottom: 8px;
    }
    
    .financial-aid {
        padding: 85px 69px 45px;
    }
    
    .admissions .tabs-sec .distinctions-content .slider {
        margin-top: 37px;
    }
    
    .admissions {
        padding: 75px 0 58px;
    }
    
    .img-block .hover-txt {
        padding: 15px;
    }
    
    .marty-center-sec h2 {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    
    .marty-center-sec .marty-content a {
        line-height: 34px;
    }
    
    .acdemics-sec {
        padding: 52px 0 52px;
    }
    
    .acdemics-sec h2 {
        margin-bottom: 17px;
    }
    
    .admissions .slider p {
        padding: 0;
    }
    
    .admissions .slider {
        text-align: center;
        padding-left: 0px;
    }
    
    .admissions .slider .owl-next {
        right: -25px;
    }
    
    .admissions .slider .owl-prev {
        left: -25px;
    }
    
    .content_field h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 6px;
    }
    
    .path-frontpage .content_field h2 {
        margin-bottom: 6px;
    }
    
    section.acdemics-sec .bg-color h3 {
        margin-top: 47px;
        margin-bottom: 8px;
    }
    
    section.acdemics-sec .bg-color h3,
    .about-faculty h2 {
        font-size: 22px;
    }
    
    .acdemics-sec .bg-color {
        padding: 1px 0px;
    }
    
    .acdemics-sec .bg-color ul li a {
        padding: 10px 0px 10px 0px;
        font-size: 16px;
    }
    
    .acdemics-sec .study-area h3 {
        margin-bottom: 16px;
        font-size: 22px;
        line-height: 26px;
        margin-top: 0;
    }
    
    .acdemics-sec ul {
        padding-right: 15px;
    }
    
    .divinity-block h3 {
        display: block;
        border-top: 4px solid #ccc;
        padding-top: 30px;
    }
    
    .divinity-block .col-lg-3:nth-child(3),
    .divinity-block .col-lg-3:nth-child(4) {
        margin-top: 52px;
    }
    
    .divinity-block {
        padding: 25px 15px 38px;
    }
    
    .calendar .news-half {
        border-right: none;
    }
    
    .calendar>.container {
        padding-top: 44px;
        padding-bottom: 44px;
        padding-left: 39px;
        padding-right: 35px;
    }
    
    h2.calendar-title {
        margin-bottom: 1em;
        margin-top: 6px;
        font-size: 24px;
        line-height: 24px;
        padding: 0 170px;
    }
    
    .calendar>.container>.row {
        padding: 30px 27px 16px;
    }
    
    .slider-bg-color.paragraph-manual-carousel .slider .owl-carousel {
        margin-top: 17px;
    }
    
    .admissions .slider .col-lg-3:nth-child(3),
    .slider .col-lg-3:nth-child(4) {
        margin-top: 30px;
    }
    
    .slider-bg-color.academic-community {
        padding: 62px 69px 74px;
    }
    
    .slider a.academic-btn {
        width: 295px;
        font-size: 13px;
        padding: 4px 15px;
        margin-top: 17px;
    }
    
    #events-sec .mobile-events {
        padding: 50px 15px;
    }
    
    .about-center-bg .about-center {
        max-width: 620px;
        padding: 50px 30px 20px;
    }
    
    .sightings-bg-color a.transparent-btn {
        margin: 23px auto 0;
    }
    
    .marty-center-sec {
        padding-bottom: 39px;
    }
    
    .marty-center-sec .marty-content p {
        margin-bottom: 10px;
    }
    
    .marty-center-sec .marty-content {
        width: 45%;
        padding: 70px 30px 0 15px;
    }
    
    .marty-center-sec .marty-img {
        width: 55%;
    }
    
    .marty-center-sec .marty-img img {
        height: 100%;
    }
    
    .app-deadlins .deadlins-block-one {
        padding-right: 25px;
    }
    
    .app-deadlins .deadlins-block-two {
        padding: 0 25px;
    }
    
    .app-deadlins {
        text-align: center;
        padding: 0px 50px 69px;
    }
    
    .app-deadlins .slider {
        padding: 0 15px;
    }
    
    .app-deadlins h2 {
        margin-bottom: 55px;
    }
    
    .app-deadlins h3 {
        font-size: 28px;
    }
    
    .app-deadlins .deadlins-block-three {
        padding-left: 25px;
    }
    
    .why-apply h2 {
        font-size: 16px;
        line-height: 23px;
        margin: 0;
    }
    
    .app-process-sec {
        padding: 45px 84px 93px;
    }
    
    .app-process-sec .slider .owl-carousel {
        margin-top: 27px;
    }
    
    .app-process-sec p,
    .financial-aid p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .app-process-sec h2 {
        margin-bottom: 18px;
    }
    
    .why-apply .tabs-sec h3 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 30px;
        margin-top: 0;
    }
    
    .slider-bg-color.why-apply {
        padding: 45px 15px 80px;
    }
    
    .recent-dissertations {
        padding: 87px 0 81px;
    }
    
    .recent-dissertations p,
    .history-mission .accreditation-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }
    
    .doctoral-bg {
        background-color: #e3e3e3;
        padding: 0px 0 50px;
    }
    
    .doctoral-bg .tabs-sec li a {
        padding: 10px 15px 10px 15px;
    }
    
    .area-of-study h2 {
        font-size: 20px;
    }
    
    .white-box-color span a,
    .red-overlay-sec span a,
    .history-mission .history-txt span a {
        font-size: 13px;
        line-height: 15px;
    }
    
    .white-box-color p {
        margin-bottom: 5px;
    }
    
    .academic-workshops .tabs-sec .learn-btn.link,
    .student-life.slider-bg-color .learn-btn.link,
    .additional-student .tabs-sec .learn-btn.link {
        display: table;
    }
    
    .red-overlay-sec h2 {
        font-size: 24px;
        text-align: center;
    }
    
    .red-overlay-sec p,
    .history-mission .history-txt p {
        font-size: 13px;
        line-height: 18px;
    }
    
    .red-overlay-sec {
        padding: 45px 0 60px;
    }
    
    .history-mission .row.history-txt {
        margin-bottom: 50px;
    }
    
    .history-mission .accreditation-txt {
        margin-top: 25px;
    }
    
    .common-content-block h2,
    .recent-dissertations h2 {
        font-size: 30px;
    }
    
    .leadership h3,
    .leadership .col-lg-9 p,
    .about-faculty .white-box-color h4,
    .about-faculty .white-box-color p,
    .about-faculty .white-box-color a {
        font-size: 13px;
        line-height: 20px;
    }
    
    .additional-student p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 7px;
    }
    
    .about-faculty.slider-bg-color {
        padding: 53px 0 45px;
    }
    
    .slider-bg-color.about-faculty .slider .owl-carousel {
        margin-top: 25px;
    }
    
    .doctoral-bg .tabs-doctoral .content-section h3 {
        margin-top: 20px;
        font-size: 14px;
    }
    
    .doctoral-bg {
        padding: 65px 0 70px;
    }
    
    .doctoral-bg .distinctions-content {
        padding: 28px 30px;
    }
    
    .additional-student {
        padding: 74px 0 42px;
    }
    
    .additional-student .col-lg-7 p {
        font-size: 14px;
    }
    
    .slider-bg-color.history-mission {
        padding: 49px 15px 83px;
    }
    
    .history-mission .history-txt h2 {
        margin-bottom: 35px;
    }
    
    .buttons-links {
        padding: 60px 0 35px;
    }
    
    .alumni_info {
        padding: 50px 15px 40px;
    }
    
    .slider-bg-color.alumni_features {
        padding: 60px 15px 25px;
    }
    
    .slider .owl-dots {
        display: block;
    }
    
    .slider .owl-theme .owl-dots .owl-dot.active span,
    .slider .owl-theme .owl-dots .owl-dot:hover span,
    .calendar .owl-theme .owl-dots .owl-dot.active span,
    .calendar .owl-theme .owl-dots .owl-dot:hover span {
        background: #007396;
    }
    
    .slider .owl-dots {
        margin-top: 20px;
    }
    
    .search-form.google-cse {
        margin-top: 21px;
    }
    
    .sightings-columns .top-columns {
        width: 100%;
        padding: 0 15px;
    }
    
    .sighting-policies.buttons-links a {
        width: 233px;
    }
    
    .sighting-policies.buttons-links .col-lg-12 {
        padding: 0;
    }
    
    .subscribe-follow.red-overlay-sec .learn-btn.link:last-child {
        margin-top: 10px;
    }
    
    .subscribe-follow.red-overlay-sec #mc_embed_signup_scroll {
        margin-top: 33px;
        padding: 0 0px 0 12px;
    }
    
    .calendar .row.events-row {
        text-align: center;
        padding: 0 15px;
    }
    
    footer .social-icons {
        position: absolute;
        bottom: 0;
    }
    
    footer {
        padding: 35px 15px 45px;
    }
    
    .footer-links a {
        margin: 0 10px 110px;
    }
    
    .app-deadlins a.more_btn {
        display: inline-block;
    }

    .mobile-subnav nav ul li a {
        color: #000;
        font-size: 13px;
        margin-bottom: 5px;
    }

    header .main-menu ul.navbar-nav li a.nav-link {
        line-height: 1.2em;
        padding-bottom: 0;
    }

    header #collapsibleNavbar {
        padding-top: 12px;
    }

    header .main-menu ul.navbar-nav li.nav-item,
    .mobile-subnav nav ul li {
        border-bottom: 1px solid #e3e3e3;
    }

    header .mobile-subnav nav ul li {
        padding: 0 15px;
    }

    header .main-menu ul.navbar-nav li:last-of-type {
        border-bottom: none;
    }

    header p.mobile-subnav-text {
        padding: 8px 15px;
        background-color: #a7a4a4;
        color: #fff;
        font-family: "Gotham A", "Gotham B";
        margin-bottom: 0;
        font-size: 13px;
        line-height: 1.2em;
    }

    header .mobile-subnav nav ul li a {
        line-height: 1.2em;
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .path-frontpage .content_field h2 {
        margin-top: -3px;
    }

    .content_field p {
        margin-top: 8px;
    }

    footer .links {
        padding-top: 6px!important;
    }

    footer .links.cta-links a {
        margin-bottom: 16px!important;
    }

    footer .nav.navbar-nav {
        margin-top: 19px!important;
    }

    footer .social-icons {
        margin-top: 23px!important;
    }

    .calendar>.container {
        padding-top: 32px;
    }

    .calendar .calendar-half .fc-toolbar.fc-header-toolbar button span {
        vertical-align: middle;
    }

    .calendar .calendar-half .fc .fc-toolbar h2 {
        margin-top: -14px;
    }

    .calendar .js-drupal-fullcalendar th.fc-day-header.fc-widget-header span {
        font-size: 0;
        display: block;
    }

    .calendar .js-drupal-fullcalendar th.fc-day-header.fc-widget-header span:first-letter {
        font-size: 16px;
    }

    .calendar .events-half .links-half ul li:first-of-type {
        margin-top: 22px;
    }

    .calendar .row.events-row {
        margin-top: 20px;
    }

    .calendar .events-half .events-row .item p {
        margin-bottom: 39px;
    }

    section.carousel-paragraph {
        padding-bottom: 19px;
    }
}
@media(min-width:768px) {
    .slider-bg-color.leadership .owl-stage .owl-item.active,
    .slider-bg-color.leadership .owl-stage .owl-item,
    .slider-bg-color.about-faculty .owl-stage .owl-item.active,
    .slider-bg-color.about-faculty .owl-stage .owl-item {
        display: block;
        width: 100% !important;
        margin-right: 0!important;
    }
    
    .slider-bg-color.leadership .owl-stage,
    .slider-bg-color.about-faculty .owl-stage {
        width: 100% !important;
    }
    
    .bio-sec .contact.mob-dropdown h3 {
        display: none;
    }
}
@media(max-width:767px) {
    .container {
        max-width: 100%;
    }
    
    .login_page .nav.nav-tabs li a {
        margin-left: 10px;
        padding: 10px;
    }
    
    .divinity-block .col-lg-3:nth-child(2),
    .divinity-block .col-lg-3:nth-child(3),
    .divinity-block .col-lg-3:nth-child(4) {
        margin-top: 15px;
    }
    
    .divinity-block {
        padding: 0px 0px 30px;
    }
    
    .slider .owl-carousel p,
    .doctoral-bg {
        padding: 0;
        width: auto;
    }
    
    header {
        background-position: -160px top;
    }
    
    header .mob-serech-field .search-field {
        width: 240px;
        top: 1px;
    }
    
    .banner-slider .carousel-item img,
    .banner-img {
        /*width: auto;*/
        overflow: hidden;
        max-width: none;
    }
    
    .slider {
        padding: 0 15px;
    }
    
    .slider .owl-carousel h2 {
        margin-top: 28px;
    }
    
    .slider-bg-color.why-apply {
        padding: 45px 0px 30px;
    }
    
    .overlay-img .txt h2 {
        padding: 0 10px;
        font-size: 14px;
    }
    
    .slider-bg-color.academic-community {
        padding: 86px 0px 102px;
    }
    
    h2.calendar-title {
        padding: 0;
    }
    
    .carousel-style7 .owl-carousel {
        margin-top: 20px;
    }
    
    .calendar {
        padding: 0 15px;
    }
    
    .calendar>.container {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 52px;
    }
    
    .calendar-half .fc .fc-toolbar h2 {
        font-size: 14px;
        line-height: 12px;
    }
    
    .calendar-half .fc-toolbar.fc-header-toolbar {
        padding-right: 0 10px 0;
    }
    
    .calendar-half .fc-toolbar.fc-header-toolbar button {
        top: 4px;
    }
    
    .calendar .col-12.section-title {
        padding: 0;
    }
    
    .calendar>.container>.row {
        padding: 20px;
    }
    
    .calendar .news-half {
        padding-right: 15px;
        border-bottom: 1px solid;
        padding-bottom: 16px;
        margin-bottom: 18px;
    }
    
    .calendar .row.calendar-row h3 {
        font-size: 30px;
        line-height: 32px;
        text-align: center;
        font-family: adobe-garamond-pro, serif;
        margin-bottom: 20px;
    }
    
    .calendar .links-half {
        padding-left: 15px;
    }
    
    .calendar .row.events-row {
        padding-left: 0
    }
    
    .calendar .news-half .col {
        flex: auto;
        text-align: center;
    }
    
    .news-half .news-item a {
        margin-right: 0px;
        float: none;
    }
    
    .news-half .news-item {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-right: 0;
    }
    
    .news-half .news-item {
        border-bottom: none;
    }
    
    .news-half h4 {
        margin-top: 0;
        font-size: 32px;
        line-height: 28px;
    }
    
    .tabs-sec .tab-links,
    .slider .owl-theme .owl-nav,
    .calendar .owl-theme .owl-nav,
    .img-block .hover-txt,
    .media-sec #carousel-custom .left.carousel-control,
    .media-sec #carousel-custom .right.carousel-control,
    .admissions hr {
        display: none;
    }

    .tabs-sec .col-lg-6 img{
        width: 100%;
    }
    .tabs-sec .distinctions-content .preformatted-tab-image-wrapper {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 0px;
    }
    
    .tabs-sec li,
    .acdemics-sec li {
        border-bottom: none;
    }
    
    .tabs-sec .distinctions-content {
        padding: 15px;
        border-left: 0px solid;
        border-top: 1px solid #ccc;
        text-align: center;
    }
    
    .tabs-sec li:first-of-type a,
    .acdemics-sec li:first-of-type a {
        padding-top: 4px;
        padding-bottom: 5px;
            padding: 10px 15px 10px 15px;
    }
    
    .tabs-sec li a,
    .acdemics-sec li a {
        border-top: 1px solid #ccc;
        border-bottom: 0;
        padding: 5px 15px;
        font-size: 13px;
        text-align: left;
    }
    
    .tabs-sec ul,
    .acdemics-sec ul .tabs-sec .tab-content {
        padding: 0px;
    }
    
    .tabs-sec .tab-content {
        border-bottom: 1px solid #ccc;
    }
    
    .fa-caret-right {
        float: right;
        margin-top: 2px;
        font-size: 16px;
    }
    
    .admissions {
        padding: 61px 0 0px;
    }
    
    .admissions .tab-content {
        padding: 0;
    }
    
    .carousel-style6 h2 {
        padding: 0;
    }
    
    .carousel-style6 .owl-carousel {
        margin-top: 0;
    }
    
    .carousel-style6 {
        padding: 53px 0 32px;
    }
    
    .carousel-style7 {
        padding: 26px 0 30px;
    }
    
    .slider a.academic-btn {
        width: 100%;
        margin: 7px auto;
        display: block;
    }
    
    .marty-center-sec {
        padding: 50px 0 44px;
    }
    
    .marty-center-sec .marty-content p,
    .doctoral-bg .tabs-doctoral .content-section {
        margin-top: 30px;
    }
    
    .acdemics-sec .tab-links,
    .acdemics-sec ul,
    .about-faculty .white-box-color a {
        display: block!important;
    }
    
    .acdemics-sec .tab-content {
        background-color: transparent;
        padding: 0 25px;
    }
    
    .acdemics-sec .study-area h3 {
        margin-top: 45px;
        margin-bottom: 30px;
        font-size: 18px;
    }
    
    .acdemics-sec {
        padding: 22px 0px 30px;
        /*margin-bottom: 17px;*/
    }
    
    .acdemics-sec h2 {
        margin-bottom: 24px;
    }
    
    .slider a.academic-btn:nth-of-type(1) {
        margin-top: 27px;
    }
    
    .acdemics-sec .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .container.text-center.slider {
        padding: 0 15px 0;
    }
    
    .admissions h2,
    .why-apply h3 {
        margin-bottom: 0;
    }
    
    .acdemics-sec .bg-color ul li a {
        padding: 3px 15px 2px;
        font-size: 14px;
        line-height: 22px;
    }
    
    .acdemics-sec .bg-color {
        padding: 30px 0px 0;
        border-bottom: 1px solid #ccc;
    }
    
    .study-area .col-lg-6 {
        padding: 0 5px 10px;
    }
    
    .details-block .col-lg-4:not(:last-child) {
        padding-bottom: 45px;
    }
    
    .app-deadlins .deadlins-block-one,
    .app-deadlins .deadlins-block-three,
    .buttons-links a,
    .marty-center-sec .marty-content {
        width: 100%;
        padding: 0 15px;
    }
    
    .app-deadlins {
        padding: 0px 0 50px;
    }
    
    .details-block {
        padding: 0px 0 50px;
    }
    
    .app-process-sec {
        padding: 45px 15px 40px;
    }
    
    .app-deadlins .deadlins-block-two {
        width: 100%;
        border-left: none;
        border-right: none;
        border-top: 1px solid;
        border-bottom: 1px solid;
        padding: 30px 15px;
        margin: 30px 0;
    }
    
    .faq-sec .tabs-sec .distinctions-content {
        margin-top: 0px;
    }
    
    .faq-sec .tabs-sec p,
    .faq-sec .tabs-sec h3,
    .doctoral-bg .tabs-sec li a span {
        font-size: 13px;
        line-height: 18px;
    }
    
    .doctoral-bg .tabs-doctoral .content-section h3,
    .doctoral-bg .tabs-doctoral .content-section span {
        font-size: 13px;
        line-height: 22px;
    }
    
    .faq-sec .tabs-sec p,
    .red-overlay-sec h2 {
        margin-bottom: 25px;
    }
    
    .recent-dissertations h2 {
        font-size: 30px;
    }
    
    .area-of-study h2,
    .media-sec .publications h2,
    .student-life .additional-student-life h2 {
        font-size: 18px;
        text-align: center;
    }
    
    .area-of-study.slider-bg-color {
        text-align: center;
    }
    
    .slider-bg-color .hidden-content {
        display: none;
        border-top: 1px solid #ccc;
        text-align: center;
    }
    
    .academic-workshops {
        padding: 25px 0 0px;
        text-align: center;
    }
    
    .overlay-img .img-block {
        height: auto;
    }
    
    .red-overlay-sec p,
    .media-sec .publications h3 {
        margin-top: 30px;
    }
    
    .white-box-color p,
    .white-box-color span a,
    .history-mission .history-txt p,
    .history-mission .history-txt span a {
        font-size: 16px;
        line-height: 24px;
    }
    
    .academic-workshops .tabs-sec .learn-btn.link,
    .additional-student .learn-btn.link {
        margin: 15px auto 0;
    }
    
    .marty-center-sec h2 {
        padding: 0 30px;
        margin-bottom: 20px;
    }
    
    .student-life .overlay-img .col-lg-4,
    .student-life .overlay-img .col-lg-8,
    .slider-bg-color.leadership .container,
    .area-of-study .col-lg-4,
    .area-of-study .col-lg-8,
    .acdemics-sec .tab-links {
        padding: 0;
    }
    .student-life.slider-bg-color.spotlight-tabs-paragraph p.view-more-button {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        color: #800000;
        font-family: 'GothamBook';
        background-color: white;     
        padding: 3px 13px;
        margin-bottom: 0px
    }
    .student-life.slider-bg-color.spotlight-tabs-paragraph svg.fa-caret-right.active {
        transform: rotate(90deg);    
    }
    
    .row.doctoral-center,
    .doctoral-bg .tabs-doctoral .content-section h3 {
        margin: 0;
    }
    
    .additional-student-life {
        padding: 15px 0 !important;
    }
    
    .student-life .tabs-sec {
        padding: 50px 15px 0px 15px;
    }
    
    .view-more-btn {
        background-color: #fff;
        color: #800000;
        text-align: left;
        padding: 0 15px;
        font-size: 13px;
    }
    
    .view-more-btn:hover {
        color: #800000;
    }
    
    .research-bg-color {
        padding: 50px 0;
    }
    
    .buttons-links {
        padding: 55px 0 10px;
    }
    
    .history-mission .row.history-txt,
    .history-mission .history-txt h2,
    .leadership .marg-bottom {
        margin-bottom: 30px;
    }
    
    .leadership a.transparent-btn {
        margin: 15px auto 15px;
        display: table;
    }
    
    .slider-bg-color.history-mission {
        padding: 70px 0px 85px;
        text-align: center;
    }
    
    .buttons-links a.text-btn {
        margin-bottom: 10px;
        padding: 2px 15px;
    }
    
    .media-sec {
        padding: 65px 0 60px;
        text-align: center;
    }
    
    .sightings-bg-color {
        padding: 45px 0 40px;
    }
    
    .about-faculty.slider-bg-color {
        padding: 35px 15px 25px;
        text-align: center;
    }
    
    .about-faculty .col-lg-3,
    .about-faculty .col-lg-9 {
        padding-bottom: 0;
    }
    
    .slider-bg-color.about-faculty .col-lg-9 {
        padding-left: 15px;
    }
    
    .slider-bg-color.about-faculty .owl-carousel .owl-dots {
        position: absolute;
        bottom: 15px;
        width: 100%;
        margin-top: 0;
    }
    
    .slider-bg-color.about-faculty .white-box-color {
        padding: 22px 15px 50px;
    }
    
    .about-center-bg .about-center {
        max-width: 295px;
        padding: 50px 20px 30px;
    }
    
    .sightings-bg-color .slider .owl-theme .owl-dots .owl-dot.active span,
    .sightings-bg-color .slider .owl-theme .owl-dots .owl-dot:hover span {
        background: #292b2c;
    }
    
    .doctoral-bg .tabs-sec ul li a {
        position: relative;
        padding-right: 120px;
    }
    
    .doctoral-bg .tabs-sec ul li a>svg {
        position: absolute;
        right: 15px;
        top: 8px;
        margin: 0px;
    }
    
    .slider-bg-color.common-content-block.paragraph-content-carouel {
        padding: 40px 0 30px;
    }
    
    .red-overlay-sec h3 {
        font-size: 22px;
    }
    
    .doctoral-bg {
        padding: 50px 0 55px;
    }
    
    .slider-bg-color.alumni_features {
        padding: 60px 0px 25px;
    }
    
    .alumni_info {
        padding: 50px 0px 40px;
    }
    
    .bio-sec .mob-dropdown .hide-txt {
        display: none;
    }
    
    .bio-sec .mob-dropdown:not(:last-of-type) {
        margin-top: 0;
    }
    
    .bio-sec .mob-dropdown h3 {
        padding: 23px 30px 24px 0;
        position: relative;
    }
    
    .bio-sec .mob-dropdown h3::before {
        content: "\f0da";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #800000;
        font-size: 18px;
        padding-right: 0.5em;
        position: absolute;
        top: 25px;
        right: 15px;
        transition: all 0.3s ease-out;
    }
    
    .bio-sec .col-lg-8 {
        text-align: center;
    }
    
    .bio-sec .col-lg-8 img {
        margin: 53px auto 0;
    }
    
    .bio-sec .mob-dropdown.active h3::before {
        transform: rotate(90deg);
    }
    
    footer {
        padding: 35px 0px 24px 0px;
    }
    
    footer,
    .marty-center-sec,
    .admissions .tabs-sec .tab-content,
    .red-overlay-sec .container,
    .doctoral-bg .tabs-doctoral .content-section,
    .slider-bg-color.leadership {
        text-align: center;
    }
    
    .acdemics-sec ul {
        padding: 0;
    }
    
    section.acdemics-sec .bg-color h3 {
        text-align: center;
        margin: 21px 0 25px;
        font-size: 30px;
        padding: 0;
    }
    
    .sightings-columns .col-lg-3.col-md-3.column-block img,
    .search-archives form button.learn-btn,
    .search-archives form .js-form-item-combine.form-no-label.form-group,
    .search-archives a,
    .subscribe-follow.red-overlay-sec .learn-btn.link,
    .subscribe-follow.red-overlay-sec .clear,
    .sighting-policies.buttons-links a {
        width: 100%;
    }
    
    .sighting-policies.buttons-links .col-lg-12 {
        padding: 0 15px;
    }
    
    .subscribe-follow .col-lg-6.col-md-6:nth-child(3) {
        padding-right: 15px;
    }
    
    .sightings-columns .top-columns p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .sightings-columns .top-columns .column-block p {
        line-height: 24px;
    }
    
    .column-block h5 {
        margin-bottom: 36px;
    }
    
    .sightings-columns .top-columns #sighting-slider {
        margin-bottom: 52px;
    }
    
    .recent-columns h2 {
        margin-top: 12px;
    }
    
    .search-archives form {
        margin-top: 26px;
    }
    
    .search-archives a {
        margin-top: 40px;
    }
    
    .subscribe-follow.red-overlay-sec .container {
        text-align: left;
    }
    
    .subscribe-follow.red-overlay-sec .clear {
        margin-bottom: 44px;
    }
    
    .recent-columns {
        padding: 0px 0px 94px;
    }
    
    .footer-links a {
        margin: 25px 5px 20px;
        width: 130px;
    }
    
    footer .nav.navbar-nav {
        margin-top: 25px;
    }
    
    footer .social-icons {
        text-align: center;
        margin-top: 25px;
        position: relative;
        display: inline-block;
    }
    
    footer .footer-info {
        float: none;
        display: inline-flex;
    }
    
    .mail-bg-img input {
        width: 60%;
    }
    
    .calender-output .fc-toolbar.fc-header-toolbar button {
        background: transparent;
        box-shadow: none;
        border: none;
        text-shadow: none;
        color: #fff;
        height: 28px;
        left: -1em;
    }
    
    .calender-output .fc-toolbar.fc-header-toolbar button.fc-corner-right {
        position: absolute;
        right: -0.3em;
        left: unset;
    }
    
    .calender-output .fc-toolbar.fc-header-toolbar .fc-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        text-align: center;
    }

    .small-tabs-paragraph .tab-content ul:first-of-type li a {
        font-weight: 600;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 8px!important;
        height: 8px!important;
        margin: 5px 5px!important;
    }

    .slider .owl-dots {
        margin-top: 19px;
    }

    section.carousel-paragraph {
        padding-bottom: 17px;
    }

    .multimedia-archive img {
        height: auto;
    }
}
@media(max-width:575px) {
    .admissions .slider .col-lg-3:nth-child(2) {
        margin-top: 30px;
    }
    
    .multimedia-archive .modal .modal-dialog {
        height: 300px;
    }
    
    .news-block.news-listing .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-combine.js-form-item-combine.form-group:after,
    .calender-output .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-combine.js-form-item-combine.form-group:after {
        top: calc(50% - 1rem);
    }
}
@media (max-width: 375px) {
    footer .footer-info p {
        flex-basis: 100%;
        margin-bottom: 0;
        margin-top: 25px;
    }
    
    footer .footer-info {
        justify-content: center;
    }
    
    footer .footer-info .edit-node:first-of-type:before {
        content: none;
    }
    
    .mail-bg-img input {
        width: 80%;
    }
}

/* comment from Bharat */