/* 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*/
}
.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: 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: 1370px;
}
.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;
}
/* ----------------------    Header  and Footer    --------------------*/
.emu-top-logo{
 padding:10px 0px;
 display:none;
}
.emu-search{
  float:right;  
}
.emu-header-container{
  background-repeat:repeat;
  background-size:inherit;  
  position:relative;
  z-index:90;
  -webkit-box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
}
.emu-table-row{
  display:flex;
  align-items: center;
}
.emu-top-menu a{
  display:block;
  padding: 10px 15px 9px 15px;
}
.emu-top-container a:visited,
.emu-top-container a{
  text-decoration:none;
  color: #616161;
}
.emu-top-menu ul{
  margin: 0px;
  padding: 0px;
  float:right;
}
.emu-top-menu ul li{
  list-style: none;
  float: left;
  padding: 0px;
  line-height: 12px;
  font-size: 13px;  
}
.emu-vertical-aligner{
  display:table-cell;
  vertical-align:middle;
}
.emu-site-logo{
  font-size:28px;
  padding: 10px 0px;
  display:table;
  width:100%;
  height:90px;
}
.emu-faculty-logo-container{
  display:table;
}
.emu-faculty-logo{
  float:left;
}
.emu-faculty-logo img{
  height:84px;
  max-width: none;
}
.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;
}
.emu-header-rightLogo {
  text-align:right;
  display:inline-block;
  float:right;  
}
.emu-mid-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}
.emu-mid-container .container-fluid{
  width:100%;
}
#emu-footer{
  font-size:  15px;
  color: #C8C8C8;
  padding: 25px 15px 25px 15px;
  background-color: #072c56;
}
#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:#000 !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-rightLogo-container{
  padding-top:61px;
}
.emu-rightLogo-continer-aligner{
  text-align:center; 
}
.emu-search{
  font-size: 13px;
  height: 100%;
  display: flex;
    align-items: center; 
    justify-content: center;     
}
.emu-search a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
    padding:0px 12px 2px 12px;
    color: #000;
}
.emu-search a i {    
    font-size: 18px;    
}
#emulangswitch {
    position: relative;
    background: none;
    border: none;
    padding: 0px 12px;
    cursor: pointer;
    font-size: 22px;
  height:100%;
  min-width:unset;
  display: inline-flex;
  align-items: center;
}
#emulangswitch:hover {
  color:#fff;
  background-color: #ffb240;
}
#emulangswitch ul {
    list-style: none;
    padding: 0px;    
    position: absolute;
    right: 0px;
    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: #ffb240;
  color:#fff;
}
#emulangswitch:hover ul {
    display: block;
}
.emu-selectedWeb a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #b8b8b8;
  border-radius: 50%;
  margin-left:-15px;
  margin-right: 6px;
  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 */
#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;
}
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: row;
  
}
ul#topMenu > li{
     position: relative !important;
     flex: 1 1 auto;
     text-align: center;
     display: list-item;
     text-align: center;
}
ul#topMenu ul{
   visibility:hidden;
   position:absolute;
   top:100%;
   left:0;
   background: rgba(256, 256, 256, 0.92);
   padding:0;
   padding-top: 2px;
   -webkit-box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.5);
   -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
   box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);   
}
ul#topMenu > li > ul{ 
    border-top:none;
    z-index:1000;
}
ul#topMenu li > ul {
  max-height:0px;
  overflow: hidden;  
}
ul#topMenu > li > ul{
  transition:0.3s ease;
}
ul#topMenu li > ul:hover {
    overflow:visible;
}
ul#topMenu li:hover > ul {
    visibility:visible;
    max-height: 1500px;
    opacity:1;  
    transition: max-height 0.3s ease-in;   
}
#mainmenu ul{
    list-style:none;
    position:relative;
    float:left;
    margin:0;    
    padding:0;    
}
ul#topMenu a {
    display:block;
    text-decoration:none;
    font-size:16px;
    line-height: 38px;
    padding:5px 25px 4px 25px;
}
ul#topMenu ul a {
    line-height:120%;
    padding: 12px 15px;
    font-size:14px;
}
#mainmenu ul ul li {
    float:none;
    /* width:250px; */
    border-bottom: 1px dashed #D0CDC7;
}
ul#topMenu ul li:last-child {
    border-bottom: none;
}

ul#topMenu ul li {
    position:relative;
    float:left;
    margin:0px;
    text-align: left;
    width: 100%;
}
ul#topMenu li.current-menu-item {
    background-color:#fff;
}
ul#topMenu > li.hasvisiblechild a{
  padding-right:35px;
}
/*---------------------*/
ul#topMenu ul ul {
    top:0;
    left:100%;    
    width: 250px;
}
ul#topMenu ul ul ul{
  z-index:100;
}
ul#topMenu > li > ul {
    margin-left:-2px;
    width: 250px;
}
ul#topMenu ul li:last-child > a {
    border-bottom:none;
}

