/* open-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/_layouts/emu/global/fonts/open-sans-v44-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/_layouts/emu/global/fonts/open-sans-v44-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/_layouts/emu/global/fonts/open-sans-v44-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/_layouts/emu/global/fonts/open-sans-v44-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/_layouts/emu/global/fonts/open-sans-v44-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* domine-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Domine';
  font-style: normal;
  font-weight: 400;
  src: url('/_layouts/emu/global/fonts/domine-v25-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* domine-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Domine';
  font-style: normal;
  font-weight: 700;
  src: url('/_layouts/emu/global/fonts/domine-v25-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*EMU Bootstrap Customisation*/
/*footer to stick bottom of the browser*/
html, body{
  height:100%;
}
body{
  display:flex;
  flex-direction:column;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
}
[class^="col-"] img {
  max-width: 100%; /*for images inside span grid*/
}
/*Search */
ul.searchScope {
  list-style: none;
  padding: 0px;
}
ul.searchScope li {
  display: inline-block;
  margin-right: 2px;
}
ul.searchScope a {
  padding: 6px 10px;
  text-decoration: none;
}
ul.searchScope a:hover {
  border-bottom: 3px solid #209fe2;
}
ul.searchScope .selected a {
  border-bottom: 3px solid #17628a;
}
.sOverlay {
  height: 100%;
  width: 100%;
  visibility: hidden;
  position: fixed;
  z-index: 105;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
}
.sOverlay.show-search {
  visibility: visible;
  opacity: 1;
}
.sOverlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: #fff;
}
.sOverlay .closebtn:hover {
  color: #ccc;
}
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin: auto;
}
.sOverlay input[type="text"],
.sOverlay button {
  float: left;
  font-size: 17px;
  padding: 15px;
  border: none;
  box-sizing: border-box;
}
.sOverlay input[type="text"] {
  width: 80%;
  background: #fff;
}
.sOverlay input[type="text"]:hover {
  background: #f1f1f1;
}
.sOverlay button {
  width: 20%;
  background: #07569a;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.5s ease;
  min-width: 20%;
}
.sOverlay button:hover {
  background: #178ef5;
}
#searchButton2 {
  width: 20px;
  min-width: 30px;
}
#searchInput2 {
  width: 400px;
  height: 28px;
  font-size: 15px;
}
.searchRow {
  padding: 15px 0px;
  word-break: break-word;
}
.searchRow .c0 {
  font-weight: bold;
}
.searchRow h3 {
  font-size: 17px;
  margin: 0 0 5px 5px;
  display: inline;
}
.searchPath {
  color: green;
}
.searchPagination {
  text-align: center;
  width: 100%;
}
.searchPagination li {
  display: inline-block;
}
.searchPagination li > a {
  border: 0px;
}
.searchPagination .pagination {
  margin-bottom: 15px;
}
.searchRow .fa {
  color: #fff;
}
.fa-file-ppt::before,
.fa-file-pptx::before,
.fa-file-ppsx::before,
.fa-file-xls::before,
.fa-file-xlsx::before,
.fa-file-doc::before,
.fa-file-docx::before,
.fa-file-pdf::before,
.fa-file-zip::before,
.fa-file-rar::before,
.fa-file-html::before,
.fa-file-aspx::before,
[class*="fa-file-"]::before {
  padding: 3px;
}
.fa-file-ppt::before,
.fa-file-pptx::before,
.fa-file-ppsx::before {
  content: "\f1c4";
  background-color: #d41d1d;
}
.fa-file-xls::before,
.fa-file-xlsx::before {
  content: "\f1c3";
  background-color: #0eaf1a;
}
.fa-file-doc::before,
.fa-file-docx::before {
  content: "\f1c2";
  background-color: #2843af;
}
.fa-file-pdf::before {
  content: "\f1c1";
  background-color: #e00000;
}
.fa-file-zip::before,
.fa-file-rar::before {
  content: "\f1c6";
  background-color: #efc520;
}
.fa-file-html::before,
.fa-file-aspx::before {
  content: "\f0c1";
  background-color: #058000;
}

/*EMU main site content*/
.row.tablefilter{
  display: none;
}
.hidden.programimage{
  display: block !important;
  visibility: visible !important;
}
.cur_course{
     padding-bottom:20px;
 }
.programfacts div{
  display: inline-block;
  padding:0px 20px 5px 20px;  
}
#sticky_nav{
    display:none;
}
.container-fluid{
  max-width: 980px;
}
.emu-nobullets{
  list-style:none;
  padding-left:0px; 
}
/* EMU Typography -----------------------------------*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.emu-body-wrapper.editmode .sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
}
.emu-body-wrapper h1, .emu-body-wrapper h2, .emu-body-wrapper h3, .emu-body-wrapper h4, .emu-body-wrapper h5, .emu-body-wrapper h6{
  margin-top:0px;
  font-family: 'Domine', serif;  
}
.emu-body-wrapper h1{
  color: #1b496a;
  margin-bottom:20px;
  font-size: 36px;
}
.emu-body-wrapper h2, .emu-body-wrapper h5, .emu-body-wrapper h6, h2.ms-rteElement-H2, h1.ms-rteElement-H1{
  color: #1b496a;
}
.emu-body-wrapper h3, h3.ms-rteElement-H3{
 color: #1b496a;
}
.emu-body-wrapper h4, h4.ms-rteElement-H4{
  color: #1b496a;  
  font-weight:bold;
}
.emu-body-wrapper hr{
  border-color: #e5e5e5;
}
.emu-body-wrapper p{
  font-size:16px;
  line-height:28px;
  margin:0px 0px 20px 0px;
}
.emu-text-xs{
  font-size: 12px;
  font-weight: bold;
}
.emu-body-wrapper blockquote{
    font-size: 15px;
    line-height: 1.9;
}
/* END EMU Typography  -------------------------------*/
.emu-sidebar{
  border: 1px solid #ccc;
  padding: 14px;  
}

.emu-sidebar li{
  list-style-type: square;
  margin-bottom:10px;
}

/* EMU Glyphicon Sizes  */
.gi-2x{
  font-size:24px;   
}
.gi-3x{
  font-size:36px; 
  padding-right: 5px;
  float:left;
}
.gi-4x{
  font-size:50px; 
  padding-right: 5px;
  float:left;
}
.gi-5x{
  font-size:70px; 
  padding-right: 5px;
  padding-bottom: 10px;
  float:left;
}
.gi-6x{
  font-size:90px; 
  padding-right: 5px;
  padding-bottom: 10px;
  float:left;  
}

/* EMU Social Gyphicon Icons */
.emu-footerSocialIcons{
  padding:4px;
  float: left;
}
.emu-socialIcons{
   padding-left:15px;
   margin-bottom: 0px;
}
ul.emu-socialIcons li{
  display:inline-block;
}
ul.emu-socialIcons li a{  
  display:block;
  width:35px;
  height:35px;  
  background-color:rgb(0, 56, 118);
  color:white;
  border-radius:3px;
  margin:2px;
  line-height:42px;
  text-align:center;  
}
.emu-socialIcons i{  
  font-size:26px;  
}
.fa-issuu{
 display:block;
  margin-top:3px;
  vertical-align:top;
}
.fa-scholar:before{
  content: "\f19d";
}
.fa-issuu:before{
  content: "\e313";
  font-family: 'Glyphicons Halflings';
  font-size: 23px;  
  }
.emu-socialIcons a:hover{
  
  background-color: #0050a9;
}
.ms-signInLink{
  color: #fcfcfc !important;
}
.breadcrumb{
  padding: 0px 15px 0px 0px;
  background-color: #fff;
}

.emu-dept-container{
   padding: 15px 0px 0px 0px
}

.emu-dept-img{
  margin-bottom:15px;
}
.breadcrumb img {
  margin-bottom:4px;
}

.thumbnail{
  margin-bottom:5px;
}

.btn-primary {
   color: #fff !important;
}
.btn-default,
.btn-default:hover{
  color:#000 !important;
}
.emu-header-container{
  display:none;
  background-color: #efefef;  
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: top;
  position:relative;
  padding: 0px 15px;
  z-index:90;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
}
  
