﻿/* 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;
}
[class^="col-"] img {
  max-width: 100%; /*for images inside span grid*/
}
.emu-body-wrapper{
  flex-grow:1;
}
/*Language overrides*/
/* Combined CSS for Arabic and Farsi language styles */

:lang(ar) .ms-cui-tts-scale-2 .ms-cui-tt-a,
:lang(fa) .ms-cui-tts-scale-2 .ms-cui-tt-a {
  width: 80px;
}
:lang(fa) #mainmenu ul,
:lang(ar) #mainmenu ul,
:lang(fa) ul#topMenu li,
:lang(ar) ul#topMenu li,
:lang(ar) .emu-top-menu ul li,
:lang(fa) .emu-top-menu ul li {
  float: right;
}
:lang(ar) .SideMenuJS li.selected > a,
:lang(fa) .SideMenuJS li.selected > a {
  border-left: 0px;
  border-right: 4px solid #FCB131;
}
:lang(ar) .SideMenuJS a,
:lang(fa) .SideMenuJS a {
  padding-right: 10px;
}
:lang(ar) .emu-body-wrapper table,
:lang(fa) .emu-body-wrapper table,
:lang(ar) .emu-body-wrapper li,
:lang(fa) .emu-body-wrapper li {
  text-align: right;
}
:lang(ar) .emu-nobullets,
:lang(fa) .emu-nobullets {
  padding-right: 0px;
}

/*Search */
ul.searchScope {
  list-style: none;
  padding: 0;
}
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: 0;
  left: 0;
  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: white;
}
.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: white;
}
.sOverlay input[type="text"]:hover {
  background: #f1f1f1;
}
.sOverlay button {
  width: 20%;
  background: #07569a;
  color: white;
  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 0;
  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: 0;
}
.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: 1370px;
  width: 100%;
}
body > .container-fluid{
  flex-grow: 1;
}
body{
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
}
.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;
    border:none;
    margin-bottom:10px;
}
.emu-nobullets{
  list-style:none;
  padding-left:0px; 
}
/*EMU Interface classes*/
* [class^="col-"] img {
  max-width: 100%; /*for images inside span grid*/
}
#DeltaWebPartAdderUpdatePanelContainer{
 z-index:500;
}
/* ----------------------    Header  and Footer    --------------------*/
.emu-top-logo{
 padding:10px 0px;
 display:none;
}
.emu-search{
  float:right;  
}
.emu-header-container{
  background-color:#003E83; 
  background-image:url('../images/header-bkg.png');
  border-top: 1px solid #fff;  
  background-repeat: no-repeat;
    background-position: top; 
    position:relative;
    z-index:90;  
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
}
  
.emu-top-container{
  position:relative;
  padding:10px 0px;
  border-top: 1px solid #9B9B9B;
  background-image:url('/Style Library/branding/images/pattern16.png');
  background-repeat:repeat;
  background-size:inherit;

}
.emu-top-menu a:visited,
.emu-top-menu a{
  text-decoration:none;
  color:#3a3a3a;
}
.emu-top-menu{
  margin-top:8px;
}
.emu-top-menu a:hover{
  text-decoration: underline;
}
.emu-top-menu ul{
  margin:0px;
    padding:0px;
    text-align:right;
}
.emu-top-menu ul li{
  list-style: none;
    display: inline-block;
    border-right: 1px solid #3C3C3C;
    padding: 0 10px 0 10px;
    line-height: 12px;
  font-size:13px;
  font-weight:bold;
}
.emu-top-menu 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-header-container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; 
}
.emu-search-continer-aligner{
  display: flex;
    justify-content: flex-end; /* İçeriği sağa yaslar */
    align-items: center;      /* İçeriği dikeyde tam ortalar */
    height: auto;             /* Satırdan gelen yüksekliği kullanması için */
}

.emu-search-container {
    display:flex;
    align-items:center;
    height:40px;
}

