/* Clements Center Redesign - Main CSS Stylesheet */
/* Inspry Media 2018 */

/* Imports */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Open+Sans:300,400,600,700,800');

/* Overall Styling */
body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
	color: #000000;
    background-color: #f4f4f4;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
img {
    max-width: 100%;
}

#k2ModuleBox165 {
  min-height:800px;
}
#k2ModuleBox164 {
  min-height:660px;
}

.customaddress {
  padding-top:60px;
}

.page-wrap {
    background-color: #fff;
    padding: 0 !important;
}
.container {
    max-width: 1079px !important;
}

/* Header & Navbar */
.headerTop a {
    display: block;
    padding: 5px 0;
}
.headerMiddle img {
    width: 100%;
}
.headerMiddle .mobileHeader {
    display: none;
}
.nav>li>a {
    display: inline-block !important;
}
.navbar-default {
    background-color: #fff;
    border-bottom: 1px solid #4A4A4A;
}
.navbar-default .navbar-nav > li > a {
    color: #01426a;
    font-weight: 800;
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
.navbar-left {
    margin-left: -15px;
}
.navbar-right > li > a {
    text-transform: uppercase;
}
.navbar-right label {
    display: none !important;
}
.navbar-right input {
    margin-top: 17px;
    border: 1px solid #000;
    border-radius: 3px;
    color: #69737b;
    font-size: 13px;
    height: 35px;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 21px;
    width: auto;
}

/* Main Content */
.content {
    padding: 0 35px;
}

/* Sidebar */
.rightSidebar {
    border-left: 1px solid #4A4A4A;
    padding: 0 35px 0px 35px;
}
.leftSidebar {
    border-right: 1px solid #4A4A4A;
    padding: 0 35px;
}
.filterFilter,
.peopleSidebarMenu,
.peopleSidebarMenu .nav-child {
    margin-bottom: 20px;
}
.filterFilter h4,
.filterFilter h4 a,
.peopleSidebarMenu .nav-header,
.peopleSidebarMenu .item-134 a,
.peopleSidebarMenu .item-165 a {
    color: #01426a;
    font-weight: 700;
    font-size: 20px;
}
.filterFilter ul,
.peopleSidebarMenu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.filterFilter ul li,
.peopleSidebarMenu li {
    margin: 5px 0;
}
.filterFilter ul li a,
.filterFilter li a {
    color: #4D5054;
    font-weight: 600;
    font-size: 15px;
}
.filterFilter p {
    padding: 15px;
    color: #888b8d;
    font-size: 11px;
    font-weight: 300;
}
.filterFilter li a:hover {
    background-color: transparent;
    color: #4D5054;
}
.peopleSidebarMenu>li>a {
    padding: 0;
}
.peopleSidebarMenu .item-134,
.peopleSidebarMenu .item-165 {
    margin-bottom: 20px;
}

/* Home Page */
.jmslide-item {
    border: 1px solid #4A4A4A;
    background-color: #bcbcbc;
    height: 375px !important;
    width: 100% !important;
}
.jmslide-item img {
    width: 100%;
    height: 100%;
    height: auto;
    max-height: 650px;
}
.slideshow-content {
    opacity: 1 !important;
    border-radius: 0 !important;
    left: 0 !important;
    top: auto !important;
	bottom:0;
    width: 80% !important;
    padding: 10px 25px !important;
}
.slideshow-content h3 a {
    color: #01426a !important;
    font-size: 20px !important;
    line-height: 1.5em;
    font-weight: 700 !important;
    font-family: 'Montserrat', 'Open Sans', sans-serif !important;
    letter-spacing: 2px !important;
}

.jmslideshow .slideshow-content h3 {
    line-height: 16px;
}

.mobile-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*
.jmslideshow .cycle-prev,
.jmslideshow .cycle-prev:hover,
.jmslideshow .cycle-prev:visited,
.jmslideshow .cycle-prev:active,
.jmslideshow .cycle-prev:focus,
.jmslideshow .cycle-next,
.jmslideshow .cycle-next:hover,
.jmslideshow .cycle-next:visited,
.jmslideshow .cycle-next:active,
.jmslideshow .cycle-next:focus {
    display: none;
}*/
.home-featured-item {
    border: 1px solid #4A4A4A;
    background-color: #bcbcbc;
    height: 330px;
    width: 100%;
}
.home-featured-item-text {
    width: 80%;
    margin-top: 135px;
    background-color: #fff;
    color: #01426a;
    padding: 10px 25px;
    text-align: left;
}
.homeAnnounce,
.homeEvents,
.homeBottomImg {
    margin-top: 25px;
}
.home-featured-item-text h4 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.home-announcement-bar {
    border: 1px solid #01426a;
    background-color: #01426a;
    width: 100%;
    padding: 10px 25px;
    color: #fff;
}
.home-announcement-left,
.home-announcement-right {
    display: inline-block;
    vertical-align: middle;
}

.home-announcement-left {
    text-align: left;
}
.home-announcement-left h4 {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 32px;
    margin:0;
}
.home-announcement-right {
    float: right;
    margin-top: 8px;
}
.home-announcement-right a {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 75px;
    background-color: #888b8d;
    color: #fff;
}
.home-announcement-right a:hover {
    background-color: #01426a;
}
.homeEvents h4 {
    font-weight: 700;
    color: #01426a;
}
.homeEvents h4 a {
    color: #01426a;
}
.homeEvents h4 i {
    color: #4A4A4A;
    margin-right: 5px;
}
.homeEvents h4 a i {
    color: #4A4A4A;
}
.homeEvents .col-md-6 ul,
.rightSidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.homeEvents .col-md-6:first-child {
    border-right: 1px solid #D6D6D6;
}
.homeEvents .even,
.homeEvents .odd,
.rightSidebar .even,
.rightSidebar .odd {
    background: transparent;
    border: none;
    margin: 15px 0;
}
.homeEvents div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    width: 30%;
    min-height: auto;
    float: left;
    border: none;
    margin: 0;
}
.homeEvents .moduleItemTitleWrap,
.homeEvents .moduleItemDateCreated {
    width: 65%;
    float: right;
    display: inline-block;
}
.homeEvents .moduleItemTitle {
    font-weight: 500;
    color: #01426a;
}
.homeEvents .moduleItemAuthor,
.homeEvents .eventDateTime {
	color:#888b8d;
	padding:3px 0;
  font-size:13px;
}
.homeEvents .k2ItemsBlock ul {
    min-height: 650px !important;
    margin-bottom: 75px !important;
}
.homeEvents .moduleItemDateCreated {
    font-weight: 700;
    color: #888b8d;
}
.rightSidebar .sidebarProgramsUnder,
.rightSidebar .sidebarProgramsGrad {
    margin-top: 25px;
}
.rightSidebar h4 {
    font-weight: 700;
    color: #01426a;
    letter-spacing: 2px;
    margin-top: 40px;
}
.rightSidebar a {
    color: #01426a;
}
.rightSidebar .programTitle {
    border-bottom: 1px solid #979797;
    margin-bottom: 15px;
}
.rightSidebar .programTitle p,
.rightSidebar .programTitle a {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    font-size: 15px;
    text-transform: uppercase;
}
.rightSidebar .programTitle p {
    color: #4A4A4A;
    font-weight: 300;
    letter-spacing: 1.5px;
}
.rightSidebar .programTitle a {
    float: right;
    color: #01426a;
    font-weight: 700;
}
.rightSidebar .sidebarPrograms ul li a {
    font-weight: 600;
}
.rightSidebar .sidebarSocial a img {
    width: 25px;
    height: 25px;
}
.sidebarSocial a img {
    width: 25px;
    height: 25px;
}
.sidebarProgramsUnder hr {
    border-top: 1px solid #4A4A4A;
}