#emu-top-container{
  padding: 10px 0px;
  background-color: #003876;
}
.emu-leftBar{
  padding:0px 15px;
  background-color: #efefef;
}
.emu-topMenu a{
  font-size: 15px;
  padding: 10px 15px;
  margin-top: 5px;
}
.emu-topMenu a:visited,
.emu-topMenu a{
  text-decoration:none;
  color: #cdcdcd;
}
.emu-topMenu a:hover{
   background-color: #025abd;
   color: #ffffff;
}
.emu-topMenu ul{
  margin-top: 9px;
  margin-bottom: 0px;
  margin-right: 21px;
  padding:0px;
  float: right;
}
.emu-topMenu ul li{
  list-style: none;
  display: inline-block;
  padding: 0 5px 0 5px;
  font-size:13px;
  font-weight:bold;
}
.emu-topMenu ul li:last-child {
    border-right: none;
    padding-right:0px;
}
.emu-site-logo a{
  text-decoration:none;
  color:#fff;
}
.emu-vertical-aligner{
  display:table-cell;
  vertical-align:middle;
}
.emu-site-logo{
  padding: 15px 0px;
  font-size: 32px;
  display:table;
  width:100%;
  height:100px;
}
.emu-faculty-logo-container{
  display:table;
  min-width:84px;
}
.emu-faculty-logo{
  float:left;
  min-width:84px;
}
.emu-faculty-logo img{
  height:84px;
  max-width: none;
}
.emu-faculty-title{
     display: table-cell;
     vertical-align: middle;
}
.emu-faculty-logo + .emu-faculty-title{
     padding-left: 15px;
}
.emu-LSwitchSearchContainer{
  float: right;
  display: flex;
}
.emu-search{
  font-size: 13px;
  /* height: 100%; */  
  background-color: white;
  border-radius: 3px;
  overflow: hidden;
  width:46px;
  height:40px;  
  display: inline-flex;
}
.emu-search a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: black;
    padding:0px 12px 2px 12px;
}
.emu-search a:hover {
    background-color: #025abd;
  color:#fff;
}
.emu-search a i {    
    font-size: 18px;    
}
#emulangswitch {
    position: relative;
    background: none;
    border: none;
    display:flex;
    align-items:center;
    justify-content:center;    
    cursor: pointer;
    font-size: 22px;
    background-color:white;
    border-radius:3px;
    margin-right: 10px;
    width:46px;
    height:40px;
}
#mobileMenuWrap #emulangswitch{
   background-color:transparent;
}
#emulangswitch:hover {
  color:white;
  background-color: #025abd;
}
#emulangswitch .fa-globe{    
}
#emulangswitch ul {
    list-style: none;
    padding: 0;    
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 120px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    z-index: 999;
}
#emulangswitch ul li {
  font-size:18px;
  /* padding: 5px 10px; */
}

#emulangswitch ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 5px 5px 5px 20px;
}
#emulangswitch .emu-selectedWeb a {
    text-decoration: none;
    color: #b8b8b8;
    display: block;    
}
#emulangswitch ul li a:hover {
    background: #025abd;
    color:white;
}
#emulangswitch:hover ul {
    display: block;
}
.emu-selectedWeb a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #b8b8b8;
  border-radius: 50%;
  margin-right: 6px;
  margin-left:-15px;
  vertical-align: middle;
}
.emu-footer{
  position:absolute;
  bottom:0px;
  background-color: white;
  border-right: 1px solid #bbbbbb;
  border-top: 1px solid #ddd;
  min-height: 50px;
  width:28%;
  max-width: 350px;
  z-index: 52;
}
.emu-signIn{
  float:right;
  font-size: 16px;
}
/* Page Layout CSS -----------------------------*/
.emu-body-wrapper table p{
  margin:0px;
}
.emu-body-wrapper{
  flex-grow:1;
  padding: 40px;
  margin-bottom: 40px;
  background-color: #fff;  
}
.emu-body-wrapper li{
  line-height:28px;  
  font-size: 16px;
}
.Boxed .emu-body-wrapper{     
  background-color: #fff;
  box-shadow: 0px 3px 3px -1px rgba(0,0,0,0.3);
}
.Boxed{  
  padding: 40px; 
}
.Custom_Image{  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* Override Sharepoint CSS for Branding -----------------------------*/
.ms-srch-sb{
  background-color:white; 
}
#searchImg {
  max-width: none;
}
/*Staff*/
.emuStaffImage{
  width: 240px;
}
.emu-staff-table .fa-regular, .emu-staff-table .fa-solid{
  padding:3px 6px;
  margin: 0px 3px;
  color:white;
}
.emu-staff-table .fa-envelope{
  background-color: #de751e;
}
.emu-staff-table .fa-link{
  background-color:#003780;  
}
.emu-staff-table .fa-file-pdf{
  background-color: #c70000;
}
.emu-staff-table th:last-child{
  min-width:130px;
}
/*Staff Thumbnail view*/
.emu-staff-ThumbView{
  text-align:center;
}
.emuStaffThumbContainer{
  margin-bottom:30px;
}
.emuStaffThumbContainer h4{
  margin-bottom:0px;
}
.emuStaffImgContainer{
  overflow:hidden;
  margin-bottom:15px;
  border-radius:3px;
}
.emuStaffImgContainer img{
  transition: transform 0.5s ease;
}
.emuStaffThumbContainer > a:hover img{  
  transform: scale(1.1);
}
.emuStaffImgContainer:hover{
  box-shadow:0 0 0 0.25rem rgb(11 104 197 / 50%);
}
.emuStaffThumbContainer > a:hover{
   text-decoration: none;  
}
.emu-staff-ThumbView .fa-regular{
  font-size:22px;  
  color:white;  
  padding:5px 10px;
}
.emu-staff-ThumbView .fa-envelope{  
  background-color: #de751e;  
}
.emu-staff-ThumbView .fa-link{
  background-color:#003780; 
  padding:10px 10px 6px;
  color:white;
}
.emu-staff-ThumbView .fa-file-pdf-o{
  background-color: #c70000;  
}
.emu-staff-ThumbView .fa-file-pdf:before{
  padding:5px 10px;
}
/* Administration Page*/
.emu-administrationContainer img{
  width: 200px;
  border: 1px solid #d5d5d5;
}
.emu-administrationDuty{
  color: #4a4a4a;
  padding-bottom: 6px;
  margin:0px;
  font-size: 22px;
  font-style: italic;
  display:block;
}
.emu-administrationContainer{
  padding: 20px;
  border: 2px solid #b5d7ff;
  background-color: #f6fbff;
  border-radius: 3px;
}
.emu-administrationName{
  display: table;
  padding-top: 7px;
  margin-bottom: 19px;
  font-size:22px;
  border-top: 2px solid;
}
.emu-margin-t30 {
  margin-top:30px;
}
.emu-margin-b30 {
  margin-bottom:30px;
}

.emuHrAdministration{
  border-top:2px solid #c6c6c6;
}
/*Publications*/
.emu-administrationContainer{
  margin-bottom:15px;
}
.emu-academic-icons{
  margin-bottom:15px;
}
.emu-academic-icons img{
  max-height:40px;
}
.emu-staff-publications ul{
  list-style:none;
  padding: 0px;
}
.emu-staff-publications ul li{
  margin-bottom:15px;
}
.emu-staff-publications .fa-circle-book-open{
  font-size:60px;
  float:left;
  color:#929292;  
  height:75px;
  margin-right:15px;
}
.emu-publication-info{
  display:table;
}
.emu-staff-educationItem{
   margin:0px 0px 15px 15px;
  line-height:20px;
}
.education-year{
  color:#919191;
  font-weight: bold;
  margin-bottom:0px !important;
  font-size: 14px !important;
}
.emu-staff-educationItem h5{
  font-weight:bold;  
  margin-bottom:0px;
}
.educaton-school{
  color:#7d7d7d;
  font-weight:bold;
  font-size: 14px !important;
}
.emu-margin-t30 {
  margin-top:30px;
}
.emu-margin-b30 {
  margin-bottom:30px;
}
/*Staff finish*/
.emuHrAdministration{
  border-top:2px solid #c6c6c6;
}
.emu-slider{
  margin-bottom: 20px;
}
.tp-banner {visibility: hidden}   
/* TEXT BLOCK over image */
div.emu-text-over-image{
  max-width: 380px;
  margin: auto;
  padding:0px 0px 15px 0px;
  position: relative; /* important(so we can absolutely position the description div */ 
}
div.emu-description{
  position: absolute; /* absolute position (so we can position it where we want)*/
  bottom: 30px; /* position will be on bottom */
  left: 0px;
  margin: 0px;
  /* styling bellow */
  background-color: white;  
  color: #4f4f4f;
  font-weight:bold;
  opacity: 0.8;
  transition: 150ms ease-in-out;
}
p.emu-description-content{
  padding: 0px 12px;
  margin: 0px;
  font-size: 20px;
}