.emu-site-logo{
  padding: 12px 0px;
  font-size: 32px;
  display:table;
  width:100%;
  min-height:125px;
}
.emu-faculty-logo-container{
  display:table;
}
.emu-faculty-logo{
  float:left;
  min-width:84px;
}
.emu-faculty-logo img{
  height:84px;
}
.emu-faculty-title{
     display: table-cell;
     vertical-align: middle;
}
.emu-faculty-title a{
  line-height: 34px;
}
.emu-faculty-logo + .emu-faculty-title{
     padding-left: 15px;
}
/* ---------  Footer      ----------*/
#emu-footer{
  background-color: #202020;
  color: #C8C8C8;
  padding: 25px 15px 25px 15px;
  background: #343434;
  background: -moz-linear-gradient(top, #343434 0%, #383737 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #403f3f),color-stop(100%, #383737));
  background: -webkit-linear-gradient(top, #343434 0%, #383737 100%);
  background: -o-linear-gradient(top, #343434 0%, #383737 100%);
  background: -ms-linear-gradient(top, #343434 0%, #383737 100%);
  background: linear-gradient(top, #343434 0%, #383737 100%);
}
#emu-footer a:visited,
#emu-footer a{
  color:#C8C8C8;
  -webkit-transition: color .3s;
  transition: color .3s;
}
#emu-footer a:hover{
  color:#fff;
}
#emu-footer ul{
  list-style-type:none;
  border-left: 1px solid #616161;
  padding-left:10px;
  line-height:25px;
}
ul.emu-socialIcons{
  font-size:32px; 
  list-style-type:none;
  border-left: 0px !important;  
}
ul.emu-socialIcons li{
  display:inline-block;
  margin-bottom: 15px;
}
ul.emu-socialIcons li a{  
  display:block;
  width:35px;
  height:35px;  
  background-color:#adadad;  
  color:black !important;
  border-radius:3px;
  margin:2px;
  line-height:28px;
  text-align:center;  
}
.emu-socialIcons a:hover {
    background-color: #d5d5d5;
}
.emu-socialIcons i{  
  font-size:22px;
  /*color:#072c56;  */
}

.emu-search{
  font-size: 13px;
    height: 100%;
    display: flex;
    background-color: white;
    border-radius: 3px;
    overflow: hidden;
    padding: 0;
}
.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;
    padding: 4px 12px;
    cursor: pointer;
    font-size: 22px;
    height:100%;
    min-width:unset;
    background-color:#fff;
    border-radius:3px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
}
#mobileMenuWrap #emulangswitch{
   background-color:transparent;
}

#emulangswitch:hover {
  color:white;
  background-color: #025abd;
}
#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;
}

/* Page Layout CSS -----------------------------*/
.emu-body-wrapper{
  padding: 20px 0px 0px 0px;
  font-size: 15px;
}
.mt-20{ margin-top:-20px; }
.mb-20{ margin-bottom:-20px; }
.emu-body-wrapper li{
  line-height:25px;
  font-size: 16px;
}
.tp-banner {visibility: hidden}
.emu-slider{
  margin-bottom: 20px;
}
.wide_slider{
  margin-top:-20px;
}
.emu-hidden {
  display:none;
}
.emu-sidebar{
  border: 1px solid #ccc;
  padding: 14px;  
}
.emu-sidebar li{
  list-style-type: square;
  margin-bottom:10px;
}
.emu-footer-address img{
  max-width:160px;
  max-height: 84px;
}
.emu-footer-address{
  text-align:center;
}
.breadcrumb{
  padding: 0px 15px 0px 0px;
  background-color: transparent;
}
.breadcrumb li a:visited {
    color: inherit;
}
.emu-dept-container{
   padding: 15px 0px 0px 0px
}
.emu-dept-img{
  margin-bottom:15px;
}
.thumbnail{
  margin-bottom:5px;
}
/* GLOBAL */
.clear {
    clear:both;
}
/* NAVIGATION */
/*Main Menu   ----------------------------*/
html:lang(en-US) #mainmenu > ul > li.topMenuHome > a:before{    
  content:'Home';
}
html:lang(tr-TR) #mainmenu > ul > li.topMenuHome > a:before{    
  content:'Anasayfa';
}
/* Footer -------------------------------*/
#emu-footer{
  border-top: 10px solid #003876;
}
#mainmenuContainer{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#mainmenuContainer > div:first-child{
  width:100%;
}
.emu-LSwitchSearchContainer {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 15px;
    white-space: nowrap;
}
#mainmenu {
  position: relative;
  z-index: 100;
  display: flex;
  margin-top:20px;
}