.rsformsidebarSubscribe .formResponsive {
  margin-bottom:0px;
  max-height: 75px;
}
label[for=SignUpButton] {
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip; rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Footer */
.footer {
    padding: 35px 0;
    background-color: #bcbcbc;
    border-top: 1px solid #4A4A4A;
	max-width:1079px;
	margin:0 auto;
}
#ja-footer .custom-footerright div {
    color: #374f73;
    float: left;
    font-weight: 600;
    line-height: 1.7em;
    text-align: right;
}
.ja-copyright {
    padding-top: 0;
}
.custom-footerleft {
    float: left;
    display: inline-block;
    width: 55%;
    margin-top:12px;
}
.custom-footerleft div {
    float: left;
    width: 25%;
}
.custom-footerleft div:nth-child(1){
    padding-top: 1.5% !important ;}
.custom-footerleft div:nth-child(2) { padding-top:2%; padding-right:3% !important;}
.custom-footerleft div:nth-child(3) { padding-left:2%;  }
.custom-footerright {
    float: right;
    display: inline-block;
}
.custom-footerright div {
    float: right;
    width: auto !important;
    padding: 0 15px;
}
.custom-footerright div a {
    color: #01426a;
}
/* copyright */

.copyright .container {
  background-color:#01426a;
  padding-top: 17px;
  padding-bottom: 7px;
}
.customcopyright p {
  color:white;
}