/* ---------------  Calendar DAY for EVENTS   -------------------*/
.emu-cal-wraper{
  margin-right:10px;
  border-right: 1px solid #eee;
  width: 70px;
  float:left;
}
.emu-cal-month{ 
  text-align: center;
}
.emu-cal-day{ 
  text-align: center; 
  font-size:26px;
}
.emu-cal-end-date{
  text-align:center;
  font-size:13px;
}
/* Jumbotron---------------------*/
.emu-jumbotron{
  padding: 35px 0px;
  background-color: #eee;
}
.emu-jmb{
  padding: 35px 0px;
}
.jmb-container{padding: 0px;}              
.jmb-C01{background-color:#ededed;}
.jmb-C02{background-color:#b9d6f9;}
.jmb-C03{background-color:#91bdee;}
.jmb-C04{background-color:#b0b0f1;}
.jmb-C05{background-color:#e3bcf8;}
.jmb-C06{background-color:#a7f5fe;}
.jmb-C07{background-color:#a3fc97;}
.jmb-C08{background-color:#c3ec83;}
.jmb-C09{background-color:#edc787;}
.jmb-C10{background-color:#fceda8;}
.jmb-C11{background-color:#ffbdc0;}
.jmb-D01{background-color:#5c5c5c;}
.jmb-D02{background-color:#363636;}
.jmb-D03{background-color:#142f4d;}
.jmb-D04{background-color:#0b5bee;}
.jmb-D05{background-color:#1c1ca5;}
.jmb-D06{background-color:#003876;}
.jmb-D07{background-color:#1c96a5;}
.jmb-D08{background-color:#259816;}
.jmb-D09{background-color:#7fbd1e;}
.jmb-D10{background-color:#bf8b31;}
.jmb-D11{background-color:#fcb131;}
.jmb-D12{background-color:#a51c30;}
/*----------------------- NAVIGATION (MAIN MENU)--------------------------*/
/* GLOBAL */
.clear {
    clear:both;
}
/*Language Home text*/
html:lang(en-US) #mainmenu > ul > li.topMenuHome > a:before{    
  content:'Home';
}
html:lang(tr-TR) #mainmenu > ul > li.topMenuHome > a:before{    
  content:'Anasayfa';
}
/* NAVIGATION */

/*Main Menu   ----------------------------*/
#mainmenu{
  /* background-color: #898989; */
  padding: 7px 0px;
  /* border-top: 1px solid #cfcfcf; */
  /* border-bottom:1px solid #ddd; */
}
#topMenu a:hover{
   /* color: white; */
   background-color: #cfe5ff;
}
#topMenu{
  background-color: #fff;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;

}
#topMenu ul{
   background-color: #ececec; 
}
#topMenu ul{
  display:none;
}
#topMenu .selected > ul, #topMenu .selectedparent > ul{
  display:block;
}
#mainmenu ul {
    list-style:none;
    position:relative;
    margin:0;
    padding:0;
}
#topMenu ul li > a{
  padding-left:40px;
  font-size:14px;  
}
#topMenu ul ul li > a{
  padding-left:60px; 
}
#topMenu a {
    display: block;
    color:#1d1d1d;
    text-decoration:none;
    font-size:16px;
    line-height:2em;
    padding:5px 25px 4px 25px;
}
#topMenu > li {
  border-bottom: 1px solid #ddd;
}
#topMenu li:last-child {
 border-bottom:none;
}
#topMenu > ul > li:first-child{
    border-top: 1px solid #cecece;
}
/*hover*/
#topMenu li.selected > a{
  font-weight:bold;
  border-left:6px solid #fcb131;  
}
#topMenu > li.selected > a:hover{
  color:#1d1d1d;
  background-color:#fff;
}
#topMenu ul li.selected > a:hover{
  color:#1d1d1d;
  background-color:#ececec;
}
/*toogle*/
#topMenu .mmToggle{
  background-color:#fff;
  color:#1d1d1d;
  display: inline-block;
  cursor: pointer;
  float:right;
  padding: 10px 12px 8px 12px;
  line-height: 21px;
}
#topMenu ul .mmToggle{  
  background-color:#ececec;
  padding: 8px 12px 6px 12px;
}
#topMenu .mmToggle:before{  
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e259";
  line-height:21px;
}
#topMenu .visible > .mmToggle:before{    
  content: "\e260";  
}

/*mmToggle button for cases*/
#topMenu .mmToggle:hover{
  background-color: #cfe5ff;
  /* color:#fff; */
}
#topMenu > ul > li.hasvisiblechild:hover:before{
  background-color:#003876;
  color:white;
}
#topMenu .active.mmToggle:before{  
  content: "\e260";  
}
/*#topMenu .selectedparent > .mmToggle:before, #topMenu .selected > .mmToggle:before{
  content:"\e260";
}
#topMenu .selectedparent > .active.mmToggle:before, #topMenu .selected .active.mmToggle:before{
  content: "\e259";  
}*/
/* video wrapper*/
.videoWrapper {
  position: relative;
  padding-bottom: 54%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoTutorials{
  list-style:none;
  padding:0px;
}
.videoTutorials li .videoWrapper{ 
    display:  none;
}
.videoTutorials h4{
  color:#003879;
  cursor:pointer;
  margin: 5px 0px;
  line-height:18px;
  padding: 12px;
}
.videoTutorials h4:hover{
  background-color: #7899bd;
  color: white;
}
/*A-Z*/
.atozletters{
  margin:0px;
  padding:0px;
}
.atozletters li{
  display: inline-block;
  margin: 0px 5px 10px 0px;
  font-weight:bold;
  font-size:18px;
}
.atozletters a{
  padding-top:5px;
  display:table-cell;  
  text-align:center;
  text-decoration:none;
  color:#0288cb;
  width:30px;
  height:35px;
  background-color:#eee;
}
.atozletters a:hover{
  background-color:#007ce4;
  color:white;
}

#atozindexcont div{
  margin-bottom:0px;
}
#atozindexcont h2{  
  background-color:#e6e6e6;
  width:100%;
  color:#327ab7;
  padding-left:10px;
  box-sizing:border-box;
}
.atozindexul{
  list-style:none;  
}
/* ---------------------------------- Mobile MENU ------------------------------------ */
#mobileMenuWrap{
  display:none;
  z-index: 102;
  position: fixed;
  left: -100%;
  top:0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: left 1s;
  -webkit-transition: left 0.5s;
 }
#mobileMenuWrap.visible{
    left:0px;
    overflow-y: hidden;
}
#mobileMenuCont{
 width: 80%;
 height: 100%;
 box-sizing: border-box; 
 padding: 10px;  
  overflow-y: auto;
  padding-bottom: 60px;  
  box-shadow: 9px 0px 7px -6px rgba(0,0,0,0.75);
  }
#mobileMenuCont ul {
    padding:0px;
    margin:0px;
}
.emu-main-menu #mobileMenu2{
  display:none;
}
#mobileMenu2 li{
  border-bottom: 1px solid #b8b8b8;
}
#mobileMenu2 li.visible >ul{
  display:block;
}

#mobileMenu2 ul > li > a:hover{
  background-color:#e8e8e8;
}
#mobileMenuCont ul ul li:last-child{
  border-bottom:0px;
}
#mobileMenuCont ul a{
  padding-left: 20px;
}
#mobileMenuCont a {
    color: #FFF;
    text-decoration:none;
    padding:10px;
    display:block;
}
#mobileMenu2 ul li{
  /* padding-left:5px; */
}
#mobileMenu2 ul{
  background-color:#fff;
  margin-left:0px;  
}
#mobileMenu2 ul a{
  color:#2b82ac;
  font-weight:bold; 
}
#mobileMenu2 ul .mmToggle{
  background-color:#fff;
  color:#5f5f5f;
}
#mobileMenu2 ul ul{
  background-color:#efefef;
}
#mobileMenuCont{
  padding-left:0px;
  padding-right:0px;  
}

#mobileMenuClose{
  margin-right:15px
}

ul#mobileMenu li > a:hover{
  background-color: #1e62af;
}
#mobileMenuClose{
  width:50px;
  height:50px;
  font-size: 16px;
  color: #ffffff;
  display:table;
  float: right;
}
#mobileMenuClose:hover{
  background-color: #415696;
  cursor:pointer;
}
#mobileMenuClose > .glyphicon-remove{    
  display:table-cell;
  text-align:center;
  vertical-align:middle;  
}

.emu-mobileMenuText{
    font-size: 20px;
    margin-left: 15px;
    vertical-align: top;
    line-height: 25px;
}  