.emu-main-menu{
  background-color:#fff;
}
ul#topMenu{
  display:flex;
  position:relative;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
}
ul#topMenu > li{
     position: relative !important;
     flex: 1 1 auto;
     /* text-align: center; */
     display: list-item;
}

#mainmenu ul {
    list-style:none;
    position:relative;
    float:left;
    /* margin-top: 20px; */
    padding:0;
    background-color: #f4f4f4;
}
#mainmenu ul a {
    display:block;
    color:#1d1d1d;
    text-decoration:none;
    font-size:16px;
    line-height:2em;
    padding: 9px 20px 8px 20px;
    border-bottom:2px solid #f4f4f4;
}
#topMenu ul ul li {
    position:relative;
    float:left;
    margin:0px;
}
#mainmenu > ul > li {
    border-bottom: 1px solid #dfdfdf;
  transition: background 350ms linear
}

#mainmenu > ul > li > a{
   text-transform:uppercase;
}
ul#topMenu > li.hasvisiblechild > a:after{    
    padding-left: 15px;   
    font-family: 'Glyphicons Halflings';
    content:"\e258";    
    font-size:16px;
    position:absolute;
  right:10px
}
#mainmenu ul li.current-menu-item {
    background-color:white;
}
#mainmenu ul li:hover {
    background: #025abd;
}
#mainmenu ul li:hover > a{
    color:white;
    border-bottom: 2px solid #4aa0ff;
}

#mainmenu ul ul {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:white;
    padding:0;
    border: #d4d4d4 1px solid;
    z-index:98;
    /* width: 300px; */
}
#mainmenu > ul > li > ul {
    margin-left:-1px;
/*    border-top:none;*/
}

#mainmenu ul ul li:last-child{
  border-bottom: none;  
}
#mainmenu ul ul a {
    /* line-height:120%; */
    /* padding: 10px 25px; */
}
#mainmenu ul ul li:last-child > a {
    border-bottom:none;
}
#mainmenu ul ul ul {
    top: 0px;
    left:100%;
}

#mainmenu ul li:hover > ul {
    display:block;
    /* position: absolute; */
    /* right: -100%; */
    left: 100%;
    /* top: 0px; */
    /* width: 100%; */
    padding: 0;
    /* display: none; */
    /* width: 100% !important; */
    position: absolute;
    /* z-index: 99999; */
    right: -100%;
    top: 0;
    /* -webkit-transition: all 1s; */
    -khtml-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#mainmenu li.MoffScreen > ul {
    left:auto;
    right:0;
}

#mainmenu li li.MoffScreen > ul {
   left:auto;
   right: 100%;
}
/* ---------------------------------- LEFT Navigation MENU ------------------------------------ */
.SideMenuJS{
   border-color: #fff;
   border-style: solid;
   border-width:1px 1px 0px 1px;
   margin-bottom: 20px;
} 
.SideMenuJS ul {
    list-style:none;
    padding:0px;
    margin-bottom:0px;
    /* background-color: #f5f5f5; */
}
.SideMenuJS li {
    padding:0px 0px 0px 0px;
    line-height:20px;
}
.SideMenuJS a {
    padding:10px 0px 10px 10px;
    /* border-bottom: #fff 1px solid; */
    display:block;
    text-decoration:none;
    border-right: 1px solid #c1c1c1;
}
.SideMenuJS > ul > li > ul > li > a, .SideMenuJS > ul > li > ul > li > ul > li > a {
    padding-left:50px;
}
.SideMenuJS li > a:focus {
   box-shadow: 0 0 0 0.25rem rgb(11 104 197 / 50%);
}
.SideMenuJS li.selected > a {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  border-right:0px;  
  box-shadow: -5px 0px 5px -2px rgba(0,0,0,0.5);
}