/* K2 fixing */
#k2Container {
    padding: 0;
}
.event-data,
.news-data,
.-publications .data-row,
.internship-list .data-row {
    margin-bottom: 35px;
}
.event-data h4 a,
.news-data h4 a,
.-publications h4 a,
.internship-list h5 a,
.internship-list .organization-name-data a {
    color: #01426a;
}
.internship-list h5 a {
    font-weight: 400;
}
.internship-list .organization-name-data {
    width: auto !important;
}
.event-data h6,
.news-data h6,
.-publications h6 {
    color: #888b8d;
    margin-top: 0;
    margin-bottom: 5px;
}


.event-data p,
.news-data p,
.-publications p {
    font-size: 12px;
    margin-top: 10px;
}
.event-data .data-img {
    margin-top: 20px;
}
.view-all {
    display: inline-block;
    margin-top: 0px;
}
.staff-list .data-row {
    padding: 25px;
    min-height: 300px;
}
.staff-list .title-data-img {
 overflow:hidden;
}
.staff-list .title-data-img img {

	width:100%;height:150px;object-fit: cover;
}
.staff-list .title-data-info,
.staff-list .date-data,
.staff-list .topic-data,
.staff-list .title-data-img {
    text-align: center;
}
.staff-list .title-data-info a {
    /*color: #01426a;*/
    font-weight: 700;
    font-size: 15px;
    color: #333;
}
.staff-list .date-data a {
    color: #333;
    font-size: 11px;
    font-weight: 300;
}
.staff-list .date-data {
    line-height: 15px;
}
.staff-list .topic-data a {
    font-size: 11px;
}
div.k2Pagination ul li {
    margin-bottom: 10px;
}
.events-search-form {
    margin-bottom: 35px;
}
.internship-list .organization-name-data a {
    display: block;
    margin-top: 5px;
    margin-bottom: 25px;
}
.internship-list #itemHeaders td {
    padding-bottom: 25px;
}
#k2Container .addtoical {
    display: block;
    margin-bottom: 50px;
}
/*#SignUpButton { margin-top:0 !important; margin-left:5px !important; height:50px !important; }*/