#mobileMenuCont .mmToggle{
  width: 50px;
  height: 40px;
  float: right;
  display:block;  
  color: #fff
}
#mobileMenuCont .mmToggle:before{
   font-family: 'Glyphicons Halflings';
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size:14px;
   content:"\e259";
   display:block;
   text-align:center;
   line-height: 40px;
   transition: all 0.4s ease;
}
#mobileMenu2 ul .mmToggle:hover{
  cursor:pointer;
  background-color: #efefef;
}
.mmToggle.visible:before{
  transform: rotate(180deg);
} 
#mobileMenuCont .mmToggle:hover{
  cursor:pointer;
  background-color: #1e62af;
}
#mobileMenuCont div.active{
   -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
#mobileMenu2 .topMenuHome > a{
  display: inline-block !important;
  margin-right: 5px;
  padding: 0px;
  width: 50px;
  height: 45px;
  line-height: 40px;
  font-size: 22px;
}
#mobileMenu2 .topMenuHome > a:hover, .mobilelang3 #emulangswitch a:hover{
  background-color: #415696;
}

#mobileMenuCont > ul{
  margin-top: 55px;
}
#mobileMenu2 ul {
  display:none;
}
#mobileMenu2 ul{
 list-style:none; 
 padding-left:15px
}
#mobileMenuCont li.topMenuHome{
  padding: 10px;
  text-align:center;
}
.topMenuHome div:hover, .mobilelang3 #emulangswitch:hover{
  background-color: #415696;
}
#mobileMenuCont .topMenuHome > a:before{
  font-family: 'Glyphicons Halflings';
  content: '\e314';
  font-size: 20px;
  line-height: 40px;
}
/* Base styles for the toggle button */
#toggleMobileMenu {
    padding: 18px 14px; /* updated padding */
    cursor: pointer;
    font-size: 22px;
    color: #e2e2e2;
    display: none; /* hidden by default */
    position: absolute;
    right: 10px;
    top: 8px;
    background-color: rgba(0, 55, 128,0.9);
    border: 1px solid #34495f;
    border-radius: 2px;
    transition: background-color 0.3s, box-shadow 0.3s;
}
#toggleMobileMenu:hover {
    background-color: #0b5aad;
}
#toggleMobileMenu:active {
    box-shadow: 0 0 0 0.25rem rgba(11, 104, 197, 0.5) !important;
    outline: 0px;
}
/* Sticky state */
#toggleMobileMenu.sticky-visible {
    position: fixed !important;
    top: 20px !important; 
    z-index: 1000;  
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
/* Hamburger icon base */
.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    position: relative;
    transition: all 0.3s ease;
}
.hamburger-icon::before,
.hamburger-icon::after {
    content: '';
    position: absolute;
    left: 0px;
}
.hamburger-icon::before {
    top: -8px;
}
.hamburger-icon::after {
    top: 8px;
}
/* Active state: X */
#toggleMobileMenu.active .hamburger-icon {
    background-color: transparent; /* hide middle bar */
}

#toggleMobileMenu.active .hamburger-icon::before {
    transform: rotate(35deg) translate(5px, 6px);
}

#toggleMobileMenu.active .hamburger-icon::after {
    transform: rotate(-35deg) translate(5px, -6px);
}
#mobileMenu2 .toggle img{
  width:12px;
}
.mobilelang3{
  display:inline-block;
  color:#fff;
  width:50px;
  height:50px;
}
#mobileSearch{
  color: #fff;
  margin-right: 5px;
  width: 50px;
  height: 45px;
  line-height: 44px;
  cursor:pointer;
  font-size: 18px;
}

/*Mobile Menu --------------------------------*/
#mobileMenuCont, #mobileMenuCont .mmToggle{
   background-color:#202945;
}
#mobileMenu2 > li:first-child{
  border:none;
}
#mobileMenu2 > li{
   border-top: 1px solid #333F67;
   border-bottom: 1px solid #121727;
}
#mobileMenu2 > li > a:hover {
    background-color: #415696;
}
#mobileMenu2 > li > .mmToggle:hover {
    background-color: #415696;
}
#mobileMenu2 ul a {
    color: #474747;
    font-weight: bold;
}
#mobileMenu2 .selected > a:before{  
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ffb100;
    border-radius: 50%;
    margin-left: -15px;
    margin-right: 6px;
    vertical-align: middle;
}
/*----------------------Fancybox -------------------------------*/
.photo_gallery {
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 250px;
    height: 147px;
}
/*Fancybox Customisation*/
.fancyboxStyle_1{
  display:flex;
  flex-direction:column;
}
.fancyboxStyle_1 h4{
  font-size:26px;
  color:#000;
  margin-bottom:0px;  
}
.fancyboxStyle_2 h4{
  text-align:center;
}
.fancyboxStyle_3 h4{
  background-color: #0083d9;
  color: #fff
  padding: 5px
}
a.fancyboxStyle_3:hover{
  text-decoration:none;
}
.fancyboxStyle_2Container, .fancyboxStyle_3Container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.5em -4px 1.5em -4px;
  align-items: flex-start;
}
.fancyboxStyle_2Container .fancyboxStyle_2, .fancyboxStyle_3Container .fancyboxStyle_3{
  margin: 10px 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 250px;
  -ms-flex: 1 0 250px;
  flex: 1 0 250px;
}
.fancyboxStyle_2{
  display:flex;
  flex-direction:column-reverse;
}
      .fancyboxStyle_2 .ImageGrid{
        display: inline-block;
          position: relative;          
          margin-top: 30px;
          margin-bottom: 30px;
          z-index: 70;
      }
      .fancyboxStyle_2 a{
        display:none;
        position:absolute;
        top:0;
        left:0; 
        padding:0px 20px;
      }
      .fancyboxStyle_2 a img{
        border:3px solid #4a4a4a;
      }
      .fancyboxStyle_2 a:nth-child(1){
        position: relative;
         display:inline-block;   
         z-index:3;
      }
      .fancyboxStyle_2 a:nth-child(2){
         display:inline-block;
         transform: rotate(6deg);
         z-index:2;
         
      }
      .fancyboxStyle_2 a:nth-child(3){
        display:inline-block;
         transform: rotate(-6deg);
        z-index:1;
      }
      .fsTitle{
        text-align: center;
        margin-top:0px;
        font-size: 22px;        
      }
    a.fancyBtnBack{
      font-size:26px;
      padding:0px 30px;
    }