/*EMU Typography*/
/* 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-glyphicon-facebook:before{content: "\e300";}
.emu-glyphicon-twitter:before{content: "\e301";}
.emu-glyphicon-google:before{content: "\e302";}
.emu-glyphicon-linkedin:before{content: "\e303";}
.emu-glyphicon-instagram:before{content: "\e304";}
.emu-glyphicon-flickr:before{content: "\e305";}
.emu-glyphicon-pinterest:before{content: "\e306";}
.emu-glyphicon-tumblr:before{content: "\e307";}
.emu-glyphicon-skype:before{content: "\e308";}
.emu-glyphicon-youtube:before{content: "\e309";}
.emu-glyphicon-vimeo:before{content: "\e310";}
.emu-glyphicon-rss:before{content: "\e311";}
.emu-glyphicon-pdf:before{content: "\e312";}
.emu-glyphicon-issuu:before{content: "\e313";}
.emu-glyphicon-vkontakte:before{content: "\e315";}
.emu-glyphicon-snapchat:before{content: "\e316";}
.emu-glyphicon-periscope:before{content: "\e317";}
.emu-glyphicon-telegram:before{content: "\e318";}
.ms-signInLink {
    color: #363535 !important;
}
/*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;
}
.emu-nea-container .pagination::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.emu-nea-container .pagination::-webkit-scrollbar-thumb {
  background: #595d72;
  border: 0px none #ffffff; 
  border-radius: 50px;
}
.emu-nea-container .pagination::-webkit-scrollbar-thumb:hover {
  background: #444444;
}
.emu-nea-container .pagination::-webkit-scrollbar-track {
  background: #dadada;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.emu-nea-container .pagination::-webkit-scrollbar-corner {
  background: transparent;
}
.emu-nea-container .pagination{
  display:flex;
  overflow-x:auto;
}
.btn-primary {
   color: #fff !important;
}
.btn-default,
.btn-default:hover{
  color:#000 !important;
}
/* TEXT BLOCK over image */
div.emu-text-over-image{
  max-width: 380px;
  margin: auto;
  padding:0px 0px 15px 0px;
  position: relative;
}
div.emu-description{
  position: absolute;
  bottom: 30px;
  left: 0px;
  margin: 0px;  
  background-color: white;  
  color: #4f4f4f;
  font-weight:bold;
  opacity: 0.8; 
  filter: alpha(opacity=80);
    -webkit-transition: 150ms ease-in-out;
    -moz-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    -ms-transition: 150ms ease-in-out;
    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;
  margin-bottom: 25px;
}
.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;}
/* 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%;
}
/* ---------------------------------- 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;
  /*background-color:#003876;*/
  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;
  background-color: #003774;
  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:black;
  margin-bottom:0px;  
}
.fancyboxStyle_2 h4{
  text-align:center;
}
.fancyboxStyle_3 h4{
  background-color: #0083d9;
  color:
  white;
  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;
          z-index: 200;
          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;}