ul#topMenu li ul li.hasvisiblechild>a:after {
    position:absolute;
    right: 15px;   
    top:50%; 
    line-height:0px;
    font-family: 'Glyphicons Halflings';
    content:"\e258";    
    font-size:10px;    
}
#mainmenu li.MoffScreen > ul {
    left:auto;
    right:0;
}
#mainmenu li li.MoffScreen > ul {
   left:auto;
   right: 100%;
}
/* Icons  ----------------------------*/
ul#topMenu > li.topMenuHome > a:hover:before {
  color: #fff;
  font-family: 'Glyphicons Halflings';
  content:'\e314';
}
#mainmenu ul#topMenu > li.topMenuHome > a{
  text-align:center;
}
#mainmenu ul#topMenu > li.topMenuHome > a:before{ 
  vertical-align: text-top;
}
ul#topMenu > li.topMenuHome{
}
ul#topMenu > li.topMenuHome > a:before{  
  font-family: 'Glyphicons Halflings';
  content:'\e314';
  line-height:1em;
  font-size:20px;
}
ul#topMenu > li.hasvisiblechild > a:after{    
    padding-left: 15px;   
    font-family: 'Glyphicons Halflings';
    content:"\e259";    
    font-size:10px;
}
ul#topMenu > li.selected.topMenuHome > a:before{
  color:#fff;
}#topMenu .selectedparent > .active.mmToggle:before, #topMenu .selected .active.mmToggle:before{
  content: "\e259";  
}
/*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: #032d5f !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: #fff;  
  color: #4f4f4f;
  font-weight:bold;
  opacity: 0.8;   
    -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;}
/*----------------------- NAVIGATION (MAIN MENU)--------------------------*/
/* video wrapper*/
.videoWrapper {
  position: relative;
  padding-bottom: 54%; /* 16:9 */
  padding-top: 25px;
  height: 0px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* ---------------------------------- LEFT Navigation MENU ------------------------------------ */
.SideMenuJS{
   border-color: #ccc;
   border-style:solid;
   border-width: 1px 1px 0px 1px;
   margin-bottom: 20px;
} 
.SideMenuJS ul {
    list-style:none;  
    padding:0px;
    margin-bottom:0px;
   background-color:#fff;
}
.SideMenuJS li {
    padding:0px 0px 0px 0px;
    line-height:20px;
    font-size: 14px;
}
.SideMenuJS a {
    padding:10px 0px 10px 10px;
    border-bottom:#CCC 1px solid;
    display:block;
    text-decoration:none;
}

.SideMenuJS > ul > li > ul > li > a{
    padding-left:50px;
}
.SideMenuJS > ul > li > ul > li > ul > li > a {
  padding-left:70px;
  font-size:13px;
}
/* ---------------------------------- 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:#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:#fff}
.ms-rteTable-ZRed th, .ms-rteTableLastCol-ZRed{ background-color:#ea6153; padding:8px; border:1px solid #ddd; font-weight:bold; color:#fff}
.ms-rteTable-ZGreen th, .ms-rteTableLastCol-ZGreen{ background-color:#27af60; padding:8px; border:1px solid #ddd; font-weight:bold; color:#fff}               
.ms-rteTable-ZBlue th, .ms-rteTableLastCol-ZBlue{ background-color:#2980b9; padding:8px; border:1px solid #ddd; font-weight:bold; color:#fff}
.ms-rteTable-ZTurquoise th, .ms-rteTableLastCol-ZTurquoise{ background-color:#08b7bd; padding:8px; border:1px solid #ddd; font-weight:bold; color:#fff}
.ms-rteTable-ZOrange th, .ms-rteTableLastCol-ZOrange{ background-color:#f7ad5e; padding:8px; border:1px solid #ddd; font-weight:bold; color:#fff}
/* 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:#fff
  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;
}
/* 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:#fff   
  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:#fff
  border-color:#003876;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.emu-contentBox5{
  padding: 20px;
  margin: 20px 0px;
  border: 1px solid #C38720;
  background-color:rgba(252,177,49, 0.8);
  color:#fff
  border-top: 5px solid #C38720;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.emu-contentBox6{
  padding: 20px;
  margin: 20px 0px;
  border: 1px solid #000;
  background-color:rgba(0,0,0, 0.8);
  color:#fff
  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: #00244c;
  padding: 20px;
  text-align:center;
  color:#c4c4c4;
  text-decoration:  none;
}
a.emu-websites:hover, a.emu-websites:active{
  background-color: #0b417e;
  cursor:pointer;
  color:#fff;
  text-decoration: 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;
}

/*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:#fff
  display: table;
  margin-bottom: 15px;
  margin-left:auto;
  margin-right:auto;
  background-color: #fff
}
.cBoxIconOnBorder .cBoxContent, .cBoxIconTop .cBoxContent {
   display:block;   
}
.cBoxIconOnBorder{
  margin-top: 55px;
  display: inline-block;
}
.cBoxIconOnBorder .cBoxIcon{
    margin-top: -75px;
    background-color:#fff
  }
.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:#fff
  -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:#fff
  -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 0px 0px;
    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: 0px;
}
.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:#fff
}
.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: #fff
    display: none;
    margin-bottom:10px;
}
.accordion.accordion-Style-2{
  background-color: #fff
  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:#000;
  display: block;
  /* width: 100%; */
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.iboxWrapper a:hover .iBoxContent{
  background-color: #0088cc;
  color:#fff
}
.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:#fff
}
.iBoxBanner  > .emu-jmb {  
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 0px;
  margin: 0px;
  height: 100%;
}
.iBoxBanner {
  height:30vw;
  background-size:cover;
  background-position:center;  
}
.iBoxBanner .container-fluid{
   max-width: 30vw;
}
.iBoxBannerLeft .container-fluid{
  margin-left: 10vw;
}
.iBoxBannerRight .container-fluid{
  margin-right: 10vw;
}
.iBoxBanner h1, .iBoxBanner h2, .iBoxBanner h3, .iBoxBanner h4{  
    font-weight:bolder;
  text-shadow: 2px 2px 0px rgba(0,0,0, 0.5);
}
.iBoxBanner h1{  
  font-size: 3.5vw;
  line-height:4vw;
}
.iBoxBanner h2{  
  font-size: 3vw;
  line-height:3.5vw;
}
.iBoxBanner h3{  
  font-size: 2.5vw;
  line-height:3vw;
}
.iBoxBanner h4{  
  font-size: 2vw;
  line-height:2.5vw;
}
.iBoxBannerRight .jmb-D11{
  background:linear-gradient(-80deg, rgba(2, 65, 135, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(2, 65, 135, 0.6) 45%, rgba(0, 0, 0, 0) 45%);
}
.iBoxBannerLeft .jmb-D11{  
  background:linear-gradient(100deg, rgba(2, 65, 135, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(2, 65, 135, 0.6) 40%, rgba(0, 0, 0, 0) 40%);
}
/*Left*/

.iBoxBannerLeft .jmb-C01 { background: linear-gradient(100deg, rgba(237, 237, 237, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(237, 237, 237, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-C02 { background: linear-gradient(100deg, rgba(185, 214, 249, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(185, 214, 249, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-C03 { background: linear-gradient(100deg, rgba(145, 189, 238, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(145, 189, 238, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-C04 { background: linear-gradient(100deg, rgba(176, 176, 241, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(176, 176, 241, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-C05 { background: linear-gradient(100deg, rgba(227, 188, 248, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(227, 188, 248, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-C06 { background: linear-gradient(100deg, rgba(167, 245, 254, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(167, 245, 254, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-C07 { background: linear-gradient(100deg, rgba(163, 252, 151, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(163, 252, 151, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-C08 { background: linear-gradient(100deg, rgba(195, 236, 131, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(195, 236, 131, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-C09 { background: linear-gradient(100deg, rgba(237, 199, 135, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(237, 199, 135, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-C10 { background: linear-gradient(100deg, rgba(252, 237, 168, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(252, 237, 168, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-C11 { background: linear-gradient(100deg, rgba(255, 189, 192, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(255, 189, 192, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-D01 { background: linear-gradient(100deg, rgba(92, 92, 92, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(92, 92, 92, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-D02 { background: linear-gradient(100deg, rgba(54, 54, 54, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(54, 54, 54, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-D03 { background: linear-gradient(100deg, rgba(20, 47, 77, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(20, 47, 77, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-D04 { background: linear-gradient(100deg, rgba(11, 91, 238, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(11, 91, 238, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-D05 { background: linear-gradient(100deg, rgba(28, 28, 165, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(28, 28, 165, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-D06 { background: linear-gradient(100deg, rgba(0, 56, 118, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(0, 56, 118, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-D07 { background: linear-gradient(100deg, rgba(28, 150, 165, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(28, 150, 165, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-D08 { background: linear-gradient(100deg, rgba(37, 152, 22, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(37, 152, 22, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-D09 { background: linear-gradient(100deg, rgba(127, 189, 30, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(127, 189, 30, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-D10 { background: linear-gradient(100deg, rgba(191, 139, 49, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(191, 139, 49, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-D11 { background: linear-gradient(100deg, rgba(252, 177, 49, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(252, 177, 49, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }
.iBoxBannerLeft .jmb-D12 { background: linear-gradient(100deg, rgba(165, 28, 48, 0.8) 15%, rgba(0, 0, 0, 0) 15%), linear-gradient(100deg, rgba(165, 28, 48, 0.6) 40%, rgba(0, 0, 0, 0) 40%); }

/*Right*/
.iBoxBannerRight .jmb-C01 { background: linear-gradient(-80deg, rgba(237, 237, 237, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(237, 237, 237, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-C02 { background: linear-gradient(-80deg, rgba(185, 214, 249, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(185, 214, 249, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-C03 { background: linear-gradient(-80deg, rgba(145, 189, 238, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(145, 189, 238, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-C04 { background: linear-gradient(-80deg, rgba(176, 176, 241, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(176, 176, 241, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-C05 { background: linear-gradient(-80deg, rgba(227, 188, 248, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(227, 188, 248, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-C06 { background: linear-gradient(-80deg, rgba(167, 245, 254, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(167, 245, 254, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-C07 { background: linear-gradient(-80deg, rgba(163, 252, 151, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(163, 252, 151, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-C08 { background: linear-gradient(-80deg, rgba(195, 236, 131, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(195, 236, 131, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-C09 { background: linear-gradient(-80deg, rgba(237, 199, 135, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(237, 199, 135, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-C10 { background: linear-gradient(-80deg, rgba(252, 237, 168, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(252, 237, 168, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-C11 { background: linear-gradient(-80deg, rgba(255, 189, 192, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(255, 189, 192, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-D01 { background: linear-gradient(-80deg, rgba(92, 92, 92, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(92, 92, 92, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-D02 { background: linear-gradient(-80deg, rgba(54, 54, 54, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(54, 54, 54, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-D03 { background: linear-gradient(-80deg, rgba(20, 47, 77, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(20, 47, 77, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-D04 { background: linear-gradient(-80deg, rgba(11, 91, 238, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(11, 91, 238, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-D05 { background: linear-gradient(-80deg, rgba(28, 28, 165, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(28, 28, 165, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-D06 { background: linear-gradient(-80deg, rgba(0, 56, 118, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(0, 56, 118, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-D07 { background: linear-gradient(-80deg, rgba(28, 150, 165, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(28, 150, 165, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-D08 { background: linear-gradient(-80deg, rgba(37, 152, 22, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(37, 152, 22, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-D09 { background: linear-gradient(-80deg, rgba(127, 189, 30, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(127, 189, 30, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-D10 { background: linear-gradient(-80deg, rgba(191, 139, 49, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(191, 139, 49, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-D11 { background: linear-gradient(-80deg, rgba(252, 177, 49, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(252, 177, 49, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
.iBoxBannerRight .jmb-D12 { background: linear-gradient(-80deg, rgba(165, 28, 48, 0.8) 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(-80deg, rgba(165, 28, 48, 0.6) 45%, rgba(0, 0, 0, 0) 45%); }
/*Ibox Animate*/
.iBoxBanner .animate-on-scroll .container-fluid {
   opacity: 0;
   transform: translateY(20px);
   transition: opacity 1s ease-out, transform 1s ease-out;
}
.iBoxBanner .animate-on-scroll.showAnimation .container-fluid {    
  opacity: 1;
  transform: translateY(0);
}
/*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:#fff
}

#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;
  }
}

@media all and (max-width: 767px) {
 .emu-footer-top-menu, .emu-footer-main-menu, .emu-footer-address, .emu-sign-in, .emu-top-menu, .emu-rightLogo-continer-aligner, .emu-LSwitchSearchContainer { display:none;} 
    .emu-top-container{
      text-align:center;
    }
    .emu-mid-container{
      height: auto;
    }
    .emu-body-wrapper{
      padding-top: 15px;
    }
    .mt-20{
      margin-top: -15px;
    }
    .emu-main-menu{
      background-color:transparent;
      border-top:0px;
      border-bottom: 4px solid #fcb131;
    }
      .emu-top-logo{
        display: inline-block;          
        float: left;
        margin-right: 16%;        
      }    
    .emu-faculty-logo{
      float:none;
    }
    .emu-faculty-logo img {
      height:50px;
    }    
    .emu-faculty-logo-container{
      display:inline;      
    }
    .emu-faculty-logo-container > a{
      display:block;
      text-align:center;
    }
    .emu-top-container img{
      display: inline-block;
      margin-left: auto;
      margin-right: auto; 
    }
        .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 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;
        }
        .emu-teaser{
          position:relative; 
        }
        #scrollup{ 
        right:20px;
    }  
  .emu-faculty-title{
    display: block;
    text-align: center;
  }
  .emu-faculty-logo + .emu-faculty-title{
    padding-left:0px;
  }
 #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;
  } 
  .emu-main-menu.sticky{
    display:none !important; 
  }
}
@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;
  }
}