.hidden-flex-item {
    content: "";   
    visibility: hidden;    
}
/*-----------------------Sharepoint Custom Styles -----------------------------------*/
table.ms-rteTable-ZWhite{ -ms-name:"Zebra White"; }
table.ms-rteTable-ZDark{ -ms-name:"Zebra Dark"; }
table.ms-rteTable-ZRed{ -ms-name:"Zebra Red"; }
table.ms-rteTable-ZGreen{ -ms-name:"Zebra Green"; }
table.ms-rteTable-ZBlue{ -ms-name:"Zebra Blue"; }
table.ms-rteTable-ZTurquoise{ -ms-name:"Zebra Turquoise"; }
table.ms-rteTable-ZOrange{ -ms-name:"Zebra Orange"; }
table.ms-rteTable-HWhite{ -ms-name:"Hover White"; }
table.ms-rteTable-HDark{ -ms-name:"Hover Dark"; }
table.ms-rteTable-HRed{ -ms-name:"Hover Red"; }
table.ms-rteTable-HGreen{ -ms-name:"Hover Green"; }
table.ms-rteTable-HBlue{ -ms-name:"Hover Blue"; }
table.ms-rteTable-HTurquoise{ -ms-name:"Hover Turquoise"; }
table.ms-rteTable-HOrange{ -ms-name:"Hover Orange"; }
/*default head, first and last row */
.ms-rteTableHeaderRow-default th, .ms-rteTableFirstCol-default, .ms-rteTableLastCol-default{
  background-color:#ddd;  
  color:#1d1d1d !important;
  font-weight:bold !important;
}
/*default footer*/
.ms-rteTableFooterRow-default th, .ms-rteTableFooterRow-default td{
  background-color:#eee;  
  color:#1d1d1d !important;
  font-weight:bold !important;
}
/*zebra inside*/
.ms-rteTable-HWhite td, .ms-rteTable-ZWhite td,.ms-rteTable-ZDark td,.ms-rteTable-ZRed td,.ms-rteTable-ZGreen td,.ms-rteTable-ZBlue td, .ms-rteTable-ZTurquoise td, .ms-rteTable-ZOrange td
{
  border: 1px solid;
  padding: 8px;
  border-color: #ddd;
}
/*zebra even*/
.ms-rteTableEvenRow-ZWhite { background-color:#e4e4e4;}
.ms-rteTableEvenRow-ZDark { background-color:#eaeaea;}
.ms-rteTableEvenRow-ZRed { background-color:#ffe7e5;}
.ms-rteTableEvenRow-ZGreen { background-color:#e8fff2;}
.ms-rteTableEvenRow-ZBlue { background-color:#e4f4ff;}
.ms-rteTableEvenRow-ZTurquoise { background-color:#e4feff;}
.ms-rteTableEvenRow-ZOrange { background-color:#fff0df;}
 /*H even hover*/
.ms-rteTable-HWhite tr:hover { background-color:#e4e4e4;}
.ms-rteTable-HDark tr:hover { background-color:#eaeaea;}
.ms-rteTable-HRed tr:hover { background-color:#ffe7e5;}
.ms-rteTable-HGreen tr:hover { background-color:#e8fff2;}
.ms-rteTable-HBlue tr:hover { background-color:#e4f4ff;}
.ms-rteTable-HTurquoise tr:hover { background-color:#e4feff;}
.ms-rteTable-HOrange tr:hover { background-color:#fff0df;}
/*H inside*/
.ms-rteTable-HWhite td,.ms-rteTable-HDark td,.ms-rteTable-HRed td,.ms-rteTable-HGreen td,.ms-rteTable-HBlue td,.ms-rteTable-HTurquoise td,.ms-rteTable-HOrange td{
  padding:8px;
  border-bottom:1px solid #ccc;
}

/*zebra head*/
.ms-rteTable-ZWhite th, .ms-rteTableLastCol-ZWhite{ background-color:#ccc; padding:8px; border:1px solid #ddd; font-weight:bold; }
.ms-rteTable-ZDark th, .ms-rteTableLastCol-ZDark{ background-color:#3d454f; padding:8px; border:1px solid #ddd; font-weight:bold; color:white;}
.ms-rteTable-ZRed th, .ms-rteTableLastCol-ZRed{ background-color:#ea6153; padding:8px; border:1px solid #ddd; font-weight:bold; color:white;}
.ms-rteTable-ZGreen th, .ms-rteTableLastCol-ZGreen{ background-color:#27af60; padding:8px; border:1px solid #ddd; font-weight:bold; color:white;}               
.ms-rteTable-ZBlue th, .ms-rteTableLastCol-ZBlue{ background-color:#2980b9; padding:8px; border:1px solid #ddd; font-weight:bold; color:white;}
.ms-rteTable-ZTurquoise th, .ms-rteTableLastCol-ZTurquoise{ background-color:#08b7bd; padding:8px; border:1px solid #ddd; font-weight:bold; color:white;}
.ms-rteTable-ZOrange th, .ms-rteTableLastCol-ZOrange{ background-color:#f7ad5e; padding:8px; border:1px solid #ddd; font-weight:bold; color:white;}
/*H head*/
.ms-rteTable-HWhite th, td.ms-rteTableLastCol-HWhite{ border-bottom:3px  solid #ccc; padding:8px;}
.ms-rteTable-HDark th, td.ms-rteTableLastCol-HDark{ border-bottom:3px  solid #3d454f; padding:8px;}
.ms-rteTable-HRed th, td.ms-rteTableLastCol-HRed{ border-bottom:3px  solid #ea6153; padding:8px;}
.ms-rteTable-HGreen th, td.ms-rteTableLastCol-HGreen{ border-bottom:3px  solid #27af60; padding:8px;}
.ms-rteTable-HBlue th, td.ms-rteTableLastCol-HBlue{ border-bottom:3px  solid #2980b9; padding:8px;}
.ms-rteTable-HTurquoise th, td.ms-rteTableLastCol-HTurquoise{ border-bottom:3px  solid #08b7bd; padding:8px;}
.ms-rteTable-HOrange th, td.ms-rteTableLastCol-HOrange{ border-bottom:3px  solid #f7ad5e; padding:8px;}
/*zebra foter*/
.ms-rteTableFooterRow-ZWhite th, .ms-rteTableFooterRow-ZWhite td{background-color:#e4e4e4; font-weight:bold; color:#1d1d1d;}
.ms-rteTableFooterRow-ZDark th, .ms-rteTableFooterRow-ZDark td{background-color:#6c7785; font-weight:bold; color:#1d1d1d;}
.ms-rteTableFooterRow-ZRed th, .ms-rteTableFooterRow-ZRed td{background-color:#f08b81; font-weight:bold; color:#1d1d1d;}
.ms-rteTableFooterRow-ZGreen th, .ms-rteTableFooterRow-ZGreen td{background-color:#67dd99; font-weight:bold; color:#1d1d1d;}
.ms-rteTableFooterRow-ZBlue th, .ms-rteTableFooterRow-ZBlue td{background-color:#60addf; font-weight:bold; color:#1d1d1d;}
.ms-rteTableFooterRow-ZTurquoise th, .ms-rteTableFooterRow-ZTurquoise td{background-color:#65d3d7; font-weight:bold; color:#1d1d1d;}
.ms-rteTableFooterRow-ZOrange th, .ms-rteTableFooterRow-ZOrange td{background-color:#faca97; font-weight:bold; color:#1d1d1d;}
/*H footer*/
.ms-rteTableFooterRow-HWhite th, .ms-rteTableFooterRow-HWhite td{border-color:#e4e4e4; font-weight:bold; color:#1d1d1d;}
.ms-rteTableFooterRow-HDark th, .ms-rteTableFooterRow-HDark td{border-color:#6c7785; font-weight:bold; color:#1d1d1d;}
.ms-rteTableFooterRow-HRed th, .ms-rteTableFooterRow-HRed td{border-color:#f08b81; font-weight:bold; color:#1d1d1d;}
.ms-rteTableFooterRow-HGreen th, .ms-rteTableFooterRow-HGreen td{border-color:#67dd99; font-weight:bold; color:#1d1d1d;}
.ms-rteTableFooterRow-HBlue th, .ms-rteTableFooterRow-HBlue td{border-color:#60addf; font-weight:bold; color:#1d1d1d;}
.ms-rteTableFooterRow-HTurquoise th, .ms-rteTableFooterRow-HTurquoise td{border-color:#65d3d7; font-weight:bold; color:#1d1d1d;}
.ms-rteTableFooterRow-HOrange th, .ms-rteTableFooterRow-HOrange td{border-color:#faca97; font-weight:bold; color:#1d1d1d;}
/* Google Maps ------------------------*/
.emu-google-maps{
  position: relative;
  padding-bottom : 66.6666667%;
}
.emu-google-maps iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%
}

/* Flexi Forms Contact Form -----------------*/
.ff-description-row{
  background-color: #E6E6E6;
  border-radius: 5px;
  padding: 14px;
  background:1px solid #D3D3D3;
}
.ff-description-row hr{
  border-color: #C5C5C5;
}
.FlexiForms{
  padding: 25px;
  background-color: #FAFAFA;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px; 
}

.FlexiForms h3{
  padding-bottom:5px;
  border-bottom:1px solid #e4e4e4;
  margin-bottom:20px
}
.form-control{
  margin-bottom:0px;
}
.ff-input-row{
  margin-bottom:15px;
}
.ff-fielddescription{
  font-size:12px;
  font-style: italic;
  color:#999;
}
.ff-buttons-container{
  text-align:right;
}
.flexiforms_Title{
  padding-bottom:5px;
}
.form-control-radio{
  list-style:none;
  padding-left:0px;
}
.form-control-checkbox{
  list-style:none; 
  padding-left:0px; 
}
.form-control-checkbox li, .form-control-radio li{
  line-height:1.7em;
}
.ff-captcha-image{
  float:left;
}
.ff-captcha-button{
  float:left;
}
.ff-captcha-input{
  float:left;
  width:110px;
}
.emu-body-wrapper input[type=submit]{
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;  
  color: #ffffff;    
  background: #00A81C;
  text-decoration: none;  
  margin-top: 20px;
  border: 1px solid #138626;
  font-size:15px;
}
.emu-body-wrapper input[type=submit]:hover{
  background: #047B18;
  text-decoration: none;
  border: 1px solid #055C14;
}
.ff-note-container{
  font-size:12px;
  font-weight:bold;
}
/*---------- Panel Custom Colors ------------*/
.panel-default>.panel-heading{
  background-color: #727272;
}
.panel-faculty01>.panel-heading{
  background-color: #fcb131;
}
.panel-blue>.panel-heading {  
  background-color: #003876;
  border-color: #02274F;
}


.panel-blue{
  border-color:#ddd;
}
h3.panel-title{
  color:#fff;
}
.panel-faculty01{
  border-color:#ddd;  
}
.panel-faculty01>.panel-heading {
  color: #fff;
 }
/*----------------- Buttons Custom Colors -------------------*/
.btn-color01 {
  background-color: #5bc0de;
  border-color: #58B1CB;
  color: #fff;
}
.btn-color02 {
  background-color: #337ab7;
  border-color: #2D6B9F;
  color: #fff;
}
.btn-color03 {
  background-color: #003F85;
  border-color: #003065;
  color: #fff;
}
.btn-color04 {
  background-color: #008b8b;
  border-color: #007575;
  color: #fff;
}
.btn-color05 {
  background-color: #aaa345;
  border-color: #97913D;
  color: #fff;
}
.btn-color06 {
  background-color: #b22222;
  border-color: #BD3238;
  color: #fff;
}
.btn-color07 {
  background-color: #708090;
  border-color: #5B6D7F;
  color: #fff;
}
.btn-color08 {
  background-color: #002043;
  border-color: #001730;
  color: #fff;
}
a.btn-faculty01, a.btn-color01, a.btn-color02, a.btn-color03, a.btn-color04, a.btn-color05, a.btn-color06, a.btn-color07, a.btn-color08{
  color: #fff;
}
a.btn-faculty02{
  color: #000;  
}
/* ---------------- Custom Buttons Hover --------------*/
.btn-faculty01:active, .btn-faculty01:focus, .btn-faculty01:hover {
  color: #f0f0f0;
  background-color: #942024;
  border-color: #B82C32;
}
.btn-faculty02:active, .btn-faculty02:focus, .btn-faculty02:hover {
  color: #f0f0f0;
  background-color: #D13138;
  border-color: #C02D33;
}
.btn-color01:active, .btn-color01:focus, .btn-color01:hover {
  color: #f0f0f0;
  background-color: #3a92ac;
  border-color: #38859C;
}

.btn-color02:active, .btn-color02:focus, .btn-color02:hover {
  color: #f0f0f0;
  background-color: #235885;
  border-color: #47535D;
}

.btn-color03:active, .btn-color03:focus, .btn-color03:hover {
  color: #f0f0f0;
  background-color: #002b5a;
  border-color: #001F42;
}

.btn-color04:active, .btn-color04:focus, .btn-color04:hover {
  color: #f0f0f0;
  background-color: #006363;
  border-color: #005252;
}

.btn-color05:active, .btn-color05:focus, .btn-color05:hover {
  color: #f0f0f0;
  background-color: #7c762b;
  border-color: #686324;
}

.btn-color06:active, .btn-color06:focus, .btn-color06:hover {
  color: #f0f0f0;
  background-color: #8d1919;
  border-color: #791717;
}

.btn-color07:active, .btn-color07:focus, .btn-color07:hover {
  color: #f0f0f0;
  background-color: #4e5a65;
  border-color: #47535D;
}

.btn-color08:active, .btn-color08:focus, .btn-color08:hover {
  color: #f0f0f0;
  background-color: #002043;
  border-color: #000D1B;
}
.btn-block{
  text-align:inherit;
}
.emu-clear{
  clear:both;
}

/* TABS */
.tabs-menu {
  /* height: 30px;*/
    float: left;
    clear: both;
}
ul.tabs-menu {
  margin-bottom:-1px;
  padding-left:0px;
}
.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    list-style:none;
}
.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}
.tabs-menu li a {
    padding: 10px;
    color: #fff;
    text-decoration: none;
}
.tabs-menu .current a {
    color: #2e7da3;
}
.tab-content {    
    padding: 20px 0px;
    display: none;
    border-top: 1px solid #d4d4d1;
}

#tab-1 {
 display: block;   
}
#tabs-container .ms-webpartzone-cell{
  margin:0px;
}
.btn:focus, #toggleMobileMenu:focus{
  box-shadow: 0 0 0 0.25rem rgb(11 104 197 / 50%);
  outline: 0px;
}
/* Scrooling up back to top button----------------------*/
#scrollup{ 
  background-color:white;   
    width: 42px;
    height: 42px;
    position:fixed;
    bottom:40px;
    right:40px;
    text-align: center;
  vertical-align: middle;
  line-height: 40px;  
    display:none;    
    opacity: 0.8;
    transition: 150ms ease-in-out;
    cursor: pointer;
    font-size: 16px;
}
/* -------------------- Content Boxes ------------*/
.emu-contentBox3 h4, .emu-contentBox3 h3, .emu-contentBox3 h2{
  color: #004EA4;
}
.emu-contentBox1{
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #e1e1e8;    
  border-radius: 3px;
    background-color:rgba(255, 255, 255, 0.8);  
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

}
.emu-contentBox2{
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color:rgba(242, 242, 242, 0.8);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.emu-contentBox3{
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  background-color:rgba(255,255,255, 0.8);
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.emu-contentBox4{
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  background-color:rgba(0,56,118, 0.8);
  color:white;
  border-color:#003876;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.emu-contentBox5{
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #C38720;
  background-color:rgba(252,177,49, 0.8);
  color:white;
  border-top: 5px solid #C38720;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.emu-contentBox6{
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #000;
  background-color:rgba(0,0,0, 0.8);
  color:white;
  border-top: 5px solid #000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.emu-contentBox1 h4, .emu-contentBox1 h3, .emu-contentBox1 h2{
  color: #004EA4;
}
.emu-contentBox4 h4, .emu-contentBox4 h3, .emu-contentBox4 h2{
  color: #fff;
}
.emu-contentBox5 h4, .emu-contentBox5 h3, .emu-contentBox5 h2{
  color: #fff;
}
.emu-contentBox6 h4, .emu-contentBox6 h3, .emu-contentBox6 h2{
  color: #fff;
}

.emu-contentBox3-top{
  border-top: 5px solid #004EA4;
}
.emu-contentBox3-left{
  border-left: 5px solid #004EA4; 
}
.emu-contentBox3-right{
  border-right: 5px solid #004EA4;  
}
.emu-contentBox1-top{
  border-top: 5px solid #fcb131;
}
.emu-contentBox1-left{
  border-left: 5px solid #fcb131; 
}
.emu-contentBox1-right{
  border-right: 5px solid #fcb131;  
}

/* Headling Image */
.emu-headlineContainer{
  padding-left:15px;
  padding-right:15px;
}
.emu-headlineContainer img{
  display:block;
  margin:auto;
  width:100%;
}
.emu-teaser{
    position:absolute; 
    bottom: 0px;
    left:0px;
    width:100%;
}
.editmode .emu-teaser{
  position:relative;
}
.emu-teaserContent {
  padding: 0px 30px;
  margin: 20px; 
}
.emu-teaserContent .emu-contentBox1, .emu-teaserContent .emu-contentBox2, .emu-teaserContent .emu-contentBox3, .emu-teaserContent .emu-contentBox4, .emu-teaserContent .emu-contentBox5, .emu-teaserContent .emu-contentBox6 {
  margin:15px 0px 0px 0px;
  padding:20px;
  border-radius:0px;
  border-top:0px;
}   
.emu-hidden {
  display:none !important;
}
/* EMU Websites ----------*/
#emu-websitesContainer{
  background-color: #2B2B2B;

}
#emu-websites{   
  background-color: #323232;
  padding-bottom: 5px;  
  text-align:center;
}
#emu-websites h3{
  color: #696969;
  font-size:18px
}
#emu-websites:hover{
  background-color: #4A4A4A;
  cursor:pointer;
}
#emu-websitesLinks{
  display:none;
  padding-bottom:25px;
}
#emu-websitesLinks ul{
  list-style-type: none;
}
#emu-websitesLinks a{
  color: #949AA9;
}
#emu-websitesLinks a:hover{
  color: #C8CFDE;
}
#emu-websitesLinks h4{
  color: #D0D0D0;
  border-bottom: 1px solid #3B3B3B;
  padding-bottom: 10px;
  margin:25px;
}
#emu-websitesIcon{
  font-size: 15px;
}
#emu-websites.active #emu-websitesIcon{
   -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.container-full {margin: 0 auto;padding: 0px 15px;}
.emu-sitePTContiner{
padding-top: 20px;
padding-bottom: 20px;
}
.emu-header-container .emu-sitePTContiner{
 display: table;
 margin: auto;
}
.emu-sitePhoto{
  width: 180px;
  height: 220px;
  margin:auto;
  border-radius: 2%;
  border: 3px solid #d9d9d9;
  background-size: cover;
}
.emu-siteTitle{
  font-size: 20px;
  text-align:center;
  padding:15px;
  vertical-align: middle;
  display:  block;
}
.emu-siteTitle, .emu-siteTitle:visited{
  color:#3a3a3a;
}
.emu-siteTitle:hover{
  color: #0059ca;
  text-decoration:none;
}
.emu-header-container .emu-siteTitle{
  display:table-cell;
}  
.emu-leftMainMenu{
  overflow: auto;
  width: 28%;
  max-width: 350px;
  padding: 15px 0px 15px 0px;
  background: #efefef;
  position: absolute;
  border-right: 1px solid #bbbbbb;
  left: 0;
  top: 60px;
  bottom:50px;
  text-align: left;
  vertical-align: top; 
  z-index: 51;
}
#ctl00_emuMiddle{
    position: absolute;
    left: 28%;
    right: 0;
    top: 60px;
    bottom: 0;
    overflow: auto;
    z-index: 50;
}
#emu-mobileFooter{
   background-color: #e5e5e5;
   width: 100%;
   padding: 5px 0px 5px 0px;
   display:none;   
}
.pattern0{ background-image:url('patterns/005.png'); }
.pattern1{ background-image:url('patterns/025.png'); }
.pattern2{ background-image:url('patterns/035.png'); }
.pattern3{ background-image:url('patterns/043.png'); }
.pattern4{ background-image:url('patterns/045.png'); }
.pattern5{ background-image:url('patterns/065.png'); }
.pattern6{ background-image:url('patterns/098.png'); }
.pattern7{ background-image:url('patterns/109.png'); }
.pattern8{ background-image:url('patterns/046.png'); }
.pattern9{ background-image:url('patterns/053.png'); }

/* Scroll Bar */
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-thumb {
  background: #595d72;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #444444;
}

::-webkit-scrollbar-track {
  background: #dadada;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/* Bootstrap Colors Override ----------------------------*/
.btn-primary {
  background-color: #003876;
  border-color: #003168;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #002957;
  border-color: #00254e;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color:#d9ebff
}
.page-header{
  margin-top: 0px;
  border-bottom: 2px solid #003876;
}
.panel-primary > .panel-heading {
  background-color: #002957;
  border-color: #00254e;
}
.panel-primary{
  border-color: #00254e;
}
.table > thead > tr > th {
  border-bottom-color:#003876;
}

/* Text block over Image-----------------------------*/
a:hover div.emu-description{
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #003876;
  color:white;
}
/* Paging Buttons ----------------------------------*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background-color: #003876;
border-color: #003168;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
color: #2a6496;
background-color: #d9ebff;
border-color: #ddd;
}
/* Slider ----------------------------------*/
.emu-sliderTextContainer:hover .emu-sliderText{
  background: #003876;
}
.tparrows:hover {
  background: #003876 !important;
}
.tp-bullets.simplebullets .bullet.selected { 
  background: #003876 !important;
}
.rsMinW .rsArrowIcn:hover {
  background-color: #c31f26;
  border-color: #da9da0;
  opacity:0.8;
  filter: alpha(opacity=80);
}

/*Mobile Menu --------------------------------*/
#mobileMenuCont .submenu0 {
    background-color: #003876;
}
ul#mobileMenu li > a:hover {
  background-color: #125DB1;
}
ul#mobileMenu li > .toggle:hover {
  background-color: #125DB1;
}

#mobileMenuCont .submenu1 {
    background-color: #08294E;
}
#mobileMenuCont .submenu2 {
    background-color: #021F40;
}
#mobileMenuCont .submenu3 {
    background-color: #ccc;
}
.submenu0 > li > .toggle {
  color: #dddddd;
  background-color: #003876;
}
.submenu1 > li > .toggle {
  color: #dddddd;
  background-color: #08294E;
}
/* Footer -------------------------------*/
#emu-footer{
  border-top: 10px solid #003876;
}
/* ---------------- Custom Buttons Hover --------------*/
.btn-faculty01:active, .btn-faculty01:focus, .btn-faculty01:hover {
  color: #f0f0f0;
  background-color: #001e40;
  border-color: #003168;
}
.btn-faculty02:active, .btn-faculty02:focus, .btn-faculty02:hover {
  color: #f0f0f0;
  background-color: #003876;
  border-color: #003168;
}
.btn-faculty01 {
  background-color: #003876;
  border-color: #003168;
  color: #fff;
}
.btn-faculty02 {
  background-color: #FFFFFF;
  border-color: #606060;
  color: #292929;
}
/* mobile search */
#mobileSearchContainer{
  background-color: #003876;
  border-bottom: 1px solid #022040;
}
.emu-administrationName{
  border-color: #003876;
}
/* Table Colors */
.ms-rteTableOddRow-Faculty-style-1 {
  background-color: #FFFAF6;
}
.ms-rteTable-Faculty-style-1 td, .ms-rteTable-Faculty-style-1 th{
  border-color: #ddd;
}
.ms-rteTable-Faculty-style-1 th{
  background-color: #003876;
}
.ms-rteTable-Faculty-style-2 td{
  border-color: #ddd;
}
.ms-rteTable-Faculty-style-2 th{
  border-color: #003876;
}
.ms-rteTable-Faculty-style-2>tbody>tr:hover td {
  background-color: #FFFAF6;
}
/* Content Boxes */
.emu-contentBox2 > h4, .emu-contentBox2 >  h3, .emu-contentBox2 > h2{
  color: #003876;
}
.emu-contentBox2-top{
  border-top: 5px solid #003876;
}
.emu-contentBox2-left{
  border-left: 5px solid #003876; 
}
.emu-contentBox2-right{
  border-right: 5px solid #003876;  
}
.advancedSliderStyles{
  padding:15px;
  background-color:#e7e7e7;
}
.advancedSliderStyles .tp-caption{
      position:relative !important;
      display:inline-block;           
}
.advancedSliderStyles .span{
 display:inline-block; 
 position:relative; 
 line-height:normal; 
 margin-bottom:5px;
}
/*CONTENT CREATOR*/
.cBox{
 width:100%;
 box-sizing:border-box;
 display:block;
 padding: 25px;
 border:color:#ccc;
 text-align:center;
 color:#000;
 /* margin-bottom: 40px; */
}
.cBox-Boxed{
    border-top: 2px solid #0387cd;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 40px;
}
.cBoxIcon-lg .fa{font-size: 45px;}
.cBoxIcon-sm .fa{
  font-size: 30px;
}
.cBox .fa{
  display:table-cell;
  vertical-align:middle;
  color: #005198;
}
.cBoxIcon-lg{
  width: 100px;
  height: 100px;
  border-radius: 52px;
}
.cBoxIcon-sm{
  width:60px;
  height:60px;
  border-radius: 32px;
}
.cBoxIcon{
  text-align: center;
  border: 1px solid #b1b1b1;
  color:white;
  display: table;
  margin-bottom: 15px;
  margin-left:auto;
  margin-right:auto;
  background-color: white;
}
.cBoxIconOnBorder .cBoxContent, .cBoxIconTop .cBoxContent {
   display:block;   
}
.cBoxIconOnBorder{
  margin-top: 55px;
  display: inline-block;
}
.cBoxIconOnBorder .cBoxIcon{
    margin-top: -75px;
    background-color:white;
  }
.cBoxIconLeft{
  text-align:left;
  padding:0px;
  margin-bottom: 0px;
}
.cBoxIconLeft h2{
  display: table-cell;
  vertical-align:middle;  
}
.cBoxIconLeft-wrapper{
  display:table;
}
.cBoxIconLeft .cBoxContent{
   display:table-cell; 
   vertical-align:middle; 
   padding-left:15px; 
}
a.cBoxLink:hover{
  text-decoration:none;
}
a.cBoxLink:hover .cBoxIcon{
  background-color: #0088cc;
  color:white;
  -moz-transition: all 0.2s ease-in;
    /* WebKit */
  -webkit-transition: all 0.2s ease-in;
    /* Opera */
  -o-transition: all 0.2s ease-in;
    /* Standard */
  transition: all 0.2s ease-in;
}
a.cBoxLink:hover .fa{
  color:white;
  -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}
/* CC TABS */
.ccTabs-menu{
  list-style:none;
  padding:0px;
  display:inline-block;  
}
.ccTabs-menu > li{
  margin: 0px;
  float:left;
}
.ccTabs-Style-A .ccTabs-menu {
   margin: 0px 0px 0px 0px;     
}
.ccTabs-Style-A .ccTabs-menu li {
    line-height: 30px;    
    margin-right: 10px;        
}

.ccTabs-Style-A .ccTabs-menu > li > a{
    display: block;
    color: #0088cc;
    background: #f4f4f4;    
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #eee;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    padding:8px 10px;
}
.ccTabs-Style-A .tab-content{
    border-radius: 0 4px 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background: #fff;
    border: 1px solid #eee;
    border-top: 1px solid #eee; 
    padding: 15px;
    margin-top:-7px;
}
.ccTabs-Style-A .ccTabs-menu > li, .ccTabs-Style-B .ccTabs-menu > li{
    line-height: 24px;
    margin-right: 2px;
}
.ccTabs-Style-B .ccTabs-menu > li {
  margin-bottom:  2px;
}

.ccTabs-Style-A .ccTabs-menu li.current a{
    border-top-color: #0088cc;
    color: #0088cc;
    background: #fff;   
}
.cc-tabs-Style-A li:last-child a{
    margin-right: 0;
}
.ccTabs-Style-A li a:hover{
  text-decoration:none;
}
.ccTabs-Style-A li a:hover, .tabs-menu li a:focus{
    border-top-color:#0088cc;    
}
.ccTabs-Style-B .ccTabs-menu > li{
  min-width:150px;  
  border:1px solid transparent;  
}
.ccTabs-Style-B .ccTabs-menu > li a{  
  display:block;
  padding:10px;
  text-align:center;
  text-decoration:none;  
}
.ccTabs-Style-B .ccTabs-menu > li:hover{
  background-color: #eee;
  border: 1px solid #eee;
}

.ccTabs-Style-B .ccTabs-menu > li.current{  
  border: 1px solid #eee;
  background-color:white;
}

.ccTabs-Style-B .tab-content{
  border-top:none;
  padding:0px 0px 20px 0px;
}

/* ACCORDION */
div.accordion {
    background-color: #edf6ff;
    margin-bottom:5px;
    color: #0088cc;
    cursor: pointer;
    padding: 10px;
    width:100%;
    text-align: left;
    transition: 0.4s;
    box-sizing: border-box;
}
div.accordion:before{ 
  content:"\f067";
  margin-right: 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.accordion.active:before{
  content:"\f068";
}
div.accordion.active, div.accordion:hover {
    background-color: #0088cc;
    color: #fff;
}
div.accordion-panel {
    margin-left:15px;
    margin-top:5px;
    padding: 15px;    
    background-color: white;
    display: none;
    margin-bottom:10px;
}
.accordion.accordion-Style-2{
  background-color: white;
  border-bottom: 1px solid #ccc;
  color: #565656;
}
div.accordion.accordion-Style-2.active, div.accordion.accordion-Style-2:hover {
    background-color: #ffffff;
    color: #0088cc;
}

/* IBOX */
.iBoxContent{
  padding:0px 15px;  
}
.iBoxOver{
  position:absolute;
  padding: 0px;
  bottom:15px;
  background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
}
.iBoxBelow{
  margin-top:15px;
  margin-bottom:15px;
}
.iBoxOver p{
  margin-bottom:0px;
}
.iBoxVariable h2{
  display: inline-block;
  margin:15px 0px;
}

.iboxWrapper{
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  display: block;
  margin:auto auto 30px auto;
  position:relative;
}
.iBoxContent{
  color:black;
  display: block;
  /* width: 100%; */
  right: 0;
  left: 0;
  bottom: 0;
}
.iboxWrapper a:hover .iBoxContent{
  background-color: #0088cc;
  color:white;
}
.iBoxContent .emu-contentBox{
  margin:0px !important;
  padding:15px;
}
a:hover .iBoxOver h1, a:hover .iBoxOver h2, a:hover .iBoxOver  h3, a:hover .iBoxOver h4{
  color:white;
}
/*News Events Announcements*/
.emu-posts-image{
  margin-bottom:15px;
}
.emu-posts-column{  
  padding:15px;
  border: 1px solid #ccc;
}
.emu-news-date{
  color:#828282;
  margin-bottom:5px;
  font-style: italic;
}
.emu-news-list-title{
  font-size:16px;
  margin-bottom:30px;
}
.emu-nea-container{
  margin-bottom: 50px;
}
.emu-back-to-news{
  border:1px solid #ccc;
  padding:5px 10px;
  display:inline-block;
  margin-bottom:10px;
}
.emu-back-to-news:hover{
  text-decoration:none;
  background-color:#e4f1ff;
}
.emu-posts-info{
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding:5px;
  margin-bottom:10px;
  font-size: 12px;
}
h1.emu-posts-title{
  font-size: 28px;
}
/* MOBILE media Queries -----------------------------*/
@media screen and (max-height:640px){
  .emu-sitePhoto{
    width: 140px;
    height: 162px; 
  }
  .emu-sitePTContiner{
    padding-top:10px;
    padding-bottom:10px;
  }
  .emu-siteTitle{
    padding:10px;
  }
  .emu-siteTitle{
    font-size:18px
  }
}
@media (min-width:1250px) {
  #ctl00_emuMiddle{
    left: 350px;
  }
}
@media (max-width: 992px) {     
    #topMenu {display:none;}
    .emu-signIn { display:none;}
    .emu-search-continer-aligner{
      display:none;
    }  
    .emu-header-container{
      display:block;
    }
    #emu-mobileFooter{
      display: inline-block;
      background-color: #efefef;
      border-top: 1px solid #e2e2e2;
    }
    .emu-sitePhoto{
      height: 200px;
      width: 156px;
      display: table-cell;
    }
    .emu-footer{
      display:none;
    }
    .Boxed{
      padding:0px;
    }
    .emu-leftMainMenu{
      display:none;
    }
    #ctl00_emuMiddle{
      position:relative;
      left:0px;
      top:0px;
    }
    .emu-LSwitchSearchContainer{
      display:none;
    }
    .emu-footer{
      width:100%;
    }
    .ms-backgroundImage{
      background-image:none;
    }
    .emu-topMenu{
      display:none;
    }
    #emu-top-container{
      text-align:center;
      
    }   
        .emu-top-logo{
          display:block;
          text-align:center;
          float: left;
          margin-right: 16%;
          height: 38px;
        }
    .emu-site-logo {
      text-align: center;
      height: 20px;
      font-size: 26px;
    }
    .emu-faculty-logo{
      float:none;
    }
    .emu-faculty-logo img {
      height:50px;
    }
    
    .emu-faculty-logo-container{
      display:inline;
    }
    .emu-site-logo a {
      display: inline-block;
    }
    .emu-faculty-title{
      display:block;
      padding-left:0px;
    } 
    #emu-top-container img{
      display: inline-block;
      margin-left: auto;
      margin-right: auto; 
    }
    #SearchBox {
      display: block;
      margin-right: 25px;
    }
    #SearchBox div {
      display: block;
    }
    #SearchBox input {
      width: 90%;
    }                       
        .emu-slider{
      margin-top:-15px;
      margin-left:-15px;
      margin-right:-15px;
        }
        .emu-body-wrapper{
          padding:15px;
          margin-bottom:0px
        }
        .emu-body-wrapper .breadcrumb li{
          line-height:14px;
          font-size:12px;
        }
        .emu-body-wrapper h1{
          font-size:26px;
        }
        .emu-body-wrapper h2{
          font-size:22px;
        }
        .emu-body-wrapper h3{
          font-size:20px;
        }
        .emu-body-wrapper h4{
          font-size:18px;
        }
        .breadcrumb{
          margin-bottom:10px;
        }
        #scrollup{ 
        right:20px;
        }
        .emuStaffImage{
          max-width: 200px;
        }
        #toggleMobileMenu{
         display: inline-block;
         text-align: right;
       }
       #mobileMenuWrap{
        display:block;  
       }
       #mobileMenuCont{
          display: block;    
        }
        #topMenu {display:none;}
        #searchButton2{
            width:20%;
            box-sizing:border-box;
        }
          .emu-site-logo {
            font-size: 22px;
            height: 20px;
          }
        #searchInput2{
          width:80%;      
          box-sizing: border-box;      
          float:left;
          height:36px;
        } 
}
@media (max-width: 640px) { 
     .emu-sitePhoto{
      width:130px;
      height:160px;            
    }
    .mobPosRelative{
     position: relative;     
    }
    #searchButton2{
        width:20%;
        box-sizing:border-box;
    }
    #searchInput2{
      width:80%;      
      box-sizing: border-box;      
      float:left;
      height:36px;
    }
}    
@media (max-width: 440px) { 
     .emu-sitePhoto{
      width:90px;
      height:110px;      
      display: table-cell;
    }
}    
/*Staff Site layout*/
#MSOTlPn_WebPartPageDiv{
  position: relative;
}