table.ms-rteTable-Faculty-style-1
{
  -ms-name:"Theme Style-1";   
}
.ms-rteTableOddRow-Faculty-style-1 {
  background-color: #F2F8FF;
}
.ms-rteTable-Faculty-style-1 td, .ms-rteTable-Faculty-style-1 th{
  border: 1px solid #ddd;
  padding: 8px;
}
.ms-rteTable-Faculty-style-1 th{
  background-color: #003876;
  color: #fff;
  font-weight: bold;
}
table.ms-rteTable-Faculty-style-2
{
  -ms-name:"Theme Style-2";   
}
.ms-rteTable-Faculty-style-2 td{
  border-top: 1px solid #ddd;
  padding: 8px;
}
.ms-rteTable-Faculty-style-2 th{
  padding:8px;
  border-bottom: 2px solid #D90000;
  font-weight: bold;
}
.ms-rteTable-Faculty-style-2>tbody>tr:hover td {
  background-color: #FFFAFA;
}
h1.emu-posts-title{
  font-size:22px;
}
/* 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;
}
.ff-description-row p {
  margin-bottom: 0px;
}
.ff-input-label{
  font-size:18px;

}
.ff-note-container{
  color:#ff0000;
  margin-bottom:15px;
}

.FlexiForms{
  padding: 0px 25px 25px;
  border: 1px solid #d4d4d4;
  border-radius:5px;
  border-top: 10px solid #4e4e4e;  
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
}
.flexiforms_title{
  text-align:center;
}
.flexiforms_title h3{
  padding:5px 15px 5px 15px;
  margin-bottom:2px;
  color:white;
  background-color: #4e4e4e;
  display:inline-block;
}
.form-control{
  margin-bottom:0px;
}
.ff-input-row{
  margin-bottom:15px;
}
.ff-input-container label {
    margin-top: 5px;
    margin-left: 10px;
}
.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: #013676;
  text-decoration: none;
  margin-top: 20px;
  border: 1px solid #082d5a;
  font-size:15px;
  padding: 7px 10px;
  min-width: 100px;
}
.emu-body-wrapper input[type=submit]:hover{
  background: #1256ab;
  text-decoration: none;
  border: 1px solid #024598;
}
.emu-body-wrapper input[type=submit]:focus{
    box-shadow: 0 0 0 0.25rem rgb(11 104 197 / 50%);
    outline: 0px;
}
.ff-note-container{
  font-size:12px;
  font-weight:bold;
}
/*Full width img responsive*/
[id^="ctl00_PlaceHolderMain_ctl00"] > img, [id^="ctl00_PlaceHolderMain_ctl00"] > p > img{
  max-width: 100%;
}
/*Full width row margin*/
[id^="ctl00_PlaceHolderMain_ctl00"] > .row {
  margin: 0px;
}

/*---------- Panel Custom Colors ------------*/
.panel-blue{
  border-color:#ddd;
}
.panel-blue>.panel-heading {
  color: #fff;
  background-color: #003876;
  border-color: #02274F;
}
.panel-heading h3{
   color:#fff;
}
.panel-faculty01{
  border-color:#ddd
}
.panel-faculty01>.panel-heading {
  color: #fff;
  background-color: #d13138;
  border-color: #9E1F24;
}
/*----------------- Buttons Custom Colors -------------------*/
.btn{
  font-size:  15px;
}
.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;
  white-space:normal;
}
.emu-clear{
  clear:both;
}
.pagination>li>a {
    margin:2px;
}
/* TABS */
.tabs-menu { 
    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;
}
/*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;
}
.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-contentBox1{
  padding: 20px;
  margin: 0px 0px 20px;
  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: 0px 0px 20px;
  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: 0px 0px 20px;
  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: 0px 0px 20px;
  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;}
/*List View*/
ul.emu-list{
  list-style:none;
   padding-left:0px;
}
/* Headling Image */
.emu-headlineContainer{
  margin-top:-20px;
}
.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 15px;
  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 ----------*/
