@charset "utf-8";
/* CSS Document */

body {color:#1D1B1B; font-family: 'Roboto', sans-serif;}

p {font-size:1.3em; padding: 0 0 10px 0; line-height:1.7em;}
p.sidebar {font-size:1.1em; padding: 0 0 15px 0; line-height:1.5em; color:#444;}
.panel-body p {font-size:1em; padding: 5px;}
.thirdlevel ul {padding-bottom:20px;}
.thirdlevel ul ul {padding-bottom:0px;}
.thirdlevel ul li {padding-bottom:5px; font-size:1.2em; line-height:1.5em; list-style-type:square;}
.thirdlevel ol li {padding-bottom:5px; font-size:1.2em; line-height:1.5em;}

.thirdlevel ul li ul li {padding-bottom:5px; font-size:1em; line-height:1.4em; list-style-type:circle; }
.thirdlevel ol li ol li {padding-bottom:5px; font-size:1em; line-height:1.4em;}

.thirdlevel p {padding-bottom:20px;}
.field-items ul li {font-size:1.25em;}
hr {border-width: 3px 0 0; border-color:#7EB1DC;}
.region-sidebar-second2 p {font-size:1.2em; line-height:1.5em; color:#767171;}

/*headings FDFFFC*/
.h1, h1 {
	color:#C9191C; 
	margin: 0 0 20px 0;
	text-transform:uppercase;
	font-size:36px;
}
.h2, h2 {
	color:#003087;
	margin: 18px 0;
	text-transform:uppercase;
	font-size:26px;
}
.h3, h3{
	/*background-color:#E4E4E4; padding:8px;*/
	color:#003EB0;  /* 3e4042 57595C;*/
	margin: 20px 0;
	text-transform:none;
	font-size:22px;
}
.h4, h4 {
    margin: 20px 0 10px 0;
	color:#003087;
	text-transform:none;
}


/*container overrides*/
.container-fluid-no-padding {
	padding:0;
	}
.container-no-padding {
	padding:0;
	}
.container-fluid-gray {
	padding:0;
	background-color: #fff;
	border-top:3px solid #979393;
	border-bottom:3px solid #979393;
	}
.container-fullNav {
	padding:0;
	background-color: F8F8FE;
	}
.grayBG {background-color:#F7F7FD;
border:1px solid #e7e7e7;}
.whiteBorderBG {background-color:#FFF;
border:1px solid #e7e7e7;
padding:0;}
.whiteBG {background-color:#FFF;
}		
.asideCol {
	background-color:#F8F8FE; 
	text-align:center;
	padding:10px;
	margin:40px 0;
	}
.asideCol img { 
	margin:0 auto;
	}
	
.btnmargin {
		font-size:1.4em;
		}	
	
	
/*search box styles*/
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
	margin:0;
}

/* Video container style */


  
.cmn-video-demo3__container {
  position: relative;
  margin: 0;
/*  height: 300px; */
  background-color: #FFF;
  overflow: hidden;
}

 
.cmn-video-demo3__video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 600px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.cmn-video-demo3__content {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  z-index: 2;
  text-align:center; 
  vertical-align:middle; 
}

.cmn-video-demo3__content h2,
.cmn-video-demo3__content p,
#cmn-video-demo3__content a {
  color: #fff;
  text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.6);
}
.cmn-video-demo3__content h2 {
  font-size: 30px;
  text-transform:none;
  
}
.cmn-video-demo3__content p {
  margin-bottom: 24px;
}
.cmn-video-demo3__content p a {
  display: inline-block;
  margin: 0;
  color:#fff;
  padding: 10px 20px;
  font-family: "Roboto Slab", serif;
  border: solid 1px #fff;
  opacity: 0.8;
  background-color:#787878;
  text-shadow:none;
}
.cmn-video-demo3__content a:hover {
  opacity: 0.9;
  background-color:#337AB7;
  text-shadow:none;

}

@media all and (min-width: 600px) {
  .cmn-video-demo3__container {
/*    height: 480px; */
  }

  .cmn-video-demo3__video {
    width: 1024px;
  }

  .cmn-video-demo3__content {
    padding: 0 20px;
  }
  .cmn-video-demo3__content h2 {
    font-size: 36px; 
	
  }
  .cmn-video-demo3__content p {
    font-size: 24px;
  }
  .cmn-video-demo3__content a {
    font-size: 18px;
  }
}
@media all and (min-width: 1024px) {
  .cmn-video-demo3__container {
/*    height: 720px; */
  }

  .cmn-video-demo3__video {
    width:2000px;
  }

  .cmn-video-demo3__content {
    padding: 0 20px;
  }
  .cmn-video-demo3__content h2 {
    font-size: 60px;
  }
  .cmn-video-demo3__content p {
    font-size: 36px;
  }
  .cmn-video-demo3__content a {
    font-size: 24px;
  }
}



/*custom styles*/

.page-header {
	background-color:#fff;
	margin:auto;
	}
.page-header {
	border-bottom:none;
	/*padding:0;*/
	padding:10px 0 20px 0;
	}
.page-header img {
	margin:25px 5px;
	}
ul.page-header-list {
    padding: 0;
    margin: 5px 0;
}	
.btn-warning {
    background-color: #EFC900;
    border:none;
    color: #fff;
}	
.btn-warning:hover {
    background-color: #161F3C;
    border:none;
}
.btn-warning:hover a{
    color: #fff;
}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}


/*homepage styles*/
.icons {
	color:#005DA4;
	font-size:1em;
	margin:0;
	padding:5px;
	text-align:center;}
.newscarousel {margin-bottom:20px;}

.academics h2 {color:#fff; font-size:2em; margin:30px 10px 10px 10px;}
.academics p {color:#fff; font-size:1.4em; margin:10px;}
.Leftbuttons {
	text-align:left;}	
.students {
	background-image:url(../img/elms3.jpg); background-size:cover; repeat:no-repeat; min-height:530px;
	color:#fff;}
.students ul {
	margin:70px 0;}	
.students h2 {color:#fff; font-size:2em; margin:30px 10px 10px 10px;}
.students p {font-size:1.4em; margin:10px;}

.researchboxes.col-sm-6 col-lg-3{
	margin:0 10px 0 ; padding:0; }	
.researchboxes img {
	margin-top:10px; padding:0px;}
.researchboxes h2 {font-size:2.5em; margin:30px 10px 10px 10px;}
.researchboxes p {font-size:1.2em; margin:10px 10px 20px 10px;}
.factoid {padding:15px 0;}
.factoid h2 {font-size:2em; margin:15px 10px 10px 10px;}
.factoid p {font-size:1.4em; margin:10px;}

.page-header h2 {font-size:2.1em;padding:0 0 10px 0;line-height:1.0em;text-transform: none;font-weight:bold;}
.page-header h2 a:hover {text-decoration: none;}
.page-header h3 a:hover {text-decoration: none;}

/*breadcrumb*/	
.breadcrumb {
    background-color:#FFF;
}


/*footer*/
		
.full {
    width: 100%;	
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #F8F8FE;
	height: auto;
	padding: 15px 0 30px 0;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	background-color:transparent;
	border-bottom: 1px solid #BAC1C8;
	color: #003087;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	margin:0;
	text-transform: uppercase;
}
.footer ul {
	font-size: 1.2em;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #6CACE4;
}
.footer a:hover {
	color: #003087;
}



.social li {
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 12px 15px 0;
	padding: 0;
	text-align: center;
}
.social li:hover {
	opacity: 0.6; filter: alpha(opacity=60);

}

.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}

/*piecharts animation*/

.pr-charts{}
.pr-charts .pr-chart-ctrl{display:block; float:left; width:25%; min-height:200px;}
@media screen and (max-width:500px){.pr-charts .pr-chart-ctrl{width:100%; margin-bottom:50px;} .pr-charts .pr-chart-ctrl:last-child{margin-bottom:0;}}
@media screen and (min-width:501px) and (max-width:900px){.pr-charts .pr-chart-ctrl{width:50%; margin-bottom:50px;} .pr-charts .pr-chart-ctrl:nth-child(n+3){margin-bottom:0;}}
.pr-charts .pr-chart-ctrl .pr-chart{display:block; position:relative; width:100%; margin:0 0 20px 0; text-align:center;}
.pr-charts .pr-chart-ctrl .pr-chart canvas{display:block; margin:0 auto; padding:0; vertical-align:top;}
.pr-charts .pr-chart-ctrl .pr-chart i{position:absolute; top:0; left:0; width:100%; height:200px; line-height:200px; font-size:18px; font-style:normal;}/* Must have same height & line height as set in the javascript size element to vertical align centre */
.pr-charts .pr-chart-ctrl p{text-align:center; margin:0 0 50px 0; padding:0; text-transform:uppercase;}/*was 0 changed to bottom 50px*/



.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: #003087;
  opacity: 0;
  display: block; 
  background: rgba(182, 212, 241, 0.87);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight:bold;
  font-size: 18px;
  padding:8px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 16px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}


.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #f05f40;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.bg-dark {
  background-color: #222222;
  color: white;
}

aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}

.secondlevel {
    width: 100%;
    padding: 50px 0;
	text-align:left;   
}
.thirdlevel {
    width: 100%;
    padding:0;
	text-align:left;
}
.front .thirdlevel {
	padding-top: 1em;
}

 .secondlevel address, .thirdlevel address, form {font-size:1.3em;  
}
 .secondlevel h2 {text-transform:uppercase;  
}
.footer address {font-size:1.2em;}

address {
    margin: 15px 0;}

row.subnav
{
line-height:300px;
background-color:#1289CCd;
}

.blueBG {background-color:#96BEE6;}
.darkblueBG {background-color: #002747; color:#fff;}
.darkblueBG h2 {color:#fff;}
.lgGrayBG {background-color:#F8F8FE;}
.medblueBG {background-color:#5393C8; color:#FFF;}
.darkGrayBG {background-color:#1D1B1B;}
.WhiteBG {background-color:#FFF;}
.medGrayBG {background-color:#E4E4E4;}
.lgBlueBG {background-color:#CFE3F5;}
.lgMedBlue {background-color:#7EB1DC;}

.white {color:#fff;}

.marginTopBottom {margin:20px 0;}
.topBottomPadding {padding-top:5px; padding-bottom:5px;}
.center {margin:0 auto;}

.panel-title p{
    font-size: 1em;
    margin-top: 0px;
}
.panel-body {margin-bottom:10px;}

.panel-body ul li {font-size:1em;}
.panel-title h2 {
	font-size:22px;
	margin:10px 0 0 0;}

.pageName{
    text-align: center;
	background-color:#1E407C;
	width: 100%;
    height: 50px;
}

.btn-primary.blue {
    background-color: #1E407C;
    border-color: none;
    color: #fff;
	height:50px;
	font-size:1.5em;}
.btn-lg, .btn-med {margin:10px 0 15px 0;}
.btn .btn-primary .btn-xl {margin:10px 0 15px 0;}
.btn-group-lg > .btn, .btn-lg {margin:10px 0 15px 0;}
	
.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size:contain;
	margin:0 auto;
	display: block;
  	max-width: 100%;
  	background-repeat:no-repeat;
	width: 100%;
    height: auto;
}

/*.image-bg-fluid-height {
	background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    padding: 100px 0;
}*/

.headerimage, footerimage {padding:0;}
/*sidebarMenu*/
.list-group.panel > .list-group-item {
  border-radius: 0px;
}

.dropdown-menu > li > a {
  color:#005DA4;
}

.dropdown-menu {
    min-width: 260px;
    padding: 10px 0;

	}
	
/*
.video {
  position: relative;
  margin: 0;
  height: 300px;
  background-color: #282828;
  overflow: hidden;
background-size: cover;
}
*/


/* news carousel */
ul.thumbnails { 
  list-style: none; 
  margin: 0;
  padding: 0;
  }

.caption-box h4 {
    font-size: 1em;
    color: #444;
    }
    .caption-box p {
        font-size: 1em;
        color: #999;
        }
        .btn.btn-mini {
            font-size: 1em;
			
			
            }

/* Control box 
------------------------------------------------ */
.control-box {
    width: 100%;
    }
    .carousel-control{
        background:#fff !important;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px;
        margin: 30px -20px 0;
        height: 30px;
        width: 30px;
        }

	p.large-text {
    color: #263b54;
    font-family: ff-meta-serif-web-pro,Georgia,serif;
    font-size: 150%;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.65;
    margin: 1.5em 0;
    padding-right: 2em;
	padding-bottom:20px;
}

/* Mobile only
------------------------------------------------ */

@media (max-width: 479px) {
    .caption-box { word-break: break-all; }
    ul.thumbnails li { margin-bottom: 30px; }
	p.large-text {font-size:130%; font-weight:400;}
	p {font-size:1.2em;}
	.h1, h1 {font-size:28px;}
	.h2, h2 {margin:0; padding-top:10px; font-size:20px;}
	.panel-title h2 {font-size:16px;}
}



.list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;

}
.list-group-submenu {
  margin-left:20px;
}
	
 
.portfolioFilter a { 
    margin: 0 5px 10px 0; 
    text-decoration:none;
}
 
.portfolioFilter a.current { 
    font-weight:bold;
}
.portfolioContainer img {
    margin:10px 0 10px 20px;
	 -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  
}
.portfolioContainer img:hover {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
 
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.nav-tabs {
    border-bottom: 1px solid #ddd; 
	border-top: 1px solid #ddd;
	margin: 15px 0 50px 0;

}
.tab-content {
    margin: 10px 0 0 0;
	min-height:70px;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -120px;
}

.gap-right {
  margin-right: 20px; 
}

.gap-left {
  margin-left: 20px; 
}
.panel-body {
    font-size:1.2em;
}

.topPadding {margin-top:20px;}


.panel-title {
    color: inherit;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
}

ul.inside {
    list-style-position: outside;
	background-color:#CFE3F5;
	padding:15px;
	margin-bottom:5px;
	font-size:1.1em;
	list-style-type:none;
	color:#000;
}

.spotlightProfile {
  margin-bottom: 10px; 
}
.spotlightProfile li{
  font-size:.9em !important;
  padding:0;
  margin:0;
  text-align:left !important;
}
.equal, .equal > div[class*='col-'] {  
  display: flex;
  flex:1 1 auto;
}
  
.equal {
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0;
}
.landing { 
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #CFE3F5; 
    padding: 20px;
	text-align:center;
}

.landing:hover { 
    background: #eee;
}
.landing h3 {background-color:transparent; padding:0;
font-size:22px;}

.landing img{margin-right:auto;
	margin-left:auto;}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
   margin-left: auto;
   margin-right: auto
}

.carousel-control{
        background:#fff !important;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px;
        margin: 30px -20px 0;
        height: 30px;
        width: 30px;
        }
.carousel-control {
    color: #000;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
  min-height: 330px;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
	min-height: 330px;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
	min-height: 330px;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 52%;
  width: 35%;
  padding-left: 25px;
  padding-right: 25px;
  }

.carousel-title {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  width: 40px;
  height: 40px;
  font-size: 40px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
     display: none;
  }
}

.major { position: absolute;
  left: 8%;
  bottom: 5%;
   z-index: 100;
  }
.btn-group.major {
padding:0;
margin:5px;
}

 .major a{
   -webkit-opacity: 0.60;
   -moz-opacity: 0.60;
   opacity: 0.60;
   color:#007FE0;
   font-size:1em;
}
 .major a:hover{
   -webkit-opacity: 0.99;
   -moz-opacity: 0.99;
   opacity: 0.99;
background-color:#fff;
color:#005DA4;
}
.major li {
	background-color:#96BEE6;
	padding:0;}
	
.btn-size {font-size:1.3em;}

.panel-leadership {
    padding: 10px;
}
.leadership {margin-bottom:0;}

.table-directory {
  border-collapse: collapse;
  border-spacing: 0;
  font-size:1.3em;
  padding:0;
  margin:0;

  max-width: 100%;
  table-layout: fixed;
}

.table-directory-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table-directory th, td {
	    padding: 10px;
    text-align: left;
	vertical-align:top;
}
	


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.table-news {
  border-collapse: collapse;
  border-spacing: 0;
  padding:0;
  margin:0 0 15px 0;
   width: 100%;
  max-width: 100%;
}

.table-news tr:hover { 
    background: #eee;
}

.table-news tr {
    background: #fff; 
}
table.news img {
    margin-right: 15px;
	 }
	 
.table-news h3 {
	font-size: 1.1em;
	background:none;
	padding:0 0 5px 0;
	margin:0;
}
.Newscategory, .Newsdate {
    font-size:1em; text-transform:uppercase;
	margin:0;
	padding:0 0 5px 0;
	 }
.Newscategory a{
	color:#73B9FF;
}
.Newsteaser {
    font-size:1em;
	padding:0 0 3px 0;
	margin:0;
	 }
ul li.leaf {
	font-size:1em;}

.directory {
	margin-bottom:15px;
	font-size:0.95em;
	}
.directory p{
	padding-bottom:3px;
	margin:0;
	}
.directory ul{
	list-style-position: outside;
	font-size:1.2em;
	}
.directory img{
	margin-right:25px; float:left;
	}

	
.field-name-field-email, .field-name-field-phone, .field-name-field-office-address, .field-name-field-job-title, .field-name-field-job-title-2, .field-name-field-job-title-3, .field-name-field-department, .field-name-field-endowed-title, .field-name-field-endowed-title-2, .field-name-field-endowed-title-3 {padding-bottom:5px;}

.field-name-field-external-web-page, .field-name-field-committee {padding-bottom:20px;}

.block-webform h2{font-size:1.2em; text-transform:none;
	}
.block-webform label {
    font-weight:normal; font-size:1em;
	}
.block-webform h3 {text-transform:uppercase; font-size:22px;}
.block-webform h2 {color:#000;}
.form-required {color:#F90307;}
.form-actions {margin-bottom:30px;}
.table-responsive li {font-size:1.1em;}
.table-responsive ul {padding-bottom:0;}

.paragraphs-items-field-sidebar-text p{font-size:1.2em;	line-height:1.4em; color:#444;}
	
.field-name-field-para-text p{font-size:1.3 em;}

.search-result h3 {font-size:1.1em; padding:0; margin:0;}
.search-snippet-info p{font-size:1em;padding:0;}

.no-link-well p{text-align:left;}
.hef-secondary-options {font-size:1em;}
.control-label {font-weight:normal; font-size:1em;} 

form p {font-size:1em;}
.form-group ul li {font-size:1em;}


#block-menu-menu-museum ul li a{font-size:1.3em; padding:5px 0 5px 0; }

.emphasis {color:#F40D11;}