.ptitle { color:#01426a; font-size:20px; font-weight:700; margin-top:0px; }
.navbar-nav .dropdown-menu {  visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.5s linear; display: block;}
.dropdown-menu .dropdown-menu { top:0; left:100%; }
.navbar-nav .parent:hover > .dropdown-menu { display: block; visibility: visible; opacity: 1; }
.newsItemAuthor_single { display:inline-block; border-right:solid 1px #000; padding-right:10px; margin-right:10px; }
div.itemIsFeatured:before, div.catItemIsFeatured:before, div.userItemIsFeatured:before { display:none !important; }
.gmap-wrap { width:100%; position:relative; padding-top:0px;}
.gmap-wrap iframe { position:absolute; width:100%; height: 100%; top:0; left:0; }
div#itemListPrimary.staff-list { margin:0 -25px; }
.pastevents li { padding-top:5px; padding-bottom:5px;  }
.btn-m-menu {
    padding:10px 20px;
    color: #fff;
    text-align: right;
    font-size: 16px;
    display: none;
}
.mobileHeader { background: #01426a; }
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.william-sidebar .moduleItemTitleWrap a {
    color: #01426a;
    font-weight: 500;
}
.william-sidebar .moduleItemImage img {
    float: none !important;
    margin: 0 !important;
    margin-top: 5px !important;
    margin-bottom: 8px !important;
}
#search-results .search-pagination,
#search-results .pagination,
#search-results .search-pages-counter {
    text-align: center;
}

/* Mobile design fixes */
@media only screen and (max-width: 1199px) {
.navbar-default .navbar-nav > li > a { padding-left:15px; padding-right:15px; }
}
@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .navbar-right input {
        width: 75px;
    }
}
@media only screen and (max-width: 990px) {
    .rightSidebar {
        border: none;
        padding-top: 35px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom:0px;
    }
    .homeEvents .col-md-6:first-child {
        border: none;
    }
	.page-wrap { padding:0px 15px !important; }
	.header { margin:0px -15px; }
	.leftSidebar { border:none; padding:0px 15px;   }
	.content { padding:0px 15px; }
	.footer { margin:0px -15px; }

}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .home-announcement-left h4 {
        font-size: 13px;
    }
    .home-announcement-right a {
        padding: 5px 12px;
    }
    .navbar-toggle {
        border-radius: 0;
        border: none;
        margin-top: -35px;
    }
    .navbar-default {
        border: none;
    }
    .headerMiddle .mobileHeader {
        display: block;
    }
    .headerMiddle .desktopHeader {
        display: none;
    }
    .headerMiddle img {
        width: 80%;
        height: 175px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }
    .home-featured-item-text {
        margin-top: 100px;
    }
    .custom-footerleft,
    .custom-footerright,
    .custom-footerright div {
        width: 100%;
        float: none;
        text-align: center;
    }
    .custom-footerleft img {
        width: 100% !important;
    }
    .slideshow-content {
        top: auto !important;
        font-size: 13px
    }
    .navbar-nav .parent:hover > .dropdown-menu {
        width: 35%;
        margin-top: -15px;
        box-shadow: none;
        border: none;
    }
    .navbar-right input {
        width: auto;
    }
    .navbar-nav .parent > a:after {
        content: '\f078';
        font-family: "Font Awesome 5 Free";
        margin-left: 5px;
        font-size: 13px;
    }
    .navbar-nav .item-796 > a:after {
        content: '';
    }
}
@media only screen and (max-width: 767px) {
	.custom-footerleft {
        text-align: center;
        padding-bottom: 20px;
    }
    .custom-footerleft div {
        display: inline-block;
        float: none;
    }

    .cycle-prev, .cycle-next {display: none;}

    .staff-list .title-data-img img {

	height:100%;
}
    .btn-m-menu {
        display: block;
    }
    .navbar-nav { margin: 7.5px 0 !important; }
	.navbar { min-height:auto; }
    .mainMenu .navbar-collapse {
        display: block !important;
        position: fixed;
        z-index: 9999;
        background: #01426a;
        top: 0;
        right: 0;
        width: 300px;
        padding: 10px 20px;
        box-sizing: border-box;
        height: 100vh;
        color: #fff;
        overflow: auto;
        margin: 0;
        transform: translateX(320px);
        -moz-transform: translateX(320px);
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    .mainMenu .navbar-collapse.in { transform: translateX(0); -moz-transform: translateX(0); }
    .navbar-default .navbar-nav > li > a {
        color:#fff;
    }
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: #ffffff;
    }
    .navbar-nav .dropdown-menu  {
        display: none;
        width: 100% !important;
        background: none;
    }
    .dropdown-menu .dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        background: none !important;
    }
    .dropdown-menu {
        position: relative;
        background: none !important;
    }
    .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav .parent:hover > .dropdown-menu {
        margin-top: 0px;
        display:none;
    }
    .dropdown-menu>li>a {
        white-space: pre-wrap;
    }
    .navbar-nav .dropdown-menu.active { display:block !important; visibility: visible !important; opacity: 1 !important; box-shadow: none !important;  }
    .nav>li {
        clear: both;
    }

}
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
    .headerMiddle img {
        height: 130px;
    }
}
@media only screen and (max-width: 640px) {
    .jmslide-item { height:auto !important; }
    .slideshow-content h3 a {
    font-size: 12px !important;
        line-height: 1em;

}

.staff-list .data-row {
    min-height: 0px;
}

}
@media only screen and (max-width: 600px) {
.staff-list div.itemContainer, .staff-list div.subCategoryContainer { width:50% !important; float:left;   }
.staff-list .title-data-img { height:200px;   }
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
    .headerMiddle img {
        height: 115px;
    }
	.staff-list div.itemContainer, .staff-list div.subCategoryContainer { width:50% !important; float:left;   }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .headerMiddle img {
        height: 95px;
    }
	.staff-list div.itemContainer, .staff-list div.subCategoryContainer { width:100% !important; float:left;   }
.staff-list .title-data-img { height:auto;   }
.homeEvents .k2ItemsBlock ul {
    min-height: 575px !important;
    margin-bottom: 0 !important;
}
}