a.emu-websites, a.emu-websites:visited{
  display:block;
  background-color: #323232;
  padding: 20px;  
  text-align:center;
  color:#c4c4c4;
  text-decoration:  none;
}
a.emu-websites:hover, a.emu-websites:active{
  background-color: #4A4A4A;
  cursor:pointer;
  color:#fff;
  text-decoration: none;
}
/*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 .btn{
  white-space:normal;
}
.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;
}
/*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;  
}
.dataTables_wrapper .table-responsive{
  overflow-x:visible;
}
@media all and (max-width: 991px){
   .ms-signInLink{
    color: #003367 !important;
  }
}

/* MOBILE media Queries -----------------------------*/
@media (max-width: 991px) {
   .SideMenuJS{ display:none; }
}
@media (max-width: 767px) {
    .emu-footer-top-menu, .emu-footer-main-menu, .emu-footer-address, .emu-sign-in, .emu-leftMainMenu { display:none;}
    .emu-search-continer-aligner{
      display:none;
    }  
    .emu-main-menu{
      border-top:0px;
    }
    #mobileMenuWrap{
      display:block;
    }
   #toggleMobileMenu{
     display: inline-block;     
     }
    .emu-top-menu{
      display:none;
    }
    .emu-top-container{
      /* text-align:center; */
    }   
        .emu-top-logo{
          display:block;
          text-align:center;
        }
    .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%;
    }                 
        .SideMenuJS{ display:none;
        }
        .emu-slider{
      margin-top:-15px;
      margin-left:-15px;
      margin-right:-15px;
        } 
        .emu-body-wrapper .breadcrumb li{
          line-height:14px;
          font-size:12px;
        }

        .emu-body-wrapper {
        padding-top: 15px;
        }
        .breadcrumb{
          margin-bottom:10px;
        }
        #scrollup{ 
        right:20px;
    }
    .emuStaffImage{
      max-width: 200px;
    }
    #searchButton2{
        width:20%;
        box-sizing:border-box;
    }
    #searchInput2{
      width:80%;      
      box-sizing: border-box;      
      float:left;
      height:36px;
    }  
  .iBoxBanner h1{
    font-size:10vw;
    line-height:10vw;
  }
  .iBoxBanner h2{
    font-size:9vw;
    line-height:9vw;
  }
  .iBoxBanner h3{
    font-size:8vw;
    line-height:8vw;
  }
  .iBoxBanner h4{
    font-size:7vw;
    line-height:7vw;
  }
  .iBoxBannerRight .container-fluid{
    margin-right:0px;
  }
  .iBoxBannerLeft .container-fluid{
    margin-left:0px;
  }

    #emu-blur-overlay.active{
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;        
        display: block;
        background-color: rgba(255,255,255,.5);
        z-index: 92;
    }
    .emu-administrationContainer{
      text-align:center;
    }
    .emu-administrationName{
      text-align:center;
      display:block;
    }
     .emu-main-menu.sticky{
    display:none !important; 
  }
}
@media (max-width: 420px) {
   .emu-top-container img{
     width:85% !important;
   }
}
.ms-backgroundImage{
  background-image:   none;
}
@media print { 
 /* All your print styles go here */
 #emu-header-wrapper, .ms-dialogHidden, .SideMenuJS, .breadcrumb, .hide-print, #scrollup{ display: none !important; } 

  .col-sm-4 {
      width: 33.33333333%;
  }
   .col-sm-8 {
      width: 66.66666667%;
  }
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
      float: left;
  }
  .pagebreak {page-break-after: always;}
}
/*Sticky Header*/
.emu-main-menu.sticky-visible {
  position: fixed !important;
  top: 0 !important;
  bottom: auto !important;
  z-index: 1000;
  width: 100%; /* or set to the page container width */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

#toggleMobileMenu.sticky-visible {
  position: fixed !important;
  top: 50 !important; 
  z-index: 1000;  
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}


@media all and (min-width: 767px) {
  #toggleMobileMenu.sticky-visible {
    display:none !important;
  }
}

/* ------------- Bootstrap Colors Override from faculty.css ----------------------------*/
.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 {     

}
.rsMinW .rsArrowIcn:hover {
  background-color: #c31f26;
  border-color: #da9da0;
  opacity:0.8;
  filter: alpha(opacity=80);
}

/* ---------------- 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;  
}
.panel-faculty01>.panel-heading {
  background-color: #003876;
  border-color: #003168;
}